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

Private GIT Repository
change .bib
[these_qian.git] / images / linear_complexity_new_ci.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.31-22-generic #60-Ubuntu SMP Thu May 27 02:41:03 UTC 2010 x86_64.
3 %%Title: /home/qianxue/Desktop/Data/linear_complexity_new_ci.eps
4 %%CreationDate: 07/19/2010  14:18:05
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 1115 3589 mt 1115 3547 L
212 1115  302 mt 1115  343 L
213 1015 3734 mt 
214 (100) s
215 1532 3589 mt 1532 3547 L
216 1532  302 mt 1532  343 L
217 1432 3734 mt 
218 (200) s
219 1948 3589 mt 1948 3547 L
220 1948  302 mt 1948  343 L
221 1848 3734 mt 
222 (300) s
223 2365 3589 mt 2365 3547 L
224 2365  302 mt 2365  343 L
225 2265 3734 mt 
226 (400) s
227 2782 3589 mt 2782 3547 L
228 2782  302 mt 2782  343 L
229 2682 3734 mt 
230 (500) s
231 3198 3589 mt 3198 3547 L
232 3198  302 mt 3198  343 L
233 3098 3734 mt 
234 (600) s
235 3615 3589 mt 3615 3547 L
236 3615  302 mt 3615  343 L
237 3515 3734 mt 
238 (700) s
239 4031 3589 mt 4031 3547 L
240 4031  302 mt 4031  343 L
241 3931 3734 mt 
242 (800) s
243 4448 3589 mt 4448 3547 L
244 4448  302 mt 4448  343 L
245 4348 3734 mt 
246 (900) s
247 4865 3589 mt 4865 3547 L
248 4865  302 mt 4865  343 L
249 4732 3734 mt 
250 (1000) s
251  699 3589 mt  740 3589 L
252 4865 3589 mt 4823 3589 L
253  598 3633 mt 
254 (0) s
255  699 3260 mt  740 3260 L
256 4865 3260 mt 4823 3260 L
257  464 3304 mt 
258 (200) s
259  699 2931 mt  740 2931 L
260 4865 2931 mt 4823 2931 L
261  464 2975 mt 
262 (400) s
263  699 2602 mt  740 2602 L
264 4865 2602 mt 4823 2602 L
265  464 2646 mt 
266 (600) s
267  699 2274 mt  740 2274 L
268 4865 2274 mt 4823 2274 L
269  464 2318 mt 
270 (800) s
271  699 1945 mt  740 1945 L
272 4865 1945 mt 4823 1945 L
273  398 1989 mt 
274 (1000) s
275  699 1616 mt  740 1616 L
276 4865 1616 mt 4823 1616 L
277  398 1660 mt 
278 (1200) s
279  699 1288 mt  740 1288 L
280 4865 1288 mt 4823 1288 L
281  398 1332 mt 
282 (1400) s
283  699  959 mt  740  959 L
284 4865  959 mt 4823  959 L
285  398 1003 mt 
286 (1600) s
287  699  630 mt  740  630 L
288 4865  630 mt 4823  630 L
289  398  674 mt 
290 (1800) s
291  699  302 mt  740  302 L
292 4865  302 mt 4823  302 L
293  398  346 mt 
294 (2000) s
295  699 3589 mt 4865 3589 L
296  699  302 mt 4865  302 L
297  699 3589 mt  699  302 L
298 4865 3589 mt 4865  302 L
299 gs 699 302 4167 3288 rc
300 /c8 { 0.000000 0.000000 1.000000 sr} bdef
301 c8
302 0 -1 5 -2 0 -3 4 -2 0 -1 12 -2 -8 -2 4 -1 
303 4 -2 4 -2 -4 -1 13 -2 -9 -2 0 -1 9 -2 4 -1 
304 4 -2 -4 -2 8 -1 -8 -2 4 -2 8 -1 -8 -2 8 -2 
305 5 -1 0 -5 8 -2 -4 -1 8 -2 -8 -2 4 -1 8 -2 
306 4 -2 -4 -1 9 -2 4 -2 -9 -1 9 -2 -4 -2 4 -1 
307 8 -2 0 -1 4 -2 0 -2 4 -1 0 -2 5 -2 16 -1 
308 -21 -2 9 -2 4 -1 -4 -2 8 -2 0 -1 4 -2 0 -3 
309 4 -2 -4 -1 9 -2 4 -2 0 -1 8 -2 -4 -2 4 -1 
310 0 -4 4 -1 9 -2 0 -3 -5 -2 0 -1 9 -2 12 -2 
311 -8 -1 8 -2 -4 -2 4 -1 0 -2 4 -2 5 -1 0 -5 
312 8 -2 0 -3 4 -2 4 -1 0 -4 -8 -1 12 -2 5 -2 
313 0 -3 4 -1 0 -4 8 -1 4 -2 4 -2 0 -3 5 -2 
314 0 -3 4 -2 0 -3 8 -2 0 -1 -4 -2 8 -1 0 -2 
315 4 -2 0 -3 17 -2 -12 -1 4 -2 4 -2 0 -3 4 -2 
316 -4 -1 8 -2 4 -1 -12 -2 12 -2 9 -1 0 -2 4 -2 
317 0 -1 4 -2 0 -5 4 -2 0 -1 4 -2 5 -1 0 -4 
318 4 -1 4 -2 0 -2 4 -1 0 -2 8 -2 -4 -1 4 -2 
319 5 -2 0 -3 4 -1 0 -2 4 -2 0 -1 8 -2 -4 -2 
320 4 -1 4 -2 -8 -2 8 -1 5 -2 -13 -2 17 -1 -4 -2 
321 16 -1 -8 -2 4 -2 0 -1 4 -2 9 -2 -5 -1 9 -2 
322 -9 -2 5 -1 4 -2 0 -2 4 -1 -8 -2 8 -1 0 -2 
323 8 -2 0 -1 9 -2 4 -2 -4 -1 4 -2 0 -3 4 -2 
324 0 -2 -4 -1 16 -2 0 -1 -4 -2 4 -2 -8 -1 13 -2 
325 0 -3 4 -2 -9 -2 13 -1 4 -2 0 -2 4 -1 0 -3 
326 -4 -2 0 -2 8 -1 9 -2 -4 -2 8 -1 4 -2 0 -3 
327 4 -2 4 -2 0 -3 9 -2 -4 -1 4 -2 0 -3 8 -2 
328 0 -3 8 -2 -8 -1 8 -2 5 -2 0 -5 8 -1 4 -2 
329 -4 -1 4 -2 4 -2 0 -3 4 -2 0 -1 5 -2 0 -2 
330 8 -1 0 -10 8 -2 4 -1 0 -2 -4 -2 13 -1 -9 -2 
331 5 -2 12 -1 -4 -2 4 -2 8 -1 -8 -2 8 -1 -8 -2 
332 13 -2 -5 -1 9 -2 -4 -2 4 -1 8 -2 -8 -2 8 -1 
333 4 -2 0 -3 4 -2 5 -1 0 -2 16 -2 -16 -1 4 -2 
334 0 -2 4 -1 0 -2 8 -2 0 -1 -8 -2 12 -2 9 -1 
335 -13 -2 9 -1 4 -2 0 -3 4 -2 4 -2 4 -1 -4 -2 
336 4 -2 4 -1 0 -2 5 -2 0 -1 16 -2 -16 -1 4 -2 
337 8 -2 0 -3 4 -2 -4 -1 4 -2 0 -2 9 -1 0 -4 
338 8 -1 -4 -2 12 -1 -4 -2 8 -2 -4 -1 0 -4 9 -1 
339 -5 -2 5 -2 20 -1 4140 860 300 MP stroke
340 -12 -2 0 -2 12 -1 -8 -2 -4 -2 8 -1 0 -2 -4 -1 
341 17 -2 -4 -2 0 -1 4 -2 0 -2 8 -1 -8 -2 4 -2 
342 8 -1 -8 -2 8 -2 9 -1 -5 -2 0 -1 5 -2 0 -2 
343 4 -1 4 -2 0 -2 4 -1 0 -2 4 -2 4 -1 -4 -2 
344 9 -2 -5 -1 0 -2 5 -1 0 -2 12 -2 0 -5 4 -1 
345 4 -2 0 -2 13 -1 -4 -2 -4 -2 4 -1 0 -3 8 -2 
346 4 -2 -4 -1 4 -2 0 -2 4 -1 5 -2 -9 -2 17 -1 
347 0 -4 -4 -1 4 -2 0 -1 4 -2 4 -2 9 -1 0 -2 
348 -5 -2 5 -1 0 -4 4 -1 8 -2 -8 -2 12 -1 -4 -2 
349 0 -1 8 -2 0 -2 5 -1 4 -2 -9 -2 13 -1 4 -2 
350 0 -2 -8 -1 8 -2 0 -2 -17 -1 21 -2 4 -1 0 -2 
351 -4 -2 17 -1 0 -7 4 -2 0 -1 4 -2 0 -2 4 -1 
352 -8 -2 13 -2 4 -1 -13 -2 13 -1 4 -2 4 -2 0 -1 
353 8 -2 -8 -2 4 -1 4 -2 0 -10 25 -1 0 -5 -8 -2 
354 13 -2 -5 -1 0 -2 5 -2 4 -1 8 -2 -8 -2 4 -1 
355 4 -2 8 -1 -4 -2 0 -2 4 -1 -4 -2 9 -2 8 -1 
356 -4 -2 4 -2 0 -3 8 -2 -8 -1 4 -2 4 -1 4 -2 
357 5 -2 0 -1 -9 -2 13 -2 4 -1 0 -2 8 -2 -8 -1 
358 8 -2 0 -3 4 -2 -4 -1 8 -2 0 -2 5 -1 8 -2 
359 -4 -2 0 -3 4 -2 -4 -1 16 -2 -4 -2 4 -1 0 -3 
360 5 -2 4 -2 0 -3 4 -2 4 -1 0 -4 4 -1 0 -4 
361 17 -1 -13 -2 5 -1 4 -2 0 -2 4 -1 0 -2 4 -2 
362 0 -1 8 -2 -4 -2 0 -1 4 -2 9 -2 -4 -1 4 -2 
363 0 -3 4 -2 0 -1 12 -2 -8 -2 8 -1 0 -5 13 -2 
364 0 -2 -4 -1 0 -5 12 -2 -4 -1 8 -2 0 -5 5 -2 
365 4 -1 0 -2 4 -2 4 -1 0 -2 -4 -2 4 -1 8 -2 
366 5 -1 -5 -2 5 -2 0 -3 4 -2 4 -1 0 -4 8 -1 
367 0 -2 9 -2 -5 -1 -4 -2 9 -1 0 -4 16 -1 -12 -2 
368 8 -2 0 -3 4 -2 -4 -1 17 -2 -17 -2 8 -1 5 -2 
369 -5 -1 13 -2 -4 -2 4 -1 0 -2 4 -2 4 -1 0 -2 
370 13 -2 -4 -1 0 -2 4 -2 0 -6 4 -2 4 -1 0 -2 
371 -12 -2 16 -1 13 -2 -9 -2 5 -1 0 -2 8 -2 4 -1 
372 -4 -2 12 -1 -8 -2 8 -2 -4 -1 -12 -2 16 -2 17 -1 
373 -12 -2 12 -2 -12 -1 12 -2 0 -5 4 -1 -4 -2 8 -2 
374 0 -1 5 -2 -5 -2 13 -1 0 -5 4 -2 0 -2 4 -1 
375 9 -2 -5 -1 -4 -2 4 -2 5 -1 16 -2 -4 -2 -4 -1 
376 4 -2 -4 -2 0 -1 4 -2 4 -2 4 -1 0 -2 5 -2 
377 4 -1 0 -3 4 -2 3448 1419 300 MP stroke
378 0 -2 -4 -1 16 -2 0 -10 9 -2 -9 -1 9 -2 8 -1 
379 0 -5 13 -2 -5 -2 -4 -1 9 -2 8 -2 -4 -1 0 -2 
380 4 -2 0 -1 4 -2 0 -1 -4 -2 12 -2 0 -1 5 -2 
381 0 -3 4 -2 4 -2 -4 -1 0 -2 12 -2 -4 -1 0 -2 
382 4 -1 4 -2 0 -2 5 -1 0 -2 -5 -2 17 -1 0 -7 
383 4 -2 0 -4 13 -2 0 -5 4 -2 -8 -1 12 -2 -17 -2 
384 21 -1 4 -2 0 -3 9 -2 -4 -1 4 -2 0 -2 4 -1 
385 0 -2 4 -2 4 -1 4 -2 -4 -2 4 -1 -12 -2 12 -2 
386 5 -1 0 -2 4 -1 4 -2 0 -3 -4 -2 12 -2 0 -6 
387 17 -2 -4 -2 -4 -1 4 -2 12 -1 -4 -2 0 -2 4 -1 
388 0 -2 4 -2 0 -1 5 -2 4 -2 0 -3 4 -2 -4 -1 
389 8 -2 -4 -2 4 -1 4 -2 4 -1 -4 -2 9 -2 -5 -1 
390 17 -2 -4 -2 4 -1 -4 -2 4 -2 4 -1 -4 -2 4 -2 
391 9 -1 0 -5 4 -2 0 -1 4 -2 4 -2 -4 -1 4 -2 
392 4 -2 4 -1 9 -2 -4 -2 4 -1 0 -3 4 -2 0 -3 
393 4 -2 4 -2 0 -3 4 -2 -4 -1 13 -2 -4 -2 4 -1 
394 -21 -2 25 -1 4 -2 0 -2 -4 -1 8 -2 4 -2 0 -1 
395 5 -2 0 -2 4 -1 0 -4 4 -1 4 -2 0 -6 4 -2 
396 13 -2 -4 -1 0 -2 4 -2 4 -1 0 -2 8 -2 -4 -1 
397 0 -2 4 -1 0 -4 9 -1 4 -2 -4 -2 -5 -1 9 -2 
398 4 -2 0 -1 4 -2 0 -3 4 -2 4 -1 9 -2 -4 -2 
399 0 -1 4 -2 -4 -2 8 -1 0 -2 4 -2 4 -1 -4 -2 
400 4 -2 4 -1 5 -2 0 -3 4 -2 -4 -1 8 -2 0 -2 
401 4 -1 -8 -2 12 -2 0 -1 4 -2 5 -2 -5 -1 0 -2 
402 13 -2 -13 -1 13 -2 0 -1 -4 -2 8 -2 0 -1 8 -2 
403 0 -3 5 -2 0 -3 8 -2 -8 -2 8 -1 4 -2 0 -1 
404 8 -2 -8 -2 8 -1 0 -4 9 -1 0 -2 4 -2 0 -3 
405 -4 -2 4 -1 4 -2 8 -1 0 -2 5 -2 -13 -1 13 -2 
406 4 -2 -9 -1 13 -2 0 -2 12 -1 -4 -2 4 -2 0 -1 
407 -8 -2 4 -1 9 -2 0 -2 4 -1 0 -2 4 -2 0 -3 
408 4 -2 8 -1 -16 -2 12 -2 -4 -1 13 -2 -5 -1 9 -2 
409 0 -2 4 -1 -4 -2 4 -2 8 -1 4 -2 0 -2 -4 -1 
410 4 -2 5 -2 0 -3 -5 -1 17 -2 -4 -2 4 -1 4 -2 
411 -8 -2 12 -1 -8 -2 4 -2 4 -1 9 -2 0 -2 4 -1 
412 0 -2 -4 -1 8 -2 -8 -2 8 -1 0 -2 8 -2 9 -1 
413 -5 -2 5 -2 4 -1 -4 -2 0 -2 8 -1 -4 -2 0 -2 
414 8 -1 0 -2 4 -1 0 -4 9 -1 -5 -2 9 -2 -4 -1 
415 0 -2 8 -2 -4 -1 2748 1976 300 MP stroke
416 8 -2 4 -2 17 -1 -17 -2 4 -1 0 -2 5 -2 4 -1 
417 -4 -2 4 -2 4 -1 8 -2 0 -2 -4 -1 8 -2 -8 -2 
418 8 -1 13 -2 -13 -1 0 -2 5 -2 16 -1 -8 -2 0 -2 
419 4 -1 -4 -2 8 -2 0 -1 4 -2 0 -2 9 -1 -4 -2 
420 4 -1 0 -4 8 -1 -8 -2 0 -2 12 -1 4 -2 -4 -2 
421 13 -1 -4 -2 0 -2 4 -1 0 -2 4 -1 0 -2 4 -2 
422 4 -1 -4 -2 4 -2 4 -1 0 -2 5 -2 4 -1 -9 -2 
423 5 -2 8 -1 8 -2 -4 -1 4 -2 0 -3 4 -2 0 -2 
424 5 -1 0 -4 12 -1 0 -2 -8 -2 4 -1 0 -2 4 -1 
425 8 -2 5 -2 -5 -1 5 -2 8 -2 4 -1 4 -2 -8 -2 
426 4 -1 0 -4 4 -1 0 -2 4 -1 0 -4 13 -1 -4 -2 
427 0 -2 4 -1 -4 -2 12 -2 0 -5 4 -1 0 -2 5 -2 
428 0 -3 4 -1 4 -2 0 -3 4 -2 4 -2 0 -3 9 -2 
429 -13 -1 17 -2 4 -2 -4 -1 8 -2 -8 -1 4 -2 0 -2 
430 4 -1 8 -2 5 -2 -9 -1 17 -2 -8 -2 4 -1 0 -2 
431 4 -2 0 -1 4 -2 0 -1 4 -2 9 -2 0 -1 -9 -2 
432 9 -2 0 -1 4 -2 4 -2 0 -1 4 -2 4 -2 0 -4 
433 4 -2 0 -3 5 -2 4 -2 0 -1 4 -2 0 -2 4 -1 
434 4 -2 4 -2 -4 -1 0 -2 4 -1 13 -2 -8 -2 0 -1 
435 4 -2 4 -2 0 -1 4 -2 8 -2 -8 -1 4 -2 9 -2 
436 -5 -1 5 -2 0 -3 4 -2 4 -1 0 -2 12 -2 -4 -1 
437 -4 -2 4 -2 9 -1 -5 -2 5 -2 4 -1 0 -2 4 -1 
438 -4 -2 4 -2 0 -1 8 -2 0 -2 4 -1 17 -2 -17 -2 
439 9 -1 -9 -2 9 -2 -4 -1 8 -2 0 -2 8 -1 0 -2 
440 -16 -1 16 -2 -16 -2 25 -1 0 -4 4 -1 -4 -2 0 -2 
441 16 -1 0 -8 9 -2 0 -3 4 -2 0 -2 4 -1 0 -2 
442 4 -2 0 -3 8 -2 0 -3 5 -1 0 -5 12 -2 0 -5 
443 4 -2 0 -5 4 -1 9 -2 4 -1 -8 -2 8 -2 0 -1 
444 -8 -2 4 -2 12 -1 -4 -2 13 -2 4 -1 -4 -2 4 -2 
445 0 -3 4 -1 0 -2 4 -2 0 -1 4 -2 -4 -2 13 -1 
446 0 -7 8 -2 0 -3 8 -1 -4 -2 8 -2 -4 -1 4 -2 
447 5 -2 -5 -1 -8 -2 21 -2 -4 -1 0 -2 4 -2 0 -3 
448 8 -1 0 -2 4 -2 0 -1 5 -2 0 -2 4 -1 0 -2 
449 12 -2 -4 -1 0 -2 4 -2 -4 -1 4 -2 4 -1 9 -2 
450 -9 -2 9 -1 4 -2 -4 -2 4 -1 0 -2 4 -2 4 -1 
451 -4 -2 -4 -2 12 -1 5 -2 0 -3 4 -2 4 -1 4 -2 
452 -4 -2 0 -1 4 -2 4 -2 -4 -1 4 -2 13 -2 -4 -1 
453 4 -2 -4 -2 4 -1 2048 2525 300 MP stroke
454 8 -2 -4 -1 4 -2 0 -2 4 -1 0 -2 4 -2 9 -1 
455 -17 -2 17 -2 0 -1 8 -2 -4 -2 0 -1 4 -2 4 -1 
456 0 -4 -4 -1 4 -2 -4 -2 13 -1 4 -2 0 -2 4 -1 
457 0 -2 4 -2 0 -1 4 -2 0 -1 4 -2 0 -2 5 -1 
458 4 -2 -9 -2 13 -1 0 -2 8 -2 -4 -1 0 -2 -4 -2 
459 8 -1 4 -2 0 -1 5 -2 -5 -2 5 -1 0 -2 8 -2 
460 4 -1 -4 -2 4 -2 13 -1 -9 -2 4 -2 0 -3 9 -1 
461 -4 -2 4 -2 -4 -1 8 -2 0 -2 8 -1 0 -4 4 -1 
462 5 -2 -5 -2 5 -1 -5 -2 17 -1 0 -9 8 -1 0 -5 
463 9 -2 0 -5 8 -1 4 -2 0 -5 -8 -2 17 -1 0 -2 
464 4 -2 0 -1 4 -2 0 -5 8 -2 0 -1 9 -2 -5 -1 
465 -8 -2 13 -2 0 -3 4 -2 4 -1 0 -2 4 -2 4 -1 
466 9 -2 -9 -2 4 -1 5 -2 0 -1 4 -2 -13 -2 13 -1 
467 4 -2 0 -3 8 -2 0 -3 9 -2 0 -2 -13 -1 8 -2 
468 9 -1 0 -5 8 -2 0 -2 4 -1 0 -2 4 -2 5 -1 
469 8 -2 -13 -2 0 -1 9 -2 12 -1 -8 -2 8 -2 -8 -1 
470 12 -2 0 -3 4 -2 0 -3 5 -2 4 -2 8 -1 -8 -2 
471 8 -1 0 -4 8 -1 0 -2 -4 -2 0 -1 9 -2 -9 -2 
472 9 -1 4 -2 4 -2 0 -1 4 -2 0 -3 4 -2 4 -1 
473 0 -2 5 -2 4 -1 -4 -2 0 -2 4 -1 0 -2 8 -2 
474 0 -3 4 -1 0 -4 9 -1 0 -5 4 -2 -4 -2 12 -1 
475 0 -4 4 -1 9 -2 -5 -1 -4 -2 4 -2 9 -1 -9 -2 
476 9 -2 4 -1 0 -4 -4 -1 0 -2 21 -2 -9 -1 13 -2 
477 -4 -2 4 -1 0 -3 -9 -2 25 -2 0 -3 -12 -2 8 -1 
478 0 -4 9 -1 4 -2 4 -2 -4 -1 4 -2 8 -1 -8 -2 
479 8 -2 0 -1 4 -2 -12 -2 17 -1 0 -2 4 -2 0 -5 
480 8 -1 0 -2 4 -1 0 -4 4 -1 0 -2 5 -2 0 -1 
481 4 -2 4 -2 -4 -1 12 -2 -4 -2 -4 -1 4 -2 8 -1 
482 9 -2 -9 -2 5 -1 0 -2 4 -2 4 -1 4 -2 0 -2 
483 -4 -1 0 -2 4 -2 -4 -1 21 -2 0 -8 4 -2 0 -1 
484 4 -2 0 -2 4 -1 0 -4 9 -1 0 -3 8 -2 4 -2 
485 -4 -1 4 -2 -4 -2 4 -1 4 -2 4 -2 -4 -1 9 -2 
486 0 -2 4 -1 0 -2 4 -1 -4 -2 4 -2 0 -5 4 -1 
487 4 -2 -4 -2 13 -1 0 -2 4 -2 16 -1 -16 -2 8 -2 
488 0 -1 -8 -2 21 -1 0 -10 8 -2 4 -2 -4 -1 4 -2 
489 0 -2 4 -1 9 -2 -13 -1 4 -2 9 -2 0 -1 4 -2 
490 -4 -2 8 -1 4 -2 0 -2 4 -1 4 -2 -8 -2 8 -1 
491 0 -3 5 -2 4 -2 1319 3099 300 MP stroke
492 -13 -1 21 -2 -4 -2 -4 -1 12 -2 0 -2 4 -1 5 -2 
493 -13 -2 13 -1 0 -3 4 -2 4 -2 -4 -1 4 -2 0 -2 
494 8 -1 4 -2 0 -2 5 -1 12 -2 -17 -2 5 -1 4 -2 
495 4 -1 0 -2 4 -2 0 -1 8 -2 -8 -2 -4 -1 12 -2 
496 9 -2 -25 -1 25 -2 0 -2 -4 -1 8 -2 0 -1 4 -2 
497 4 -2 29 -1 -20 -2 -5 -2 9 -1 -13 -2 9 -2 0 -1 
498 16 -2 -8 -2 -4 -1 8 -2 0 -1 4 -2 17 -2 -8 -1 
499 0 -2 -5 -2 9 -1 -4 -2 8 -2 0 -1 12 -2 -4 -2 
500 0 -3 4 -1 -4 -2 4 -2 13 -1 -8 -2 4 -2 0 -1 
501 4 -2 0 -2 8 -1 0 -2 4 -2 5 -1 -9 -2 9 -2 
502 0 -4 8 -2 4 -2 0 -3 4 -2 4 -1 5 -2 0 -2 
503 -9 -1 17 -2 0 -8 8 -2 0 -3 4 -2 0 -1 5 -2 
504 0 -2 4 -1 0 -5 4 -2 4 -1 4 -2 0 -2 4 -1 
505 0 -2 9 -2 -4 -1 4 -2 0 -3 4 -2 0 -3 8 -2 
506 0 -3 4 -2 5 -1 -9 -2 13 -2 0 -1 8 -2 -8 -2 
507 8 -1 4 -2 -8 -2 8 -1 4 -2 0 -1 5 -2 -5 -2 
508 9 -1 4 -2 4 -2 -8 -1 12 -2 0 -7 9 -1 4 -2 
509 -9 -1 9 -2 0 -2 16 -1 -4 -2 -4 -2 4 -1 -4 -2 
510 4 -2 4 -1 -8 -2 21 -2 0 -8 4 -1 4 -2 0 -3 
511 4 -2 0 -3 5 -2 4 -2 16 -1 -12 -2 4 -1 0 -2 
512 -8 -2 8 -1 4 -2 0 -3 9 -2 0 -2 4 -1 -4 -2 
513 12 -2 -4 -1 4 -2 0 -2 -12 -1 16 -2 4 -1 0 -2 
514 5 -2 8 -1 -4 -2 0 -2 -9 -1 9 -2 12 -2 0 -8 
515 13 -1 0 -5 4 -2 0 -2 4 -1 0 -2 4 -2 0 -5 
516 9 -1 0 -2 4 -1 0 -2 4 -2 0 -1 4 -2 0 -7 
517 21 -1 -4 -2 -4 -2 -9 -1 25 -2 0 -11 9 -2 0 -5 
518 8 -2 -4 -1 12 -2 0 -8 4 -2 5 -1 -9 -2 13 -2 
519 8 -1 -8 -2 8 -2 0 -1 4 -2 -8 -1 17 -2 0 -7 
520 4 -1 0 -5 8 -2 4 -2 -4 -1 4 -2 9 -1 0 -5 
521 4 -2 0 -2 4 -1 0 -7 16 -2 0 -3 699 3587 239 MP stroke
522 gr
523
524 c8
525 0 sg
526 2341 3877 mt 
527 (sequence length) s
528  316 2391 mt  -90 rotate
529 (linear complexity) s
530 90 rotate
531
532 end %%Color Dict
533
534 eplot
535 %%EndObject
536
537 epage
538 end
539
540 showpage
541
542 %%Trailer
543 %%EOF