]> AND Private Git Repository - hdrcouchot.git/blob - images/para_iterate.ps
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
la veille
[hdrcouchot.git] / images / para_iterate.ps
1 %!PS-Adobe-3.0 EPSF-3.0
2 %%Creator: Graphviz version 2.20.2 (Tue Mar  2 21:46:26 UTC 2010)
3 %%For: (couchot) couchot,,,
4 %%Title: G
5 %%Pages: (atend)
6 %%BoundingBox: (atend)
7 %%EndComments
8 save
9 %%BeginProlog
10 /DotDict 200 dict def
11 DotDict begin
12
13 /setupLatin1 {
14 mark
15 /EncodingVector 256 array def
16  EncodingVector 0
17
18 ISOLatin1Encoding 0 255 getinterval putinterval
19 EncodingVector 45 /hyphen put
20
21 % Set up ISO Latin 1 character encoding
22 /starnetISO {
23         dup dup findfont dup length dict begin
24         { 1 index /FID ne { def }{ pop pop } ifelse
25         } forall
26         /Encoding EncodingVector def
27         currentdict end definefont
28 } def
29 /Times-Roman starnetISO def
30 /Times-Italic starnetISO def
31 /Times-Bold starnetISO def
32 /Times-BoldItalic starnetISO def
33 /Helvetica starnetISO def
34 /Helvetica-Oblique starnetISO def
35 /Helvetica-Bold starnetISO def
36 /Helvetica-BoldOblique starnetISO def
37 /Courier starnetISO def
38 /Courier-Oblique starnetISO def
39 /Courier-Bold starnetISO def
40 /Courier-BoldOblique starnetISO def
41 cleartomark
42 } bind def
43
44 %%BeginResource: procset graphviz 0 0
45 /coord-font-family /Times-Roman def
46 /default-font-family /Times-Roman def
47 /coordfont coord-font-family findfont 8 scalefont def
48
49 /InvScaleFactor 1.0 def
50 /set_scale {
51        dup 1 exch div /InvScaleFactor exch def
52        scale
53 } bind def
54
55 % styles
56 /solid { [] 0 setdash } bind def
57 /dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def
58 /dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def
59 /invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def
60 /bold { 2 setlinewidth } bind def
61 /filled { } bind def
62 /unfilled { } bind def
63 /rounded { } bind def
64 /diagonals { } 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 1454 530
183 %%PageOrientation: Portrait
184 0 0 1 beginpage
185 gsave
186 36 36 1418 494 boxprim clip newpath
187 1 1 set_scale 0 rotate 40 40 translate
188 % 10000
189 gsave
190 1 setlinewidth
191 0.000 0.000 0.000 nodecolor
192 1368 198 41.89 18 ellipse_path stroke
193 0.000 0.000 0.000 nodecolor
194 14 /Times-Roman set_font
195 1345.5 193.9 moveto 45 (10000) alignedtext
196 grestore
197 % 10001
198 gsave
199 1 setlinewidth
200 0.000 0.000 0.000 nodecolor
201 1138 108 41.89 18 ellipse_path stroke
202 0.000 0.000 0.000 nodecolor
203 14 /Times-Roman set_font
204 1115.5 103.9 moveto 45 (10001) alignedtext
205 grestore
206 % 10000->10001
207 gsave
208 1 setlinewidth
209 0.000 0.000 0.000 edgecolor
210 newpath 1338 185 moveto
211 1310 174 1269 158 1234 144 curveto
212 1216 137 1197 130 1180 124 curveto
213 stroke
214 0.000 0.000 0.000 edgecolor
215 newpath 1180.58 120.46 moveto
216 1170 120 lineto
217 1177.98 126.96 lineto
218 closepath fill
219 1 setlinewidth
220 solid
221 0.000 0.000 0.000 edgecolor
222 newpath 1180.58 120.46 moveto
223 1170 120 lineto
224 1177.98 126.96 lineto
225 closepath stroke
226 0.000 0.000 0.000 edgecolor
227 14 /Times-Roman set_font
228 1284 148.9 moveto 18 (31) alignedtext
229 grestore
230 % 10011
231 gsave
232 1 setlinewidth
233 0.000 0.000 0.000 nodecolor
234 711 18 41.89 18 ellipse_path stroke
235 0.000 0.000 0.000 nodecolor
236 14 /Times-Roman set_font
237 688.5 13.9 moveto 45 (10011) alignedtext
238 grestore
239 % 10001->10011
240 gsave
241 1 setlinewidth
242 0.000 0.000 0.000 edgecolor
243 newpath 1100 100 moveto
244 1022 84 845 46 759 28 curveto
245 stroke
246 0.000 0.000 0.000 edgecolor
247 newpath 759.49 24.53 moveto
248 749 26 lineto
249 758.12 31.39 lineto
250 closepath fill
251 1 setlinewidth
252 solid
253 0.000 0.000 0.000 edgecolor
254 newpath 759.49 24.53 moveto
255 749 26 lineto
256 758.12 31.39 lineto
257 closepath stroke
258 0.000 0.000 0.000 edgecolor
259 14 /Times-Roman set_font
260 962 58.9 moveto 18 (31) alignedtext
261 grestore
262 % 10011->10011
263 gsave
264 1 setlinewidth
265 0.000 0.000 0.000 edgecolor
266 newpath 749 26 moveto
267 761 26 771 24 771 18 curveto
268 771 15 766 12 759 11 curveto
269 stroke
270 0.000 0.000 0.000 edgecolor
271 newpath 759.3 7.51 moveto
272 749 10 lineto
273 758.6 14.48 lineto
274 closepath fill
275 1 setlinewidth
276 solid
277 0.000 0.000 0.000 edgecolor
278 newpath 759.3 7.51 moveto
279 749 10 lineto
280 758.6 14.48 lineto
281 closepath stroke
282 0.000 0.000 0.000 edgecolor
283 14 /Times-Roman set_font
284 771 13.9 moveto 18 (31) alignedtext
285 grestore
286 % 10101
287 gsave
288 1 setlinewidth
289 0.000 0.000 0.000 nodecolor
290 960 288 41.89 18 ellipse_path stroke
291 0.000 0.000 0.000 nodecolor
292 14 /Times-Roman set_font
293 937.5 283.9 moveto 45 (10101) alignedtext
294 grestore
295 % 10010
296 gsave
297 1 setlinewidth
298 0.000 0.000 0.000 nodecolor
299 960 198 41.89 18 ellipse_path stroke
300 0.000 0.000 0.000 nodecolor
301 14 /Times-Roman set_font
302 937.5 193.9 moveto 45 (10010) alignedtext
303 grestore
304 % 10101->10010
305 gsave
306 1 setlinewidth
307 0.000 0.000 0.000 edgecolor
308 newpath 960 270 moveto
309 960 257 960 241 960 226 curveto
310 stroke
311 0.000 0.000 0.000 edgecolor
312 newpath 963.5 226 moveto
313 960 216 lineto
314 956.5 226 lineto
315 closepath fill
316 1 setlinewidth
317 solid
318 0.000 0.000 0.000 edgecolor
319 newpath 963.5 226 moveto
320 960 216 lineto
321 956.5 226 lineto
322 closepath stroke
323 0.000 0.000 0.000 edgecolor
324 14 /Times-Roman set_font
325 960 238.9 moveto 18 (31) alignedtext
326 grestore
327 % 10010->10001
328 gsave
329 1 setlinewidth
330 0.000 0.000 0.000 edgecolor
331 newpath 987 184 moveto
332 1018 168 1068 144 1102 127 curveto
333 stroke
334 0.000 0.000 0.000 edgecolor
335 newpath 1103.96 129.92 moveto
336 1111 122 lineto
337 1100.56 123.8 lineto
338 closepath fill
339 1 setlinewidth
340 solid
341 0.000 0.000 0.000 edgecolor
342 newpath 1103.96 129.92 moveto
343 1111 122 lineto
344 1100.56 123.8 lineto
345 closepath stroke
346 0.000 0.000 0.000 edgecolor
347 14 /Times-Roman set_font
348 1064 148.9 moveto 18 (31) alignedtext
349 grestore
350 % 10100
351 gsave
352 1 setlinewidth
353 0.000 0.000 0.000 nodecolor
354 1368 288 41.89 18 ellipse_path stroke
355 0.000 0.000 0.000 nodecolor
356 14 /Times-Roman set_font
357 1345.5 283.9 moveto 45 (10100) alignedtext
358 grestore
359 % 10100->10000
360 gsave
361 1 setlinewidth
362 0.000 0.000 0.000 edgecolor
363 newpath 1368 270 moveto
364 1368 257 1368 241 1368 226 curveto
365 stroke
366 0.000 0.000 0.000 edgecolor
367 newpath 1371.5 226 moveto
368 1368 216 lineto
369 1364.5 226 lineto
370 closepath fill
371 1 setlinewidth
372 solid
373 0.000 0.000 0.000 edgecolor
374 newpath 1371.5 226 moveto
375 1368 216 lineto
376 1364.5 226 lineto
377 closepath stroke
378 0.000 0.000 0.000 edgecolor
379 14 /Times-Roman set_font
380 1368 238.9 moveto 18 (31) alignedtext
381 grestore
382 % 01101
383 gsave
384 1 setlinewidth
385 0.000 0.000 0.000 nodecolor
386 1062 288 41.89 18 ellipse_path stroke
387 0.000 0.000 0.000 nodecolor
388 14 /Times-Roman set_font
389 1039.5 283.9 moveto 45 (01101) alignedtext
390 grestore
391 % 10110
392 gsave
393 1 setlinewidth
394 0.000 0.000 0.000 nodecolor
395 1062 198 41.89 18 ellipse_path stroke
396 0.000 0.000 0.000 nodecolor
397 14 /Times-Roman set_font
398 1039.5 193.9 moveto 45 (10110) alignedtext
399 grestore
400 % 01101->10110
401 gsave
402 1 setlinewidth
403 0.000 0.000 0.000 edgecolor
404 newpath 1062 270 moveto
405 1062 257 1062 241 1062 226 curveto
406 stroke
407 0.000 0.000 0.000 edgecolor
408 newpath 1065.5 226 moveto
409 1062 216 lineto
410 1058.5 226 lineto
411 closepath fill
412 1 setlinewidth
413 solid
414 0.000 0.000 0.000 edgecolor
415 newpath 1065.5 226 moveto
416 1062 216 lineto
417 1058.5 226 lineto
418 closepath stroke
419 0.000 0.000 0.000 edgecolor
420 14 /Times-Roman set_font
421 1062 238.9 moveto 18 (31) alignedtext
422 grestore
423 % 10110->10001
424 gsave
425 1 setlinewidth
426 0.000 0.000 0.000 edgecolor
427 newpath 1076 181 moveto
428 1087 168 1104 148 1116 133 curveto
429 stroke
430 0.000 0.000 0.000 edgecolor
431 newpath 1119.05 134.83 moveto
432 1123 125 lineto
433 1113.78 130.22 lineto
434 closepath fill
435 1 setlinewidth
436 solid
437 0.000 0.000 0.000 edgecolor
438 newpath 1119.05 134.83 moveto
439 1123 125 lineto
440 1113.78 130.22 lineto
441 closepath stroke
442 0.000 0.000 0.000 edgecolor
443 14 /Times-Roman set_font
444 1106 148.9 moveto 18 (31) alignedtext
445 grestore
446 % 01100
447 gsave
448 1 setlinewidth
449 0.000 0.000 0.000 nodecolor
450 1368 378 41.89 18 ellipse_path stroke
451 0.000 0.000 0.000 nodecolor
452 14 /Times-Roman set_font
453 1345.5 373.9 moveto 45 (01100) alignedtext
454 grestore
455 % 01100->10100
456 gsave
457 1 setlinewidth
458 0.000 0.000 0.000 edgecolor
459 newpath 1368 360 moveto
460 1368 347 1368 331 1368 316 curveto
461 stroke
462 0.000 0.000 0.000 edgecolor
463 newpath 1371.5 316 moveto
464 1368 306 lineto
465 1364.5 316 lineto
466 closepath fill
467 1 setlinewidth
468 solid
469 0.000 0.000 0.000 edgecolor
470 newpath 1371.5 316 moveto
471 1368 306 lineto
472 1364.5 316 lineto
473 closepath stroke
474 0.000 0.000 0.000 edgecolor
475 14 /Times-Roman set_font
476 1368 328.9 moveto 18 (31) alignedtext
477 grestore
478 % 11111
479 gsave
480 1 setlinewidth
481 0.000 0.000 0.000 nodecolor
482 246 288 41.89 18 ellipse_path stroke
483 0.000 0.000 0.000 nodecolor
484 14 /Times-Roman set_font
485 223.5 283.9 moveto 45 (11111) alignedtext
486 grestore
487 % 00011
488 gsave
489 1 setlinewidth
490 0.000 0.000 0.000 nodecolor
491 399 198 41.89 18 ellipse_path stroke
492 0.000 0.000 0.000 nodecolor
493 14 /Times-Roman set_font
494 376.5 193.9 moveto 45 (00011) alignedtext
495 grestore
496 % 11111->00011
497 gsave
498 1 setlinewidth
499 0.000 0.000 0.000 edgecolor
500 newpath 271 273 moveto
501 296 259 337 234 365 218 curveto
502 stroke
503 0.000 0.000 0.000 edgecolor
504 newpath 366.96 220.92 moveto
505 374 213 lineto
506 363.56 214.8 lineto
507 closepath fill
508 1 setlinewidth
509 solid
510 0.000 0.000 0.000 edgecolor
511 newpath 366.96 220.92 moveto
512 374 213 lineto
513 363.56 214.8 lineto
514 closepath stroke
515 0.000 0.000 0.000 edgecolor
516 14 /Times-Roman set_font
517 338 238.9 moveto 18 (31) alignedtext
518 grestore
519 % 01011
520 gsave
521 1 setlinewidth
522 0.000 0.000 0.000 nodecolor
523 654 108 41.89 18 ellipse_path stroke
524 0.000 0.000 0.000 nodecolor
525 14 /Times-Roman set_font
526 631.5 103.9 moveto 45 (01011) alignedtext
527 grestore
528 % 00011->01011
529 gsave
530 1 setlinewidth
531 0.000 0.000 0.000 edgecolor
532 newpath 432 187 moveto
533 477 170 561 141 611 123 curveto
534 stroke
535 0.000 0.000 0.000 edgecolor
536 newpath 612.43 126.23 moveto
537 621 120 lineto
538 610.42 119.52 lineto
539 closepath fill
540 1 setlinewidth
541 solid
542 0.000 0.000 0.000 edgecolor
543 newpath 612.43 126.23 moveto
544 621 120 lineto
545 610.42 119.52 lineto
546 closepath stroke
547 0.000 0.000 0.000 edgecolor
548 14 /Times-Roman set_font
549 548 148.9 moveto 18 (31) alignedtext
550 grestore
551 % 11110
552 gsave
553 1 setlinewidth
554 0.000 0.000 0.000 nodecolor
555 552 288 41.89 18 ellipse_path stroke
556 0.000 0.000 0.000 nodecolor
557 14 /Times-Roman set_font
558 529.5 283.9 moveto 45 (11110) alignedtext
559 grestore
560 % 00001
561 gsave
562 1 setlinewidth
563 0.000 0.000 0.000 nodecolor
564 654 198 41.89 18 ellipse_path stroke
565 0.000 0.000 0.000 nodecolor
566 14 /Times-Roman set_font
567 631.5 193.9 moveto 45 (00001) alignedtext
568 grestore
569 % 11110->00001
570 gsave
571 1 setlinewidth
572 0.000 0.000 0.000 edgecolor
573 newpath 571 271 moveto
574 587 257 610 237 627 222 curveto
575 stroke
576 0.000 0.000 0.000 edgecolor
577 newpath 629.78 224.22 moveto
578 635 215 lineto
579 625.17 218.95 lineto
580 closepath fill
581 1 setlinewidth
582 solid
583 0.000 0.000 0.000 edgecolor
584 newpath 629.78 224.22 moveto
585 635 215 lineto
586 625.17 218.95 lineto
587 closepath stroke
588 0.000 0.000 0.000 edgecolor
589 14 /Times-Roman set_font
590 611 238.9 moveto 18 (31) alignedtext
591 grestore
592 % 00001->01011
593 gsave
594 1 setlinewidth
595 0.000 0.000 0.000 edgecolor
596 newpath 654 180 moveto
597 654 167 654 151 654 136 curveto
598 stroke
599 0.000 0.000 0.000 edgecolor
600 newpath 657.5 136 moveto
601 654 126 lineto
602 650.5 136 lineto
603 closepath fill
604 1 setlinewidth
605 solid
606 0.000 0.000 0.000 edgecolor
607 newpath 657.5 136 moveto
608 654 126 lineto
609 650.5 136 lineto
610 closepath stroke
611 0.000 0.000 0.000 edgecolor
612 14 /Times-Roman set_font
613 654 148.9 moveto 18 (31) alignedtext
614 grestore
615 % 11010
616 gsave
617 1 setlinewidth
618 0.000 0.000 0.000 nodecolor
619 654 288 41.89 18 ellipse_path stroke
620 0.000 0.000 0.000 nodecolor
621 14 /Times-Roman set_font
622 631.5 283.9 moveto 45 (11010) alignedtext
623 grestore
624 % 11010->00001
625 gsave
626 1 setlinewidth
627 0.000 0.000 0.000 edgecolor
628 newpath 654 270 moveto
629 654 257 654 241 654 226 curveto
630 stroke
631 0.000 0.000 0.000 edgecolor
632 newpath 657.5 226 moveto
633 654 216 lineto
634 650.5 226 lineto
635 closepath fill
636 1 setlinewidth
637 solid
638 0.000 0.000 0.000 edgecolor
639 newpath 657.5 226 moveto
640 654 216 lineto
641 650.5 226 lineto
642 closepath stroke
643 0.000 0.000 0.000 edgecolor
644 14 /Times-Roman set_font
645 654 238.9 moveto 18 (31) alignedtext
646 grestore
647 % 11011
648 gsave
649 1 setlinewidth
650 0.000 0.000 0.000 nodecolor
651 348 288 41.89 18 ellipse_path stroke
652 0.000 0.000 0.000 nodecolor
653 14 /Times-Roman set_font
654 325.5 283.9 moveto 45 (11011) alignedtext
655 grestore
656 % 11011->00011
657 gsave
658 1 setlinewidth
659 0.000 0.000 0.000 edgecolor
660 newpath 358 270 moveto
661 365 257 375 239 384 225 curveto
662 stroke
663 0.000 0.000 0.000 edgecolor
664 newpath 387.2 226.44 moveto
665 389 216 lineto
666 381.08 223.04 lineto
667 closepath fill
668 1 setlinewidth
669 solid
670 0.000 0.000 0.000 edgecolor
671 newpath 387.2 226.44 moveto
672 389 216 lineto
673 381.08 223.04 lineto
674 closepath stroke
675 0.000 0.000 0.000 edgecolor
676 14 /Times-Roman set_font
677 380 238.9 moveto 18 (31) alignedtext
678 grestore
679 % 01000
680 gsave
681 1 setlinewidth
682 0.000 0.000 0.000 nodecolor
683 1164 198 41.89 18 ellipse_path stroke
684 0.000 0.000 0.000 nodecolor
685 14 /Times-Roman set_font
686 1141.5 193.9 moveto 45 (01000) alignedtext
687 grestore
688 % 01000->10001
689 gsave
690 1 setlinewidth
691 0.000 0.000 0.000 edgecolor
692 newpath 1159 180 moveto
693 1155 167 1150 150 1146 136 curveto
694 stroke
695 0.000 0.000 0.000 edgecolor
696 newpath 1149.23 134.57 moveto
697 1143 126 lineto
698 1142.52 136.58 lineto
699 closepath fill
700 1 setlinewidth
701 solid
702 0.000 0.000 0.000 edgecolor
703 newpath 1149.23 134.57 moveto
704 1143 126 lineto
705 1142.52 136.58 lineto
706 closepath stroke
707 0.000 0.000 0.000 edgecolor
708 14 /Times-Roman set_font
709 1152 148.9 moveto 18 (31) alignedtext
710 grestore
711 % 01001
712 gsave
713 1 setlinewidth
714 0.000 0.000 0.000 nodecolor
715 144 108 41.89 18 ellipse_path stroke
716 0.000 0.000 0.000 nodecolor
717 14 /Times-Roman set_font
718 121.5 103.9 moveto 45 (01001) alignedtext
719 grestore
720 % 01001->10011
721 gsave
722 1 setlinewidth
723 0.000 0.000 0.000 edgecolor
724 newpath 183 102 moveto
725 284 86 550 44 661 26 curveto
726 stroke
727 0.000 0.000 0.000 edgecolor
728 newpath 661.88 29.39 moveto
729 671 24 lineto
730 660.51 22.53 lineto
731 closepath fill
732 1 setlinewidth
733 solid
734 0.000 0.000 0.000 edgecolor
735 newpath 661.88 29.39 moveto
736 671 24 lineto
737 660.51 22.53 lineto
738 closepath stroke
739 0.000 0.000 0.000 edgecolor
740 14 /Times-Roman set_font
741 478 58.9 moveto 18 (31) alignedtext
742 grestore
743 % 00111
744 gsave
745 1 setlinewidth
746 0.000 0.000 0.000 nodecolor
747 858 288 41.89 18 ellipse_path stroke
748 0.000 0.000 0.000 nodecolor
749 14 /Times-Roman set_font
750 835.5 283.9 moveto 45 (00111) alignedtext
751 grestore
752 % 01111
753 gsave
754 1 setlinewidth
755 0.000 0.000 0.000 nodecolor
756 807 198 41.89 18 ellipse_path stroke
757 0.000 0.000 0.000 nodecolor
758 14 /Times-Roman set_font
759 784.5 193.9 moveto 45 (01111) alignedtext
760 grestore
761 % 00111->01111
762 gsave
763 1 setlinewidth
764 0.000 0.000 0.000 edgecolor
765 newpath 848 270 moveto
766 841 257 831 239 822 225 curveto
767 stroke
768 0.000 0.000 0.000 edgecolor
769 newpath 824.92 223.04 moveto
770 817 216 lineto
771 818.8 226.44 lineto
772 closepath fill
773 1 setlinewidth
774 solid
775 0.000 0.000 0.000 edgecolor
776 newpath 824.92 223.04 moveto
777 817 216 lineto
778 818.8 226.44 lineto
779 closepath stroke
780 0.000 0.000 0.000 edgecolor
781 14 /Times-Roman set_font
782 835 238.9 moveto 18 (31) alignedtext
783 grestore
784 % 10111
785 gsave
786 1 setlinewidth
787 0.000 0.000 0.000 nodecolor
788 769 108 41.89 18 ellipse_path stroke
789 0.000 0.000 0.000 nodecolor
790 14 /Times-Roman set_font
791 746.5 103.9 moveto 45 (10111) alignedtext
792 grestore
793 % 01111->10111
794 gsave
795 1 setlinewidth
796 0.000 0.000 0.000 edgecolor
797 newpath 799 180 moveto
798 793 167 786 149 780 135 curveto
799 stroke
800 0.000 0.000 0.000 edgecolor
801 newpath 783.26 133.72 moveto
802 776 126 lineto
803 776.86 136.56 lineto
804 closepath fill
805 1 setlinewidth
806 solid
807 0.000 0.000 0.000 edgecolor
808 newpath 783.26 133.72 moveto
809 776 126 lineto
810 776.86 136.56 lineto
811 closepath stroke
812 0.000 0.000 0.000 edgecolor
813 14 /Times-Roman set_font
814 790 148.9 moveto 18 (31) alignedtext
815 grestore
816 % 00110
817 gsave
818 1 setlinewidth
819 0.000 0.000 0.000 nodecolor
820 1062 378 41.89 18 ellipse_path stroke
821 0.000 0.000 0.000 nodecolor
822 14 /Times-Roman set_font
823 1039.5 373.9 moveto 45 (00110) alignedtext
824 grestore
825 % 00110->01101
826 gsave
827 1 setlinewidth
828 0.000 0.000 0.000 edgecolor
829 newpath 1062 360 moveto
830 1062 347 1062 331 1062 316 curveto
831 stroke
832 0.000 0.000 0.000 edgecolor
833 newpath 1065.5 316 moveto
834 1062 306 lineto
835 1058.5 316 lineto
836 closepath fill
837 1 setlinewidth
838 solid
839 0.000 0.000 0.000 edgecolor
840 newpath 1065.5 316 moveto
841 1062 306 lineto
842 1058.5 316 lineto
843 closepath stroke
844 0.000 0.000 0.000 edgecolor
845 14 /Times-Roman set_font
846 1062 328.9 moveto 18 (31) alignedtext
847 grestore
848 % 00010
849 gsave
850 1 setlinewidth
851 0.000 0.000 0.000 nodecolor
852 42 198 41.89 18 ellipse_path stroke
853 0.000 0.000 0.000 nodecolor
854 14 /Times-Roman set_font
855 19.5 193.9 moveto 45 (00010) alignedtext
856 grestore
857 % 00010->01001
858 gsave
859 1 setlinewidth
860 0.000 0.000 0.000 edgecolor
861 newpath 61 181 moveto
862 77 167 100 147 117 132 curveto
863 stroke
864 0.000 0.000 0.000 edgecolor
865 newpath 119.78 134.22 moveto
866 125 125 lineto
867 115.17 128.95 lineto
868 closepath fill
869 1 setlinewidth
870 solid
871 0.000 0.000 0.000 edgecolor
872 newpath 119.78 134.22 moveto
873 125 125 lineto
874 115.17 128.95 lineto
875 closepath stroke
876 0.000 0.000 0.000 edgecolor
877 14 /Times-Roman set_font
878 104 148.9 moveto 18 (31) alignedtext
879 grestore
880 % 01011->10011
881 gsave
882 1 setlinewidth
883 0.000 0.000 0.000 edgecolor
884 newpath 665 90 moveto
885 673 77 685 59 694 44 curveto
886 stroke
887 0.000 0.000 0.000 edgecolor
888 newpath 697.37 45.26 moveto
889 700 35 lineto
890 691.54 41.38 lineto
891 closepath fill
892 1 setlinewidth
893 solid
894 0.000 0.000 0.000 edgecolor
895 newpath 697.37 45.26 moveto
896 700 35 lineto
897 691.54 41.38 lineto
898 closepath stroke
899 0.000 0.000 0.000 edgecolor
900 14 /Times-Roman set_font
901 686 58.9 moveto 18 (31) alignedtext
902 grestore
903 % 10111->10011
904 gsave
905 1 setlinewidth
906 0.000 0.000 0.000 edgecolor
907 newpath 758 91 moveto
908 750 78 738 59 728 43 curveto
909 stroke
910 0.000 0.000 0.000 edgecolor
911 newpath 730.8 40.9 moveto
912 722 35 lineto
913 725.2 45.1 lineto
914 closepath fill
915 1 setlinewidth
916 solid
917 0.000 0.000 0.000 edgecolor
918 newpath 730.8 40.9 moveto
919 722 35 lineto
920 725.2 45.1 lineto
921 closepath stroke
922 0.000 0.000 0.000 edgecolor
923 14 /Times-Roman set_font
924 744 58.9 moveto 18 (31) alignedtext
925 grestore
926 % 01110
927 gsave
928 1 setlinewidth
929 0.000 0.000 0.000 nodecolor
930 960 378 41.89 18 ellipse_path stroke
931 0.000 0.000 0.000 nodecolor
932 14 /Times-Roman set_font
933 937.5 373.9 moveto 45 (01110) alignedtext
934 grestore
935 % 01110->10101
936 gsave
937 1 setlinewidth
938 0.000 0.000 0.000 edgecolor
939 newpath 960 360 moveto
940 960 347 960 331 960 316 curveto
941 stroke
942 0.000 0.000 0.000 edgecolor
943 newpath 963.5 316 moveto
944 960 306 lineto
945 956.5 316 lineto
946 closepath fill
947 1 setlinewidth
948 solid
949 0.000 0.000 0.000 edgecolor
950 newpath 963.5 316 moveto
951 960 306 lineto
952 956.5 316 lineto
953 closepath stroke
954 0.000 0.000 0.000 edgecolor
955 14 /Times-Roman set_font
956 960 328.9 moveto 18 (31) alignedtext
957 grestore
958 % 11001
959 gsave
960 1 setlinewidth
961 0.000 0.000 0.000 nodecolor
962 450 288 41.89 18 ellipse_path stroke
963 0.000 0.000 0.000 nodecolor
964 14 /Times-Roman set_font
965 427.5 283.9 moveto 45 (11001) alignedtext
966 grestore
967 % 11001->00011
968 gsave
969 1 setlinewidth
970 0.000 0.000 0.000 edgecolor
971 newpath 440 270 moveto
972 433 257 423 239 414 225 curveto
973 stroke
974 0.000 0.000 0.000 edgecolor
975 newpath 416.92 223.04 moveto
976 409 216 lineto
977 410.8 226.44 lineto
978 closepath fill
979 1 setlinewidth
980 solid
981 0.000 0.000 0.000 edgecolor
982 newpath 416.92 223.04 moveto
983 409 216 lineto
984 410.8 226.44 lineto
985 closepath stroke
986 0.000 0.000 0.000 edgecolor
987 14 /Times-Roman set_font
988 427 238.9 moveto 18 (31) alignedtext
989 grestore
990 % 11000
991 gsave
992 1 setlinewidth
993 0.000 0.000 0.000 nodecolor
994 756 288 41.89 18 ellipse_path stroke
995 0.000 0.000 0.000 nodecolor
996 14 /Times-Roman set_font
997 733.5 283.9 moveto 45 (11000) alignedtext
998 grestore
999 % 11000->00001
1000 gsave
1001 1 setlinewidth
1002 0.000 0.000 0.000 edgecolor
1003 newpath 737 271 moveto
1004 721 257 698 237 681 222 curveto
1005 stroke
1006 0.000 0.000 0.000 edgecolor
1007 newpath 682.83 218.95 moveto
1008 673 215 lineto
1009 678.22 224.22 lineto
1010 closepath fill
1011 1 setlinewidth
1012 solid
1013 0.000 0.000 0.000 edgecolor
1014 newpath 682.83 218.95 moveto
1015 673 215 lineto
1016 678.22 224.22 lineto
1017 closepath stroke
1018 0.000 0.000 0.000 edgecolor
1019 14 /Times-Roman set_font
1020 713 238.9 moveto 18 (31) alignedtext
1021 grestore
1022 % 11100
1023 gsave
1024 1 setlinewidth
1025 0.000 0.000 0.000 nodecolor
1026 144 288 41.89 18 ellipse_path stroke
1027 0.000 0.000 0.000 nodecolor
1028 14 /Times-Roman set_font
1029 121.5 283.9 moveto 45 (11100) alignedtext
1030 grestore
1031 % 00000
1032 gsave
1033 1 setlinewidth
1034 0.000 0.000 0.000 nodecolor
1035 144 198 41.89 18 ellipse_path stroke
1036 0.000 0.000 0.000 nodecolor
1037 14 /Times-Roman set_font
1038 121.5 193.9 moveto 45 (00000) alignedtext
1039 grestore
1040 % 11100->00000
1041 gsave
1042 1 setlinewidth
1043 0.000 0.000 0.000 edgecolor
1044 newpath 144 270 moveto
1045 144 257 144 241 144 226 curveto
1046 stroke
1047 0.000 0.000 0.000 edgecolor
1048 newpath 147.5 226 moveto
1049 144 216 lineto
1050 140.5 226 lineto
1051 closepath fill
1052 1 setlinewidth
1053 solid
1054 0.000 0.000 0.000 edgecolor
1055 newpath 147.5 226 moveto
1056 144 216 lineto
1057 140.5 226 lineto
1058 closepath stroke
1059 0.000 0.000 0.000 edgecolor
1060 14 /Times-Roman set_font
1061 144 238.9 moveto 18 (31) alignedtext
1062 grestore
1063 % 00000->01001
1064 gsave
1065 1 setlinewidth
1066 0.000 0.000 0.000 edgecolor
1067 newpath 144 180 moveto
1068 144 167 144 151 144 136 curveto
1069 stroke
1070 0.000 0.000 0.000 edgecolor
1071 newpath 147.5 136 moveto
1072 144 126 lineto
1073 140.5 136 lineto
1074 closepath fill
1075 1 setlinewidth
1076 solid
1077 0.000 0.000 0.000 edgecolor
1078 newpath 147.5 136 moveto
1079 144 126 lineto
1080 140.5 136 lineto
1081 closepath stroke
1082 0.000 0.000 0.000 edgecolor
1083 14 /Times-Roman set_font
1084 144 148.9 moveto 18 (31) alignedtext
1085 grestore
1086 % 11101
1087 gsave
1088 1 setlinewidth
1089 0.000 0.000 0.000 nodecolor
1090 42 288 41.89 18 ellipse_path stroke
1091 0.000 0.000 0.000 nodecolor
1092 14 /Times-Roman set_font
1093 19.5 283.9 moveto 45 (11101) alignedtext
1094 grestore
1095 % 11101->00010
1096 gsave
1097 1 setlinewidth
1098 0.000 0.000 0.000 edgecolor
1099 newpath 42 270 moveto
1100 42 257 42 241 42 226 curveto
1101 stroke
1102 0.000 0.000 0.000 edgecolor
1103 newpath 45.5 226 moveto
1104 42 216 lineto
1105 38.5 226 lineto
1106 closepath fill
1107 1 setlinewidth
1108 solid
1109 0.000 0.000 0.000 edgecolor
1110 newpath 45.5 226 moveto
1111 42 216 lineto
1112 38.5 226 lineto
1113 closepath stroke
1114 0.000 0.000 0.000 edgecolor
1115 14 /Times-Roman set_font
1116 42 238.9 moveto 18 (31) alignedtext
1117 grestore
1118 % 01010
1119 gsave
1120 1 setlinewidth
1121 0.000 0.000 0.000 nodecolor
1122 1266 198 41.89 18 ellipse_path stroke
1123 0.000 0.000 0.000 nodecolor
1124 14 /Times-Roman set_font
1125 1243.5 193.9 moveto 45 (01010) alignedtext
1126 grestore
1127 % 01010->10001
1128 gsave
1129 1 setlinewidth
1130 0.000 0.000 0.000 edgecolor
1131 newpath 1244 183 moveto
1132 1223 168 1191 146 1168 130 curveto
1133 stroke
1134 0.000 0.000 0.000 edgecolor
1135 newpath 1170.1 127.2 moveto
1136 1160 124 lineto
1137 1165.9 132.8 lineto
1138 closepath fill
1139 1 setlinewidth
1140 solid
1141 0.000 0.000 0.000 edgecolor
1142 newpath 1170.1 127.2 moveto
1143 1160 124 lineto
1144 1165.9 132.8 lineto
1145 closepath stroke
1146 0.000 0.000 0.000 edgecolor
1147 14 /Times-Roman set_font
1148 1212 148.9 moveto 18 (31) alignedtext
1149 grestore
1150 % 00100
1151 gsave
1152 1 setlinewidth
1153 0.000 0.000 0.000 nodecolor
1154 1368 468 41.89 18 ellipse_path stroke
1155 0.000 0.000 0.000 nodecolor
1156 14 /Times-Roman set_font
1157 1345.5 463.9 moveto 45 (00100) alignedtext
1158 grestore
1159 % 00100->01100
1160 gsave
1161 1 setlinewidth
1162 0.000 0.000 0.000 edgecolor
1163 newpath 1368 450 moveto
1164 1368 437 1368 421 1368 406 curveto
1165 stroke
1166 0.000 0.000 0.000 edgecolor
1167 newpath 1371.5 406 moveto
1168 1368 396 lineto
1169 1364.5 406 lineto
1170 closepath fill
1171 1 setlinewidth
1172 solid
1173 0.000 0.000 0.000 edgecolor
1174 newpath 1371.5 406 moveto
1175 1368 396 lineto
1176 1364.5 406 lineto
1177 closepath stroke
1178 0.000 0.000 0.000 edgecolor
1179 14 /Times-Roman set_font
1180 1368 418.9 moveto 18 (31) alignedtext
1181 grestore
1182 % 00101
1183 gsave
1184 1 setlinewidth
1185 0.000 0.000 0.000 nodecolor
1186 960 468 41.89 18 ellipse_path stroke
1187 0.000 0.000 0.000 nodecolor
1188 14 /Times-Roman set_font
1189 937.5 463.9 moveto 45 (00101) alignedtext
1190 grestore
1191 % 00101->01110
1192 gsave
1193 1 setlinewidth
1194 0.000 0.000 0.000 edgecolor
1195 newpath 960 450 moveto
1196 960 437 960 421 960 406 curveto
1197 stroke
1198 0.000 0.000 0.000 edgecolor
1199 newpath 963.5 406 moveto
1200 960 396 lineto
1201 956.5 406 lineto
1202 closepath fill
1203 1 setlinewidth
1204 solid
1205 0.000 0.000 0.000 edgecolor
1206 newpath 963.5 406 moveto
1207 960 396 lineto
1208 956.5 406 lineto
1209 closepath stroke
1210 0.000 0.000 0.000 edgecolor
1211 14 /Times-Roman set_font
1212 960 418.9 moveto 18 (31) alignedtext
1213 grestore
1214 endpage
1215 showpage
1216 grestore
1217 %%PageTrailer
1218 %%EndPage: 1
1219 %%Trailer
1220 %%Pages: 1
1221 %%BoundingBox: 36 36 1454 530
1222 end
1223 restore
1224 %%EOF