]> AND Private Git Repository - 14Secrypt.git/blob - crCOUCHOT14/iter_f0.eps
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
ajout de cr
[14Secrypt.git] / crCOUCHOT14 / iter_f0.eps
1 %!PS-Adobe-3.0
2 %%Creator: graphviz version 2.36.0 (20140111.2315)
3 %%Title: %3
4 %%Pages: (atend)
5 %%BoundingBox: (atend)
6 %%EndComments
7 save
8 %%BeginProlog
9 /DotDict 200 dict def
10 DotDict begin
11
12 /setupLatin1 {
13 mark
14 /EncodingVector 256 array def
15  EncodingVector 0
16
17 ISOLatin1Encoding 0 255 getinterval putinterval
18 EncodingVector 45 /hyphen put
19
20 % Set up ISO Latin 1 character encoding
21 /starnetISO {
22         dup dup findfont dup length dict begin
23         { 1 index /FID ne { def }{ pop pop } ifelse
24         } forall
25         /Encoding EncodingVector def
26         currentdict end definefont
27 } def
28 /Times-Roman starnetISO def
29 /Times-Italic starnetISO def
30 /Times-Bold starnetISO def
31 /Times-BoldItalic starnetISO def
32 /Helvetica starnetISO def
33 /Helvetica-Oblique starnetISO def
34 /Helvetica-Bold starnetISO def
35 /Helvetica-BoldOblique starnetISO def
36 /Courier starnetISO def
37 /Courier-Oblique starnetISO def
38 /Courier-Bold starnetISO def
39 /Courier-BoldOblique starnetISO def
40 cleartomark
41 } bind def
42
43 %%BeginResource: procset graphviz 0 0
44 /coord-font-family /Times-Roman def
45 /default-font-family /Times-Roman def
46 /coordfont coord-font-family findfont 8 scalefont def
47
48 /InvScaleFactor 1.0 def
49 /set_scale {
50        dup 1 exch div /InvScaleFactor exch def
51        scale
52 } bind def
53
54 % styles
55 /solid { [] 0 setdash } bind def
56 /dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def
57 /dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def
58 /invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def
59 /bold { 2 setlinewidth } bind def
60 /filled { } bind def
61 /unfilled { } bind def
62 /rounded { } bind def
63 /diagonals { } bind def
64 /tapered { } bind def
65
66 % hooks for setting color 
67 /nodecolor { sethsbcolor } bind def
68 /edgecolor { sethsbcolor } bind def
69 /graphcolor { sethsbcolor } bind def
70 /nopcolor {pop pop pop} bind def
71
72 /beginpage {    % i j npages
73         /npages exch def
74         /j exch def
75         /i exch def
76         /str 10 string def
77         npages 1 gt {
78                 gsave
79                         coordfont setfont
80                         0 0 moveto
81                         (\() show i str cvs show (,) show j str cvs show (\)) show
82                 grestore
83         } if
84 } bind def
85
86 /set_font {
87         findfont exch
88         scalefont setfont
89 } def
90
91 % draw text fitted to its expected width
92 /alignedtext {                  % width text
93         /text exch def
94         /width exch def
95         gsave
96                 width 0 gt {
97                         [] 0 setdash
98                         text stringwidth pop width exch sub text length div 0 text ashow
99                 } if
100         grestore
101 } def
102
103 /boxprim {                              % xcorner ycorner xsize ysize
104                 4 2 roll
105                 moveto
106                 2 copy
107                 exch 0 rlineto
108                 0 exch rlineto
109                 pop neg 0 rlineto
110                 closepath
111 } bind def
112
113 /ellipse_path {
114         /ry exch def
115         /rx exch def
116         /y exch def
117         /x exch def
118         matrix currentmatrix
119         newpath
120         x y translate
121         rx ry scale
122         0 0 1 0 360 arc
123         setmatrix
124 } bind def
125
126 /endpage { showpage } bind def
127 /showpage { } def
128
129 /layercolorseq
130         [       % layer color sequence - darkest to lightest
131                 [0 0 0]
132                 [.2 .8 .8]
133                 [.4 .8 .8]
134                 [.6 .8 .8]
135                 [.8 .8 .8]
136         ]
137 def
138
139 /layerlen layercolorseq length def
140
141 /setlayer {/maxlayer exch def /curlayer exch def
142         layercolorseq curlayer 1 sub layerlen mod get
143         aload pop sethsbcolor
144         /nodecolor {nopcolor} def
145         /edgecolor {nopcolor} def
146         /graphcolor {nopcolor} def
147 } bind def
148
149 /onlayer { curlayer ne {invis} if } def
150
151 /onlayers {
152         /myupper exch def
153         /mylower exch def
154         curlayer mylower lt
155         curlayer myupper gt
156         or
157         {invis} if
158 } def
159
160 /curlayer 0 def
161
162 %%EndResource
163 %%EndProlog
164 %%BeginSetup
165 14 default-font-family set_font
166 1 setmiterlimit
167 % /arrowlength 10 def
168 % /arrowwidth 5 def
169
170 % make sure pdfmark is harmless for PS-interpreters other than Distiller
171 /pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
172 % make '<<' and '>>' safe on PS Level 1 devices
173 /languagelevel where {pop languagelevel}{1} ifelse
174 2 lt {
175     userdict (<<) cvn ([) cvn load put
176     userdict (>>) cvn ([) cvn load put
177 } if
178
179 %%EndSetup
180 setupLatin1
181 %%Page: 1 1
182 %%PageBoundingBox: 36 36 728 272
183 %%PageOrientation: Portrait
184 0 0 1 beginpage
185 gsave
186 36 36 692 236 boxprim clip newpath
187 1 1 set_scale 0 rotate 40 40 translate
188 % 000
189 gsave
190 1 setlinewidth
191 0 0 0 nodecolor
192 27 187 27 18 ellipse_path stroke
193 0 0 0 nodecolor
194 14 /Times-Roman set_font
195 16.5 183.3 moveto 21 (000) alignedtext
196 grestore
197 % 000->000
198 gsave
199 1 setlinewidth
200 0 0 0 edgecolor
201 newpath 11.77 202.17 moveto
202 7.16 212.66 12.23 223 27 223 curveto
203 36.92 223 42.47 218.33 43.64 212.09 curveto
204 stroke
205 0 0 0 edgecolor
206 newpath 47.1 211.57 moveto
207 42.23 202.17 lineto
208 40.17 212.56 lineto
209 closepath fill
210 1 setlinewidth
211 solid
212 0 0 0 edgecolor
213 newpath 47.1 211.57 moveto
214 42.23 202.17 lineto
215 40.17 212.56 lineto
216 closepath stroke
217 grestore
218 % 010
219 gsave
220 1 setlinewidth
221 0 0 0 nodecolor
222 117 91 27 18 ellipse_path stroke
223 0 0 0 nodecolor
224 14 /Times-Roman set_font
225 106.5 87.3 moveto 21 (010) alignedtext
226 grestore
227 % 000->010
228 gsave
229 1 setlinewidth
230 0 0 0 edgecolor
231 newpath 42.14 171.58 moveto
232 56.46 155.95 78.78 131.6 95.14 113.76 curveto
233 stroke
234 0 0 0 edgecolor
235 newpath 98.01 115.81 moveto
236 102.19 106.07 lineto
237 92.85 111.08 lineto
238 closepath fill
239 1 setlinewidth
240 solid
241 0 0 0 edgecolor
242 newpath 98.01 115.81 moveto
243 102.19 106.07 lineto
244 92.85 111.08 lineto
245 closepath stroke
246 grestore
247 % 001
248 gsave
249 1 setlinewidth
250 0 0 0 nodecolor
251 657 191 27 18 ellipse_path stroke
252 0 0 0 nodecolor
253 14 /Times-Roman set_font
254 646.5 187.3 moveto 21 (001) alignedtext
255 grestore
256 % 000->001
257 gsave
258 1 setlinewidth
259 0 0 0 edgecolor
260 newpath 53.98 188.52 moveto
261 88.41 195.13 151.21 210 206 210 curveto
262 206 210 206 210 478 210 curveto
263 527.68 210 584.23 199.22 620 193.19 curveto
264 stroke
265 0 0 0 edgecolor
266 newpath 620.66 196.63 moveto
267 629.96 191.56 lineto
268 619.53 189.72 lineto
269 closepath fill
270 1 setlinewidth
271 solid
272 0 0 0 edgecolor
273 newpath 620.66 196.63 moveto
274 629.96 191.56 lineto
275 619.53 189.72 lineto
276 closepath stroke
277 grestore
278 % 010->010
279 gsave
280 1 setlinewidth
281 0 0 0 edgecolor
282 newpath 101.77 106.17 moveto
283 97.16 116.66 102.23 127 117 127 curveto
284 126.92 127 132.47 122.33 133.64 116.09 curveto
285 stroke
286 0 0 0 edgecolor
287 newpath 137.1 115.57 moveto
288 132.23 106.17 lineto
289 130.17 116.56 lineto
290 closepath fill
291 1 setlinewidth
292 solid
293 0 0 0 edgecolor
294 newpath 137.1 115.57 moveto
295 132.23 106.17 lineto
296 130.17 116.56 lineto
297 closepath stroke
298 grestore
299 % 110
300 gsave
301 1 setlinewidth
302 0 0 0 nodecolor
303 207 18 27 18 ellipse_path stroke
304 0 0 0 nodecolor
305 14 /Times-Roman set_font
306 196.5 14.3 moveto 21 (110) alignedtext
307 grestore
308 % 010->110
309 gsave
310 1 setlinewidth
311 0 0 0 edgecolor
312 newpath 134.55 77.27 moveto
313 147.74 66.33 166.41 50.84 181.36 38.44 curveto
314 stroke
315 0 0 0 edgecolor
316 newpath 183.76 41 moveto
317 189.22 31.92 lineto
318 179.29 35.61 lineto
319 closepath fill
320 1 setlinewidth
321 solid
322 0 0 0 edgecolor
323 newpath 183.76 41 moveto
324 189.22 31.92 lineto
325 179.29 35.61 lineto
326 closepath stroke
327 grestore
328 % 011
329 gsave
330 1 setlinewidth
331 0 0 0 nodecolor
332 567 91 27 18 ellipse_path stroke
333 0 0 0 nodecolor
334 14 /Times-Roman set_font
335 556.5 87.3 moveto 21 (011) alignedtext
336 grestore
337 % 010->011
338 gsave
339 1 setlinewidth
340 0 0 0 edgecolor
341 newpath 142.47 85 moveto
342 176.79 82 241.15 82 296 82 curveto
343 296 82 296 82 388 82 curveto
344 437.71 82 495.23 82 531.12 84.23 curveto
345 stroke
346 0 0 0 edgecolor
347 newpath 531.3 87.76 moveto
348 541.53 85 lineto
349 531.81 80.77 lineto
350 closepath fill
351 1 setlinewidth
352 solid
353 0 0 0 edgecolor
354 newpath 531.3 87.76 moveto
355 541.53 85 lineto
356 531.81 80.77 lineto
357 closepath stroke
358 grestore
359 % 001->000
360 gsave
361 1 setlinewidth
362 0 0 0 edgecolor
363 newpath 635.34 202.06 moveto
364 602.33 213.54 535.56 228 478 228 curveto
365 206 228 206 228 206 228 curveto
366 152.99 228 92.48 214.08 57.42 202.02 curveto
367 stroke
368 0 0 0 edgecolor
369 newpath 58.41 198.66 moveto
370 47.81 198.52 lineto
371 56.01 205.23 lineto
372 closepath fill
373 1 setlinewidth
374 solid
375 0 0 0 edgecolor
376 newpath 58.41 198.66 moveto
377 47.81 198.52 lineto
378 56.01 205.23 lineto
379 closepath stroke
380 grestore
381 % 001->001
382 gsave
383 1 setlinewidth
384 0 0 0 edgecolor
385 newpath 641.77 206.17 moveto
386 637.16 216.66 642.23 227 657 227 curveto
387 666.92 227 672.47 222.33 673.64 216.09 curveto
388 stroke
389 0 0 0 edgecolor
390 newpath 677.1 215.57 moveto
391 672.23 206.17 lineto
392 670.17 216.56 lineto
393 closepath fill
394 1 setlinewidth
395 solid
396 0 0 0 edgecolor
397 newpath 677.1 215.57 moveto
398 672.23 206.17 lineto
399 670.17 216.56 lineto
400 closepath stroke
401 grestore
402 % 101
403 gsave
404 1 setlinewidth
405 0 0 0 nodecolor
406 387 146 27 18 ellipse_path stroke
407 0 0 0 nodecolor
408 14 /Times-Roman set_font
409 376.5 142.3 moveto 21 (101) alignedtext
410 grestore
411 % 001->101
412 gsave
413 1 setlinewidth
414 0 0 0 edgecolor
415 newpath 630.38 186.7 moveto
416 582.32 178.63 478.53 161.2 423.67 151.99 curveto
417 stroke
418 0 0 0 edgecolor
419 newpath 424.14 148.52 moveto
420 413.7 150.31 lineto
421 422.98 155.42 lineto
422 closepath fill
423 1 setlinewidth
424 solid
425 0 0 0 edgecolor
426 newpath 424.14 148.52 moveto
427 413.7 150.31 lineto
428 422.98 155.42 lineto
429 closepath stroke
430 grestore
431 % 110->110
432 gsave
433 1 setlinewidth
434 0 0 0 edgecolor
435 newpath 191.77 33.17 moveto
436 187.16 43.66 192.23 54 207 54 curveto
437 216.92 54 222.47 49.33 223.64 43.09 curveto
438 stroke
439 0 0 0 edgecolor
440 newpath 227.1 42.57 moveto
441 222.23 33.17 lineto
442 220.17 43.56 lineto
443 closepath fill
444 1 setlinewidth
445 solid
446 0 0 0 edgecolor
447 newpath 227.1 42.57 moveto
448 222.23 33.17 lineto
449 220.17 43.56 lineto
450 closepath stroke
451 grestore
452 % 100
453 gsave
454 1 setlinewidth
455 0 0 0 nodecolor
456 297 146 27 18 ellipse_path stroke
457 0 0 0 nodecolor
458 14 /Times-Roman set_font
459 286.5 142.3 moveto 21 (100) alignedtext
460 grestore
461 % 110->100
462 gsave
463 1 setlinewidth
464 0 0 0 edgecolor
465 newpath 219.15 34.21 moveto
466 234.2 56.12 261.19 95.37 278.85 121.05 curveto
467 stroke
468 0 0 0 edgecolor
469 newpath 276.12 123.26 moveto
470 284.67 129.52 lineto
471 281.89 119.29 lineto
472 closepath fill
473 1 setlinewidth
474 solid
475 0 0 0 edgecolor
476 newpath 276.12 123.26 moveto
477 284.67 129.52 lineto
478 281.89 119.29 lineto
479 closepath stroke
480 grestore
481 % 111
482 gsave
483 1 setlinewidth
484 0 0 0 nodecolor
485 477 18 27 18 ellipse_path stroke
486 0 0 0 nodecolor
487 14 /Times-Roman set_font
488 466.5 14.3 moveto 21 (111) alignedtext
489 grestore
490 % 110->111
491 gsave
492 1 setlinewidth
493 0 0 0 edgecolor
494 newpath 233.7 13.82 moveto
495 281.72 10.61 385.18 10.41 440.08 13.22 curveto
496 stroke
497 0 0 0 edgecolor
498 newpath 440.19 16.74 moveto
499 450.38 13.83 lineto
500 440.6 9.75 lineto
501 closepath fill
502 1 setlinewidth
503 solid
504 0 0 0 edgecolor
505 newpath 440.19 16.74 moveto
506 450.38 13.83 lineto
507 440.6 9.75 lineto
508 closepath stroke
509 grestore
510 % 011->010
511 gsave
512 1 setlinewidth
513 0 0 0 edgecolor
514 newpath 541.53 97 moveto
515 507.21 100 442.85 100 388 100 curveto
516 296 100 296 100 296 100 curveto
517 246.29 100 188.77 100 152.88 97.77 curveto
518 stroke
519 0 0 0 edgecolor
520 newpath 152.7 94.24 moveto
521 142.47 97 lineto
522 152.19 101.23 lineto
523 closepath fill
524 1 setlinewidth
525 solid
526 0 0 0 edgecolor
527 newpath 152.7 94.24 moveto
528 142.47 97 lineto
529 152.19 101.23 lineto
530 closepath stroke
531 grestore
532 % 011->001
533 gsave
534 1 setlinewidth
535 0 0 0 edgecolor
536 newpath 581.75 106.63 moveto
537 596.22 123.06 619.14 149.11 635.69 167.92 curveto
538 stroke
539 0 0 0 edgecolor
540 newpath 633.11 170.29 moveto
541 642.35 175.48 lineto
542 638.37 165.67 lineto
543 closepath fill
544 1 setlinewidth
545 solid
546 0 0 0 edgecolor
547 newpath 633.11 170.29 moveto
548 642.35 175.48 lineto
549 638.37 165.67 lineto
550 closepath stroke
551 grestore
552 % 011->011
553 gsave
554 1 setlinewidth
555 0 0 0 edgecolor
556 newpath 551.77 106.17 moveto
557 547.16 116.66 552.23 127 567 127 curveto
558 576.92 127 582.47 122.33 583.64 116.09 curveto
559 stroke
560 0 0 0 edgecolor
561 newpath 587.1 115.57 moveto
562 582.23 106.17 lineto
563 580.17 116.56 lineto
564 closepath fill
565 1 setlinewidth
566 solid
567 0 0 0 edgecolor
568 newpath 587.1 115.57 moveto
569 582.23 106.17 lineto
570 580.17 116.56 lineto
571 closepath stroke
572 grestore
573 % 101->101
574 gsave
575 1 setlinewidth
576 0 0 0 edgecolor
577 newpath 371.77 161.17 moveto
578 367.16 171.66 372.23 182 387 182 curveto
579 396.92 182 402.47 177.33 403.64 171.09 curveto
580 stroke
581 0 0 0 edgecolor
582 newpath 407.1 170.57 moveto
583 402.23 161.17 lineto
584 400.17 171.56 lineto
585 closepath fill
586 1 setlinewidth
587 solid
588 0 0 0 edgecolor
589 newpath 407.1 170.57 moveto
590 402.23 161.17 lineto
591 400.17 171.56 lineto
592 closepath stroke
593 grestore
594 % 101->100
595 gsave
596 1 setlinewidth
597 0 0 0 edgecolor
598 newpath 361.31 152.14 moveto
599 352.41 152.74 342.18 152.9 332.59 152.61 curveto
600 stroke
601 0 0 0 edgecolor
602 newpath 332.67 149.11 moveto
603 322.51 152.12 lineto
604 332.33 156.1 lineto
605 closepath fill
606 1 setlinewidth
607 solid
608 0 0 0 edgecolor
609 newpath 332.67 149.11 moveto
610 322.51 152.12 lineto
611 332.33 156.1 lineto
612 closepath stroke
613 grestore
614 % 101->111
615 gsave
616 1 setlinewidth
617 0 0 0 edgecolor
618 newpath 399.15 129.79 moveto
619 414.2 107.88 441.19 68.63 458.85 42.95 curveto
620 stroke
621 0 0 0 edgecolor
622 newpath 461.89 44.71 moveto
623 464.67 34.48 lineto
624 456.12 40.74 lineto
625 closepath fill
626 1 setlinewidth
627 solid
628 0 0 0 edgecolor
629 newpath 461.89 44.71 moveto
630 464.67 34.48 lineto
631 456.12 40.74 lineto
632 closepath stroke
633 grestore
634 % 100->000
635 gsave
636 1 setlinewidth
637 0 0 0 edgecolor
638 newpath 270.38 149.92 moveto
639 222.32 157.27 118.53 173.15 63.67 181.54 curveto
640 stroke
641 0 0 0 edgecolor
642 newpath 63.05 178.1 moveto
643 53.7 183.07 lineto
644 64.11 185.02 lineto
645 closepath fill
646 1 setlinewidth
647 solid
648 0 0 0 edgecolor
649 newpath 63.05 178.1 moveto
650 53.7 183.07 lineto
651 64.11 185.02 lineto
652 closepath stroke
653 grestore
654 % 100->101
655 gsave
656 1 setlinewidth
657 0 0 0 edgecolor
658 newpath 322.51 139.88 moveto
659 331.4 139.27 341.62 139.1 351.22 139.38 curveto
660 stroke
661 0 0 0 edgecolor
662 newpath 351.16 142.88 moveto
663 361.31 139.86 lineto
664 351.49 135.89 lineto
665 closepath fill
666 1 setlinewidth
667 solid
668 0 0 0 edgecolor
669 newpath 351.16 142.88 moveto
670 361.31 139.86 lineto
671 351.49 135.89 lineto
672 closepath stroke
673 grestore
674 % 100->100
675 gsave
676 1 setlinewidth
677 0 0 0 edgecolor
678 newpath 281.77 161.17 moveto
679 277.16 171.66 282.23 182 297 182 curveto
680 306.92 182 312.47 177.33 313.64 171.09 curveto
681 stroke
682 0 0 0 edgecolor
683 newpath 317.1 170.57 moveto
684 312.23 161.17 lineto
685 310.17 171.56 lineto
686 closepath fill
687 1 setlinewidth
688 solid
689 0 0 0 edgecolor
690 newpath 317.1 170.57 moveto
691 312.23 161.17 lineto
692 310.17 171.56 lineto
693 closepath stroke
694 grestore
695 % 111->110
696 gsave
697 1 setlinewidth
698 0 0 0 edgecolor
699 newpath 450.38 22.17 moveto
700 402.42 25.39 298.96 25.6 244.01 22.78 curveto
701 stroke
702 0 0 0 edgecolor
703 newpath 243.88 19.27 moveto
704 233.7 22.18 lineto
705 243.48 26.26 lineto
706 closepath fill
707 1 setlinewidth
708 solid
709 0 0 0 edgecolor
710 newpath 243.88 19.27 moveto
711 233.7 22.18 lineto
712 243.48 26.26 lineto
713 closepath stroke
714 grestore
715 % 111->011
716 gsave
717 1 setlinewidth
718 0 0 0 edgecolor
719 newpath 494.55 31.73 moveto
720 507.74 42.67 526.41 58.16 541.36 70.56 curveto
721 stroke
722 0 0 0 edgecolor
723 newpath 539.29 73.39 moveto
724 549.22 77.08 lineto
725 543.76 68 lineto
726 closepath fill
727 1 setlinewidth
728 solid
729 0 0 0 edgecolor
730 newpath 539.29 73.39 moveto
731 549.22 77.08 lineto
732 543.76 68 lineto
733 closepath stroke
734 grestore
735 % 111->111
736 gsave
737 1 setlinewidth
738 0 0 0 edgecolor
739 newpath 461.77 33.17 moveto
740 457.16 43.66 462.23 54 477 54 curveto
741 486.92 54 492.47 49.33 493.64 43.09 curveto
742 stroke
743 0 0 0 edgecolor
744 newpath 497.1 42.57 moveto
745 492.23 33.17 lineto
746 490.17 43.56 lineto
747 closepath fill
748 1 setlinewidth
749 solid
750 0 0 0 edgecolor
751 newpath 497.1 42.57 moveto
752 492.23 33.17 lineto
753 490.17 43.56 lineto
754 closepath stroke
755 grestore
756 endpage
757 showpage
758 grestore
759 %%PageTrailer
760 %%EndPage: 1
761 %%Trailer
762 %%Pages: 1
763 %%BoundingBox: 36 36 728 272
764 end
765 restore
766 %%EOF