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

Private GIT Repository
ajout d'images
[hdrcouchot.git] / images / h23prng.eps
1 %!PS-Adobe-3.0
2 %%Creator: graphviz version 2.38.0 (20140413.2041)
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 500 341
183 %%PageOrientation: Portrait
184 0 0 1 beginpage
185 gsave
186 36 36 464 305 boxprim clip newpath
187 1 1 set_scale 0 rotate 40 40 translate
188 % 00
189 gsave
190 1 setlinewidth
191 0 0 0 nodecolor
192 301.35 279 27 18 ellipse_path stroke
193 0 0 0 nodecolor
194 14 /Times-Roman set_font
195 294.35 275.3 moveto 14 (00) alignedtext
196 grestore
197 % 00->00
198 gsave
199 1 setlinewidth
200 0 0 0 edgecolor
201 newpath 325.88 286.75 moveto
202 336.86 287.49 346.35 284.91 346.35 279 curveto
203 346.35 275.03 342.06 272.56 335.92 271.59 curveto
204 stroke
205 0 0 0 edgecolor
206 newpath 336 268.09 moveto
207 325.88 271.25 lineto
208 335.75 275.09 lineto
209 closepath fill
210 1 setlinewidth
211 solid
212 0 0 0 edgecolor
213 newpath 336 268.09 moveto
214 325.88 271.25 lineto
215 335.75 275.09 lineto
216 closepath stroke
217 0 0 0 edgecolor
218 14 /Times-Roman set_font
219 346.35 275.3 moveto 103 (11,22,112,211,222) alignedtext
220 grestore
221 % 10
222 gsave
223 1 setlinewidth
224 0 0 0 nodecolor
225 116.35 192 27 18 ellipse_path stroke
226 0 0 0 nodecolor
227 14 /Times-Roman set_font
228 109.35 188.3 moveto 14 (10) alignedtext
229 grestore
230 % 00->10
231 gsave
232 1 setlinewidth
233 0 0 0 edgecolor
234 newpath 274.08 278.22 moveto
235 217.67 278.04 91.19 274.09 64.35 243 curveto
236 53.37 230.28 68.18 217.16 84.76 207.55 curveto
237 stroke
238 0 0 0 edgecolor
239 newpath 86.84 210.41 moveto
240 94 202.6 lineto
241 83.54 204.24 lineto
242 closepath fill
243 1 setlinewidth
244 solid
245 0 0 0 edgecolor
246 newpath 86.84 210.41 moveto
247 94 202.6 lineto
248 83.54 204.24 lineto
249 closepath stroke
250 0 0 0 edgecolor
251 14 /Times-Roman set_font
252 64.35 231.8 moveto 86 (21,111,122,221) alignedtext
253 grestore
254 % 11
255 gsave
256 1 setlinewidth
257 0 0 0 nodecolor
258 207.35 18 27 18 ellipse_path stroke
259 0 0 0 nodecolor
260 14 /Times-Roman set_font
261 200.35 14.3 moveto 14 (11) alignedtext
262 grestore
263 % 00->11
264 gsave
265 1 setlinewidth
266 0 0 0 edgecolor
267 newpath 314.49 262.81 moveto
268 341.16 230.03 396.8 150.5 368.35 87 curveto
269 347.58 40.64 285.11 25.83 244.37 21.14 curveto
270 stroke
271 0 0 0 edgecolor
272 newpath 244.57 17.64 moveto
273 234.27 20.13 lineto
274 243.87 24.61 lineto
275 closepath fill
276 1 setlinewidth
277 solid
278 0 0 0 edgecolor
279 newpath 244.57 17.64 moveto
280 234.27 20.13 lineto
281 243.87 24.61 lineto
282 closepath stroke
283 0 0 0 edgecolor
284 14 /Times-Roman set_font
285 374.35 144.8 moveto 38 (12,212) alignedtext
286 grestore
287 % 01
288 gsave
289 1 setlinewidth
290 0 0 0 nodecolor
291 211.35 105 27 18 ellipse_path stroke
292 0 0 0 nodecolor
293 14 /Times-Roman set_font
294 204.35 101.3 moveto 14 (01) alignedtext
295 grestore
296 % 00->01
297 gsave
298 1 setlinewidth
299 0 0 0 edgecolor
300 newpath 305.35 260.76 moveto
301 310.9 232.05 317.18 174.3 287.35 141 curveto
302 276.48 128.87 260.55 120.65 246.08 115.24 curveto
303 stroke
304 0 0 0 edgecolor
305 newpath 246.97 111.85 moveto
306 236.38 111.94 lineto
307 244.72 118.47 lineto
308 closepath fill
309 1 setlinewidth
310 solid
311 0 0 0 edgecolor
312 newpath 246.97 111.85 moveto
313 236.38 111.94 lineto
314 244.72 118.47 lineto
315 closepath stroke
316 0 0 0 edgecolor
317 14 /Times-Roman set_font
318 309.35 188.3 moveto 21 (121) alignedtext
319 grestore
320 % 10->00
321 gsave
322 1 setlinewidth
323 0 0 0 edgecolor
324 newpath 129.95 208.18 moveto
325 140.71 219.32 156.65 234.02 173.35 243 curveto
326 202.19 258.51 238.46 267.59 265.02 272.59 curveto
327 stroke
328 0 0 0 edgecolor
329 newpath 264.59 276.07 moveto
330 275.05 274.38 lineto
331 265.81 269.18 lineto
332 closepath fill
333 1 setlinewidth
334 solid
335 0 0 0 edgecolor
336 newpath 264.59 276.07 moveto
337 275.05 274.38 lineto
338 265.81 269.18 lineto
339 closepath stroke
340 0 0 0 edgecolor
341 14 /Times-Roman set_font
342 173.35 231.8 moveto 86 (12,111,122,221) alignedtext
343 grestore
344 % 10->10
345 gsave
346 1 setlinewidth
347 0 0 0 edgecolor
348 newpath 140.88 199.75 moveto
349 151.86 200.49 161.35 197.91 161.35 192 curveto
350 161.35 188.03 157.06 185.56 150.92 184.59 curveto
351 stroke
352 0 0 0 edgecolor
353 newpath 151 181.09 moveto
354 140.88 184.25 lineto
355 150.75 188.09 lineto
356 closepath fill
357 1 setlinewidth
358 solid
359 0 0 0 edgecolor
360 newpath 151 181.09 moveto
361 140.88 184.25 lineto
362 150.75 188.09 lineto
363 closepath stroke
364 0 0 0 edgecolor
365 14 /Times-Roman set_font
366 161.35 188.3 moveto 55 (11,22,121) alignedtext
367 grestore
368 % 10->11
369 gsave
370 1 setlinewidth
371 0 0 0 edgecolor
372 newpath 93.33 182.4 moveto
373 53.55 166.17 -21.28 128.91 6.35 87 curveto
374 41.7 33.39 122.1 21.26 169.81 18.98 curveto
375 stroke
376 0 0 0 edgecolor
377 newpath 170.17 22.47 moveto
378 180.04 18.61 lineto
379 169.93 15.47 lineto
380 closepath fill
381 1 setlinewidth
382 solid
383 0 0 0 edgecolor
384 newpath 170.17 22.47 moveto
385 180.04 18.61 lineto
386 169.93 15.47 lineto
387 closepath stroke
388 0 0 0 edgecolor
389 14 /Times-Roman set_font
390 6.35 101.3 moveto 69 (112,211,222) alignedtext
391 grestore
392 % 10->01
393 gsave
394 1 setlinewidth
395 0 0 0 edgecolor
396 newpath 139.95 182.96 moveto
397 154.15 177.19 171.83 168.27 184.35 156 curveto
398 191.21 149.28 196.75 140.43 201 132.06 curveto
399 stroke
400 0 0 0 edgecolor
401 newpath 204.19 133.48 moveto
402 205.23 122.94 lineto
403 197.84 130.53 lineto
404 closepath fill
405 1 setlinewidth
406 solid
407 0 0 0 edgecolor
408 newpath 204.19 133.48 moveto
409 205.23 122.94 lineto
410 197.84 130.53 lineto
411 closepath stroke
412 0 0 0 edgecolor
413 14 /Times-Roman set_font
414 195.35 144.8 moveto 38 (21,212) alignedtext
415 grestore
416 % 11->00
417 gsave
418 1 setlinewidth
419 0 0 0 edgecolor
420 newpath 234.32 19.31 moveto
421 267.2 20.9 323.2 27.67 362.35 54 curveto
422 400.11 79.4 404.62 97.03 416.35 141 curveto
423 430.57 194.33 369.6 239.65 331 262.37 curveto
424 stroke
425 0 0 0 edgecolor
426 newpath 329.15 259.4 moveto
427 322.2 267.4 lineto
428 332.62 265.48 lineto
429 closepath fill
430 1 setlinewidth
431 solid
432 0 0 0 edgecolor
433 newpath 329.15 259.4 moveto
434 322.2 267.4 lineto
435 332.62 265.48 lineto
436 closepath stroke
437 0 0 0 edgecolor
438 14 /Times-Roman set_font
439 418.35 144.8 moveto 38 (21,212) alignedtext
440 grestore
441 % 11->10
442 gsave
443 1 setlinewidth
444 0 0 0 edgecolor
445 newpath 183.39 26.92 moveto
446 158.56 36.62 121.32 55.73 106.35 87 curveto
447 94.65 111.43 100 142.75 106.5 164.61 curveto
448 stroke
449 0 0 0 edgecolor
450 newpath 103.2 165.78 moveto
451 109.6 174.22 lineto
452 109.86 163.63 lineto
453 closepath fill
454 1 setlinewidth
455 solid
456 0 0 0 edgecolor
457 newpath 103.2 165.78 moveto
458 109.6 174.22 lineto
459 109.86 163.63 lineto
460 closepath stroke
461 0 0 0 edgecolor
462 14 /Times-Roman set_font
463 106.35 101.3 moveto 69 (112,211,222) alignedtext
464 grestore
465 % 11->11
466 gsave
467 1 setlinewidth
468 0 0 0 edgecolor
469 newpath 231.88 25.75 moveto
470 242.86 26.49 252.35 23.91 252.35 18 curveto
471 252.35 14.03 248.06 11.56 241.92 10.59 curveto
472 stroke
473 0 0 0 edgecolor
474 newpath 242 7.09 moveto
475 231.88 10.25 lineto
476 241.75 14.09 lineto
477 closepath fill
478 1 setlinewidth
479 solid
480 0 0 0 edgecolor
481 newpath 242 7.09 moveto
482 231.88 10.25 lineto
483 241.75 14.09 lineto
484 closepath stroke
485 0 0 0 edgecolor
486 14 /Times-Roman set_font
487 252.35 14.3 moveto 55 (11,22,121) alignedtext
488 grestore
489 % 11->01
490 gsave
491 1 setlinewidth
492 0 0 0 edgecolor
493 newpath 224.35 32.16 moveto
494 230.63 38.08 237.02 45.62 240.35 54 curveto
495 244.22 63.75 240.09 73.88 233.85 82.45 curveto
496 stroke
497 0 0 0 edgecolor
498 newpath 231.16 80.22 moveto
499 227.41 90.13 lineto
500 236.52 84.72 lineto
501 closepath fill
502 1 setlinewidth
503 solid
504 0 0 0 edgecolor
505 newpath 231.16 80.22 moveto
506 227.41 90.13 lineto
507 236.52 84.72 lineto
508 closepath stroke
509 0 0 0 edgecolor
510 14 /Times-Roman set_font
511 241.35 57.8 moveto 86 (12,111,122,221) alignedtext
512 grestore
513 % 01->00
514 gsave
515 1 setlinewidth
516 0 0 0 edgecolor
517 newpath 223.7 121.21 moveto
518 228.27 127.2 233.31 134.24 237.35 141 curveto
519 259.39 177.94 279.44 223.73 291.01 251.9 curveto
520 stroke
521 0 0 0 edgecolor
522 newpath 287.88 253.48 moveto
523 294.88 261.43 lineto
524 294.36 250.85 lineto
525 closepath fill
526 1 setlinewidth
527 solid
528 0 0 0 edgecolor
529 newpath 287.88 253.48 moveto
530 294.88 261.43 lineto
531 294.36 250.85 lineto
532 closepath stroke
533 0 0 0 edgecolor
534 14 /Times-Roman set_font
535 271.35 188.3 moveto 21 (121) alignedtext
536 grestore
537 % 01->10
538 gsave
539 1 setlinewidth
540 0 0 0 edgecolor
541 newpath 188.37 114.73 moveto
542 174.97 120.65 158.4 129.5 146.35 141 curveto
543 139.04 147.98 132.86 157.13 128.05 165.68 curveto
544 stroke
545 0 0 0 edgecolor
546 newpath 124.92 164.12 moveto
547 123.38 174.61 lineto
548 131.12 167.37 lineto
549 closepath fill
550 1 setlinewidth
551 solid
552 0 0 0 edgecolor
553 newpath 124.92 164.12 moveto
554 123.38 174.61 lineto
555 131.12 167.37 lineto
556 closepath stroke
557 0 0 0 edgecolor
558 14 /Times-Roman set_font
559 146.35 144.8 moveto 38 (12,212) alignedtext
560 grestore
561 % 01->11
562 gsave
563 1 setlinewidth
564 0 0 0 edgecolor
565 newpath 187.71 95.97 moveto
566 175.41 90.45 161.49 81.77 154.35 69 curveto
567 146.35 54.7 160.02 42.06 175.48 33.07 curveto
568 stroke
569 0 0 0 edgecolor
570 newpath 177.44 35.99 moveto
571 184.64 28.22 lineto
572 174.16 29.81 lineto
573 closepath fill
574 1 setlinewidth
575 solid
576 0 0 0 edgecolor
577 newpath 177.44 35.99 moveto
578 184.64 28.22 lineto
579 174.16 29.81 lineto
580 closepath stroke
581 0 0 0 edgecolor
582 14 /Times-Roman set_font
583 154.35 57.8 moveto 86 (21,111,122,221) alignedtext
584 grestore
585 % 01->01
586 gsave
587 1 setlinewidth
588 0 0 0 edgecolor
589 newpath 235.88 112.75 moveto
590 246.86 113.49 256.35 110.91 256.35 105 curveto
591 256.35 101.03 252.06 98.56 245.92 97.59 curveto
592 stroke
593 0 0 0 edgecolor
594 newpath 246 94.09 moveto
595 235.88 97.25 lineto
596 245.75 101.09 lineto
597 closepath fill
598 1 setlinewidth
599 solid
600 0 0 0 edgecolor
601 newpath 246 94.09 moveto
602 235.88 97.25 lineto
603 245.75 101.09 lineto
604 closepath stroke
605 0 0 0 edgecolor
606 14 /Times-Roman set_font
607 256.35 101.3 moveto 103 (11,22,112,211,222) alignedtext
608 grestore
609 endpage
610 showpage
611 grestore
612 %%PageTrailer
613 %%EndPage: 1
614 %%Trailer
615 %%Pages: 1
616 %%BoundingBox: 36 36 500 341
617 end
618 restore
619 %%EOF