]> mj.ucw.cz Git - ga.git/blob - 5-mst/05.eps
Kostry uvedeny na pravou miru.
[ga.git] / 5-mst / 05.eps
1 %!PS-Adobe-2.0 EPSF-2.0
2 %%Title: /win_d/project/mff/Grafove algoritmy/05 - rez.dia
3 %%Creator: Dia v0.94
4 %%CreationDate: Mon Apr 17 18:53:19 2006
5 %%For: beaver
6 %%Orientation: Portrait
7 %%Magnification: 1.0000
8 %%BoundingBox: 0 0 343 330
9 %%BeginSetup
10 %%EndSetup
11 %%EndComments
12 %%BeginProlog
13 [ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
14 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
15 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
16 /.notdef /.notdef /space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
17 /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash /zero /one
18 /two /three /four /five /six /seven /eight /nine /colon /semicolon
19 /less /equal /greater /question /at /A /B /C /D /E
20 /F /G /H /I /J /K /L /M /N /O
21 /P /Q /R /S /T /U /V /W /X /Y
22 /Z /bracketleft /backslash /bracketright /asciicircum /underscore /quoteleft /a /b /c
23 /d /e /f /g /h /i /j /k /l /m
24 /n /o /p /q /r /s /t /u /v /w
25 /x /y /z /braceleft /bar /braceright /asciitilde /.notdef /.notdef /.notdef
26 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
27 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
28 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
29 /space /exclamdown /cent /sterling /currency /yen /brokenbar /section /dieresis /copyright
30 /ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron /degree /plusminus /twosuperior /threesuperior
31 /acute /mu /paragraph /periodcentered /cedilla /onesuperior /ordmasculine /guillemotright /onequarter /onehalf
32 /threequarters /questiondown /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
33 /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis /Eth /Ntilde
34 /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply /Oslash /Ugrave /Uacute /Ucircumflex
35 /Udieresis /Yacute /Thorn /germandbls /agrave /aacute /acircumflex /atilde /adieresis /aring
36 /ae /ccedilla /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis
37 /eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide /oslash /ugrave
38 /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis] /isolatin1encoding exch def
39 /cp {closepath} bind def
40 /c {curveto} bind def
41 /f {fill} bind def
42 /a {arc} bind def
43 /ef {eofill} bind def
44 /ex {exch} bind def
45 /gr {grestore} bind def
46 /gs {gsave} bind def
47 /sa {save} bind def
48 /rs {restore} bind def
49 /l {lineto} bind def
50 /m {moveto} bind def
51 /rm {rmoveto} bind def
52 /n {newpath} bind def
53 /s {stroke} bind def
54 /sh {show} bind def
55 /slc {setlinecap} bind def
56 /slj {setlinejoin} bind def
57 /slw {setlinewidth} bind def
58 /srgb {setrgbcolor} bind def
59 /rot {rotate} bind def
60 /sc {scale} bind def
61 /sd {setdash} bind def
62 /ff {findfont} bind def
63 /sf {setfont} bind def
64 /scf {scalefont} bind def
65 /sw {stringwidth pop} bind def
66 /tr {translate} bind def
67
68 /ellipsedict 8 dict def
69 ellipsedict /mtrx matrix put
70 /ellipse
71 { ellipsedict begin
72    /endangle exch def
73    /startangle exch def
74    /yrad exch def
75    /xrad exch def
76    /y exch def
77    /x exch def   /savematrix mtrx currentmatrix def
78    x y tr xrad yrad sc
79    0 0 1 startangle endangle arc
80    savematrix setmatrix
81    end
82 } def
83
84 /mergeprocs {
85 dup length
86 3 -1 roll
87 dup
88 length
89 dup
90 5 1 roll
91 3 -1 roll
92 add
93 array cvx
94 dup
95 3 -1 roll
96 0 exch
97 putinterval
98 dup
99 4 2 roll
100 putinterval
101 } bind def
102 /dpi_x 300 def
103 /dpi_y 300 def
104 /conicto {
105     /to_y exch def
106     /to_x exch def
107     /conic_cntrl_y exch def
108     /conic_cntrl_x exch def
109     currentpoint
110     /p0_y exch def
111     /p0_x exch def
112     /p1_x p0_x conic_cntrl_x p0_x sub 2 3 div mul add def
113     /p1_y p0_y conic_cntrl_y p0_y sub 2 3 div mul add def
114     /p2_x p1_x to_x p0_x sub 1 3 div mul add def
115     /p2_y p1_y to_y p0_y sub 1 3 div mul add def
116     p1_x p1_y p2_x p2_y to_x to_y curveto
117 } bind def
118 /start_ol { gsave 1.1 dpi_x div dup scale} bind def
119 /end_ol { closepath fill grestore } bind def
120 28.346000 -28.346000 scale
121 -15.950000 -14.025000 translate
122 %%EndProlog
123
124
125 0.150000 slw
126 [] 0 sd
127 [] 0 sd
128 0 slc
129 0.000000 0.000000 0.600000 srgb
130 n 18.500000 11.500000 m 19.000000 9.000000 l s
131 0.100000 slw
132 [] 0 sd
133 [] 0 sd
134 0 slj
135 0 slc
136 0.000000 0.000000 0.000000 srgb
137 n 16.000000 7.000000 m 16.000000 6.000000 17.000000 4.000000 19.000000 4.000000 c s
138 0.100000 slw
139 [] 0 sd
140 [] 0 sd
141 0 slj
142 0 slc
143 n 19.000000 4.000000 m 21.000000 4.000000 22.000000 6.000000 21.000000 7.000000 c s
144 0.100000 slw
145 [] 0 sd
146 [] 0 sd
147 0 slj
148 0 slc
149 n 21.000000 7.000000 m 20.000000 8.000000 20.000000 9.000000 21.000000 10.000000 c s
150 0.100000 slw
151 [] 0 sd
152 [] 0 sd
153 0 slj
154 0 slc
155 n 21.000000 10.000000 m 22.000000 11.000000 21.000000 13.000000 19.000000 13.000000 c s
156 0.100000 slw
157 [] 0 sd
158 [] 0 sd
159 0 slj
160 0 slc
161 n 16.000000 7.000000 m 16.000000 8.000000 16.000000 9.000000 16.000000 10.000000 c s
162 0.100000 slw
163 [] 0 sd
164 [] 0 sd
165 0 slj
166 0 slc
167 n 16.000000 10.000000 m 16.000000 11.000000 17.000000 13.000000 19.000000 13.000000 c s
168 0.100000 slw
169 [] 0 sd
170 [] 0 sd
171 0 slj
172 0 slc
173 n 23.000000 7.000000 m 22.000000 6.000000 23.000000 4.000000 25.000000 4.000000 c s
174 0.100000 slw
175 [] 0 sd
176 [] 0 sd
177 0 slj
178 0 slc
179 n 25.000000 4.000000 m 27.000000 4.000000 28.000000 6.000000 28.000000 7.000000 c s
180 0.100000 slw
181 [] 0 sd
182 [] 0 sd
183 0 slj
184 0 slc
185 n 28.000000 7.000000 m 28.000000 8.000000 28.000000 9.000000 28.000000 10.000000 c s
186 0.100000 slw
187 [] 0 sd
188 [] 0 sd
189 0 slj
190 0 slc
191 n 28.000000 10.000000 m 28.000000 11.000000 27.000000 13.000000 25.000000 13.000000 c s
192 0.100000 slw
193 [] 0 sd
194 [] 0 sd
195 0 slj
196 0 slc
197 n 23.000000 7.000000 m 24.000000 8.000000 24.000000 9.000000 23.000000 10.000000 c s
198 0.100000 slw
199 [] 0 sd
200 [] 0 sd
201 0 slj
202 0 slc
203 n 23.000000 10.000000 m 22.000000 11.000000 23.000000 13.000000 25.000000 13.000000 c s
204 0.250000 slw
205 [] 0 sd
206 [] 0 sd
207 0 slc
208 n 18.500000 11.500000 m 26.000000 11.000000 l s
209 gsave 18.350000 12.650000 translate 0.035278 -0.035278 scale
210 start_ol
211 3200 3136 moveto
212 2065 1610 lineto
213 3264 0 lineto
214 2654 0 lineto
215 1738 1232 lineto
216 810 0 lineto
217 192 0 lineto
218 1435 1641 lineto
219 320 3136 lineto
220 927 3136 lineto
221 1760 2019 lineto
222 2592 3136 lineto
223 3200 3136 lineto
224 end_ol grestore 
225 gsave 25.900000 12.125000 translate 0.035278 -0.035278 scale
226 start_ol
227 1863 -297 moveto
228 1641 -868 1430 -1042 conicto
229 1220 -1216 866 -1216 conicto
230 448 -1216 lineto
231 448 -768 lineto
232 755 -768 lineto
233 972 -768 1091 -666 conicto
234 1210 -565 1356 -187 conicto
235 1450 49 lineto
236 192 3136 lineto
237 715 3136 lineto
238 1712 683 lineto
239 2709 3136 lineto
240 3264 3136 lineto
241 1863 -297 lineto
242 end_ol grestore 
243 gsave 21.775000 10.925000 translate 0.035278 -0.035278 scale
244 start_ol
245 3904 2111 moveto
246 3904 1792 lineto
247 1024 1792 lineto
248 1066 1104 1417 744 conicto
249 1768 384 2394 384 conicto
250 2758 384 3099 464 conicto
251 3440 544 3776 704 conicto
252 3776 128 lineto
253 3438 4 3083 -62 conicto
254 2729 -128 2364 -128 conicto
255 1451 -128 917 407 conicto
256 384 942 384 1854 conicto
257 384 2797 888 3350 conicto
258 1392 3904 2245 3904 conicto
259 3012 3904 3458 3422 conicto
260 3904 2940 3904 2111 conicto
261 3264 2304 moveto
262 3257 2800 2978 3096 conicto
263 2699 3392 2239 3392 conicto
264 1718 3392 1405 3105 conicto
265 1092 2819 1045 2300 conicto
266 3264 2304 lineto
267 end_ol grestore 
268 gsave 22.300000 3.325000 translate 0.035278 -0.035278 scale
269 start_ol
270 448 3648 moveto
271 448 0 lineto
272 1024 0 lineto
273 1024 1834 lineto
274 1024 2340 1155 2671 1432 2866 curveto
275 1611 2995 1784 3035 2185 3035 curveto
276 2185 3648 lineto
277 2087 3648 2038 3648 1961 3648 curveto
278 1583 3648 1296 3428 960 2893 curveto
279 960 3648 lineto
280 448 3648 lineto
281 1618 4010 moveto
282 2282 5056 lineto
283 1840 5056 lineto
284 1294 4387 lineto
285 727 5056 lineto
286 303 5056 lineto
287 947 4010 lineto
288 1618 4010 lineto
289 end_ol grestore 
290 gsave 22.604800 3.325000 translate 0.035278 -0.035278 scale
291 start_ol
292 3904 2111 moveto
293 3904 1792 lineto
294 1024 1792 lineto
295 1066 1104 1417 744 conicto
296 1768 384 2394 384 conicto
297 2758 384 3099 464 conicto
298 3440 544 3776 704 conicto
299 3776 128 lineto
300 3438 4 3083 -62 conicto
301 2729 -128 2364 -128 conicto
302 1451 -128 917 407 conicto
303 384 942 384 1854 conicto
304 384 2797 888 3350 conicto
305 1392 3904 2245 3904 conicto
306 3012 3904 3458 3422 conicto
307 3904 2940 3904 2111 conicto
308 3264 2304 moveto
309 3257 2800 2978 3096 conicto
310 2699 3392 2239 3392 conicto
311 1718 3392 1405 3105 conicto
312 1092 2819 1045 2300 conicto
313 3264 2304 lineto
314 end_ol grestore 
315 gsave 23.163600 3.325000 translate 0.035278 -0.035278 scale
316 start_ol
317 384 3776 moveto
318 3328 3776 lineto
319 3328 3212 lineto
320 998 512 lineto
321 3328 512 lineto
322 3328 0 lineto
323 320 0 lineto
324 320 564 lineto
325 2631 3264 lineto
326 384 3264 lineto
327 384 3776 lineto
328 end_ol grestore 
329 1.000000 1.000000 1.000000 srgb
330 n 18.500000 11.500000 0.500000 0.500000 0 360 ellipse f
331 0.100000 slw
332 [] 0 sd
333 [] 0 sd
334 0.000000 0.000000 0.000000 srgb
335 n 18.500000 11.500000 0.500000 0.500000 0 360 ellipse cp s
336 1.000000 1.000000 1.000000 srgb
337 n 26.000000 11.000000 0.500000 0.500000 0 360 ellipse f
338 0.100000 slw
339 [] 0 sd
340 [] 0 sd
341 0.000000 0.000000 0.000000 srgb
342 n 26.000000 11.000000 0.500000 0.500000 0 360 ellipse cp s
343 0.050000 slw
344 [1.000000] 0 sd
345 [1.000000] 0 sd
346 0 slc
347 n 22.000000 3.000000 m 22.000000 14.000000 l s
348 0.150000 slw
349 [] 0 sd
350 [] 0 sd
351 0 slc
352 0.000000 0.000000 0.600000 srgb
353 n 19.000000 9.000000 m 17.000000 7.000000 l s
354 0.150000 slw
355 [] 0 sd
356 [] 0 sd
357 0 slc
358 n 17.000000 7.000000 m 18.000000 5.000000 l s
359 0.150000 slw
360 [] 0 sd
361 [] 0 sd
362 0 slc
363 n 18.000000 5.000000 m 21.000000 5.000000 l s
364 showpage