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

Private GIT Repository
ajout de quelques tex
[hdrcouchot.git] / images / xplCnx.eps
1 %!PS-Adobe-2.0
2 %%Creator: Graphviz version 2.12 (Tue Sep  4 16:56:48 UTC 2007)
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 aligned label in bounding box aligned to current point
92 /alignedtext {                  % width adj text
93         /text exch def
94         /adj exch def
95         /width exch def
96         gsave
97                 width 0 gt {
98                         text stringwidth pop adj mul 0 rmoveto
99                 } if
100                 [] 0 setdash
101                 text show
102         grestore
103 } def
104
105 /boxprim {                              % xcorner ycorner xsize ysize
106                 4 2 roll
107                 moveto
108                 2 copy
109                 exch 0 rlineto
110                 0 exch rlineto
111                 pop neg 0 rlineto
112                 closepath
113 } bind def
114
115 /ellipse_path {
116         /ry exch def
117         /rx exch def
118         /y exch def
119         /x exch def
120         matrix currentmatrix
121         newpath
122         x y translate
123         rx ry scale
124         0 0 1 0 360 arc
125         setmatrix
126 } bind def
127
128 /endpage { showpage } bind def
129 /showpage { } def
130
131 /layercolorseq
132         [       % layer color sequence - darkest to lightest
133                 [0 0 0]
134                 [.2 .8 .8]
135                 [.4 .8 .8]
136                 [.6 .8 .8]
137                 [.8 .8 .8]
138         ]
139 def
140
141 /layerlen layercolorseq length def
142
143 /setlayer {/maxlayer exch def /curlayer exch def
144         layercolorseq curlayer 1 sub layerlen mod get
145         aload pop sethsbcolor
146         /nodecolor {nopcolor} def
147         /edgecolor {nopcolor} def
148         /graphcolor {nopcolor} def
149 } bind def
150
151 /onlayer { curlayer ne {invis} if } def
152
153 /onlayers {
154         /myupper exch def
155         /mylower exch def
156         curlayer mylower lt
157         curlayer myupper gt
158         or
159         {invis} if
160 } def
161
162 /curlayer 0 def
163
164 %%EndResource
165 %%EndProlog
166 %%BeginSetup
167 14 default-font-family set_font
168 1 setmiterlimit
169 % /arrowlength 10 def
170 % /arrowwidth 5 def
171
172 % make sure pdfmark is harmless for PS-interpreters other than Distiller
173 /pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
174 % make '<<' and '>>' safe on PS Level 1 devices
175 /languagelevel where {pop languagelevel}{1} ifelse
176 2 lt {
177     userdict (<<) cvn ([) cvn load put
178     userdict (>>) cvn ([) cvn load put
179 } if
180
181 %%EndSetup
182 setupLatin1
183 %%Page: 1 1
184 %%PageBoundingBox: 36 36 116 262
185 %%PageOrientation: Portrait
186 gsave
187 36 36 116 262 boxprim clip newpath
188 0 0 1 beginpage
189 1 1 set_scale 0 rotate 40 40 translate
190 0.000 0.000 1.000 graphcolor
191 newpath -4 -4 moveto
192 -4 222 lineto
193 76 222 lineto
194 76 -4 lineto
195 closepath fill
196 1 setlinewidth
197 0.000 0.000 1.000 graphcolor
198 newpath -4 -4 moveto
199 -4 222 lineto
200 76 222 lineto
201 76 -4 lineto
202 closepath stroke
203 % 1
204 gsave
205 1 setlinewidth
206 0.000 0.000 0.000 nodecolor
207 27 182 27 18.7635 ellipse_path stroke
208 0.000 0.000 0.000 nodecolor
209 14.00 /Times-Roman set_font
210 27 178 moveto 7 -0.5 (1) alignedtext
211 grestore
212 % 1->1
213 gsave
214 1 setlinewidth
215 0.000 0.000 0.000 edgecolor
216 newpath 37 200 moveto
217 53 218 72 212 72 182 curveto
218 72 157 58 148 45 157 curveto
219 stroke
220 0.000 0.000 0.000 edgecolor
221 newpath 42.221 154.781 moveto
222 37 164 lineto
223 46.8306 160.049 lineto
224 closepath fill
225 1 setlinewidth
226 solid
227 0.000 0.000 0.000 edgecolor
228 newpath 42.221 154.781 moveto
229 37 164 lineto
230 46.8306 160.049 lineto
231 closepath stroke
232 grestore
233 % 2
234 gsave
235 1 setlinewidth
236 0.000 0.000 0.000 nodecolor
237 27 108 27 18.7635 ellipse_path stroke
238 0.000 0.000 0.000 nodecolor
239 14.00 /Times-Roman set_font
240 27 104 moveto 7 -0.5 (2) alignedtext
241 grestore
242 % 1->2
243 gsave
244 1 setlinewidth
245 0.000 0.000 0.000 edgecolor
246 newpath 21 163 moveto
247 20 155 20 146 20 137 curveto
248 stroke
249 0.000 0.000 0.000 edgecolor
250 newpath 23.4875 137.299 moveto
251 21 127 lineto
252 16.5222 136.602 lineto
253 closepath fill
254 1 setlinewidth
255 solid
256 0.000 0.000 0.000 edgecolor
257 newpath 23.4875 137.299 moveto
258 21 127 lineto
259 16.5222 136.602 lineto
260 closepath stroke
261 grestore
262 % 2->1
263 gsave
264 1 setlinewidth
265 0.000 0.000 0.000 edgecolor
266 newpath 33 127 moveto
267 34 135 34 144 34 153 curveto
268 stroke
269 0.000 0.000 0.000 edgecolor
270 newpath 30.5125 152.701 moveto
271 33 163 lineto
272 37.4778 153.398 lineto
273 closepath fill
274 1 setlinewidth
275 solid
276 0.000 0.000 0.000 edgecolor
277 newpath 30.5125 152.701 moveto
278 33 163 lineto
279 37.4778 153.398 lineto
280 closepath stroke
281 grestore
282 % 3
283 gsave
284 1 setlinewidth
285 0.000 0.000 0.000 nodecolor
286 27 34 27 18.7635 ellipse_path stroke
287 0.000 0.000 0.000 nodecolor
288 14.00 /Times-Roman set_font
289 27 30 moveto 7 -0.5 (3) alignedtext
290 grestore
291 % 2->3
292 gsave
293 1 setlinewidth
294 0.000 0.000 0.000 edgecolor
295 newpath 21 89 moveto
296 20 81 20 72 20 63 curveto
297 stroke
298 0.000 0.000 0.000 edgecolor
299 newpath 23.4875 63.2987 moveto
300 21 53 lineto
301 16.5222 62.6021 lineto
302 closepath fill
303 1 setlinewidth
304 solid
305 0.000 0.000 0.000 edgecolor
306 newpath 23.4875 63.2987 moveto
307 21 53 lineto
308 16.5222 62.6021 lineto
309 closepath stroke
310 grestore
311 % 3->1
312 gsave
313 1 setlinewidth
314 0.000 0.000 0.000 edgecolor
315 newpath 41 51 moveto
316 49 61 58 75 63 89 curveto
317 67 105 67 110 63 127 curveto
318 59 138 53 148 47 158 curveto
319 stroke
320 0.000 0.000 0.000 edgecolor
321 newpath 44.2 155.9 moveto
322 41 166 lineto
323 49.8 160.1 lineto
324 closepath fill
325 1 setlinewidth
326 solid
327 0.000 0.000 0.000 edgecolor
328 newpath 44.2 155.9 moveto
329 41 166 lineto
330 49.8 160.1 lineto
331 closepath stroke
332 grestore
333 % 3->2
334 gsave
335 1 setlinewidth
336 0.000 0.000 0.000 edgecolor
337 newpath 33 53 moveto
338 34 61 34 70 34 79 curveto
339 stroke
340 0.000 0.000 0.000 edgecolor
341 newpath 30.5125 78.7013 moveto
342 33 89 lineto
343 37.4778 79.3979 lineto
344 closepath fill
345 1 setlinewidth
346 solid
347 0.000 0.000 0.000 edgecolor
348 newpath 30.5125 78.7013 moveto
349 33 89 lineto
350 37.4778 79.3979 lineto
351 closepath stroke
352 grestore
353 % 3->3
354 gsave
355 1 setlinewidth
356 0.000 0.000 0.000 edgecolor
357 newpath 37 52 moveto
358 53 70 72 64 72 34 curveto
359 72 9 58 0 45 9 curveto
360 stroke
361 0.000 0.000 0.000 edgecolor
362 newpath 42.221 6.7809 moveto
363 37 16 lineto
364 46.8306 12.0489 lineto
365 closepath fill
366 1 setlinewidth
367 solid
368 0.000 0.000 0.000 edgecolor
369 newpath 42.221 6.7809 moveto
370 37 16 lineto
371 46.8306 12.0489 lineto
372 closepath stroke
373 grestore
374 endpage
375 showpage
376 grestore
377 %%PageTrailer
378 %%EndPage: 1
379 %%Trailer
380 %%Pages: 1
381 %%BoundingBox: 36 36 116 262
382 end
383 restore
384 %%EOF