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

Private GIT Repository
ajout de quelques tex
[hdrcouchot.git] / talk / figreg.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 534 225
183 %%PageOrientation: Portrait
184 0 0 1 beginpage
185 gsave
186 36 36 498 189 boxprim clip newpath
187 1 1 set_scale 0 rotate 251.04 130 translate
188 % struct1
189 gsave
190 1 setlinewidth
191 0 0 0 nodecolor
192 newpath -211.04 54 moveto
193 -211.04 90 lineto
194 137.96 90 lineto
195 137.96 54 lineto
196 closepath stroke
197 0 0 0 nodecolor
198 14 /Times-Roman set_font
199 -203.04 68.3 moveto 12 (...) alignedtext
200 1 setlinewidth
201 0 0 0 nodecolor
202 newpath -183.04 54 moveto
203 -183.04 90 lineto
204 stroke
205 0 0 0 nodecolor
206 14 /Times-Roman set_font
207 -175.04 68.3 moveto 19 (fW) alignedtext
208 1 setlinewidth
209 0 0 0 nodecolor
210 newpath -148.04 54 moveto
211 -148.04 90 lineto
212 stroke
213 0 0 0 nodecolor
214 14 /Times-Roman set_font
215 -140.04 68.3 moveto 34 (wdjW) alignedtext
216 1 setlinewidth
217 0 0 0 nodecolor
218 newpath -98.04 54 moveto
219 -98.04 90 lineto
220 stroke
221 0 0 0 nodecolor
222 14 /Times-Roman set_font
223 -90.04 68.3 moveto 35 (OFFY) alignedtext
224 1 setlinewidth
225 0 0 0 nodecolor
226 newpath -47.04 54 moveto
227 -47.04 90 lineto
228 stroke
229 0 0 0 nodecolor
230 14 /Times-Roman set_font
231 -39.04 68.3 moveto 12 (...) alignedtext
232 1 setlinewidth
233 0 0 0 nodecolor
234 newpath -19.04 54 moveto
235 -19.04 90 lineto
236 stroke
237 0 0 0 nodecolor
238 14 /Times-Roman set_font
239 -11.04 68.3 moveto 12 (...) alignedtext
240 1 setlinewidth
241 0 0 0 nodecolor
242 newpath 8.96 54 moveto
243 8.96 90 lineto
244 stroke
245 0 0 0 nodecolor
246 14 /Times-Roman set_font
247 16.96 68.3 moveto 41 (uH8PA) alignedtext
248 1 setlinewidth
249 0 0 0 nodecolor
250 newpath 65.96 54 moveto
251 65.96 90 lineto
252 stroke
253 0 0 0 nodecolor
254 14 /Times-Roman set_font
255 73.96 68.3 moveto 28 (x_oF) alignedtext
256 1 setlinewidth
257 0 0 0 nodecolor
258 newpath 109.96 54 moveto
259 109.96 90 lineto
260 stroke
261 0 0 0 nodecolor
262 14 /Times-Roman set_font
263 117.96 68.3 moveto 12 (...) alignedtext
264 grestore
265 % q0
266 gsave
267 1 setlinewidth
268 0 0 0 nodecolor
269 -180.54 0 27 18 ellipse_path stroke
270 0 0 0 nodecolor
271 14 /Times-Roman set_font
272 -185.54 -3.7 moveto 10 (al) alignedtext
273 grestore
274 % struct1->q0
275 gsave
276 1 setlinewidth
277 0 0 0 edgecolor
278 newpath -165.54 54 moveto
279 -165.54 54 -169.12 41.1 -172.79 27.91 curveto
280 stroke
281 0 0 0 edgecolor
282 newpath -169.5 26.68 moveto
283 -175.55 17.98 lineto
284 -176.24 28.55 lineto
285 closepath fill
286 1 setlinewidth
287 solid
288 0 0 0 edgecolor
289 newpath -169.5 26.68 moveto
290 -175.55 17.98 lineto
291 -176.24 28.55 lineto
292 closepath stroke
293 grestore
294 % q1
295 gsave
296 1 setlinewidth
297 0 0 0 nodecolor
298 -122.94 0 27 18 ellipse_path stroke
299 0 0 0 nodecolor
300 14 /Times-Roman set_font
301 -129.44 -3.7 moveto 13 (Lt) alignedtext
302 grestore
303 % struct1->q1
304 gsave
305 1 setlinewidth
306 0 0 0 edgecolor
307 newpath -123.54 54 moveto
308 -123.54 54 -123.4 41.52 -123.26 28.55 curveto
309 stroke
310 0 0 0 edgecolor
311 newpath -119.75 28.32 moveto
312 -123.14 18.28 lineto
313 -126.75 28.24 lineto
314 closepath fill
315 1 setlinewidth
316 solid
317 0 0 0 edgecolor
318 newpath -119.75 28.32 moveto
319 -123.14 18.28 lineto
320 -126.75 28.24 lineto
321 closepath stroke
322 grestore
323 % q2
324 gsave
325 1 setlinewidth
326 0 0 0 nodecolor
327 -65.34 0 27 18 ellipse_path stroke
328 0 0 0 nodecolor
329 14 /Times-Roman set_font
330 -73.84 -3.7 moveto 17 (kG) alignedtext
331 grestore
332 % struct1->q2
333 gsave
334 1 setlinewidth
335 0 0 0 edgecolor
336 newpath -72.54 54 moveto
337 -72.54 54 -70.82 41.1 -69.06 27.91 curveto
338 stroke
339 0 0 0 edgecolor
340 newpath -65.59 28.36 moveto
341 -67.74 17.98 lineto
342 -72.53 27.43 lineto
343 closepath fill
344 1 setlinewidth
345 solid
346 0 0 0 edgecolor
347 newpath -65.59 28.36 moveto
348 -67.74 17.98 lineto
349 -72.53 27.43 lineto
350 closepath stroke
351 grestore
352 % qd1
353 gsave
354 1 setlinewidth
355 0 0 0 nodecolor
356 -7.74 0 27 18 ellipse_path stroke
357 0 0 0 nodecolor
358 14 /Times-Roman set_font
359 -13.74 -3.7 moveto 12 (...) alignedtext
360 grestore
361 % struct1->qd1
362 gsave
363 1 setlinewidth
364 0 0 0 edgecolor
365 newpath -32.54 54 moveto
366 -32.54 54 -26.22 40.25 -19.97 26.62 curveto
367 stroke
368 0 0 0 edgecolor
369 newpath -16.72 27.93 moveto
370 -15.72 17.38 lineto
371 -23.08 25.01 lineto
372 closepath fill
373 1 setlinewidth
374 solid
375 0 0 0 edgecolor
376 newpath -16.72 27.93 moveto
377 -15.72 17.38 lineto
378 -23.08 25.01 lineto
379 closepath stroke
380 grestore
381 % qd2
382 gsave
383 1 setlinewidth
384 0 0 0 nodecolor
385 49.86 0 27 18 ellipse_path stroke
386 0 0 0 nodecolor
387 14 /Times-Roman set_font
388 43.86 -3.7 moveto 12 (...) alignedtext
389 grestore
390 % struct1->qd2
391 gsave
392 1 setlinewidth
393 0 0 0 edgecolor
394 newpath -4.54 54 moveto
395 -4.54 54 12.56 37.03 27.58 22.11 curveto
396 stroke
397 0 0 0 edgecolor
398 newpath 30.08 24.57 moveto
399 34.71 15.04 lineto
400 25.14 19.6 lineto
401 closepath fill
402 1 setlinewidth
403 solid
404 0 0 0 edgecolor
405 newpath 30.08 24.57 moveto
406 34.71 15.04 lineto
407 25.14 19.6 lineto
408 closepath stroke
409 grestore
410 % qrm1
411 gsave
412 1 setlinewidth
413 0 0 0 nodecolor
414 111.78 0 36 18 ellipse_path stroke
415 0 0 0 nodecolor
416 14 /Times-Roman set_font
417 92.28 -3.7 moveto 39 (QMeO) alignedtext
418 grestore
419 % struct1->qrm1
420 gsave
421 1 setlinewidth
422 0 0 0 edgecolor
423 newpath 37.46 54 moveto
424 37.46 54 61.89 36.25 82.74 21.1 curveto
425 stroke
426 0 0 0 edgecolor
427 newpath 85.05 23.75 moveto
428 91.08 15.04 lineto
429 80.93 18.09 lineto
430 closepath fill
431 1 setlinewidth
432 solid
433 0 0 0 edgecolor
434 newpath 85.05 23.75 moveto
435 91.08 15.04 lineto
436 80.93 18.09 lineto
437 closepath stroke
438 grestore
439 % s
440 gsave
441 1 setlinewidth
442 0 0 0 nodecolor
443 251.46 -72 27 18 ellipse_path stroke
444 0 0 0 nodecolor
445 14 /Times-Roman set_font
446 239.96 -75.7 moveto 23 (MG) alignedtext
447 grestore
448 % q0->s
449 gsave
450 1 setlinewidth
451 0 0 0 edgecolor
452 newpath -180.54 -18 moveto
453 -180.54 -18 110.26 -54.35 214.68 -67.4 curveto
454 stroke
455 0 0 0 edgecolor
456 newpath 215.27 -63.95 moveto
457 224.76 -68.66 lineto
458 214.41 -70.9 lineto
459 closepath fill
460 1 setlinewidth
461 solid
462 0 0 0 edgecolor
463 newpath 215.27 -63.95 moveto
464 224.76 -68.66 lineto
465 214.41 -70.9 lineto
466 closepath stroke
467 grestore
468 % q1->s
469 gsave
470 1 setlinewidth
471 0 0 0 edgecolor
472 newpath -122.94 -18 moveto
473 -122.94 -18 120.69 -53.14 214.89 -66.73 curveto
474 stroke
475 0 0 0 edgecolor
476 newpath 215.44 -63.27 moveto
477 224.83 -68.16 lineto
478 214.44 -70.2 lineto
479 closepath fill
480 1 setlinewidth
481 solid
482 0 0 0 edgecolor
483 newpath 215.44 -63.27 moveto
484 224.83 -68.16 lineto
485 214.44 -70.2 lineto
486 closepath stroke
487 grestore
488 % q2->s
489 gsave
490 1 setlinewidth
491 0 0 0 edgecolor
492 newpath -65.34 -18 moveto
493 -65.34 -18 132.11 -51.66 215.25 -65.83 curveto
494 stroke
495 0 0 0 edgecolor
496 newpath 216 -62.4 moveto
497 225.27 -67.54 lineto
498 214.82 -69.3 lineto
499 closepath fill
500 1 setlinewidth
501 solid
502 0 0 0 edgecolor
503 newpath 216 -62.4 moveto
504 225.27 -67.54 lineto
505 214.82 -69.3 lineto
506 closepath stroke
507 grestore
508 % qd1->s
509 gsave
510 1 setlinewidth
511 0 0 0 edgecolor
512 newpath -7.74 -18 moveto
513 -7.74 -18 144.73 -49.76 215.79 -64.57 curveto
514 stroke
515 0 0 0 edgecolor
516 newpath 216.58 -61.16 moveto
517 225.66 -66.62 lineto
518 215.16 -68.01 lineto
519 closepath fill
520 1 setlinewidth
521 solid
522 0 0 0 edgecolor
523 newpath 216.58 -61.16 moveto
524 225.66 -66.62 lineto
525 215.16 -68.01 lineto
526 closepath stroke
527 grestore
528 % qd2->s
529 gsave
530 1 setlinewidth
531 0 0 0 edgecolor
532 newpath 49.86 -18 moveto
533 49.86 -18 158.82 -47.18 216.53 -62.64 curveto
534 stroke
535 0 0 0 edgecolor
536 newpath 217.58 -59.3 moveto
537 226.33 -65.27 lineto
538 215.77 -66.06 lineto
539 closepath fill
540 1 setlinewidth
541 solid
542 0 0 0 edgecolor
543 newpath 217.58 -59.3 moveto
544 226.33 -65.27 lineto
545 215.77 -66.06 lineto
546 closepath stroke
547 grestore
548 % qrm1->s
549 gsave
550 1 setlinewidth
551 0 0 0 edgecolor
552 newpath 111.78 -18 moveto
553 111.78 -18 177.38 -43.36 218.67 -59.32 curveto
554 stroke
555 0 0 0 edgecolor
556 newpath 220.02 -56.09 moveto
557 228.08 -62.96 lineto
558 217.49 -62.62 lineto
559 closepath fill
560 1 setlinewidth
561 solid
562 0 0 0 edgecolor
563 newpath 220.02 -56.09 moveto
564 228.08 -62.96 lineto
565 217.49 -62.62 lineto
566 closepath stroke
567 grestore
568 % s->struct1
569 gsave
570 1 setlinewidth
571 0 0 0 edgecolor
572 newpath 233.71 -58.28 moveto
573 198.56 -31.1 121.35 28.58 96.4 47.86 curveto
574 stroke
575 0 0 0 edgecolor
576 newpath 94.23 45.11 moveto
577 88.46 54 lineto
578 98.51 50.65 lineto
579 closepath fill
580 1 setlinewidth
581 solid
582 0 0 0 edgecolor
583 newpath 94.23 45.11 moveto
584 88.46 54 lineto
585 98.51 50.65 lineto
586 closepath stroke
587 0 0 0 edgecolor
588 14 /Times-Roman set_font
589 165.05 -1.41 moveto 24 (Hvb) alignedtext
590 grestore
591 endpage
592 showpage
593 grestore
594 %%PageTrailer
595 %%EndPage: 1
596 %%Trailer
597 %%Pages: 1
598 %%BoundingBox: 36 36 534 225
599 end
600 restore
601 %%EOF