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

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