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

Private GIT Repository
ajout de quelques tex
[hdrcouchot.git] / images / h2prng.ng.pdf
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 232 341
183 %%PageOrientation: Portrait
184 0 0 1 beginpage
185 gsave
186 36 36 196 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 112 279 27 18 ellipse_path stroke
193 0 0 0 nodecolor
194 14 /Times-Roman set_font
195 105 275.3 moveto 14 (00) alignedtext
196 grestore
197 % 00->00
198 gsave
199 1 setlinewidth
200 0 0 0 edgecolor
201 newpath 136.53 286.75 moveto
202 147.51 287.49 157 284.91 157 279 curveto
203 157 275.03 152.72 272.56 146.57 271.59 curveto
204 stroke
205 0 0 0 edgecolor
206 newpath 146.65 268.09 moveto
207 136.53 271.25 lineto
208 146.41 275.09 lineto
209 closepath fill
210 1 setlinewidth
211 solid
212 0 0 0 edgecolor
213 newpath 146.65 268.09 moveto
214 136.53 271.25 lineto
215 146.41 275.09 lineto
216 closepath stroke
217 0 0 0 edgecolor
218 14 /Times-Roman set_font
219 157 275.3 moveto 31 (11,22) alignedtext
220 grestore
221 % 10
222 gsave
223 1 setlinewidth
224 0 0 0 nodecolor
225 27 192 27 18 ellipse_path stroke
226 0 0 0 nodecolor
227 14 /Times-Roman set_font
228 20 188.3 moveto 14 (10) alignedtext
229 grestore
230 % 00->10
231 gsave
232 1 setlinewidth
233 0 0 0 edgecolor
234 newpath 90.75 267.55 moveto
235 79.79 261.44 66.71 252.97 57 243 curveto
236 50.12 235.94 44.14 227.02 39.36 218.67 curveto
237 stroke
238 0 0 0 edgecolor
239 newpath 42.31 216.77 moveto
240 34.5 209.62 lineto
241 36.15 220.09 lineto
242 closepath fill
243 1 setlinewidth
244 solid
245 0 0 0 edgecolor
246 newpath 42.31 216.77 moveto
247 34.5 209.62 lineto
248 36.15 220.09 lineto
249 closepath stroke
250 0 0 0 edgecolor
251 14 /Times-Roman set_font
252 57 231.8 moveto 14 (21) alignedtext
253 grestore
254 % 11
255 gsave
256 1 setlinewidth
257 0 0 0 nodecolor
258 112 18 27 18 ellipse_path stroke
259 0 0 0 nodecolor
260 14 /Times-Roman set_font
261 105 14.3 moveto 14 (11) alignedtext
262 grestore
263 % 00->11
264 gsave
265 1 setlinewidth
266 0 0 0 edgecolor
267 newpath 112 260.6 moveto
268 112 216.46 112 99.83 112 46.42 curveto
269 stroke
270 0 0 0 edgecolor
271 newpath 115.5 46.32 moveto
272 112 36.32 lineto
273 108.5 46.32 lineto
274 closepath fill
275 1 setlinewidth
276 solid
277 0 0 0 edgecolor
278 newpath 115.5 46.32 moveto
279 112 36.32 lineto
280 108.5 46.32 lineto
281 closepath stroke
282 0 0 0 edgecolor
283 14 /Times-Roman set_font
284 112 144.8 moveto 14 (12) alignedtext
285 grestore
286 % 10->00
287 gsave
288 1 setlinewidth
289 0 0 0 edgecolor
290 newpath 44.85 205.82 moveto
291 53.14 212.12 62.93 220.05 71 228 curveto
292 79.24 236.12 87.49 245.81 94.41 254.48 curveto
293 stroke
294 0 0 0 edgecolor
295 newpath 91.68 256.67 moveto
296 100.59 262.4 lineto
297 97.2 252.37 lineto
298 closepath fill
299 1 setlinewidth
300 solid
301 0 0 0 edgecolor
302 newpath 91.68 256.67 moveto
303 100.59 262.4 lineto
304 97.2 252.37 lineto
305 closepath stroke
306 0 0 0 edgecolor
307 14 /Times-Roman set_font
308 84 231.8 moveto 14 (12) alignedtext
309 grestore
310 % 10->10
311 gsave
312 1 setlinewidth
313 0 0 0 edgecolor
314 newpath 51.53 199.75 moveto
315 62.51 200.49 72 197.91 72 192 curveto
316 72 188.03 67.72 185.56 61.57 184.59 curveto
317 stroke
318 0 0 0 edgecolor
319 newpath 61.65 181.09 moveto
320 51.53 184.25 lineto
321 61.41 188.09 lineto
322 closepath fill
323 1 setlinewidth
324 solid
325 0 0 0 edgecolor
326 newpath 61.65 181.09 moveto
327 51.53 184.25 lineto
328 61.41 188.09 lineto
329 closepath stroke
330 0 0 0 edgecolor
331 14 /Times-Roman set_font
332 72 188.3 moveto 31 (11,22) alignedtext
333 grestore
334 % 01
335 gsave
336 1 setlinewidth
337 0 0 0 nodecolor
338 27 105 27 18 ellipse_path stroke
339 0 0 0 nodecolor
340 14 /Times-Roman set_font
341 20 101.3 moveto 14 (01) alignedtext
342 grestore
343 % 10->01
344 gsave
345 1 setlinewidth
346 0 0 0 edgecolor
347 newpath 16.16 175.06 moveto
348 10.86 165.37 6.18 152.66 9 141 curveto
349 9.83 137.58 11.05 134.11 12.48 130.76 curveto
350 stroke
351 0 0 0 edgecolor
352 newpath 15.64 132.27 moveto
353 16.88 121.75 lineto
354 9.35 129.2 lineto
355 closepath fill
356 1 setlinewidth
357 solid
358 0 0 0 edgecolor
359 newpath 15.64 132.27 moveto
360 16.88 121.75 lineto
361 9.35 129.2 lineto
362 closepath stroke
363 0 0 0 edgecolor
364 14 /Times-Roman set_font
365 9 144.8 moveto 14 (21) alignedtext
366 grestore
367 % 11->00
368 gsave
369 1 setlinewidth
370 0 0 0 edgecolor
371 newpath 119.86 35.38 moveto
372 122.27 41.13 124.64 47.73 126 54 curveto
373 143.78 136.1 143.78 160.9 126 243 curveto
374 125.34 246.04 124.45 249.15 123.43 252.21 curveto
375 stroke
376 0 0 0 edgecolor
377 newpath 120.13 251.03 moveto
378 119.86 261.62 lineto
379 126.68 253.51 lineto
380 closepath fill
381 1 setlinewidth
382 solid
383 0 0 0 edgecolor
384 newpath 120.13 251.03 moveto
385 119.86 261.62 lineto
386 126.68 253.51 lineto
387 closepath stroke
388 0 0 0 edgecolor
389 14 /Times-Roman set_font
390 139 144.8 moveto 14 (21) alignedtext
391 grestore
392 % 11->11
393 gsave
394 1 setlinewidth
395 0 0 0 edgecolor
396 newpath 136.53 25.75 moveto
397 147.51 26.49 157 23.91 157 18 curveto
398 157 14.03 152.72 11.56 146.57 10.59 curveto
399 stroke
400 0 0 0 edgecolor
401 newpath 146.65 7.09 moveto
402 136.53 10.25 lineto
403 146.41 14.09 lineto
404 closepath fill
405 1 setlinewidth
406 solid
407 0 0 0 edgecolor
408 newpath 146.65 7.09 moveto
409 136.53 10.25 lineto
410 146.41 14.09 lineto
411 closepath stroke
412 0 0 0 edgecolor
413 14 /Times-Roman set_font
414 157 14.3 moveto 31 (11,22) alignedtext
415 grestore
416 % 11->01
417 gsave
418 1 setlinewidth
419 0 0 0 edgecolor
420 newpath 100.59 34.6 moveto
421 92.77 44.84 81.88 58.29 71 69 curveto
422 65.45 74.46 59.09 79.92 52.97 84.84 curveto
423 stroke
424 0 0 0 edgecolor
425 newpath 50.58 82.26 moveto
426 44.85 91.18 lineto
427 54.89 87.78 lineto
428 closepath fill
429 1 setlinewidth
430 solid
431 0 0 0 edgecolor
432 newpath 50.58 82.26 moveto
433 44.85 91.18 lineto
434 54.89 87.78 lineto
435 closepath stroke
436 0 0 0 edgecolor
437 14 /Times-Roman set_font
438 84 57.8 moveto 14 (12) alignedtext
439 grestore
440 % 01->10
441 gsave
442 1 setlinewidth
443 0 0 0 edgecolor
444 newpath 27 123.18 moveto
445 27 134.81 27 150.42 27 163.73 curveto
446 stroke
447 0 0 0 edgecolor
448 newpath 23.5 163.8 moveto
449 27 173.8 lineto
450 30.5 163.8 lineto
451 closepath fill
452 1 setlinewidth
453 solid
454 0 0 0 edgecolor
455 newpath 23.5 163.8 moveto
456 27 173.8 lineto
457 30.5 163.8 lineto
458 closepath stroke
459 0 0 0 edgecolor
460 14 /Times-Roman set_font
461 27 144.8 moveto 14 (12) alignedtext
462 grestore
463 % 01->11
464 gsave
465 1 setlinewidth
466 0 0 0 edgecolor
467 newpath 34.5 87.38 moveto
468 39.76 76.96 47.54 63.72 57 54 curveto
469 64.21 46.6 73.27 40.03 81.95 34.63 curveto
470 stroke
471 0 0 0 edgecolor
472 newpath 83.91 37.54 moveto
473 90.75 29.45 lineto
474 80.36 31.5 lineto
475 closepath fill
476 1 setlinewidth
477 solid
478 0 0 0 edgecolor
479 newpath 83.91 37.54 moveto
480 90.75 29.45 lineto
481 80.36 31.5 lineto
482 closepath stroke
483 0 0 0 edgecolor
484 14 /Times-Roman set_font
485 57 57.8 moveto 14 (21) alignedtext
486 grestore
487 % 01->01
488 gsave
489 1 setlinewidth
490 0 0 0 edgecolor
491 newpath 51.53 112.75 moveto
492 62.51 113.49 72 110.91 72 105 curveto
493 72 101.03 67.72 98.56 61.57 97.59 curveto
494 stroke
495 0 0 0 edgecolor
496 newpath 61.65 94.09 moveto
497 51.53 97.25 lineto
498 61.41 101.09 lineto
499 closepath fill
500 1 setlinewidth
501 solid
502 0 0 0 edgecolor
503 newpath 61.65 94.09 moveto
504 51.53 97.25 lineto
505 61.41 101.09 lineto
506 closepath stroke
507 0 0 0 edgecolor
508 14 /Times-Roman set_font
509 72 101.3 moveto 31 (11,22) alignedtext
510 grestore
511 endpage
512 showpage
513 grestore
514 %%PageTrailer
515 %%EndPage: 1
516 %%Trailer
517 %%Pages: 1
518 %%BoundingBox: 36 36 232 341
519 end
520 restore
521 %%EOF