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

Private GIT Repository
change .bib
[these_qian.git] / images / serial.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/serial.eps
4 %%CreationDate: 06/22/2011  11:26:32
5 %%DocumentNeededFonts: Helvetica
6 %%DocumentProcessColors: Cyan Magenta Yellow Black
7 %%LanguageLevel: 2
8 %%Pages: 1
9 %%BoundingBox:    17   189   593   601
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:    17   189   593   601
165 MathWorks begin
166 bpage
167 %%EndPageSetup
168
169 %%BeginObject: obj1
170 bplot
171
172 /dpi2point 12 def
173 portraitMode 0204 7212 csm
174
175     0     0  6921  4935 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 6922 4936 rf
189 6 w
190 0 4136 5364 0 0 -4136 900 4615 4 MP
191 PP
192 -5364 0 0 4136 5364 0 0 -4136 900 4615 5 MP stroke
193 4 w
194 DO
195 SO
196 6 w
197 0 sg
198  900 4615 mt 6264 4615 L
199  900 4615 mt  900  479 L
200  900 4615 mt  900 4561 L
201 %%IncludeResource: font Helvetica
202 /Helvetica /ISOLatin1Encoding 120 FMSR
203
204  867 4760 mt 
205 (0) s
206 1436 4615 mt 1436 4561 L
207 1353 4760 mt 
208 (0.2) s
209 1972 4615 mt 1972 4561 L
210 1889 4760 mt 
211 (0.4) s
212 2509 4615 mt 2509 4561 L
213 2426 4760 mt 
214 (0.6) s
215 3045 4615 mt 3045 4561 L
216 2962 4760 mt 
217 (0.8) s
218 3582 4615 mt 3582 4561 L
219 3549 4760 mt 
220 (1) s
221 4118 4615 mt 4118 4561 L
222 4035 4760 mt 
223 (1.2) s
224 4654 4615 mt 4654 4561 L
225 4571 4760 mt 
226 (1.4) s
227 5191 4615 mt 5191 4561 L
228 5108 4760 mt 
229 (1.6) s
230 5727 4615 mt 5727 4561 L
231 5644 4760 mt 
232 (1.8) s
233 6264 4615 mt 6264 4561 L
234 6231 4760 mt 
235 (2) s
236 5994 4962 mt 
237 (x 10) s
238 %%IncludeResource: font Helvetica
239 /Helvetica /ISOLatin1Encoding 80 FMSR
240
241 6220 4888 mt 
242 (5) s
243  900 4615 mt  953 4615 L
244 %%IncludeResource: font Helvetica
245 /Helvetica /ISOLatin1Encoding 120 FMSR
246
247  799 4659 mt 
248 (0) s
249  900 4024 mt  953 4024 L
250  799 4068 mt 
251 (1) s
252  900 3433 mt  953 3433 L
253  799 3477 mt 
254 (2) s
255  900 2842 mt  953 2842 L
256  799 2886 mt 
257 (3) s
258  900 2251 mt  953 2251 L
259  799 2295 mt 
260 (4) s
261  900 1660 mt  953 1660 L
262  799 1704 mt 
263 (5) s
264  900 1069 mt  953 1069 L
265  799 1113 mt 
266 (6) s
267  900  479 mt  953  479 L
268  799  523 mt 
269 (7) s
270 gs 900 479 5365 4137 rc
271 DO
272 135 246 134 308 134 -283 134 -95 134 -272 134 -355 134 -63 134 103 
273 134 -259 134 -96 135 77 134 41 134 444 134 -295 134 -177 134 -261 
274 134 -167 134 -103 134 11 134 87 135 152 134 188 134 -245 134 432 
275 134 378 134 32 134 -314 134 178 134 539 134 461 135 1672 134 -372 
276 134 250 134 -184 134 -888 134 -1054 134 783 134 -1625 134 217 1034 3855 40 MP stroke
277 gr
278
279 DO
280 SO
281 0 j
282 0 -58 -58 0 0 58 58 0 1005 3826 5 MP
283 DP
284 0 -58 -58 0 0 58 58 0 1139 4043 5 MP
285 DP
286 0 -58 -58 0 0 58 58 0 1273 2418 5 MP
287 DP
288 0 -58 -58 0 0 58 58 0 1407 3201 5 MP
289 DP
290 0 -58 -58 0 0 58 58 0 1541 2147 5 MP
291 DP
292 0 -58 -58 0 0 58 58 0 1675 1259 5 MP
293 DP
294 0 -58 -58 0 0 58 58 0 1809 1075 5 MP
295 DP
296 0 -58 -58 0 0 58 58 0 1943 1325 5 MP
297 DP
298 0 -58 -58 0 0 58 58 0 2077 953 5 MP
299 DP
300 0 -58 -58 0 0 58 58 0 2212 2625 5 MP
301 DP
302 0 -58 -58 0 0 58 58 0 2346 3086 5 MP
303 DP
304 0 -58 -58 0 0 58 58 0 2480 3625 5 MP
305 DP
306 0 -58 -58 0 0 58 58 0 2614 3803 5 MP
307 DP
308 0 -58 -58 0 0 58 58 0 2748 3489 5 MP
309 DP
310 0 -58 -58 0 0 58 58 0 2882 3521 5 MP
311 DP
312 0 -58 -58 0 0 58 58 0 3016 3899 5 MP
313 DP
314 0 -58 -58 0 0 58 58 0 3150 4331 5 MP
315 DP
316 0 -58 -58 0 0 58 58 0 3284 4086 5 MP
317 DP
318 0 -58 -58 0 0 58 58 0 3418 4274 5 MP
319 DP
320 0 -58 -58 0 0 58 58 0 3553 4426 5 MP
321 DP
322 0 -58 -58 0 0 58 58 0 3687 4513 5 MP
323 DP
324 0 -58 -58 0 0 58 58 0 3821 4524 5 MP
325 DP
326 0 -58 -58 0 0 58 58 0 3955 4421 5 MP
327 DP
328 0 -58 -58 0 0 58 58 0 4089 4254 5 MP
329 DP
330 0 -58 -58 0 0 58 58 0 4223 3993 5 MP
331 DP
332 0 -58 -58 0 0 58 58 0 4357 3816 5 MP
333 DP
334 0 -58 -58 0 0 58 58 0 4491 3521 5 MP
335 DP
336 0 -58 -58 0 0 58 58 0 4625 3965 5 MP
337 DP
338 0 -58 -58 0 0 58 58 0 4759 4006 5 MP
339 DP
340 0 -58 -58 0 0 58 58 0 4894 4083 5 MP
341 DP
342 0 -58 -58 0 0 58 58 0 5028 3987 5 MP
343 DP
344 0 -58 -58 0 0 58 58 0 5162 3728 5 MP
345 DP
346 0 -58 -58 0 0 58 58 0 5296 3831 5 MP
347 DP
348 0 -58 -58 0 0 58 58 0 5430 3768 5 MP
349 DP
350 0 -58 -58 0 0 58 58 0 5564 3413 5 MP
351 DP
352 0 -58 -58 0 0 58 58 0 5698 3141 5 MP
353 DP
354 0 -58 -58 0 0 58 58 0 5832 3046 5 MP
355 DP
356 0 -58 -58 0 0 58 58 0 5966 2763 5 MP
357 DP
358 0 -58 -58 0 0 58 58 0 6100 3071 5 MP
359 DP
360 0 -58 -58 0 0 58 58 0 6235 3317 5 MP
361 DP
362 DO
363 gs 900 479 5365 4137 rc
364 SO
365 135 93 134 86 134 -229 134 -250 134 70 134 265 134 95 134 -66 
366 134 -29 134 203 135 388 134 -158 134 -562 134 -48 134 -147 134 -10 
367 134 134 134 143 134 -101 134 -20 135 9 134 75 134 -94 134 -26 
368 134 -56 134 173 134 50 134 253 134 183 134 -229 135 -526 134 74 
369 134 470 134 389 134 94 134 -99 134 411 134 325 134 -871 1034 3713 40 MP stroke
370 gr
371
372 SO
373 24 W
374 1034 3713 PD
375 24 W
376 1168 2842 PD
377 24 W
378 1302 3167 PD
379 24 W
380 1436 3578 PD
381 24 W
382 1570 3479 PD
383 24 W
384 1704 3573 PD
385 24 W
386 1838 3962 PD
387 24 W
388 1972 4432 PD
389 24 W
390 2106 4506 PD
391 24 W
392 2241 3980 PD
393 24 W
394 2375 3751 PD
395 24 W
396 2509 3934 PD
397 24 W
398 2643 4187 PD
399 24 W
400 2777 4237 PD
401 24 W
402 2911 4410 PD
403 24 W
404 3045 4354 PD
405 24 W
406 3179 4328 PD
407 24 W
408 3313 4234 PD
409 24 W
410 3447 4309 PD
411 24 W
412 3582 4318 PD
413 24 W
414 3716 4298 PD
415 24 W
416 3850 4197 PD
417 24 W
418 3984 4340 PD
419 24 W
420 4118 4474 PD
421 24 W
422 4252 4464 PD
423 24 W
424 4386 4317 PD
425 24 W
426 4520 4269 PD
427 24 W
428 4654 3707 PD
429 24 W
430 4788 3549 PD
431 24 W
432 4923 3937 PD
433 24 W
434 5057 4140 PD
435 24 W
436 5191 4111 PD
437 24 W
438 5325 4045 PD
439 24 W
440 5459 4140 PD
441 24 W
442 5593 4405 PD
443 24 W
444 5727 4475 PD
445 24 W
446 5861 4225 PD
447 24 W
448 5995 3996 PD
449 24 W
450 6129 4082 PD
451 24 W
452 6264 4175 PD
453 gs 900 479 5365 4137 rc
454 gr
455
456  883 4658 mt 
457 ( ) s
458 6248  521 mt 
459 ( ) s
460 gs 900 479 5365 4137 rc
461 DD
462 135 120 134 -381 134 -19 134 125 134 52 134 214 134 222 134 133 
463 134 -142 134 -17 135 -206 134 133 134 -188 134 -515 134 -42 134 423 
464 134 -276 134 -503 134 -119 134 -381 135 77 134 244 134 100 134 289 
465 134 -393 134 -444 134 45 134 -128 134 -37 134 -13 135 466 134 38 
466 134 65 134 716 134 9 134 -1034 134 -34 134 -131 134 1483 1034 3021 40 MP stroke
467 gr
468
469 DD
470 SO
471   36   36 1034 3021 FO
472   36   36 1168 4504 FO
473   36   36 1302 4373 FO
474   36   36 1436 4339 FO
475   36   36 1570 3305 FO
476   36   36 1704 3314 FO
477   36   36 1838 4030 FO
478   36   36 1972 4095 FO
479   36   36 2106 4133 FO
480   36   36 2241 4599 FO
481   36   36 2375 4586 FO
482   36   36 2509 4549 FO
483   36   36 2643 4421 FO
484   36   36 2777 4466 FO
485   36   36 2911 4022 FO
486   36   36 3045 3629 FO
487   36   36 3179 3918 FO
488   36   36 3313 4018 FO
489   36   36 3447 4262 FO
490   36   36 3582 4339 FO
491   36   36 3716 3958 FO
492   36   36 3850 3839 FO
493   36   36 3984 3336 FO
494   36   36 4118 3060 FO
495   36   36 4252 3483 FO
496   36   36 4386 3441 FO
497   36   36 4520 2926 FO
498   36   36 4654 2738 FO
499   36   36 4788 2871 FO
500   36   36 4923 2665 FO
501   36   36 5057 2648 FO
502   36   36 5191 2506 FO
503   36   36 5325 2639 FO
504   36   36 5459 2861 FO
505   36   36 5593 3075 FO
506   36   36 5727 3127 FO
507   36   36 5861 3252 FO
508   36   36 5995 3233 FO
509   36   36 6129 2852 FO
510   36   36 6264 2972 FO
511 DD
512 gs 900 479 5365 4137 rc
513 SO
514 gr
515
516 SO
517 %%IncludeResource: font Helvetica
518 /Helvetica /ISOLatin1Encoding 168 FMSR
519
520 3085  306 mt 
521 (Serial test) s
522 1 sg
523 0 480 2037 0 0 -480 4167 1019 4 MP
524 PP
525 -2037 0 0 480 2037 0 0 -480 4167 1019 5 MP stroke
526 4 w
527 DO
528 SO
529 6 w
530 0 sg
531 4167 1019 mt 6204 1019 L
532 4167  539 mt 6204  539 L
533 4167 1019 mt 4167  539 L
534 6204 1019 mt 6204  539 L
535 4167 1019 mt 6204 1019 L
536 4167 1019 mt 4167  539 L
537 4167 1019 mt 6204 1019 L
538 4167  539 mt 6204  539 L
539 4167 1019 mt 4167  539 L
540 6204 1019 mt 6204  539 L
541 %%IncludeResource: font Helvetica
542 /Helvetica /ISOLatin1Encoding 120 FMSR
543
544 4632  672 mt 
545 (XORshift) s
546 gs 4167 539 2038 481 rc
547 DO
548 358 0 4238 629 2 MP stroke
549 SO
550 gs 4344 556 147 147 rc
551 0 -58 -58 0 0 58 58 0 4388 600 5 MP
552 DP
553 gr
554
555 gr
556
557 4632  822 mt 
558 (New CI \(XORshift, XORshift\)) s
559 gs 4167 539 2038 481 rc
560 358 0 4238 779 2 MP stroke
561 gs 4344 706 147 147 rc
562 24 W
563 4417 779 PD
564 gr
565
566 gr
567
568 4632  971 mt 
569 (Old CI \(XORshift, XORshift\)) s
570 gs 4167 539 2038 481 rc
571 DD
572 358 0 4238 928 2 MP stroke
573 SO
574 gs 4344 855 147 147 rc
575   36   36 4417  928 FO
576 gr
577
578 gr
579
580
581 end %%Color Dict
582
583 eplot
584 %%EndObject
585
586 epage
587 end
588
589 showpage
590
591 %%Trailer
592 %%EOF