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

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