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

Private GIT Repository
change .bib
[these_qian.git] / images / runs.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/runs.eps
4 %%CreationDate: 06/22/2011  11:22:19
5 %%DocumentNeededFonts: Helvetica
6 %%DocumentProcessColors: Cyan Magenta Yellow Black
7 %%LanguageLevel: 2
8 %%Pages: 1
9 %%BoundingBox:    17   197   593   593
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   197   593   593
165 MathWorks begin
166 bpage
167 %%EndPageSetup
168
169 %%BeginObject: obj1
170 bplot
171
172 /dpi2point 12 def
173 portraitMode 0204 7116 csm
174
175     0     0  6921  4743 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 4744 rf
189 6 w
190 0 4112 5829 0 0 -4112 639 4470 4 MP
191 PP
192 -5829 0 0 4112 5829 0 0 -4112 639 4470 5 MP stroke
193 4 w
194 DO
195 SO
196 6 w
197 0 sg
198  639 4470 mt 6468 4470 L
199  639 4470 mt  639  358 L
200  639 4470 mt  639 4411 L
201 %%IncludeResource: font Helvetica
202 /Helvetica /ISOLatin1Encoding 120 FMSR
203
204  606 4615 mt 
205 (0) s
206 1221 4470 mt 1221 4411 L
207 1138 4615 mt 
208 (0.2) s
209 1804 4470 mt 1804 4411 L
210 1721 4615 mt 
211 (0.4) s
212 2387 4470 mt 2387 4411 L
213 2304 4615 mt 
214 (0.6) s
215 2970 4470 mt 2970 4411 L
216 2887 4615 mt 
217 (0.8) s
218 3553 4470 mt 3553 4411 L
219 3520 4615 mt 
220 (1) s
221 4136 4470 mt 4136 4411 L
222 4053 4615 mt 
223 (1.2) s
224 4719 4470 mt 4719 4411 L
225 4636 4615 mt 
226 (1.4) s
227 5302 4470 mt 5302 4411 L
228 5219 4615 mt 
229 (1.6) s
230 5885 4470 mt 5885 4411 L
231 5802 4615 mt 
232 (1.8) s
233 6468 4470 mt 6468 4411 L
234 6435 4615 mt 
235 (2) s
236 6198 4817 mt 
237 (x 10) s
238 %%IncludeResource: font Helvetica
239 /Helvetica /ISOLatin1Encoding 80 FMSR
240
241 6424 4743 mt 
242 (5) s
243  639 4470 mt  697 4470 L
244 %%IncludeResource: font Helvetica
245 /Helvetica /ISOLatin1Encoding 120 FMSR
246
247  538 4514 mt 
248 (5) s
249  639 3846 mt  697 3846 L
250  471 3890 mt 
251 (10) s
252  639 3223 mt  697 3223 L
253  471 3267 mt 
254 (15) s
255  639 2600 mt  697 2600 L
256  471 2644 mt 
257 (20) s
258  639 1977 mt  697 1977 L
259  471 2021 mt 
260 (25) s
261  639 1354 mt  697 1354 L
262  471 1398 mt 
263 (30) s
264  639  731 mt  697  731 L
265  471  775 mt 
266 (35) s
267 gs 639 358 5830 4113 rc
268 DD
269 146 78 146 74 146 44 145 34 146 -139 146 -132 146 281 145 124 
270 146 -69 146 62 145 112 146 -218 146 -201 146 -101 145 -202 146 0 
271 146 196 146 129 145 136 146 8 146 511 145 -357 146 -96 146 140 
272 146 396 145 285 146 -317 146 71 146 110 145 485 146 492 146 -295 
273 145 -210 146 610 146 104 146 -1435 145 207 146 601 146 -428 784 2041 40 MP stroke
274 gr
275
276 DD
277 SO
278 0 j
279 -41 71 -41 -71 82 0 743 2065 4 MP
280 DP
281 -41 71 -41 -71 82 0 889 1637 4 MP
282 DP
283 -41 71 -41 -71 82 0 1035 2238 4 MP
284 DP
285 -41 71 -41 -71 82 0 1180 2445 4 MP
286 DP
287 -41 71 -41 -71 82 0 1326 1010 4 MP
288 DP
289 -41 71 -41 -71 82 0 1472 1114 4 MP
290 DP
291 -41 71 -41 -71 82 0 1618 1724 4 MP
292 DP
293 -41 71 -41 -71 82 0 1763 1514 4 MP
294 DP
295 -41 71 -41 -71 82 0 1909 1219 4 MP
296 DP
297 -41 71 -41 -71 82 0 2055 1711 4 MP
298 DP
299 -41 71 -41 -71 82 0 2200 2196 4 MP
300 DP
301 -41 71 -41 -71 82 0 2346 2306 4 MP
302 DP
303 -41 71 -41 -71 82 0 2492 2377 4 MP
304 DP
305 -41 71 -41 -71 82 0 2638 2060 4 MP
306 DP
307 -41 71 -41 -71 82 0 2783 2345 4 MP
308 DP
309 -41 71 -41 -71 82 0 2929 2741 4 MP
310 DP
311 -41 71 -41 -71 82 0 3075 2881 4 MP
312 DP
313 -41 71 -41 -71 82 0 3221 2785 4 MP
314 DP
315 -41 71 -41 -71 82 0 3366 2428 4 MP
316 DP
317 -41 71 -41 -71 82 0 3512 2939 4 MP
318 DP
319 -41 71 -41 -71 82 0 3658 2947 4 MP
320 DP
321 -41 71 -41 -71 82 0 3803 3083 4 MP
322 DP
323 -41 71 -41 -71 82 0 3949 3212 4 MP
324 DP
325 -41 71 -41 -71 82 0 4095 3408 4 MP
326 DP
327 -41 71 -41 -71 82 0 4241 3408 4 MP
328 DP
329 -41 71 -41 -71 82 0 4386 3206 4 MP
330 DP
331 -41 71 -41 -71 82 0 4532 3105 4 MP
332 DP
333 -41 71 -41 -71 82 0 4678 2904 4 MP
334 DP
335 -41 71 -41 -71 82 0 4824 2686 4 MP
336 DP
337 -41 71 -41 -71 82 0 4969 2798 4 MP
338 DP
339 -41 71 -41 -71 82 0 5115 2860 4 MP
340 DP
341 -41 71 -41 -71 82 0 5261 2791 4 MP
342 DP
343 -41 71 -41 -71 82 0 5406 2915 4 MP
344 DP
345 -41 71 -41 -71 82 0 5552 3196 4 MP
346 DP
347 -41 71 -41 -71 82 0 5698 3064 4 MP
348 DP
349 -41 71 -41 -71 82 0 5844 2925 4 MP
350 DP
351 -41 71 -41 -71 82 0 5989 2959 4 MP
352 DP
353 -41 71 -41 -71 82 0 6135 3003 4 MP
354 DP
355 -41 71 -41 -71 82 0 6281 3077 4 MP
356 DP
357 -41 71 -41 -71 82 0 6427 3155 4 MP
358 DP
359 DD
360 gs 639 358 5830 4113 rc
361 SO
362 146 -10 146 373 146 -37 145 61 146 293 146 280 146 -200 145 89 
363 146 14 146 -132 145 77 146 83 146 -333 146 -21 145 -98 146 -35 
364 146 -15 146 -97 145 -73 146 -57 146 -117 145 -48 146 -113 146 -75 
365 146 105 145 -53 146 308 146 300 146 -118 145 410 146 -103 146 334 
366 145 -491 146 164 146 -8 146 -758 145 -9 146 171 146 578 784 2693 40 MP stroke
367 gr
368
369 SO
370 24 W
371 784 2693 PD
372 24 W
373 930 3271 PD
374 24 W
375 1076 3442 PD
376 24 W
377 1221 3433 PD
378 24 W
379 1367 2675 PD
380 24 W
381 1513 2667 PD
382 24 W
383 1659 2831 PD
384 24 W
385 1804 2340 PD
386 24 W
387 1950 2674 PD
388 24 W
389 2096 2571 PD
390 24 W
391 2241 2981 PD
392 24 W
393 2387 2863 PD
394 24 W
395 2533 3163 PD
396 24 W
397 2679 3471 PD
398 24 W
399 2824 3418 PD
400 24 W
401 2970 3523 PD
402 24 W
403 3116 3448 PD
404 24 W
405 3262 3335 PD
406 24 W
407 3407 3287 PD
408 24 W
409 3553 3170 PD
410 24 W
411 3699 3113 PD
412 24 W
413 3844 3040 PD
414 24 W
415 3990 2943 PD
416 24 W
417 4136 2928 PD
418 24 W
419 4282 2893 PD
420 24 W
421 4427 2795 PD
422 24 W
423 4573 2774 PD
424 24 W
425 4719 2441 PD
426 24 W
427 4865 2524 PD
428 24 W
429 5010 2601 PD
430 24 W
431 5156 2469 PD
432 24 W
433 5302 2483 PD
434 24 W
435 5447 2572 PD
436 24 W
437 5593 2372 PD
438 24 W
439 5739 2652 PD
440 24 W
441 5885 2945 PD
442 24 W
443 6030 3006 PD
444 24 W
445 6176 2969 PD
446 24 W
447 6322 3342 PD
448 24 W
449 6468 3332 PD
450 gs 639 358 5830 4113 rc
451 gr
452
453  622 4513 mt 
454 ( ) s
455 6452  400 mt 
456 ( ) s
457 gs 639 358 5830 4113 rc
458 DD
459 146 424 146 -6 146 133 145 23 146 191 146 -24 146 116 145 -75 
460 146 43 146 173 145 -132 146 -238 146 270 146 -254 145 -132 146 110 
461 146 -141 146 -194 145 -387 146 60 146 -250 145 387 146 916 146 338 
462 146 -630 145 539 146 307 146 -261 146 -240 145 846 146 -383 146 -618 
463 145 -427 146 -5 146 321 146 -1445 145 -151 146 106 146 -606 784 3699 40 MP stroke
464 gr
465
466 DD
467 SO
468   36   36  784 3699 FO
469   36   36  930 3093 FO
470   36   36 1076 3199 FO
471   36   36 1221 3048 FO
472   36   36 1367 1603 FO
473   36   36 1513 1924 FO
474   36   36 1659 1919 FO
475   36   36 1804 1492 FO
476   36   36 1950  874 FO
477   36   36 2096  491 FO
478   36   36 2241 1337 FO
479   36   36 2387 1097 FO
480   36   36 2533  836 FO
481   36   36 2679 1143 FO
482   36   36 2824 1682 FO
483   36   36 2970 1052 FO
484   36   36 3116 1390 FO
485   36   36 3262 2306 FO
486   36   36 3407 2693 FO
487   36   36 3553 2443 FO
488   36   36 3699 2503 FO
489   36   36 3844 2116 FO
490   36   36 3990 1922 FO
491   36   36 4136 1781 FO
492   36   36 4282 1891 FO
493   36   36 4427 1759 FO
494   36   36 4573 1505 FO
495   36   36 4719 1775 FO
496   36   36 4865 1537 FO
497   36   36 5010 1405 FO
498   36   36 5156 1578 FO
499   36   36 5302 1621 FO
500   36   36 5447 1546 FO
501   36   36 5593 1662 FO
502   36   36 5739 1638 FO
503   36   36 5885 1829 FO
504   36   36 6030 1852 FO
505   36   36 6176 1985 FO
506   36   36 6322 1979 FO
507   36   36 6468 2403 FO
508 DD
509 gs 639 358 5830 4113 rc
510 SO
511 gr
512
513 SO
514 %%IncludeResource: font Helvetica
515 /Helvetica /ISOLatin1Encoding 168 FMSR
516
517 3147  297 mt 
518 (Run test) s
519 1 sg
520 0 834 2050 0 0 -834 4376 1110 4 MP
521 PP
522 -2050 0 0 834 2050 0 0 -834 4376 1110 5 MP stroke
523 4 w
524 DO
525 SO
526 6 w
527 0 sg
528 4376 1110 mt 6426 1110 L
529 4376  276 mt 6426  276 L
530 4376 1110 mt 4376  276 L
531 6426 1110 mt 6426  276 L
532 4376 1110 mt 6426 1110 L
533 4376 1110 mt 4376  276 L
534 4376 1110 mt 6426 1110 L
535 4376  276 mt 6426  276 L
536 4376 1110 mt 4376  276 L
537 6426 1110 mt 6426  276 L
538 %%IncludeResource: font Helvetica
539 /Helvetica /ISOLatin1Encoding 120 FMSR
540
541 4844  476 mt 
542 (XORshift) s
543 gs 4376 276 2051 835 rc
544 DD
545 360 0 4448 433 2 MP stroke
546 SO
547 gr
548
549 -41 71 -41 -71 82 0 4587 457 4 MP
550 DP
551 gs 4376 276 2051 835 rc
552 gr
553
554 4844  736 mt 
555 (New CI \(XORshift, XORshift\)) s
556 gs 4376 276 2051 835 rc
557 360 0 4448 693 2 MP stroke
558 gr
559
560 24 W
561 4628 693 PD
562 gs 4376 276 2051 835 rc
563 gr
564
565 4844  995 mt 
566 (Old CI \(XORshift, XORshift\)) s
567 gs 4376 276 2051 835 rc
568 DD
569 360 0 4448 952 2 MP stroke
570 SO
571 gr
572
573   36   36 4628  952 FO
574 gs 4376 276 2051 835 rc
575 gr
576
577
578 end %%Color Dict
579
580 eplot
581 %%EndObject
582
583 epage
584 end
585
586 showpage
587
588 %%Trailer
589 %%EOF