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

Private GIT Repository
change .bib
[these_qian.git] / images / balance_oldci_xi.eps
1 %!PS-Adobe-3.0 EPSF-3.0
2 %%Creator: MATLAB, The Mathworks, Inc. Version 7.9.0.529 (R2009b). Operating System: Linux 2.6.32-33-generic #66-Ubuntu SMP Tue Jun 7 18:42:33 UTC 2011 x86_64.
3 %%Title: /home/qianxue/Documents/xue_Thesis/images/balance_oldci_xi.eps
4 %%CreationDate: 06/24/2011  15:39:11
5 %%DocumentNeededFonts: Helvetica
6 %%DocumentProcessColors: Cyan Magenta Yellow Black
7 %%LanguageLevel: 2
8 %%Pages: 1
9 %%BoundingBox:    81   227   529   564
10 %%EndComments
11
12 %%BeginProlog
13 % MathWorks dictionary
14 /MathWorks 160 dict begin
15 % definition operators
16 /bdef {bind def} bind def
17 /ldef {load def} bind def
18 /xdef {exch def} bdef
19 /xstore {exch store} bdef
20 % operator abbreviations
21 /c  /clip ldef
22 /cc /concat ldef
23 /cp /closepath ldef
24 /gr /grestore ldef
25 /gs /gsave ldef
26 /mt /moveto ldef
27 /np /newpath ldef
28 /cm /currentmatrix ldef
29 /sm /setmatrix ldef
30 /rm /rmoveto ldef
31 /rl /rlineto ldef
32 /s {show newpath} bdef
33 /sc {setcmykcolor} bdef
34 /sr /setrgbcolor ldef
35 /sg /setgray ldef
36 /w /setlinewidth ldef
37 /j /setlinejoin ldef
38 /cap /setlinecap ldef
39 /rc {rectclip} bdef
40 /rf {rectfill} bdef
41 % page state control
42 /pgsv () def
43 /bpage {/pgsv save def} bdef
44 /epage {pgsv restore} bdef
45 /bplot /gsave ldef
46 /eplot {stroke grestore} bdef
47 % orientation switch
48 /portraitMode 0 def /landscapeMode 1 def /rotateMode 2 def
49 % coordinate system mappings
50 /dpi2point 0 def
51 % font control
52 /FontSize 0 def
53 /FMS {/FontSize xstore findfont [FontSize 0 0 FontSize neg 0 0]
54   makefont setfont} bdef
55 /reencode {exch dup where {pop load} {pop StandardEncoding} ifelse
56   exch dup 3 1 roll findfont dup length dict begin
57   { 1 index /FID ne {def}{pop pop} ifelse } forall
58   /Encoding exch def currentdict end definefont pop} bdef
59 /isroman {findfont /CharStrings get /Agrave known} bdef
60 /FMSR {3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse
61   exch FMS} bdef
62 /csm {1 dpi2point div -1 dpi2point div scale neg translate
63  dup landscapeMode eq {pop -90 rotate}
64   {rotateMode eq {90 rotate} if} ifelse} bdef
65 % line types: solid, dotted, dashed, dotdash
66 /SO { [] 0 setdash } bdef
67 /DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
68 /DA { [6 dpi2point mul] 0 setdash } bdef
69 /DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4
70   dpi2point mul] 0 setdash } bdef
71 % macros for lines and objects
72 /L {lineto stroke} bdef
73 /MP {3 1 roll moveto 1 sub {rlineto} repeat} bdef
74 /AP {{rlineto} repeat} bdef
75 /PDlw -1 def
76 /W {/PDlw currentlinewidth def setlinewidth} def
77 /PP {closepath eofill} bdef
78 /DP {closepath stroke} bdef
79 /MR {4 -2 roll moveto dup  0 exch rlineto exch 0 rlineto
80   neg 0 exch rlineto closepath} bdef
81 /FR {MR stroke} bdef
82 /PR {MR fill} bdef
83 /L1i {{currentfile picstr readhexstring pop} image} bdef
84 /tMatrix matrix def
85 /MakeOval {newpath tMatrix currentmatrix pop translate scale
86 0 0 1 0 360 arc tMatrix setmatrix} bdef
87 /FO {MakeOval stroke} bdef
88 /PO {MakeOval fill} bdef
89 /PD {currentlinewidth 2 div 0 360 arc fill
90    PDlw -1 eq not {PDlw w /PDlw -1 def} if} def
91 /FA {newpath tMatrix currentmatrix pop translate scale
92   0 0 1 5 -2 roll arc tMatrix setmatrix stroke} bdef
93 /PA {newpath tMatrix currentmatrix pop  translate 0 0 moveto scale
94   0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill} bdef
95 /FAn {newpath tMatrix currentmatrix pop translate scale
96   0 0 1 5 -2 roll arcn tMatrix setmatrix stroke} bdef
97 /PAn {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
98   0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill} bdef
99 /vradius 0 def /hradius 0 def /lry 0 def
100 /lrx 0 def /uly 0 def /ulx 0 def /rad 0 def
101 /MRR {/vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef
102   /ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly
103   vradius add translate hradius vradius scale 0 0 1 180 270 arc 
104   tMatrix setmatrix lrx hradius sub uly vradius add translate
105   hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix
106   lrx hradius sub lry vradius sub translate hradius vradius scale
107   0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub
108   translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix
109   closepath} bdef
110 /FRR {MRR stroke } bdef
111 /PRR {MRR fill } bdef
112 /MlrRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def
113   newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
114   rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad
115   sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix
116   closepath} bdef
117 /FlrRR {MlrRR stroke } bdef
118 /PlrRR {MlrRR fill } bdef
119 /MtbRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def
120   newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
121   rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad
122   sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix
123   closepath} bdef
124 /FtbRR {MtbRR stroke } bdef
125 /PtbRR {MtbRR fill } bdef
126 /stri 6 array def /dtri 6 array def
127 /smat 6 array def /dmat 6 array def
128 /tmat1 6 array def /tmat2 6 array def /dif 3 array def
129 /asub {/ind2 exch def /ind1 exch def dup dup
130   ind1 get exch ind2 get sub exch } bdef
131 /tri_to_matrix {
132   2 0 asub 3 1 asub 4 0 asub 5 1 asub
133   dup 0 get exch 1 get 7 -1 roll astore } bdef
134 /compute_transform {
135   dmat dtri tri_to_matrix tmat1 invertmatrix 
136   smat stri tri_to_matrix tmat2 concatmatrix } bdef
137 /ds {stri astore pop} bdef
138 /dt {dtri astore pop} bdef
139 /db {2 copy /cols xdef /rows xdef mul dup 3 mul string
140   currentfile 
141   3 index 0 eq {/ASCIIHexDecode filter}
142   {/ASCII85Decode filter 3 index 2 eq {/RunLengthDecode filter} if }
143   ifelse exch readstring pop
144   dup 0 3 index getinterval /rbmap xdef
145   dup 2 index dup getinterval /gbmap xdef
146   1 index dup 2 mul exch getinterval /bbmap xdef pop pop}bdef
147 /it {gs np dtri aload pop moveto lineto lineto cp c
148   cols rows 8 compute_transform 
149   rbmap gbmap bbmap true 3 colorimage gr}bdef
150 /il {newpath moveto lineto stroke}bdef
151 currentdict end def
152 %%EndProlog
153
154 %%BeginSetup
155 MathWorks begin
156
157 0 cap
158
159 end
160 %%EndSetup
161
162 %%Page: 1 1
163 %%BeginPageSetup
164 %%PageBoundingBox:    81   227   529   564
165 MathWorks begin
166 bpage
167 %%EndPageSetup
168
169 %%BeginObject: obj1
170 bplot
171
172 /dpi2point 12 def
173 portraitMode 0972 6768 csm
174
175     0     0  5376  4033 rc
176 85 dict begin %Colortable dictionary
177 /c0 { 0.000000 0.000000 0.000000 sr} bdef
178 /c1 { 1.000000 1.000000 1.000000 sr} bdef
179 /c2 { 0.900000 0.000000 0.000000 sr} bdef
180 /c3 { 0.000000 0.820000 0.000000 sr} bdef
181 /c4 { 0.000000 0.000000 0.800000 sr} bdef
182 /c5 { 0.910000 0.820000 0.320000 sr} bdef
183 /c6 { 1.000000 0.260000 0.820000 sr} bdef
184 /c7 { 0.000000 0.820000 0.820000 sr} bdef
185 c0
186 1 j
187 1 sg
188    0    0 5377 4034 rf
189 6 w
190 0 3287 4166 0 0 -3287 699 3589 4 MP
191 PP
192 -4166 0 0 3287 4166 0 0 -3287 699 3589 5 MP stroke
193 4 w
194 DO
195 SO
196 6 w
197 0 sg
198  699 3589 mt 4865 3589 L
199  699  302 mt 4865  302 L
200  699 3589 mt  699  302 L
201 4865 3589 mt 4865  302 L
202  699 3589 mt 4865 3589 L
203  699 3589 mt  699  302 L
204  699 3589 mt  699 3547 L
205  699  302 mt  699  343 L
206 %%IncludeResource: font Helvetica
207 /Helvetica /ISOLatin1Encoding 120 FMSR
208
209  666 3734 mt 
210 (0) s
211 1393 3589 mt 1393 3547 L
212 1393  302 mt 1393  343 L
213 1310 3734 mt 
214 (0.5) s
215 2087 3589 mt 2087 3547 L
216 2087  302 mt 2087  343 L
217 2054 3734 mt 
218 (1) s
219 2782 3589 mt 2782 3547 L
220 2782  302 mt 2782  343 L
221 2699 3734 mt 
222 (1.5) s
223 3476 3589 mt 3476 3547 L
224 3476  302 mt 3476  343 L
225 3443 3734 mt 
226 (2) s
227 4170 3589 mt 4170 3547 L
228 4170  302 mt 4170  343 L
229 4087 3734 mt 
230 (2.5) s
231 4865 3589 mt 4865 3547 L
232 4865  302 mt 4865  343 L
233 4832 3734 mt 
234 (3) s
235 4595 3936 mt 
236 (x 10) s
237 %%IncludeResource: font Helvetica
238 /Helvetica /ISOLatin1Encoding 80 FMSR
239
240 4821 3862 mt 
241 (4) s
242  699 3589 mt  740 3589 L
243 4865 3589 mt 4823 3589 L
244 %%IncludeResource: font Helvetica
245 /Helvetica /ISOLatin1Encoding 120 FMSR
246
247  428 3633 mt 
248 (-0.2) s
249  699 3178 mt  740 3178 L
250 4865 3178 mt 4823 3178 L
251  361 3222 mt 
252 (-0.15) s
253  699 2767 mt  740 2767 L
254 4865 2767 mt 4823 2767 L
255  428 2811 mt 
256 (-0.1) s
257  699 2356 mt  740 2356 L
258 4865 2356 mt 4823 2356 L
259  361 2400 mt 
260 (-0.05) s
261  699 1945 mt  740 1945 L
262 4865 1945 mt 4823 1945 L
263  598 1989 mt 
264 (0) s
265  699 1534 mt  740 1534 L
266 4865 1534 mt 4823 1534 L
267  431 1578 mt 
268 (0.05) s
269  699 1123 mt  740 1123 L
270 4865 1123 mt 4823 1123 L
271  498 1167 mt 
272 (0.1) s
273  699  712 mt  740  712 L
274 4865  712 mt 4823  712 L
275  431  756 mt 
276 (0.15) s
277  699  302 mt  740  302 L
278 4865  302 mt 4823  302 L
279  498  346 mt 
280 (0.2) s
281  699 3589 mt 4865 3589 L
282  699  302 mt 4865  302 L
283  699 3589 mt  699  302 L
284 4865 3589 mt 4865  302 L
285 gs 699 302 4167 3288 rc
286 /c8 { 0.000000 0.000000 1.000000 sr} bdef
287 c8
288 2 0 1 1 2 0 1 -1 1 1 2 -1 1 -2 2 1 
289 1 1 1 0 2 -1 1 0 2 -1 1 1 1 -1 2 0 
290 1 1 1 -2 2 0 1 1 2 -1 1 -1 1 0 2 1 
291 1 -2 2 -1 1 -1 1 -1 2 0 1 -1 2 1 1 1 
292 1 1 2 0 1 1 1 0 2 0 1 0 2 0 1 0 
293 1 0 2 0 1 -1 2 -1 1 -1 1 0 2 1 1 1 
294 2 -1 1 0 1 -1 2 -1 1 0 1 1 2 0 1 0 
295 2 0 1 -3 1 1 2 1 1 0 2 -1 1 -1 1 0 
296 2 -2 1 0 2 -1 1 1 1 1 2 1 1 0 1 2 
297 2 0 1 1 2 1 1 1 1 -1 2 1 1 -1 2 -2 
298 1 0 1 1 2 1 1 0 2 2 1 -1 1 1 2 -1 
299 1 0 1 0 2 0 1 0 2 0 1 -1 1 0 2 0 
300 1 2 2 -1 1 -1 1 -1 2 0 1 -2 2 2 1 1 
301 1 -3 2 -1 1 0 1 0 2 0 1 -1 2 2 1 0 
302 1 0 2 -1 1 2 2 0 1 -1 1 -1 2 0 1 0 
303 2 -2 1 -1 1 0 2 1 1 0 1 0 2 -1 1 0 
304 2 0 1 0 1 -1 2 0 1 0 2 0 1 -1 1 0 
305 2 1 1 0 2 0 1 -2 1 0 2 -1 1 1 1 1 
306 2 -1 1 -2 2 2 1 0 1 2 2 0 1 -1 2 2 
307 1 0 1 -1 2 1 1 -1 2 2 1 -1 1 -1 2 0 
308 1 0 1 2 2 -2 1 1 2 -1 1 -1 1 1 2 0 
309 1 -1 2 1 1 -1 1 1 2 -1 1 1 2 0 1 1 
310 1 -1 2 0 1 -1 1 1 2 0 1 0 2 0 1 -1 
311 1 1 2 1 1 -1 2 -1 1 -1 1 1 2 0 1 1 
312 2 0 1 -1 1 0 2 2 1 1 1 0 2 -1 1 0 
313 2 0 1 0 1 0 2 -1 1 -2 2 0 1 0 1 1 
314 2 1 1 -2 2 1 1 1 1 -1 2 1 1 -1 1 0 
315 2 -1 1 0 2 -2 1 0 1 -1 2 2 1 -1 2 0 
316 1 1 1 1 2 1 1 1 2 -1 1 0 1 -2 2 0 
317 1 0 1 0 2 1 1 0 2 0 1 -2 1 1 2 1 
318 1 0 2 0 1 -1 1 0 2 0 1 2 2 0 1 -1 
319 1 0 2 0 1 -1 1 1 2 -1 1 1 2 1 1 -1 
320 1 -2 2 -1 1 1 2 0 1 -2 1 0 2 1 1 1 
321 1 1 2 0 1 1 2 -1 1 -1 1 0 2 -1 1 -1 
322 2 0 1 0 1 -1 2 -1 1 -2 2 -1 1 0 1 1 
323 2 0 1 0 1 0 2 -1 1 1 2 1 1 1 1 -1 
324 2 0 1 0 2 1 1 -1 1 0 2 -2 1 1 2 0 
325 1 2 1 -2 2 -1 4449 2059 300 MP stroke
326 1 -1 1 1 2 0 1 -1 2 -1 1 0 1 -2 2 1 
327 1 2 2 -1 1 -1 1 0 2 0 1 1 2 0 1 0 
328 1 0 2 -1 1 1 1 -1 2 1 1 1 2 1 1 0 
329 1 0 2 1 1 -1 2 0 1 0 1 1 2 -1 1 0 
330 2 0 1 -1 1 0 2 -2 1 0 1 -1 2 -1 1 1 
331 2 -2 1 0 1 -1 2 0 1 2 2 1 1 -1 1 3 
332 2 -2 1 0 2 1 1 2 1 -1 2 1 1 1 1 0 
333 2 1 1 1 2 1 1 -1 1 -1 2 2 1 0 2 -2 
334 1 0 1 1 2 0 1 0 2 0 1 0 1 2 2 0 
335 1 -1 1 0 2 0 1 0 2 1 1 0 1 2 2 0 
336 1 -1 2 0 1 0 1 -2 2 1 1 0 2 2 1 0 
337 1 -2 2 0 1 0 1 -1 2 1 1 1 2 1 1 1 
338 1 0 2 -1 1 1 2 0 1 0 1 0 2 3 1 1 
339 2 0 1 2 1 1 2 0 1 0 1 -1 2 1 1 -1 
340 2 -1 1 0 1 2 2 0 1 0 2 0 1 0 1 -1 
341 2 2 1 1 2 -1 1 0 1 0 2 0 1 -1 1 0 
342 2 1 1 0 2 0 1 2 1 1 2 -1 1 -1 2 -1 
343 1 1 1 -1 2 0 1 0 2 1 1 1 1 1 2 -1 
344 1 -1 1 -2 2 1 1 1 2 0 1 -1 1 -2 2 0 
345 1 0 2 1 1 0 1 0 2 0 1 0 2 0 1 0 
346 1 0 2 2 1 -2 1 2 2 0 1 1 2 0 1 0 
347 1 2 2 0 1 0 2 -2 1 1 1 0 2 2 1 1 
348 2 1 1 -2 1 -1 2 1 1 1 1 -1 2 1 1 -2 
349 2 0 1 2 1 1 2 0 1 -2 2 1 1 -1 1 0 
350 2 0 1 0 2 0 1 0 1 -1 2 0 1 1 1 1 
351 2 2 1 1 2 0 1 1 1 0 2 -1 1 1 2 1 
352 1 0 1 0 2 0 1 0 1 -2 2 -1 1 2 2 0 
353 1 -2 1 3 2 1 1 0 2 0 1 1 1 0 2 0 
354 1 1 2 0 1 -1 1 1 2 1 1 1 1 0 2 1 
355 1 1 2 2 1 0 1 0 2 -1 1 -1 2 -1 1 1 
356 1 -1 2 -1 1 1 2 0 1 -1 1 1 2 2 1 0 
357 1 2 2 0 1 0 2 -1 1 1 1 -1 2 -2 1 2 
358 2 -2 1 -1 1 -1 2 1 1 0 2 0 1 -1 1 -1 
359 2 -1 1 1 1 1 2 -1 1 0 2 1 1 -1 1 0 
360 2 1 1 0 2 2 1 0 1 0 2 0 1 0 2 0 
361 1 -1 1 -3 2 0 1 1 1 2 2 0 1 1 2 -1 
362 1 2 1 0 2 0 1 -2 2 -1 1 0 1 -2 2 0 
363 1 0 2 0 1 1 4034 2029 300 MP stroke
364 1 -1 2 1 1 1 1 -1 2 2 1 0 2 0 1 1 
365 1 0 2 0 1 -1 2 1 1 1 1 -1 2 0 1 -1 
366 2 0 1 1 1 0 2 0 1 0 1 0 2 -1 1 -1 
367 2 1 1 0 1 -1 2 1 1 -1 2 0 1 -1 1 1 
368 2 0 1 0 2 0 1 -1 1 0 2 -1 1 2 1 -1 
369 2 0 1 0 2 -1 1 1 1 0 2 2 1 0 2 -1 
370 1 1 1 -1 2 -1 1 0 2 -1 1 0 1 1 2 -1 
371 1 -1 1 2 2 -1 1 1 2 2 1 -2 1 2 2 -1 
372 1 1 2 -2 1 1 1 -1 2 0 1 2 2 1 1 0 
373 1 1 2 2 1 0 1 -1 2 2 1 -1 2 2 1 -2 
374 1 0 2 -1 1 0 2 0 1 -2 1 0 2 1 1 -1 
375 2 0 1 1 1 1 2 -1 1 0 1 -2 2 -1 1 0 
376 2 -2 1 1 1 -2 2 0 1 0 2 -1 1 1 1 0 
377 2 -1 1 0 2 1 1 1 1 -1 2 1 1 0 1 -1 
378 2 -1 1 -2 2 -2 1 1 1 1 2 0 1 -1 2 1 
379 1 -2 1 -1 2 -1 1 1 2 0 1 1 1 0 2 0 
380 1 2 1 0 2 0 1 1 2 -1 1 -2 1 2 2 -1 
381 1 -1 2 1 1 1 1 -1 2 1 1 0 2 0 1 0 
382 1 1 2 -1 1 0 1 0 2 0 1 -1 2 -2 1 1 
383 1 0 2 2 1 1 2 -1 1 2 1 -2 2 -1 1 0 
384 1 0 2 -1 1 0 2 -1 1 -1 1 0 2 3 1 0 
385 2 2 1 0 1 0 2 0 1 0 2 1 1 -2 1 -1 
386 2 0 1 1 1 -2 2 1 1 -2 2 1 1 1 1 2 
387 2 0 1 0 2 -1 1 -1 1 -1 2 1 1 -1 2 0 
388 1 0 1 0 2 -1 1 2 1 0 2 0 1 0 2 0 
389 1 -2 1 -3 2 2 1 -2 2 0 1 -1 1 1 2 -2 
390 1 1 2 -1 1 -3 1 -1 2 0 1 -1 1 -1 2 -2 
391 1 0 2 0 1 1 1 2 2 0 1 0 2 -1 1 0 
392 1 3 2 0 1 0 2 0 1 1 1 3 2 1 1 2 
393 1 0 2 1 1 -1 2 0 1 0 1 1 2 -1 1 1 
394 2 -4 1 -1 1 1 2 1 1 1 2 0 1 -1 1 -2 
395 2 -1 1 2 1 0 2 0 1 -1 2 -1 1 1 1 -3 
396 2 1 1 2 2 -2 1 2 1 0 2 1 1 -2 2 0 
397 1 0 1 -2 2 0 1 0 1 -1 2 -2 1 2 2 -2 
398 1 1 1 1 2 1 1 -1 2 1 1 2 1 0 2 0 
399 1 1 2 0 1 0 1 1 2 -1 1 1 1 0 2 0 
400 1 0 2 0 1 0 1 0 2 1 1 1 2 0 1 0 
401 1 -4 2 2 1 -2 3619 2043 300 MP stroke
402 2 0 1 -2 1 -3 2 -2 1 0 1 1 2 2 1 0 
403 2 -2 1 0 1 0 2 0 1 1 2 1 1 -2 1 -1 
404 2 1 1 2 2 1 1 0 1 2 2 -1 1 0 1 1 
405 2 -1 1 0 2 -1 1 0 1 1 2 -1 1 0 2 0 
406 1 0 1 0 2 2 1 3 2 1 1 2 1 0 2 0 
407 1 1 1 0 2 2 1 0 2 1 1 1 1 -2 2 1 
408 1 2 2 -3 1 2 1 0 2 1 1 0 2 1 1 2 
409 1 1 2 -1 1 0 1 2 2 -2 1 -2 2 0 1 1 
410 1 0 2 -1 1 3 2 1 1 -2 1 -1 2 0 1 0 
411 2 2 1 0 1 -1 2 2 1 -2 1 0 2 0 1 -2 
412 2 -1 1 2 1 -2 2 1 1 0 2 1 1 1 1 -1 
413 2 0 1 0 2 -1 1 0 1 0 2 2 1 -2 1 2 
414 2 0 1 0 2 0 1 -1 1 3 2 -3 1 1 2 0 
415 1 -1 1 3 2 -2 1 -2 1 -2 2 0 1 -1 2 2 
416 1 1 1 2 2 1 1 1 2 0 1 -2 1 0 2 -1 
417 1 1 2 2 1 0 1 1 2 -1 1 0 1 0 2 -1 
418 1 1 2 -1 1 -3 1 -1 2 0 1 -1 2 0 1 2 
419 1 -1 2 1 1 2 2 -1 1 -1 1 1 2 -2 1 0 
420 1 -2 2 1 1 2 2 1 1 0 1 2 2 -2 1 1 
421 2 -2 1 1 1 1 2 -2 1 -3 2 0 1 1 1 0 
422 2 3 1 -1 1 1 2 1 1 -1 2 0 1 -2 1 0 
423 2 -3 1 0 2 0 1 1 1 0 2 -1 1 1 2 -1 
424 1 1 1 1 2 1 1 0 1 1 2 0 1 -1 2 -1 
425 1 -2 1 -2 2 0 1 -2 2 0 1 1 1 0 2 -1 
426 1 2 2 0 1 -2 1 -1 2 -2 1 1 1 -2 2 0 
427 1 0 2 -1 1 0 1 -2 2 0 1 0 2 0 1 -1 
428 1 -2 2 0 1 0 2 -4 1 0 1 3 2 1 1 1 
429 1 -3 2 -1 1 1 2 0 1 -1 1 0 2 1 1 -1 
430 2 0 1 -2 1 0 2 2 1 -1 2 1 1 1 1 0 
431 2 1 1 2 1 2 2 1 1 0 2 -3 1 -2 1 -2 
432 2 1 1 -2 2 1 1 1 1 1 2 1 1 0 2 -1 
433 1 -1 1 3 2 0 1 -1 1 1 2 0 1 1 2 1 
434 1 -3 1 3 2 1 1 0 2 1 1 -1 1 -2 2 -1 
435 1 2 2 3 1 0 1 0 2 0 1 -1 1 1 2 -1 
436 1 1 2 -1 1 -2 1 1 2 0 1 -1 2 -2 1 -2 
437 1 -1 2 -2 1 -2 2 1 1 0 1 0 2 1 1 -1 
438 1 -1 2 -1 1 0 2 1 1 -1 1 0 2 4 1 0 
439 2 -1 1 1 1 0 3204 2052 300 MP stroke
440 2 -1 1 -1 2 -2 1 1 1 -1 2 -4 1 1 1 0 
441 2 0 1 -2 2 1 1 0 1 1 2 3 1 -1 2 0 
442 1 1 1 -1 2 1 1 0 2 -1 1 -1 1 0 2 -2 
443 1 0 1 0 2 3 1 0 2 0 1 3 1 -2 2 1 
444 1 2 2 1 1 -2 1 -1 2 -1 1 1 2 1 1 -1 
445 1 2 2 0 1 1 1 0 2 0 1 0 2 0 1 -1 
446 1 2 2 0 1 -2 2 0 1 -1 1 -1 2 1 1 -1 
447 1 0 2 -1 1 1 2 0 1 1 1 0 2 -1 1 0 
448 2 1 1 2 1 3 2 -1 1 -1 2 2 1 0 1 -2 
449 2 -1 1 2 1 -1 2 -1 1 -1 2 1 1 0 1 -3 
450 2 -1 1 1 2 0 1 3 1 2 2 2 1 1 2 1 
451 1 0 1 -1 2 0 1 -1 1 0 2 -2 1 1 2 2 
452 1 1 1 -1 2 0 1 3 2 -2 1 2 1 -1 2 1 
453 1 1 2 3 1 1 1 -4 2 0 1 2 1 -3 2 0 
454 1 1 2 -1 1 -1 1 1 2 0 1 1 2 0 1 -1 
455 1 2 2 -1 1 1 2 1 1 -1 1 -1 2 -2 1 -1 
456 1 1 2 0 1 1 2 0 1 -3 1 1 2 1 1 2 
457 2 0 1 1 1 2 2 0 1 -1 2 1 1 -1 1 0 
458 2 2 1 1 1 2 2 0 1 0 2 -1 1 0 1 -4 
459 2 4 1 3 2 3 1 0 1 2 2 -2 1 -1 2 0 
460 1 0 1 -2 2 -2 1 -2 1 2 2 3 1 -3 2 -1 
461 1 2 1 1 2 0 1 -1 2 -2 1 0 1 1 2 0 
462 1 2 2 1 1 2 1 0 2 -2 1 -2 1 -2 2 -1 
463 1 -1 2 0 1 0 1 -2 2 -3 1 -1 2 2 1 -1 
464 1 3 2 1 1 1 2 -2 1 -1 1 -2 2 1 1 2 
465 1 -1 2 2 1 0 2 -2 1 1 1 2 2 -2 1 1 
466 2 -4 1 -4 1 -1 2 2 1 0 2 1 1 0 1 2 
467 2 -1 1 1 1 -2 2 -1 1 -1 2 0 1 0 1 0 
468 2 -1 1 -1 2 0 1 -1 1 1 2 -2 1 -2 2 -1 
469 1 -1 1 1 2 0 1 -1 1 -1 2 -1 1 1 2 -3 
470 1 -3 1 2 2 2 1 -1 2 1 1 3 1 0 2 0 
471 1 2 2 0 1 0 1 1 2 -1 1 2 1 2 2 -3 
472 1 3 2 -2 1 1 1 1 2 0 1 1 2 -3 1 -2 
473 1 0 2 0 1 0 2 0 1 3 1 0 2 -1 1 -3 
474 1 2 2 0 1 -2 2 4 1 -1 1 -1 2 -3 1 -2 
475 2 3 1 -1 1 -1 2 0 1 2 2 1 1 2 1 3 
476 2 4 1 -2 1 0 2 1 1 2 2 1 1 -2 1 -1 
477 2 0 1 -2 2 4 2788 2044 300 MP stroke
478 1 -2 1 0 2 1 1 1 1 3 2 1 1 1 2 0 
479 1 1 1 4 2 -2 1 4 2 -1 1 0 1 0 2 -5 
480 1 1 2 1 1 -2 1 1 2 3 1 1 1 1 2 -1 
481 1 0 2 2 1 4 1 2 2 -2 1 -3 2 1 1 0 
482 1 2 2 4 1 0 2 0 1 1 1 0 2 -1 1 3 
483 1 0 2 2 1 0 2 2 1 0 1 -1 2 -2 1 -2 
484 2 -1 1 5 1 1 2 -5 1 -2 2 0 1 0 1 0 
485 2 -1 1 1 1 2 2 -1 1 1 2 -3 1 1 1 2 
486 2 0 1 -1 2 0 1 2 1 1 2 0 1 0 2 -2 
487 1 0 1 -1 2 1 1 -2 1 -3 2 -1 1 -2 2 0 
488 1 2 1 -1 2 1 1 -1 2 -1 1 1 1 2 2 -1 
489 1 -2 2 -1 1 1 1 -1 2 2 1 0 1 -2 2 0 
490 1 0 2 1 1 -1 1 1 2 0 1 2 2 -5 1 4 
491 1 1 2 -1 1 1 2 1 1 2 1 1 2 0 1 5 
492 1 -4 2 -1 1 2 2 3 1 1 1 -1 2 -3 1 4 
493 2 2 1 -1 1 2 2 0 1 -1 2 1 1 2 1 -1 
494 2 1 1 0 1 0 2 -1 1 -3 2 0 1 -1 1 2 
495 2 3 1 -2 2 0 1 -2 1 0 2 -5 1 1 2 -1 
496 1 1 1 4 2 -3 1 -1 1 -4 2 -3 1 2 2 0 
497 1 0 1 -4 2 0 1 4 2 -2 1 -1 1 1 2 3 
498 1 -4 2 2 1 1 1 -1 2 1 1 0 1 0 2 3 
499 1 1 2 -2 1 2 1 2 2 -2 1 2 2 -4 1 3 
500 1 2 2 0 1 -1 2 3 1 -3 1 2 2 1 1 0 
501 1 -5 2 -1 1 -4 2 -1 1 0 1 1 2 1 1 0 
502 2 -1 1 -4 1 0 2 -2 1 -3 2 -4 1 -3 1 5 
503 2 -3 1 2 1 1 2 2 1 2 2 -2 1 -2 1 -1 
504 2 0 1 0 2 -2 1 0 1 0 2 0 1 1 2 -3 
505 1 0 1 -1 2 1 1 4 1 1 2 0 1 -3 2 0 
506 1 -1 1 0 2 1 1 -4 2 2 1 -1 1 -3 2 4 
507 1 0 2 -3 1 0 1 2 2 -3 1 1 1 1 2 2 
508 1 1 2 -2 1 -1 1 0 2 0 1 0 2 -2 1 0 
509 1 0 2 -1 1 -3 2 4 1 0 1 -4 2 -1 1 -2 
510 1 0 2 -1 1 2 2 0 1 5 1 -4 2 5 1 -1 
511 2 1 1 2 1 2 2 4 1 0 1 1 2 -1 1 -3 
512 2 -1 1 2 1 4 2 1 1 3 2 -1 1 -4 1 -2 
513 2 0 1 0 2 1 1 0 1 -1 2 4 1 0 1 -2 
514 2 0 1 0 2 -1 1 1 1 0 2 2 1 -1 2 1 
515 1 3 1 0 2 1 2373 2031 300 MP stroke
516 1 0 2 1 1 2 1 0 2 4 1 -3 1 2 2 -1 
517 1 0 2 0 1 3 1 -3 2 -4 1 1 2 3 1 -3 
518 1 -3 2 4 1 5 2 0 1 0 1 0 2 4 1 4 
519 1 -1 2 1 1 -4 2 -1 1 2 1 2 2 1 1 -1 
520 2 1 1 -2 1 -1 2 0 1 -2 2 2 1 4 1 -1 
521 2 2 1 -3 1 -1 2 3 1 2 2 -2 1 -2 1 -1 
522 2 -2 1 3 2 -4 1 -3 1 2 2 3 1 0 2 2 
523 1 1 1 -3 2 -3 1 4 1 2 2 -3 1 -3 2 0 
524 1 5 1 2 2 -3 1 0 2 0 1 -2 1 0 2 6 
525 1 -5 2 0 1 2 1 0 2 0 1 4 1 0 2 1 
526 1 -3 2 3 1 2 1 -2 2 -3 1 3 2 -3 1 3 
527 1 0 2 0 1 1 2 0 1 0 1 0 2 1 1 0 
528 1 5 2 4 1 3 2 -3 1 0 1 0 2 0 1 0 
529 2 1 1 -1 1 -3 2 0 1 1 2 0 1 1 1 -1 
530 2 0 1 1 1 3 2 0 1 -1 2 0 1 0 1 3 
531 2 -1 1 5 2 3 1 1 1 -4 2 -2 1 0 2 0 
532 1 -1 1 -2 2 -2 1 -3 1 2 2 -2 1 0 2 0 
533 1 -1 1 1 2 -3 1 -5 2 5 1 1 1 3 2 -1 
534 1 0 2 -2 1 3 1 -1 2 -1 1 -3 1 2 2 4 
535 1 2 2 -2 1 2 1 0 2 0 1 1 2 3 1 5 
536 1 0 2 1 1 5 2 -1 1 -5 1 0 2 0 1 -3 
537 1 -2 2 1 1 -3 2 0 1 0 1 -2 2 0 1 0 
538 2 -1 1 0 1 4 2 4 1 1 2 -2 1 0 1 -1 
539 2 0 1 0 1 -2 2 3 1 -3 2 0 1 0 1 -2 
540 2 -3 1 -2 2 3 1 -1 1 -2 2 -2 1 0 2 2 
541 1 0 1 -2 2 -5 1 0 1 -2 2 -1 1 3 2 1 
542 1 -1 1 -5 2 -2 1 -5 2 -2 1 -3 1 1 2 0 
543 1 2 1 1 2 0 1 0 2 -1 1 -2 1 5 2 -4 
544 1 2 2 3 1 0 1 2 2 0 1 -2 2 -4 1 -3 
545 1 0 2 -2 1 0 1 8 2 -3 1 0 2 5 1 -4 
546 1 0 2 -1 1 3 2 3 1 0 1 2 2 7 1 3 
547 2 -2 1 4 1 -1 2 2 1 -3 1 0 2 3 1 -2 
548 2 4 1 1 1 4 2 -2 1 -4 2 2 1 3 1 -3 
549 2 3 1 2 2 0 1 0 1 0 2 2 1 0 1 1 
550 2 0 1 2 2 2 1 1 1 -1 2 -1 1 0 2 -3 
551 1 0 1 -6 2 -3 1 3 2 -7 1 4 1 5 2 5 
552 1 -2 1 2 2 4 1 -4 2 -2 1 2 1 4 2 -2 
553 1 3 2 -5 1 -2 1958 1992 300 MP stroke
554 1 3 2 4 1 -2 2 0 1 4 1 -2 2 5 1 -3 
555 1 0 2 -4 1 0 2 -4 1 0 1 4 2 0 1 0 
556 2 -2 1 0 1 -2 2 -2 1 -4 2 6 1 -6 1 -4 
557 2 -2 1 6 1 0 2 -2 1 2 2 1 1 2 1 4 
558 2 0 1 -6 2 2 1 4 1 2 2 -4 1 0 2 7 
559 1 -6 1 -3 2 -6 1 2 1 -2 2 0 1 -2 2 2 
560 1 -1 1 2 2 2 1 -4 2 0 1 -6 1 0 2 -4 
561 1 0 2 -2 1 0 1 -2 2 4 1 -2 1 0 2 -2 
562 1 4 2 -2 1 1 1 2 2 2 1 -2 2 2 1 4 
563 1 -6 2 -2 1 0 2 4 1 0 1 2 2 -1 1 -2 
564 1 0 2 0 1 4 2 6 1 -2 1 -2 2 0 1 0 
565 2 0 1 0 1 -2 2 4 1 -3 2 4 1 2 1 -2 
566 2 0 1 -4 1 -2 2 -2 1 0 2 6 1 2 1 -2 
567 2 -2 1 2 2 -5 1 -2 1 2 2 -2 1 -4 2 -2 
568 1 -5 1 2 2 0 1 -2 1 4 2 -4 1 -4 2 4 
569 1 4 1 2 2 0 1 2 2 -2 1 2 1 -3 2 2 
570 1 0 2 2 1 2 1 -2 2 -2 1 0 1 0 2 6 
571 1 -2 2 4 1 -4 1 -2 2 -5 1 -4 2 -2 1 6 
572 1 2 2 0 1 -5 2 -2 1 -2 1 4 2 0 1 2 
573 1 -6 2 -1 1 -4 2 2 1 -2 1 -5 2 7 1 0 
574 2 2 1 0 1 2 2 4 1 0 1 -7 2 0 1 -2 
575 2 0 1 -1 1 -4 2 0 1 0 2 4 1 -5 1 3 
576 2 6 1 0 2 0 1 2 1 0 2 4 1 5 1 0 
577 2 2 1 -2 2 2 1 2 1 2 2 0 1 7 2 0 
578 1 0 1 -5 2 0 1 -5 2 -2 1 2 1 0 2 2 
579 1 -2 1 0 2 -5 1 -2 2 -8 1 -2 1 2 2 -2 
580 1 2 2 -5 1 0 1 2 2 5 1 -5 2 0 1 0 
581 1 0 2 -3 1 -2 1 -1 2 -2 1 2 2 0 1 0 
582 1 0 2 -5 1 -5 2 2 1 2 1 -2 2 -3 1 5 
583 2 2 1 0 1 0 2 5 1 2 1 2 2 0 1 0 
584 2 0 1 2 1 3 2 10 1 4 2 5 1 8 1 -3 
585 2 0 1 5 2 2 1 3 1 2 2 0 1 3 1 5 
586 2 2 1 -10 2 5 1 0 1 2 2 5 1 -5 2 5 
587 1 5 1 3 2 -3 1 3 2 0 1 2 1 -2 2 5 
588 1 0 1 2 2 3 1 3 2 -3 1 -5 1 -6 2 0 
589 1 -2 2 0 1 5 1 -3 2 -2 1 0 2 -6 1 -5 
590 1 2 2 -2 1 -3 1 3 2 -9 1 3 2 -3 1 8 
591 1 0 2 -2 1 -6 1543 1991 300 MP stroke
592 2 3 1 2 1 -2 2 -1 1 3 2 0 1 -3 1 3 
593 2 -6 1 0 1 -5 2 11 1 2 2 -11 1 -5 1 2 
594 2 -5 1 2 2 -3 1 -2 1 -6 2 -3 1 -3 2 5 
595 1 3 1 9 2 -3 1 8 1 3 2 -6 1 -3 2 -3 
596 1 -3 1 -3 2 0 1 -3 2 -12 1 -3 1 3 2 0 
597 1 6 2 -9 1 -3 1 5 2 -3 1 9 1 6 2 0 
598 1 -1 2 0 1 9 1 0 2 0 1 -3 2 6 1 -1 
599 1 -12 2 -3 1 -3 2 -3 1 -3 1 -6 2 -3 1 -1 
600 1 3 2 6 1 3 2 6 1 -3 1 3 2 9 1 -4 
601 2 6 1 7 1 2 2 -9 1 -3 2 0 1 9 1 -3 
602 2 0 1 0 1 -4 2 6 1 -3 2 0 1 3 1 3 
603 2 -6 1 -7 2 -6 1 0 1 -1 2 10 1 -3 2 -1 
604 1 -3 1 3 2 0 1 3 1 6 2 7 1 0 2 -7 
605 1 -3 1 3 2 0 1 -4 2 7 1 3 1 10 2 3 
606 1 3 1 7 2 -10 1 10 2 6 1 0 1 3 2 4 
607 1 0 2 0 1 0 1 -7 2 0 1 0 2 -4 1 0 
608 1 -10 2 -7 1 10 1 -7 2 3 1 0 2 -3 1 -4 
609 1 0 2 4 1 -8 2 -3 1 0 1 -4 2 -4 1 0 
610 2 11 1 0 1 -15 2 0 1 0 1 0 2 0 1 -8 
611 2 -3 1 3 1 3 2 11 1 -7 2 -4 1 7 1 0 
612 2 0 1 3 2 4 1 7 1 0 2 4 1 -8 1 -7 
613 2 -4 1 -4 2 3 1 4 1 0 2 -12 1 4 2 -8 
614 1 -4 1 -8 2 -4 1 4 2 0 1 3 1 0 2 -8 
615 1 -8 1 -8 2 8 1 -1 2 8 1 4 1 7 2 0 
616 1 -8 2 -4 1 -8 1 -9 2 0 1 -8 2 11 1 12 
617 1 4 2 12 1 4 1 4 2 12 1 4 2 -5 1 -4 
618 1 12 2 0 1 0 2 4 1 8 1 0 2 -8 1 -1 
619 2 0 1 -4 1 -9 2 0 1 0 1 0 2 0 1 0 
620 2 -5 1 -4 1 12 2 4 1 5 2 4 1 0 1 8 
621 2 9 1 0 2 -5 1 -4 1 13 2 -9 1 4 1 0 
622 2 9 1 9 2 0 1 0 1 18 2 9 1 0 2 0 
623 1 0 1 9 2 -4 1 4 2 5 1 5 1 -14 2 -19 
624 1 5 1 0 2 9 1 -9 2 9 1 19 1 -18 2 9 
625 1 5 2 -10 1 0 1 -9 2 0 1 -5 2 15 1 9 
626 1 5 2 -4 1 0 1 -10 2 0 1 10 2 20 1 0 
627 1 5 2 -15 1 5 2 1 1 10 1 0 2 -5 1 16 
628 2 -5 1 10 1 6 2 10 1 -10 1 0 2 1 1 5 
629 2 11 1 5 1 -10 1128 1860 300 MP stroke
630 2 16 1 6 2 0 1 12 1 5 2 -16 1 -15 2 -6 
631 1 -5 1 -22 2 6 1 6 1 11 2 -16 1 0 2 -11 
632 1 -5 1 5 2 12 1 6 2 -11 1 0 1 0 2 6 
633 1 -5 2 0 1 0 1 6 2 0 1 1 1 -6 2 -6 
634 1 1 2 0 1 12 1 -12 2 0 1 -11 2 -12 1 -6 
635 1 -6 2 6 1 6 2 -12 1 -19 1 6 2 19 1 7 
636 1 6 2 -6 1 -6 2 6 1 1 1 -13 2 13 1 -13 
637 2 7 1 0 1 -7 2 -6 1 -20 1 0 2 0 1 13 
638 2 7 1 -6 1 0 2 6 1 -6 2 0 1 0 1 0 
639 2 -7 1 0 2 0 1 7 1 21 2 -7 1 1 1 -22 
640 2 22 1 14 2 15 1 15 1 -14 2 0 1 -7 2 0 
641 1 -7 1 -7 2 7 1 8 2 0 1 -7 1 -15 2 -16 
642 1 1 1 15 2 -8 1 1 2 -8 1 -8 1 -16 2 8 
643 1 8 2 0 1 -8 1 -8 2 -8 1 16 2 0 1 17 
644 1 0 2 -9 1 -8 1 0 2 -9 1 -8 2 0 1 0 
645 1 -18 2 17 1 -9 2 -9 1 36 1 18 2 -18 1 -18 
646 2 -28 1 0 1 0 2 -10 1 -19 1 0 2 9 1 -10 
647 2 9 1 -10 1 0 2 -20 1 -1 2 0 1 -11 1 -30 
648 2 19 1 9 2 -21 1 -11 1 -21 2 -32 1 -12 1 -1 
649 2 -2 1 -33 2 -33 1 8 1 -12 2 9 1 20 2 42 
650 1 10 1 -12 2 9 1 22 2 10 1 -36 1 22 2 -36 
651 1 -2 1 -25 2 -2 1 -50 2 -26 1 9 1 -14 2 10 
652 1 -15 2 -15 1 35 1 10 2 -15 1 -3 2 24 1 -29 
653 1 -16 2 -2 1 10 1 -16 2 -3 1 11 2 25 1 25 
654 1 12 2 11 1 -45 2 -3 1 12 1 -18 2 -3 1 -33 
655 2 58 1 12 1 44 2 29 1 -18 1 -18 2 62 1 14 
656 2 31 1 -18 1 -18 2 -2 1 -2 2 15 1 16 1 -2 
657 2 -20 1 -20 2 16 1 -20 1 -2 2 -3 1 -2 1 -22 
658 2 17 1 57 2 -62 1 -3 1 -24 2 18 1 -3 2 -3 
659 1 62 1 20 2 -2 1 42 2 -24 1 21 1 -25 2 -26 
660 1 -2 1 22 2 -2 1 23 2 23 1 77 1 -27 2 -28 
661 1 -29 2 54 1 -57 1 26 2 -30 1 27 2 60 1 -1 
662 1 -1 2 -65 1 64 1 -34 2 135 1 72 2 -69 1 -71 
663 1 0 2 76 1 2 2 82 1 -37 1 -81 2 45 1 -87 
664 2 0 1 0 1 48 2 52 1 -49 1 55 2 4 1 -110 
665 2 235 1 -113 1 68 2 -124 1 -134 2 -75 1 143 1 78 
666 2 4 1 177 2 106 1 22 1 24 2 27 1 -86 1 27 
667 2 169 1 50 2 -269 712 1616 300 MP stroke
668 1 36 1 -160 2 265 1 78 2 -548 1 411 1 137 2 -1370 
669 1 822 700 1945 10 MP stroke
670 gr
671
672 c8
673
674 end %%Color Dict
675
676 eplot
677 %%EndObject
678
679 epage
680 end
681
682 showpage
683
684 %%Trailer
685 %%EOF