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

Private GIT Repository
change .bib
[these_qian.git] / images / balance_newci_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_newci_xi.eps
4 %%CreationDate: 06/24/2011  15:41:58
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 -3 2 1 1 0 1 0 2 0 1 0 2 1 
289 1 -1 1 1 2 -1 1 -1 2 0 1 -1 1 3 2 0 
290 1 0 1 1 2 1 1 0 2 0 1 -1 1 0 2 0 
291 1 -1 2 1 1 0 1 -1 2 0 1 0 2 0 1 1 
292 1 -1 2 1 1 2 1 -1 2 0 1 1 2 -1 1 -1 
293 1 0 2 0 1 0 2 -1 1 -2 1 0 2 0 1 0 
294 2 0 1 0 1 0 2 -1 1 0 1 1 2 -1 1 -1 
295 2 0 1 1 1 -1 2 0 1 -1 2 0 1 0 1 1 
296 2 1 1 -1 2 0 1 0 1 1 2 1 1 0 1 1 
297 2 2 1 -1 2 0 1 0 1 -2 2 0 1 -1 2 -1 
298 1 -1 1 -1 2 -1 1 0 2 -1 1 0 1 1 2 -1 
299 1 0 1 0 2 0 1 1 2 -1 1 1 1 0 2 0 
300 1 -1 2 0 1 -1 1 -1 2 -1 1 -1 2 0 1 -1 
301 1 0 2 -2 1 0 1 0 2 -1 1 0 2 1 1 1 
302 1 -1 2 -1 1 0 2 -2 1 1 1 0 2 -1 1 1 
303 2 1 1 0 1 1 2 0 1 1 1 -1 2 0 1 -1 
304 2 1 1 0 1 -1 2 1 1 0 2 -1 1 1 1 -1 
305 2 0 1 0 2 0 1 0 1 -1 2 -2 1 0 1 -1 
306 2 1 1 0 2 0 1 1 1 -1 2 0 1 1 2 -1 
307 1 1 1 0 2 0 1 -1 2 0 1 -1 1 -1 2 -1 
308 1 2 1 -1 2 0 1 -1 2 0 1 -1 1 -1 2 -1 
309 1 0 2 1 1 0 1 -1 2 1 1 -1 2 0 1 -1 
310 1 1 2 0 1 0 1 0 2 0 1 1 2 -1 1 0 
311 1 -1 2 0 1 0 2 0 1 0 1 0 2 2 1 0 
312 2 1 1 1 1 -1 2 -1 1 -1 1 -1 2 0 1 0 
313 2 -1 1 -1 1 0 2 0 1 0 2 -1 1 2 1 0 
314 2 1 1 -1 2 0 1 0 1 0 2 0 1 2 1 -2 
315 2 1 1 0 2 -2 1 -1 1 -1 2 0 1 -1 2 0 
316 1 0 1 0 2 0 1 -2 2 1 1 0 1 0 2 0 
317 1 -2 1 1 2 -1 1 1 2 1 1 2 1 -2 2 0 
318 1 1 2 -1 1 0 1 1 2 0 1 0 2 0 1 -1 
319 1 0 2 -1 1 0 1 -2 2 0 1 0 2 0 1 0 
320 1 0 2 0 1 0 2 -1 1 -1 1 0 2 -1 1 0 
321 1 1 2 -1 1 1 2 -1 1 1 1 0 2 0 1 1 
322 2 -1 1 0 1 1 2 0 1 0 2 0 1 -1 1 2 
323 2 0 1 0 1 1 2 -1 1 1 2 -2 1 0 1 0 
324 2 0 1 0 2 0 1 0 1 1 2 1 1 -1 2 -1 
325 1 2 1 -2 2 -2 4449 1977 300 MP stroke
326 1 2 1 1 2 0 1 0 2 0 1 0 1 1 2 -1 
327 1 0 2 -2 1 1 1 1 2 0 1 0 2 -1 1 1 
328 1 0 2 0 1 0 1 0 2 2 1 1 2 0 1 1 
329 1 0 2 0 1 -1 2 -2 1 0 1 0 2 -1 1 0 
330 2 -1 1 -2 1 0 2 -2 1 -1 1 0 2 0 1 1 
331 2 -1 1 -1 1 1 2 0 1 0 2 1 1 -1 1 0 
332 2 -2 1 1 2 -1 1 1 1 1 2 0 1 1 1 -2 
333 2 1 1 0 2 1 1 2 1 -1 2 0 1 1 2 0 
334 1 0 1 1 2 -1 1 0 2 -1 1 1 1 -1 2 -1 
335 1 1 1 -1 2 1 1 2 2 0 1 -2 1 0 2 -1 
336 1 -1 2 0 1 1 1 -1 2 1 1 1 2 -2 1 2 
337 1 -2 2 0 1 0 1 -1 2 -1 1 0 2 -1 1 -2 
338 1 0 2 0 1 1 2 0 1 0 1 2 2 0 1 2 
339 2 -2 1 2 1 0 2 0 1 1 1 0 2 0 1 0 
340 2 0 1 1 1 -1 2 0 1 2 2 0 1 0 1 0 
341 2 -2 1 -2 2 0 1 -2 1 0 2 -1 1 -1 1 0 
342 2 0 1 0 2 -2 1 1 1 1 2 1 1 2 2 1 
343 1 1 1 0 2 1 1 1 2 1 1 1 1 -2 2 0 
344 1 1 1 -1 2 0 1 0 2 -1 1 2 1 0 2 -2 
345 1 0 2 0 1 0 1 0 2 2 1 -2 2 1 1 -1 
346 1 0 2 0 1 -1 1 2 2 1 1 0 2 2 1 -2 
347 1 0 2 1 1 -1 2 -1 1 0 1 1 2 1 1 0 
348 2 -3 1 1 1 1 2 -1 1 1 1 0 2 0 1 1 
349 2 3 1 -1 1 -1 2 1 1 1 2 0 1 0 1 0 
350 2 0 1 0 2 0 1 -1 1 1 2 -2 1 1 1 1 
351 2 0 1 0 2 2 1 -2 1 0 2 -1 1 0 2 1 
352 1 0 1 0 2 1 1 -1 1 2 2 -1 1 0 2 -1 
353 1 0 1 2 2 1 1 -1 2 1 1 0 1 -1 2 0 
354 1 -1 2 1 1 -1 1 -1 2 -1 1 2 1 -1 2 0 
355 1 1 2 1 1 0 1 0 2 1 1 0 2 0 1 2 
356 1 0 2 1 1 0 2 0 1 -1 1 2 2 -1 1 1 
357 1 1 2 -1 1 1 2 -1 1 1 1 1 2 -1 1 0 
358 2 0 1 0 1 3 2 0 1 2 2 0 1 1 1 -2 
359 2 0 1 1 1 0 2 1 1 -1 2 0 1 0 1 1 
360 2 0 1 2 2 2 1 0 1 1 2 0 1 -3 2 -2 
361 1 0 1 0 2 -1 1 1 1 -2 2 2 1 -2 2 0 
362 1 1 1 -3 2 0 1 0 2 0 1 1 1 1 2 -2 
363 1 0 2 1 1 3 4034 1959 300 MP stroke
364 1 -2 2 0 1 -2 1 -1 2 0 1 -1 2 -1 1 1 
365 1 -1 2 0 1 2 2 0 1 -1 1 0 2 1 1 2 
366 2 -1 1 -1 1 1 2 1 1 0 1 0 2 0 1 3 
367 2 2 1 0 1 0 2 -1 1 1 2 0 1 1 1 1 
368 2 0 1 0 2 2 1 1 1 1 2 1 1 -1 1 -1 
369 2 2 1 2 2 0 1 0 1 2 2 -2 1 -2 2 -1 
370 1 1 1 1 2 -2 1 1 2 1 1 0 1 0 2 0 
371 1 0 1 1 2 3 1 0 2 -2 1 0 1 1 2 0 
372 1 0 2 0 1 0 1 0 2 -1 1 -1 2 -1 1 0 
373 1 0 2 -1 1 0 1 -1 2 1 1 0 2 0 1 -2 
374 1 -1 2 2 1 -3 2 -1 1 1 1 -1 2 -1 1 0 
375 2 0 1 0 1 0 2 1 1 1 1 0 2 0 1 1 
376 2 -1 1 0 1 0 2 -1 1 1 2 -1 1 0 1 -1 
377 2 -1 1 0 2 -2 1 0 1 0 2 0 1 2 1 -2 
378 2 -1 1 0 2 -2 1 -1 1 -1 2 0 1 1 2 -2 
379 1 -1 1 -1 2 0 1 0 2 0 1 3 1 0 2 0 
380 1 1 1 0 2 -2 1 -2 2 0 1 -2 1 0 2 0 
381 1 -1 2 -1 1 2 1 1 2 0 1 0 2 2 1 -2 
382 1 0 2 0 1 0 1 0 2 1 1 -1 2 -1 1 1 
383 1 1 2 -1 1 0 2 0 1 1 1 -1 2 1 1 0 
384 1 -1 2 0 1 -2 2 1 1 -2 1 0 2 1 1 -1 
385 2 2 1 1 1 -1 2 -1 1 1 2 0 1 -2 1 1 
386 2 0 1 4 1 -2 2 0 1 0 2 -1 1 -1 1 -2 
387 2 0 1 0 2 -2 1 1 1 -1 2 -1 1 -1 2 -2 
388 1 0 1 0 2 -1 1 0 1 1 2 1 1 1 2 0 
389 1 0 1 0 2 3 1 1 2 -1 1 0 1 -1 2 1 
390 1 0 2 -3 1 0 1 2 2 0 1 1 1 -4 2 1 
391 1 1 2 1 1 0 1 0 2 2 1 -2 2 1 1 1 
392 1 -2 2 0 1 1 2 0 1 0 1 0 2 0 1 1 
393 1 2 2 2 1 -2 2 0 1 1 1 0 2 0 1 -2 
394 2 -1 1 0 1 3 2 -1 1 0 2 -1 1 -1 1 0 
395 2 1 1 0 1 0 2 0 1 0 2 0 1 1 1 1 
396 2 1 1 0 2 2 1 0 1 0 2 2 1 -3 2 0 
397 1 0 1 0 2 -2 1 1 1 -2 2 2 1 -2 2 1 
398 1 2 1 3 2 -1 1 0 2 3 1 3 1 -1 2 0 
399 1 -1 2 0 1 0 1 0 2 -1 1 -2 1 1 2 2 
400 1 1 2 -1 1 0 1 0 2 0 1 0 2 0 1 0 
401 1 1 2 -1 1 3 3619 1958 300 MP stroke
402 2 0 1 0 1 0 2 3 1 0 1 1 2 0 1 3 
403 2 1 1 -1 1 0 2 -1 1 1 2 1 1 0 1 1 
404 2 -2 1 2 2 -2 1 0 1 0 2 0 1 3 1 0 
405 2 -2 1 -1 2 1 1 2 1 -2 2 1 1 3 2 2 
406 1 -2 1 -1 2 3 1 1 2 1 1 1 1 1 2 1 
407 1 2 1 -1 2 2 1 -2 2 -2 1 1 1 1 2 1 
408 1 -2 2 -1 1 0 1 1 2 0 1 1 2 1 1 1 
409 1 -2 2 0 1 0 1 -1 2 2 1 2 2 0 1 -2 
410 1 -2 2 0 1 1 2 0 1 -1 1 -1 2 1 1 -2 
411 2 -1 1 2 1 1 2 -2 1 -1 1 1 2 1 1 -1 
412 2 0 1 3 1 2 2 2 1 0 2 -1 1 -2 1 0 
413 2 0 1 0 2 0 1 0 1 -1 2 -3 1 -1 1 0 
414 2 0 1 0 2 2 1 0 1 1 2 -2 1 0 2 1 
415 1 -1 1 1 2 -1 1 -2 1 0 2 2 1 1 2 1 
416 1 -1 1 1 2 -2 1 2 2 1 1 0 1 0 2 -2 
417 1 1 2 0 1 1 1 0 2 2 1 1 1 0 2 -1 
418 1 -1 2 0 1 0 1 0 2 -2 1 0 2 0 1 1 
419 1 -2 2 -2 1 2 2 1 1 2 1 -1 2 0 1 1 
420 1 -1 2 1 1 -3 2 0 1 2 1 0 2 1 1 0 
421 2 3 1 -1 1 0 2 1 1 2 2 -2 1 1 1 -2 
422 2 -2 1 1 1 0 2 0 1 1 2 2 1 1 1 2 
423 2 -1 1 1 2 0 1 3 1 2 2 4 1 -3 2 0 
424 1 1 1 3 2 1 1 0 1 -2 2 0 1 2 2 -1 
425 1 1 1 0 2 1 1 0 2 -2 1 -2 1 1 2 -1 
426 1 2 2 0 1 0 1 -3 2 1 1 1 1 -1 2 -1 
427 1 0 2 0 1 0 1 1 2 -4 1 1 2 0 1 -1 
428 1 3 2 1 1 1 2 -2 1 1 1 0 2 -1 1 -1 
429 1 0 2 0 1 2 2 1 1 0 1 0 2 -3 1 -1 
430 2 -2 1 1 1 -1 2 0 1 0 2 0 1 -2 1 -2 
431 2 1 1 0 1 -2 2 -1 1 -2 2 1 1 -2 1 0 
432 2 -1 1 0 2 0 1 -2 1 -1 2 0 1 -1 2 0 
433 1 -2 1 0 2 -1 1 0 1 3 2 0 1 0 2 -2 
434 1 1 1 0 2 1 1 3 2 1 1 3 1 0 2 -1 
435 1 -3 2 0 1 -2 1 2 2 3 1 -1 1 -1 2 -1 
436 1 0 2 2 1 0 1 0 2 -1 1 0 2 -2 1 -2 
437 1 2 2 0 1 0 2 -2 1 -1 1 1 2 1 1 1 
438 1 -1 2 0 1 -1 2 1 1 0 1 -1 2 -2 1 1 
439 2 0 1 1 1 -2 3204 1943 300 MP stroke
440 2 0 1 -2 2 -3 1 0 1 0 2 0 1 5 1 -1 
441 2 2 1 -1 2 1 1 3 1 0 2 0 1 2 2 -1 
442 1 3 1 -2 2 2 1 3 2 -1 1 0 1 -1 2 -3 
443 1 1 1 0 2 -1 1 -1 2 -1 1 0 1 0 2 0 
444 1 -1 2 1 1 0 1 1 2 0 1 1 2 -1 1 1 
445 1 1 2 1 1 1 1 3 2 -1 1 0 2 -1 1 0 
446 1 1 2 2 1 0 2 1 1 0 1 0 2 3 1 -2 
447 1 4 2 0 1 2 2 2 1 0 1 1 2 0 1 0 
448 2 0 1 0 1 0 2 1 1 -1 2 -2 1 -1 1 1 
449 2 1 1 -3 1 3 2 0 1 0 2 0 1 -1 1 0 
450 2 -4 1 1 2 -2 1 -1 1 1 2 -2 1 0 2 1 
451 1 -1 1 -1 2 -1 1 -1 1 -2 2 -1 1 -2 2 0 
452 1 1 1 0 2 -2 1 0 2 0 1 0 1 1 2 -2 
453 1 0 2 3 1 0 1 2 2 1 1 0 1 3 2 -3 
454 1 -3 2 3 1 1 1 -1 2 2 1 0 2 0 1 -1 
455 1 -1 2 1 1 2 2 -1 1 2 1 1 2 -2 1 -1 
456 1 0 2 -3 1 1 2 1 1 -1 1 0 2 1 1 0 
457 2 -1 1 0 1 0 2 2 1 0 2 -1 1 -1 1 2 
458 2 1 1 -3 1 -1 2 2 1 -2 2 0 1 -1 1 1 
459 2 0 1 -2 2 1 1 -1 1 -1 2 -2 1 -4 2 1 
460 1 2 1 1 2 0 1 -4 1 1 2 1 1 1 2 0 
461 1 -2 1 1 2 2 1 0 2 -1 1 1 1 -2 2 3 
462 1 3 2 3 1 1 1 0 2 0 1 1 1 -2 2 1 
463 1 2 2 1 1 -2 1 0 2 -2 1 1 2 2 1 2 
464 1 0 2 -1 1 1 2 1 1 0 1 -2 2 2 1 -3 
465 1 -2 2 0 1 -1 2 0 1 0 1 -1 2 1 1 0 
466 2 0 1 1 1 2 2 0 1 1 2 0 1 -2 1 0 
467 2 2 1 1 1 0 2 -3 1 -4 2 0 1 -2 1 0 
468 2 -1 1 0 2 1 1 1 1 3 2 -1 1 0 2 -3 
469 1 -2 1 -2 2 2 1 -2 1 0 2 0 1 0 2 1 
470 1 1 1 -1 2 0 1 -1 2 -2 1 -2 1 -2 2 1 
471 1 -2 2 -3 1 1 1 -2 2 0 1 1 1 -1 2 0 
472 1 -1 2 -1 1 0 1 1 2 1 1 0 2 1 1 0 
473 1 -1 2 -1 1 0 2 1 1 2 1 1 2 -1 1 1 
474 1 0 2 -3 1 -1 2 -2 1 2 1 2 2 2 1 1 
475 2 1 1 -2 1 1 2 0 1 1 2 -3 1 -2 1 -3 
476 2 -2 1 -1 1 2 2 -1 1 -3 2 -1 1 1 1 -2 
477 2 -2 1 -2 2 0 2788 1964 300 MP stroke
478 1 -1 1 0 2 -4 1 2 1 2 2 1 1 4 2 2 
479 1 -2 1 -3 2 -1 1 1 2 0 1 0 1 3 2 2 
480 1 -1 2 0 1 -1 1 -2 2 1 1 2 1 1 2 1 
481 1 0 2 1 1 1 1 0 2 -2 1 0 2 2 1 1 
482 1 3 2 -4 1 -1 2 -4 1 0 1 -1 2 3 1 0 
483 1 0 2 0 1 0 2 0 1 1 1 0 2 0 1 3 
484 2 0 1 1 1 2 2 3 1 2 2 1 1 0 1 0 
485 2 -1 1 -2 1 -2 2 4 1 2 2 -1 1 -3 1 0 
486 2 0 1 -3 2 1 1 -4 1 0 2 -2 1 -3 2 -2 
487 1 5 1 0 2 -3 1 1 1 -1 2 1 1 4 2 1 
488 1 0 1 2 2 -1 1 -1 2 -1 1 3 1 0 2 3 
489 1 -3 2 1 1 -1 1 0 2 0 1 -2 1 3 2 3 
490 1 2 2 0 1 1 1 0 2 3 1 1 2 0 1 -3 
491 1 -2 2 0 1 2 2 0 1 3 1 0 2 3 1 -1 
492 1 0 2 -1 1 2 2 -2 1 -1 1 1 2 -1 1 -5 
493 2 -4 1 4 1 -2 2 -3 1 0 2 0 1 1 1 0 
494 2 2 1 1 1 1 2 1 1 -1 2 1 1 3 1 3 
495 2 -3 1 -2 2 -1 1 -2 1 0 2 0 1 0 2 0 
496 1 -3 1 4 2 0 1 1 1 -3 2 2 1 4 2 2 
497 1 1 1 2 2 -3 1 0 2 0 1 1 1 2 2 3 
498 1 -2 2 -3 1 0 1 -1 2 0 1 -2 1 -3 2 0 
499 1 -1 2 -2 1 -2 1 2 2 1 1 0 2 2 1 1 
500 1 0 2 3 1 1 2 0 1 3 1 -2 2 -3 1 0 
501 1 1 2 1 1 -2 2 0 1 2 1 0 2 -1 1 0 
502 2 0 1 -1 1 -3 2 -2 1 0 2 0 1 -3 1 1 
503 2 2 1 -3 1 -4 2 0 1 2 2 0 1 -2 1 2 
504 2 0 1 2 2 0 1 0 1 3 2 0 1 5 2 1 
505 1 1 1 -1 2 -2 1 1 1 4 2 1 1 1 2 4 
506 1 0 1 -1 2 -3 1 2 2 -4 1 1 1 -1 2 -2 
507 1 2 2 -3 1 -2 1 1 2 2 1 6 1 1 2 -1 
508 1 2 2 0 1 2 1 0 2 1 1 3 2 -2 1 -1 
509 1 0 2 -4 1 -3 2 -2 1 0 1 -1 2 1 1 0 
510 1 3 2 1 1 1 2 0 1 0 1 -1 2 -3 1 0 
511 2 0 1 -4 1 -1 2 1 1 2 1 1 2 0 1 -3 
512 2 -2 1 1 1 0 2 0 1 3 2 1 1 -1 1 1 
513 2 0 1 -1 2 -2 1 2 1 0 2 -2 1 3 1 -1 
514 2 2 1 -1 2 -3 1 -4 1 -1 2 3 1 0 2 0 
515 1 1 1 0 2 -1 2373 1942 300 MP stroke
516 1 2 2 0 1 -2 1 2 2 3 1 2 1 2 2 2 
517 1 0 2 2 1 -1 1 2 2 1 1 4 2 -1 1 2 
518 1 -1 2 -4 1 -3 2 2 1 -5 1 0 2 2 1 3 
519 1 1 2 0 1 0 2 2 1 -5 1 -1 2 0 1 -1 
520 2 4 1 0 1 3 2 0 1 -2 2 0 1 3 1 -5 
521 2 -3 1 3 1 -2 2 2 1 2 2 -1 1 0 1 0 
522 2 1 1 5 2 1 1 2 1 3 2 4 1 -3 2 3 
523 1 3 1 1 2 0 1 0 1 0 2 6 1 -1 2 1 
524 1 0 1 2 2 0 1 -2 2 -3 1 1 1 1 2 -3 
525 1 -3 2 0 1 2 1 4 2 2 1 4 1 4 2 -1 
526 1 -1 2 1 1 0 1 0 2 -3 1 2 2 6 1 4 
527 1 2 2 3 1 -3 2 0 1 -1 1 0 2 -3 1 0 
528 1 -2 2 -3 1 2 2 1 1 -2 1 0 2 0 1 1 
529 2 0 1 -1 1 -3 2 3 1 -2 2 2 1 3 1 2 
530 2 4 1 0 1 0 2 3 1 -3 2 -1 1 -5 1 2 
531 2 2 1 1 2 -1 1 0 1 -3 2 -2 1 -1 2 3 
532 1 2 1 0 2 -2 1 3 1 -1 2 1 1 2 2 2 
533 1 1 1 0 2 -3 1 -1 2 0 1 3 1 3 2 0 
534 1 2 2 0 1 1 1 7 2 0 1 1 1 -1 2 0 
535 1 3 2 0 1 -4 1 0 2 4 1 -3 2 0 1 -1 
536 1 -2 2 -1 1 2 2 -2 1 -1 1 0 2 0 1 0 
537 1 -3 2 0 1 -2 2 -4 1 -2 1 -1 2 -4 1 0 
538 2 0 1 -1 1 -3 2 3 1 -1 2 0 1 -2 1 0 
539 2 3 1 -1 1 -2 2 2 1 0 2 2 1 1 1 -5 
540 2 -1 1 -3 2 -3 1 0 1 -2 2 0 1 3 2 7 
541 1 2 1 -2 2 2 1 -2 1 5 2 -3 1 0 2 0 
542 1 -2 1 0 2 2 1 -3 2 -2 1 -1 1 -4 2 -3 
543 1 -3 1 0 2 -2 1 2 2 -2 1 -1 1 1 2 0 
544 1 4 2 0 1 0 1 -3 2 -2 1 -2 2 -1 1 5 
545 1 2 2 -2 1 3 1 -1 2 6 1 6 2 -2 1 0 
546 1 2 2 2 1 5 2 0 1 0 1 0 2 0 1 3 
547 2 2 1 4 1 2 2 0 1 1 1 2 2 2 1 0 
548 2 -3 1 -7 1 -4 2 2 1 4 2 0 1 -2 1 -5 
549 2 -5 1 -2 2 4 1 0 1 -2 2 0 1 6 1 -4 
550 2 -5 1 0 2 2 1 -2 1 2 2 0 1 0 2 2 
551 1 2 1 3 2 -1 1 -2 2 3 1 4 1 0 2 -3 
552 1 -4 1 -3 2 0 1 -4 2 -2 1 -1 1 -2 2 -5 
553 1 3 2 2 1 0 1958 1898 300 MP stroke
554 1 0 2 -3 1 3 2 -1 1 -2 1 2 2 0 1 0 
555 1 -4 2 4 1 2 2 0 1 2 1 5 2 -2 1 2 
556 2 -3 1 -2 1 0 2 4 1 -4 2 -2 1 6 1 4 
557 2 -4 1 0 1 2 2 4 1 0 2 2 1 0 1 0 
558 2 -6 1 2 2 0 1 -1 1 -2 2 -6 1 -4 2 -3 
559 1 -4 1 -2 2 -4 1 0 1 -1 2 0 1 -6 2 -4 
560 1 -2 1 -2 2 2 1 2 2 2 1 2 1 0 2 4 
561 1 4 2 -2 1 -6 1 -2 2 -2 1 6 1 -4 2 2 
562 1 4 2 0 1 4 1 4 2 -2 1 -2 2 -4 1 2 
563 1 1 2 0 1 -2 2 0 1 4 1 4 2 4 1 2 
564 1 -2 2 0 1 -2 2 0 1 0 1 0 2 -2 1 2 
565 2 0 1 6 1 -6 2 6 1 2 2 3 1 2 1 -4 
566 2 0 1 0 1 -4 2 -4 1 -4 2 0 1 2 1 0 
567 2 0 1 2 2 4 1 2 1 2 2 7 1 -4 2 2 
568 1 -4 1 -2 2 2 1 0 1 0 2 -8 1 6 2 -2 
569 1 0 1 -4 2 -2 1 2 2 0 1 2 1 0 2 -2 
570 1 -4 2 2 1 -2 1 2 2 -4 1 2 1 -6 2 2 
571 1 2 2 2 1 3 1 -2 2 -3 1 -2 2 3 1 2 
572 1 -2 2 0 1 -5 2 5 1 -4 1 -7 2 -6 1 -3 
573 1 -2 2 -2 1 2 2 -2 1 -2 1 -2 2 -2 1 2 
574 2 4 1 9 1 0 2 -2 1 0 1 4 2 0 1 -2 
575 2 0 1 -2 1 -7 2 0 1 -4 2 4 1 3 1 0 
576 2 -5 1 -4 2 2 1 0 1 5 2 4 1 -2 1 0 
577 2 2 1 3 2 4 1 0 1 0 2 3 1 -10 2 3 
578 1 -9 1 -5 2 2 1 -2 2 2 1 -7 1 -4 2 0 
579 1 2 1 -5 2 3 1 2 2 -5 1 -4 1 4 2 0 
580 1 7 2 -2 1 5 1 -7 2 -5 1 -7 2 -3 1 3 
581 1 2 2 -2 1 -3 1 5 2 -5 1 7 2 -2 1 -2 
582 1 -3 2 -10 1 -4 2 -3 1 -7 1 -3 2 5 1 0 
583 2 0 1 -3 1 -7 2 -2 1 -1 1 5 2 0 1 -5 
584 2 0 1 8 1 2 2 -3 1 -10 2 5 1 3 1 5 
585 2 0 1 -8 2 7 1 -2 1 2 2 0 1 8 1 0 
586 2 2 1 0 2 -3 1 0 1 0 2 0 1 0 2 -2 
587 1 2 1 0 2 5 1 0 2 -5 1 0 1 2 2 -5 
588 1 3 1 0 2 5 1 -3 2 5 1 -2 1 5 2 0 
589 1 -3 2 -3 1 3 1 -5 2 -6 1 -5 2 3 1 -6 
590 1 -8 2 5 1 3 1 -5 2 7 1 0 2 3 1 -5 
591 1 -9 2 0 1 6 1543 1996 300 MP stroke
592 2 -3 1 2 1 6 2 0 1 0 2 2 1 -2 1 5 
593 2 -3 1 3 1 -6 2 0 1 6 2 -1 1 12 1 -1 
594 2 3 1 0 2 -5 1 5 1 -6 2 0 1 0 2 -3 
595 1 3 1 9 2 -12 1 6 1 5 2 0 1 -5 2 -3 
596 1 -3 1 8 2 -3 1 -2 2 -3 1 5 1 -3 2 -8 
597 1 5 2 -3 1 6 1 0 2 6 1 6 1 8 2 6 
598 1 6 2 -3 1 3 1 -9 2 -9 1 -6 2 6 1 6 
599 1 -6 2 -9 1 -3 2 -6 1 6 1 0 2 0 1 -3 
600 1 -3 2 0 1 -7 2 3 1 -3 1 12 2 -6 1 -9 
601 2 -3 1 0 1 9 2 -3 1 -4 2 3 1 0 1 -6 
602 2 3 1 0 1 0 2 0 1 9 2 -3 1 -10 1 -6 
603 2 3 1 -3 2 0 1 -4 1 3 2 -3 1 -3 2 -7 
604 1 3 1 3 2 7 1 0 1 -1 2 0 1 3 2 0 
605 1 -3 1 0 2 3 1 6 2 0 1 13 1 7 2 -3 
606 1 -4 1 3 2 0 1 -6 2 -4 1 0 1 -3 2 -4 
607 1 -3 2 -4 1 0 1 0 2 -4 1 4 2 -1 1 -3 
608 1 3 2 4 1 -7 1 -4 2 0 1 3 2 3 1 0 
609 1 0 2 -7 1 3 2 4 1 -4 1 -4 2 -3 1 -4 
610 2 0 1 -11 1 11 2 -8 1 0 1 -7 2 -11 1 7 
611 2 -4 1 0 1 -4 2 0 1 3 2 -4 1 -7 1 -1 
612 2 0 1 7 2 4 1 7 1 11 2 -1 1 -7 1 7 
613 2 0 1 -4 2 0 1 7 1 7 2 8 1 -8 2 8 
614 1 -8 1 -4 2 3 1 8 2 0 1 0 1 -4 2 -5 
615 1 -7 1 -1 2 -12 1 12 2 -8 1 7 1 -8 2 4 
616 1 12 2 -12 1 3 1 -4 2 8 1 -4 2 0 1 7 
617 1 -8 2 8 1 0 1 0 2 4 1 7 2 4 1 8 
618 1 0 2 8 1 0 2 4 1 4 1 17 2 8 1 -8 
619 2 4 1 13 1 16 2 -8 1 -8 1 -9 2 0 1 -9 
620 2 -17 1 -13 1 -4 2 4 1 0 2 -1 1 -8 1 -1 
621 2 13 1 5 2 -5 1 9 1 17 2 5 1 0 1 0 
622 2 -5 1 14 2 18 1 13 1 0 2 5 1 -5 2 -4 
623 1 -9 1 -10 2 -9 1 -4 2 -1 1 10 1 0 2 0 
624 1 -5 1 5 2 0 1 9 2 0 1 5 1 0 2 9 
625 1 -9 2 0 1 9 1 1 2 -10 1 5 2 -10 1 5 
626 1 -10 2 -10 1 5 1 0 2 5 1 0 2 0 1 0 
627 1 5 2 10 1 0 2 -5 1 -10 1 0 2 15 1 5 
628 2 0 1 1 1 -6 2 6 1 10 1 -5 2 -5 1 0 
629 2 -11 1 -10 1 -16 1128 1966 300 MP stroke
630 2 5 1 -5 2 0 1 10 1 -5 2 11 1 -22 2 0 
631 1 11 1 0 2 5 1 -17 1 17 2 -11 1 0 2 11 
632 1 5 1 6 2 6 1 11 2 0 1 6 1 11 2 6 
633 1 12 2 6 1 -6 1 -5 2 0 1 12 1 0 2 6 
634 1 -5 2 0 1 6 1 -12 2 -12 1 7 2 -6 1 0 
635 1 0 2 -6 1 12 2 -12 1 -12 1 -6 2 -13 1 -6 
636 1 19 2 6 1 -6 2 13 1 7 1 -7 2 -13 1 -13 
637 2 7 1 -20 1 -13 2 13 1 0 1 -20 2 -6 1 -1 
638 2 -20 1 -20 1 -7 2 -8 1 -21 2 7 1 -14 1 -8 
639 2 7 1 -1 2 -7 1 -1 1 -1 2 7 1 7 1 -8 
640 2 -1 1 0 2 -8 1 -15 1 -8 2 -23 1 -15 2 -9 
641 1 -1 1 -1 2 -8 1 7 2 -1 1 6 1 -1 2 23 
642 1 6 1 0 2 7 1 -25 2 -9 1 -24 1 -1 2 -1 
643 1 6 2 24 1 7 1 7 2 24 1 16 2 7 1 -17 
644 1 7 2 -9 1 8 1 -1 2 -18 1 0 2 -10 1 -10 
645 1 -1 2 -1 1 -9 2 -10 1 16 1 8 2 17 1 27 
646 2 -10 1 -10 1 8 2 -1 1 9 1 18 2 -10 1 -1 
647 2 28 1 18 1 -10 2 0 1 -20 2 9 1 -11 1 19 
648 2 -20 1 -21 2 -21 1 -1 1 -12 2 -1 1 -1 1 10 
649 2 9 1 10 2 9 1 21 1 31 2 33 1 -23 2 0 
650 1 -1 1 0 2 -12 1 -1 2 -12 1 11 1 23 2 -1 
651 1 0 1 11 2 -12 1 -1 2 12 1 23 1 -24 2 -1 
652 1 -13 2 -38 1 12 1 -1 2 -14 1 12 2 39 1 -1 
653 1 13 2 13 1 -14 1 0 2 -1 1 14 2 -1 1 42 
654 1 -14 2 -29 1 14 2 0 1 -15 1 29 2 15 1 -15 
655 2 15 1 31 1 -15 2 -16 1 0 1 -16 2 0 1 -17 
656 2 49 1 1 1 33 2 1 1 -17 2 -17 1 53 1 -17 
657 2 -35 1 0 2 55 1 38 1 -18 2 -55 1 -76 1 -59 
658 2 -20 1 -41 2 18 1 -2 1 -43 2 60 1 -1 2 19 
659 1 -44 1 -90 2 -48 1 -26 2 -27 1 41 1 -51 2 66 
660 1 -4 1 -4 2 -5 1 -55 2 72 1 -5 1 -31 2 49 
661 1 -60 2 23 1 -6 1 24 2 -5 1 54 2 -96 1 -68 
662 1 -39 2 -9 1 -9 1 58 2 -77 1 -11 2 -10 1 98 
663 1 -46 2 28 1 29 2 -90 1 -53 1 28 2 73 1 -56 
664 2 -13 1 126 1 38 2 39 1 -9 1 43 2 101 1 51 
665 2 -4 1 -126 1 117 2 126 1 68 2 75 1 81 1 167 
666 2 184 1 -143 2 25 1 123 1 242 2 -55 1 172 1 -54 
667 2 74 1 87 2 269 712 630 300 MP stroke
668 1 146 1 182 710 302 3 MP stroke
669 gr
670
671 c8
672
673 end %%Color Dict
674
675 eplot
676 %%EndObject
677
678 epage
679 end
680
681 showpage
682
683 %%Trailer
684 %%EOF