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

Private GIT Repository
correction de quelques typos
[hdrcouchot.git] / images / chao_iterate_excerpt.eps
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 357 206
183 %%PageOrientation: Portrait
184 0 0 1 beginpage
185 gsave
186 36 36 321 170 boxprim clip newpath
187 1 1 set_scale 0 rotate 40 40 translate
188 % 3
189 gsave
190 0.000 0.000 0.000 nodecolor
191 14 /Times-Roman set_font
192 29.5 148.9 moveto 9 (3) alignedtext
193 grestore
194 % 11
195 gsave
196 0.000 0.000 0.000 nodecolor
197 14 /Times-Roman set_font
198 57 76.9 moveto 18 (11) alignedtext
199 grestore
200 % 3->11
201 gsave
202 1 setlinewidth
203 0.000 0.000 0.000 edgecolor
204 newpath 30 151 moveto
205 23 147 9 138 3 126 curveto
206 0 118 -1 114 3 108 curveto
207 13 93 32 86 47 84 curveto
208 stroke
209 0.000 0.000 0.000 edgecolor
210 newpath 47.88 87.39 moveto
211 57 82 lineto
212 46.51 80.53 lineto
213 closepath fill
214 1 setlinewidth
215 solid
216 0.000 0.000 0.000 edgecolor
217 newpath 47.88 87.39 moveto
218 57 82 lineto
219 46.51 80.53 lineto
220 closepath stroke
221 0.000 0.000 0.000 edgecolor
222 14 /Times-Roman set_font
223 6.5 112.9 moveto 41 (15,24) alignedtext
224 grestore
225 % 4
226 gsave
227 0.000 0.000 0.000 nodecolor
228 14 /Times-Roman set_font
229 280.5 148.9 moveto 9 (4) alignedtext
230 grestore
231 % 12
232 gsave
233 0.000 0.000 0.000 nodecolor
234 14 /Times-Roman set_font
235 276 76.9 moveto 18 (12) alignedtext
236 grestore
237 % 4->12
238 gsave
239 1 setlinewidth
240 0.000 0.000 0.000 edgecolor
241 newpath 281 151 moveto
242 273 147 259 138 254 126 curveto
243 250 118 250 115 254 108 curveto
244 257 101 262 96 267 91 curveto
245 stroke
246 0.000 0.000 0.000 edgecolor
247 newpath 268.96 93.92 moveto
248 276 86 lineto
249 265.56 87.8 lineto
250 closepath fill
251 1 setlinewidth
252 solid
253 0.000 0.000 0.000 edgecolor
254 newpath 268.96 93.92 moveto
255 276 86 lineto
256 265.56 87.8 lineto
257 closepath stroke
258 0.000 0.000 0.000 edgecolor
259 14 /Times-Roman set_font
260 253.5 112.9 moveto 41 (15,24) alignedtext
261 grestore
262 % 7
263 gsave
264 0.000 0.000 0.000 nodecolor
265 14 /Times-Roman set_font
266 113.5 76.9 moveto 9 (7) alignedtext
267 grestore
268 % 15
269 gsave
270 0.000 0.000 0.000 nodecolor
271 14 /Times-Roman set_font
272 139 148.9 moveto 18 (15) alignedtext
273 grestore
274 % 7->15
275 gsave
276 1 setlinewidth
277 0.000 0.000 0.000 edgecolor
278 newpath 122 90 moveto
279 126 101 134 120 140 135 curveto
280 stroke
281 0.000 0.000 0.000 edgecolor
282 newpath 136.74 136.28 moveto
283 144 144 lineto
284 143.14 133.44 lineto
285 closepath fill
286 1 setlinewidth
287 solid
288 0.000 0.000 0.000 edgecolor
289 newpath 136.74 136.28 moveto
290 144 144 lineto
291 143.14 133.44 lineto
292 closepath stroke
293 0.000 0.000 0.000 edgecolor
294 14 /Times-Roman set_font
295 137.5 112.9 moveto 41 (15,24) alignedtext
296 grestore
297 % 11->3
298 gsave
299 1 setlinewidth
300 0.000 0.000 0.000 edgecolor
301 newpath 62 90 moveto
302 57 101 48 120 42 135 curveto
303 stroke
304 0.000 0.000 0.000 edgecolor
305 newpath 38.86 133.44 moveto
306 38 144 lineto
307 45.26 136.28 lineto
308 closepath fill
309 1 setlinewidth
310 solid
311 0.000 0.000 0.000 edgecolor
312 newpath 38.86 133.44 moveto
313 38 144 lineto
314 45.26 136.28 lineto
315 closepath stroke
316 0.000 0.000 0.000 edgecolor
317 14 /Times-Roman set_font
318 54 112.9 moveto 18 (15) alignedtext
319 grestore
320 % 19
321 gsave
322 0.000 0.000 0.000 nodecolor
323 14 /Times-Roman set_font
324 110 4.9 moveto 18 (19) alignedtext
325 grestore
326 % 11->19
327 gsave
328 1 setlinewidth
329 0.000 0.000 0.000 edgecolor
330 newpath 72 72 moveto
331 80 60 95 41 106 26 curveto
332 stroke
333 0.000 0.000 0.000 edgecolor
334 newpath 108.8 28.1 moveto
335 112 18 lineto
336 103.2 23.9 lineto
337 closepath fill
338 1 setlinewidth
339 solid
340 0.000 0.000 0.000 edgecolor
341 newpath 108.8 28.1 moveto
342 112 18 lineto
343 103.2 23.9 lineto
344 closepath stroke
345 0.000 0.000 0.000 edgecolor
346 14 /Times-Roman set_font
347 98 40.9 moveto 18 (24) alignedtext
348 grestore
349 % 12->4
350 gsave
351 1 setlinewidth
352 0.000 0.000 0.000 edgecolor
353 newpath 289 90 moveto
354 291 95 294 102 295 108 curveto
355 296 115 296 118 295 126 curveto
356 294 129 293 132 292 134 curveto
357 stroke
358 0.000 0.000 0.000 edgecolor
359 newpath 288.52 133.42 moveto
360 289 144 lineto
361 295.23 135.43 lineto
362 closepath fill
363 1 setlinewidth
364 solid
365 0.000 0.000 0.000 edgecolor
366 newpath 288.52 133.42 moveto
367 289 144 lineto
368 295.23 135.43 lineto
369 closepath stroke
370 0.000 0.000 0.000 edgecolor
371 14 /Times-Roman set_font
372 295 112.9 moveto 18 (15) alignedtext
373 grestore
374 % 15->7
375 gsave
376 1 setlinewidth
377 0.000 0.000 0.000 edgecolor
378 newpath 139 149 moveto
379 130 145 116 137 110 126 curveto
380 106 117 107 107 110 98 curveto
381 stroke
382 0.000 0.000 0.000 edgecolor
383 newpath 113.14 99.56 moveto
384 114 89 lineto
385 106.74 96.72 lineto
386 closepath fill
387 1 setlinewidth
388 solid
389 0.000 0.000 0.000 edgecolor
390 newpath 113.14 99.56 moveto
391 114 89 lineto
392 106.74 96.72 lineto
393 closepath stroke
394 0.000 0.000 0.000 edgecolor
395 14 /Times-Roman set_font
396 113 112.9 moveto 18 (15) alignedtext
397 grestore
398 % 23
399 gsave
400 0.000 0.000 0.000 nodecolor
401 14 /Times-Roman set_font
402 161 76.9 moveto 18 (23) alignedtext
403 grestore
404 % 15->23
405 gsave
406 1 setlinewidth
407 0.000 0.000 0.000 edgecolor
408 newpath 157 150 moveto
409 167 146 183 138 190 126 curveto
410 194 116 191 106 185 98 curveto
411 stroke
412 0.000 0.000 0.000 edgecolor
413 newpath 187.8 95.9 moveto
414 179 90 lineto
415 182.2 100.1 lineto
416 closepath fill
417 1 setlinewidth
418 solid
419 0.000 0.000 0.000 edgecolor
420 newpath 187.8 95.9 moveto
421 179 90 lineto
422 182.2 100.1 lineto
423 closepath stroke
424 0.000 0.000 0.000 edgecolor
425 14 /Times-Roman set_font
426 191 112.9 moveto 18 (24) alignedtext
427 grestore
428 % 19->19
429 gsave
430 1 setlinewidth
431 0.000 0.000 0.000 edgecolor
432 newpath 128 14 moveto
433 137 17 146 15 146 9 curveto
434 146 5 143 3 138 3 curveto
435 stroke
436 0.000 0.000 0.000 edgecolor
437 newpath 137.6 -.48 moveto
438 128 4 lineto
439 138.3 6.49 lineto
440 closepath fill
441 1 setlinewidth
442 solid
443 0.000 0.000 0.000 edgecolor
444 newpath 137.6 -.48 moveto
445 128 4 lineto
446 138.3 6.49 lineto
447 closepath stroke
448 0.000 0.000 0.000 edgecolor
449 14 /Times-Roman set_font
450 145.5 4.9 moveto 41 (15,24) alignedtext
451 grestore
452 % 23->19
453 gsave
454 1 setlinewidth
455 0.000 0.000 0.000 edgecolor
456 newpath 164 72 moveto
457 156 60 141 41 131 26 curveto
458 stroke
459 0.000 0.000 0.000 edgecolor
460 newpath 133.8 23.9 moveto
461 125 18 lineto
462 128.2 28.1 lineto
463 closepath fill
464 1 setlinewidth
465 solid
466 0.000 0.000 0.000 edgecolor
467 newpath 133.8 23.9 moveto
468 125 18 lineto
469 128.2 28.1 lineto
470 closepath stroke
471 0.000 0.000 0.000 edgecolor
472 14 /Times-Roman set_font
473 151 40.9 moveto 18 (15) alignedtext
474 grestore
475 % 23->23
476 gsave
477 1 setlinewidth
478 0.000 0.000 0.000 edgecolor
479 newpath 179 86 moveto
480 188 89 197 87 197 81 curveto
481 197 77 194 75 189 75 curveto
482 stroke
483 0.000 0.000 0.000 edgecolor
484 newpath 188.6 71.52 moveto
485 179 76 lineto
486 189.3 78.49 lineto
487 closepath fill
488 1 setlinewidth
489 solid
490 0.000 0.000 0.000 edgecolor
491 newpath 188.6 71.52 moveto
492 179 76 lineto
493 189.3 78.49 lineto
494 closepath stroke
495 0.000 0.000 0.000 edgecolor
496 14 /Times-Roman set_font
497 197 76.9 moveto 18 (24) alignedtext
498 grestore
499 endpage
500 showpage
501 grestore
502 %%PageTrailer
503 %%EndPage: 1
504 %%Trailer
505 %%Pages: 1
506 %%BoundingBox: 36 36 357 206
507 end
508 restore
509 %%EOF