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

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