comparison figures/continuation.eps @ 0:e9ecd5b5f29a

first commit.
author kent <kent@cr.ie.u-ryukyu.ac.jp>
date Fri, 29 Jan 2010 15:45:41 +0900
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:e9ecd5b5f29a
1 %!PS-Adobe-2.0 EPSF-2.0
2 %%Title: /home/kent/WorkSpace/master-paper/figures/continuation.dia
3 %%Creator: Dia v0.97
4 %%CreationDate: Tue Jan 26 14:06:59 2010
5 %%For: kent
6 %%Orientation: Portrait
7 %%Magnification: 1.0000
8 %%BoundingBox: 0 0 427 158
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 -1.975000 -7.025000 translate
122 %%EndProlog
123
124
125 0.050000 slw
126 [] 0 sd
127 [] 0 sd
128 0 slj
129 1.000000 1.000000 1.000000 srgb
130 n 2.000000 2.000000 m 2.000000 6.000000 l 3.000000 6.000000 l 3.000000 2.000000 l f
131 0.000000 0.000000 0.000000 srgb
132 n 2.000000 2.000000 m 2.000000 6.000000 l 3.000000 6.000000 l 3.000000 2.000000 l cp s
133 0.050000 slw
134 [] 0 sd
135 [] 0 sd
136 0 slj
137 1.000000 1.000000 1.000000 srgb
138 n 16.000000 2.000000 m 16.000000 6.000000 l 17.000000 6.000000 l 17.000000 2.000000 l f
139 0.000000 0.000000 0.000000 srgb
140 n 16.000000 2.000000 m 16.000000 6.000000 l 17.000000 6.000000 l 17.000000 2.000000 l cp s
141 0.050000 slw
142 [] 0 sd
143 [] 0 sd
144 0 slj
145 1.000000 1.000000 1.000000 srgb
146 n 5.500000 2.000000 m 5.500000 6.000000 l 6.500000 6.000000 l 6.500000 2.000000 l f
147 0.000000 0.000000 0.000000 srgb
148 n 5.500000 2.000000 m 5.500000 6.000000 l 6.500000 6.000000 l 6.500000 2.000000 l cp s
149 0.050000 slw
150 [] 0 sd
151 [] 0 sd
152 0 slj
153 1.000000 1.000000 1.000000 srgb
154 n 12.500000 2.000000 m 12.500000 5.000000 l 13.500000 5.000000 l 13.500000 2.000000 l f
155 0.000000 0.000000 0.000000 srgb
156 n 12.500000 2.000000 m 12.500000 5.000000 l 13.500000 5.000000 l 13.500000 2.000000 l cp s
157 0.050000 slw
158 [] 0 sd
159 [] 0 sd
160 0 slj
161 1.000000 1.000000 1.000000 srgb
162 n 9.000000 2.000000 m 9.000000 7.000000 l 10.000000 7.000000 l 10.000000 2.000000 l f
163 0.000000 0.000000 0.000000 srgb
164 n 9.000000 2.000000 m 9.000000 7.000000 l 10.000000 7.000000 l 10.000000 2.000000 l cp s
165 0.050000 slw
166 [] 0 sd
167 [] 0 sd
168 0 slj
169 0 slc
170 n 3.000000 6.000000 m 3.996000 6.000000 3.500000 1.000000 5.114590 1.807295 c s
171 [] 0 sd
172 0 slj
173 0 slc
174 n 5.450000 1.975000 m 4.890983 1.975000 l 5.114590 1.807295 l 5.114590 1.527786 l ef
175 n 5.450000 1.975000 m 4.890983 1.975000 l 5.114590 1.807295 l 5.114590 1.527786 l cp s
176 0.050000 slw
177 [] 0 sd
178 [] 0 sd
179 0 slj
180 0 slc
181 n 13.500000 5.000000 m 14.500000 5.000000 14.000000 1.500000 15.581964 1.895491 c s
182 [] 0 sd
183 0 slj
184 0 slc
185 n 15.945767 1.986442 m 15.400062 2.107710 l 15.581964 1.895491 l 15.521330 1.622638 l ef
186 n 15.945767 1.986442 m 15.400062 2.107710 l 15.581964 1.895491 l 15.521330 1.622638 l cp s
187 0.050000 slw
188 [] 0 sd
189 [] 0 sd
190 0 slj
191 0 slc
192 n 6.500000 6.000000 m 7.496000 6.000000 7.000000 1.000000 8.614590 1.807295 c s
193 [] 0 sd
194 0 slj
195 0 slc
196 n 8.950000 1.975000 m 8.390983 1.975000 l 8.614590 1.807295 l 8.614590 1.527786 l ef
197 n 8.950000 1.975000 m 8.390983 1.975000 l 8.614590 1.807295 l 8.614590 1.527786 l cp s
198 0.050000 slw
199 [] 0 sd
200 [] 0 sd
201 0 slj
202 0 slc
203 n 10.000000 7.000000 m 11.500000 7.000000 10.500000 1.500000 12.081964 1.895491 c s
204 [] 0 sd
205 0 slj
206 0 slc
207 n 12.445767 1.986442 m 11.900062 2.107710 l 12.081964 1.895491 l 12.021330 1.622638 l ef
208 n 12.445767 1.986442 m 11.900062 2.107710 l 12.081964 1.895491 l 12.021330 1.622638 l cp s
209 gsave 2.050000 4.250000 translate 0.035278 -0.035278 scale
210 start_ol
211 1696 3047 moveto
212 1042 1280 lineto
213 2352 1280 lineto
214 1696 3047 lineto
215 1424 3520 moveto
216 1970 3520 lineto
217 3328 0 lineto
218 2827 0 lineto
219 2502 896 lineto
220 897 896 lineto
221 572 0 lineto
222 64 0 lineto
223 1424 3520 lineto
224 end_ol grestore
225 gsave 2.487092 4.250000 translate 0.035278 -0.035278 scale
226 start_ol
227 1535 3200 moveto
228 1185 3200 1008 2840 conicto
229 832 2481 832 1759 conicto
230 832 1039 1008 679 conicto
231 1185 320 1535 320 conicto
232 1887 320 2063 679 conicto
233 2240 1039 2240 1759 conicto
234 2240 2481 2063 2840 conicto
235 1887 3200 1535 3200 conicto
236 1536 3584 moveto
237 2127 3584 2439 3116 conicto
238 2752 2649 2752 1759 conicto
239 2752 871 2439 403 conicto
240 2127 -64 1536 -64 conicto
241 944 -64 632 403 conicto
242 320 871 320 1759 conicto
243 320 2649 632 3116 conicto
244 944 3584 1536 3584 conicto
245 end_ol grestore
246 gsave 16.100000 4.200000 translate 0.035278 -0.035278 scale
247 start_ol
248 1696 3047 moveto
249 1042 1280 lineto
250 2352 1280 lineto
251 1696 3047 lineto
252 1424 3520 moveto
253 1970 3520 lineto
254 3328 0 lineto
255 2827 0 lineto
256 2502 896 lineto
257 897 896 lineto
258 572 0 lineto
259 64 0 lineto
260 1424 3520 lineto
261 end_ol grestore
262 gsave 16.537092 4.200000 translate 0.035278 -0.035278 scale
263 start_ol
264 640 384 moveto
265 1408 384 lineto
266 1408 3136 lineto
267 576 2944 lineto
268 576 3328 lineto
269 1434 3520 lineto
270 1920 3520 lineto
271 1920 384 lineto
272 2688 384 lineto
273 2688 0 lineto
274 640 0 lineto
275 640 384 lineto
276 end_ol grestore
277 gsave 5.600000 4.150000 translate 0.035278 -0.035278 scale
278 start_ol
279 960 1728 moveto
280 960 384 lineto
281 1696 384 lineto
282 2071 384 2251 550 conicto
283 2432 716 2432 1057 conicto
284 2432 1401 2251 1564 conicto
285 2071 1728 1696 1728 conicto
286 960 1728 lineto
287 960 3136 moveto
288 960 2112 lineto
289 1639 2112 lineto
290 1975 2112 2139 2238 conicto
291 2304 2365 2304 2624 conicto
292 2304 2881 2139 3008 conicto
293 1975 3136 1639 3136 conicto
294 960 3136 lineto
295 448 3520 moveto
296 1673 3520 lineto
297 2222 3520 2519 3300 conicto
298 2816 3080 2816 2674 conicto
299 2816 2360 2658 2174 conicto
300 2500 1989 2193 1943 conicto
301 2549 1866 2746 1621 conicto
302 2944 1376 2944 1009 conicto
303 2944 526 2625 263 conicto
304 2306 0 1718 0 conicto
305 448 0 lineto
306 448 3520 lineto
307 end_ol grestore
308 gsave 6.039589 4.150000 translate 0.035278 -0.035278 scale
309 start_ol
310 1535 3200 moveto
311 1185 3200 1008 2840 conicto
312 832 2481 832 1759 conicto
313 832 1039 1008 679 conicto
314 1185 320 1535 320 conicto
315 1887 320 2063 679 conicto
316 2240 1039 2240 1759 conicto
317 2240 2481 2063 2840 conicto
318 1887 3200 1535 3200 conicto
319 1536 3584 moveto
320 2127 3584 2439 3116 conicto
321 2752 2649 2752 1759 conicto
322 2752 871 2439 403 conicto
323 2127 -64 1536 -64 conicto
324 944 -64 632 403 conicto
325 320 871 320 1759 conicto
326 320 2649 632 3116 conicto
327 944 3584 1536 3584 conicto
328 end_ol grestore
329 gsave 12.650000 3.750000 translate 0.035278 -0.035278 scale
330 start_ol
331 960 1728 moveto
332 960 384 lineto
333 1696 384 lineto
334 2071 384 2251 550 conicto
335 2432 716 2432 1057 conicto
336 2432 1401 2251 1564 conicto
337 2071 1728 1696 1728 conicto
338 960 1728 lineto
339 960 3136 moveto
340 960 2112 lineto
341 1639 2112 lineto
342 1975 2112 2139 2238 conicto
343 2304 2365 2304 2624 conicto
344 2304 2881 2139 3008 conicto
345 1975 3136 1639 3136 conicto
346 960 3136 lineto
347 448 3520 moveto
348 1673 3520 lineto
349 2222 3520 2519 3300 conicto
350 2816 3080 2816 2674 conicto
351 2816 2360 2658 2174 conicto
352 2500 1989 2193 1943 conicto
353 2549 1866 2746 1621 conicto
354 2944 1376 2944 1009 conicto
355 2944 526 2625 263 conicto
356 2306 0 1718 0 conicto
357 448 0 lineto
358 448 3520 lineto
359 end_ol grestore
360 gsave 13.089589 3.750000 translate 0.035278 -0.035278 scale
361 start_ol
362 640 384 moveto
363 1408 384 lineto
364 1408 3136 lineto
365 576 2944 lineto
366 576 3328 lineto
367 1434 3520 lineto
368 1920 3520 lineto
369 1920 384 lineto
370 2688 384 lineto
371 2688 0 lineto
372 640 0 lineto
373 640 384 lineto
374 end_ol grestore
375 gsave 9.100000 4.700000 translate 0.035278 -0.035278 scale
376 start_ol
377 3136 3264 moveto
378 3136 2752 lineto
379 2892 2977 2616 3088 conicto
380 2340 3200 2030 3200 conicto
381 1418 3200 1093 2829 conicto
382 768 2459 768 1759 conicto
383 768 1061 1093 690 conicto
384 1418 320 2030 320 conicto
385 2340 320 2616 431 conicto
386 2892 543 3136 768 conicto
387 3136 256 lineto
388 2882 96 2599 16 conicto
389 2316 -64 2000 -64 conicto
390 1189 -64 722 424 conicto
391 256 913 256 1759 conicto
392 256 2607 722 3095 conicto
393 1189 3584 2000 3584 conicto
394 2320 3584 2603 3504 conicto
395 2887 3424 3136 3264 conicto
396 end_ol grestore
397 gsave 9.547080 4.700000 translate 0.035278 -0.035278 scale
398 start_ol
399 1535 3200 moveto
400 1185 3200 1008 2840 conicto
401 832 2481 832 1759 conicto
402 832 1039 1008 679 conicto
403 1185 320 1535 320 conicto
404 1887 320 2063 679 conicto
405 2240 1039 2240 1759 conicto
406 2240 2481 2063 2840 conicto
407 1887 3200 1535 3200 conicto
408 1536 3584 moveto
409 2127 3584 2439 3116 conicto
410 2752 2649 2752 1759 conicto
411 2752 871 2439 403 conicto
412 2127 -64 1536 -64 conicto
413 944 -64 632 403 conicto
414 320 871 320 1759 conicto
415 320 2649 632 3116 conicto
416 944 3584 1536 3584 conicto
417 end_ol grestore
418 showpage