]> git.mxchange.org Git - quix0rs-apt-p2p.git/blob - docs/paper/AptP2PDuration-ind_peers.eps
Added the new paper targetting INFOCOM to the docs.
[quix0rs-apt-p2p.git] / docs / paper / AptP2PDuration-ind_peers.eps
1 %!PS-Adobe-2.0 EPSF-1.2
2 %%Creator: MATLAB, The Mathworks, Inc. Version 7.6.0.324 (R2008a). Operating System: Linux 2.6.18.8-0.10-default #1 SMP Wed Jun 4 15:46:34 UTC 2008 i686.
3 %%Title: /cs/grad1/camerond/school/matlab/cache/AptP2PDuration-ind_peers.20080815T153631.eps
4 %%CreationDate: 08/15/2008  15:36:32
5 %%DocumentNeededFonts: Helvetica
6 %%DocumentProcessColors: Cyan Magenta Yellow Black
7 %%Extensions: CMYK
8 %%Pages: 1
9 %%BoundingBox:    55   196   550   589
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 exch readhexstring pop
141   dup 0 3 index getinterval /rbmap xdef
142   dup 2 index dup getinterval /gbmap xdef
143   1 index dup 2 mul exch getinterval /bbmap xdef pop pop}bdef
144 /it {gs np dtri aload pop moveto lineto lineto cp c
145   cols rows 8 compute_transform 
146   rbmap gbmap bbmap true 3 colorimage gr}bdef
147 /il {newpath moveto lineto stroke}bdef
148 currentdict end def
149 %%EndProlog
150
151 %%BeginSetup
152 MathWorks begin
153
154 0 cap
155
156 end
157 %%EndSetup
158
159 %%Page: 1 1
160 %%BeginPageSetup
161 %%PageBoundingBox:    55   196   550   589
162 MathWorks begin
163 bpage
164 %%EndPageSetup
165
166 %%BeginObject: obj1
167 bplot
168
169 /dpi2point 12 def
170 portraitMode 0216 7344 csm
171
172   446   274  5947  4718 MR c np
173 76 dict begin %Colortable dictionary
174 /c0 { 0.000000 0.000000 0.000000 sr} bdef
175 /c1 { 1.000000 1.000000 1.000000 sr} bdef
176 /c2 { 0.900000 0.000000 0.000000 sr} bdef
177 /c3 { 0.000000 0.820000 0.000000 sr} bdef
178 /c4 { 0.000000 0.000000 0.800000 sr} bdef
179 /c5 { 0.910000 0.820000 0.320000 sr} bdef
180 /c6 { 1.000000 0.260000 0.820000 sr} bdef
181 /c7 { 0.000000 0.820000 0.820000 sr} bdef
182 c0
183 1 j
184 1 sg
185    0    0 6913 5186 PR
186 6 w
187 0 4226 5356 0 0 -4226 899 4615 4 MP
188 PP
189 -5356 0 0 4226 5356 0 0 -4226 899 4615 5 MP stroke
190 4 w
191 DO
192 SO
193 6 w
194 0 sg
195  899 4615 mt 6255 4615 L
196  899  389 mt 6255  389 L
197  899 4615 mt  899  389 L
198 6255 4615 mt 6255  389 L
199  899 4615 mt 6255 4615 L
200  899 4615 mt  899  389 L
201  899 4615 mt  899 4588 L
202  899  389 mt  899  415 L
203  899 4615 mt  899 4561 L
204  899  389 mt  899  442 L
205 %%IncludeResource: font Helvetica
206 /Helvetica /ISOLatin1Encoding 120 FMSR
207
208  811 4797 mt 
209 (10) s
210 %%IncludeResource: font Helvetica
211 /Helvetica /ISOLatin1Encoding 80 FMSR
212
213  944 4723 mt 
214 (0) s
215 1302 4615 mt 1302 4588 L
216 1302  389 mt 1302  415 L
217 1537 4615 mt 1537 4588 L
218 1537  389 mt 1537  415 L
219 1705 4615 mt 1705 4588 L
220 1705  389 mt 1705  415 L
221 1834 4615 mt 1834 4588 L
222 1834  389 mt 1834  415 L
223 1940 4615 mt 1940 4588 L
224 1940  389 mt 1940  415 L
225 2030 4615 mt 2030 4588 L
226 2030  389 mt 2030  415 L
227 2108 4615 mt 2108 4588 L
228 2108  389 mt 2108  415 L
229 2176 4615 mt 2176 4588 L
230 2176  389 mt 2176  415 L
231 2238 4615 mt 2238 4588 L
232 2238  389 mt 2238  415 L
233 2238 4615 mt 2238 4561 L
234 2238  389 mt 2238  442 L
235 %%IncludeResource: font Helvetica
236 /Helvetica /ISOLatin1Encoding 120 FMSR
237
238 2150 4797 mt 
239 (10) s
240 %%IncludeResource: font Helvetica
241 /Helvetica /ISOLatin1Encoding 80 FMSR
242
243 2283 4723 mt 
244 (1) s
245 2641 4615 mt 2641 4588 L
246 2641  389 mt 2641  415 L
247 2876 4615 mt 2876 4588 L
248 2876  389 mt 2876  415 L
249 3044 4615 mt 3044 4588 L
250 3044  389 mt 3044  415 L
251 3173 4615 mt 3173 4588 L
252 3173  389 mt 3173  415 L
253 3279 4615 mt 3279 4588 L
254 3279  389 mt 3279  415 L
255 3369 4615 mt 3369 4588 L
256 3369  389 mt 3369  415 L
257 3447 4615 mt 3447 4588 L
258 3447  389 mt 3447  415 L
259 3515 4615 mt 3515 4588 L
260 3515  389 mt 3515  415 L
261 3577 4615 mt 3577 4588 L
262 3577  389 mt 3577  415 L
263 3577 4615 mt 3577 4561 L
264 3577  389 mt 3577  442 L
265 %%IncludeResource: font Helvetica
266 /Helvetica /ISOLatin1Encoding 120 FMSR
267
268 3489 4797 mt 
269 (10) s
270 %%IncludeResource: font Helvetica
271 /Helvetica /ISOLatin1Encoding 80 FMSR
272
273 3622 4723 mt 
274 (2) s
275 3980 4615 mt 3980 4588 L
276 3980  389 mt 3980  415 L
277 4215 4615 mt 4215 4588 L
278 4215  389 mt 4215  415 L
279 4383 4615 mt 4383 4588 L
280 4383  389 mt 4383  415 L
281 4512 4615 mt 4512 4588 L
282 4512  389 mt 4512  415 L
283 4618 4615 mt 4618 4588 L
284 4618  389 mt 4618  415 L
285 4708 4615 mt 4708 4588 L
286 4708  389 mt 4708  415 L
287 4786 4615 mt 4786 4588 L
288 4786  389 mt 4786  415 L
289 4854 4615 mt 4854 4588 L
290 4854  389 mt 4854  415 L
291 4916 4615 mt 4916 4588 L
292 4916  389 mt 4916  415 L
293 4916 4615 mt 4916 4561 L
294 4916  389 mt 4916  442 L
295 %%IncludeResource: font Helvetica
296 /Helvetica /ISOLatin1Encoding 120 FMSR
297
298 4828 4797 mt 
299 (10) s
300 %%IncludeResource: font Helvetica
301 /Helvetica /ISOLatin1Encoding 80 FMSR
302
303 4961 4723 mt 
304 (3) s
305 5319 4615 mt 5319 4588 L
306 5319  389 mt 5319  415 L
307 5554 4615 mt 5554 4588 L
308 5554  389 mt 5554  415 L
309 5722 4615 mt 5722 4588 L
310 5722  389 mt 5722  415 L
311 5851 4615 mt 5851 4588 L
312 5851  389 mt 5851  415 L
313 5957 4615 mt 5957 4588 L
314 5957  389 mt 5957  415 L
315 6047 4615 mt 6047 4588 L
316 6047  389 mt 6047  415 L
317 6125 4615 mt 6125 4588 L
318 6125  389 mt 6125  415 L
319 6193 4615 mt 6193 4588 L
320 6193  389 mt 6193  415 L
321 6255 4615 mt 6255 4588 L
322 6255  389 mt 6255  415 L
323 6255 4615 mt 6255 4561 L
324 6255  389 mt 6255  442 L
325 %%IncludeResource: font Helvetica
326 /Helvetica /ISOLatin1Encoding 120 FMSR
327
328 6167 4797 mt 
329 (10) s
330 %%IncludeResource: font Helvetica
331 /Helvetica /ISOLatin1Encoding 80 FMSR
332
333 6300 4723 mt 
334 (4) s
335  899 4615 mt  952 4615 L
336 6255 4615 mt 6201 4615 L
337 %%IncludeResource: font Helvetica
338 /Helvetica /ISOLatin1Encoding 120 FMSR
339
340  798 4659 mt 
341 (0) s
342  899 4192 mt  952 4192 L
343 6255 4192 mt 6201 4192 L
344  731 4236 mt 
345 (10) s
346  899 3769 mt  952 3769 L
347 6255 3769 mt 6201 3769 L
348  731 3813 mt 
349 (20) s
350  899 3347 mt  952 3347 L
351 6255 3347 mt 6201 3347 L
352  731 3391 mt 
353 (30) s
354  899 2924 mt  952 2924 L
355 6255 2924 mt 6201 2924 L
356  731 2968 mt 
357 (40) s
358  899 2502 mt  952 2502 L
359 6255 2502 mt 6201 2502 L
360  731 2546 mt 
361 (50) s
362  899 2079 mt  952 2079 L
363 6255 2079 mt 6201 2079 L
364  731 2123 mt 
365 (60) s
366  899 1656 mt  952 1656 L
367 6255 1656 mt 6201 1656 L
368  731 1700 mt 
369 (70) s
370  899 1234 mt  952 1234 L
371 6255 1234 mt 6201 1234 L
372  731 1278 mt 
373 (80) s
374  899  811 mt  952  811 L
375 6255  811 mt 6201  811 L
376  731  855 mt 
377 (90) s
378  899  389 mt  952  389 L
379 6255  389 mt 6201  389 L
380  664  433 mt 
381 (100) s
382  899 4615 mt 6255 4615 L
383  899  389 mt 6255  389 L
384  899 4615 mt  899  389 L
385 6255 4615 mt 6255  389 L
386 gs 899 389 5357 4227 MR c np
387 83 -145 83 -49 83 -48 82 0 83 -25 83 0 83 0 83 -97 
388 83 0 83 -48 83 -49 83 -97 82 -122 83 -48 83 -73 83 -49 
389 83 -48 83 0 83 -24 83 -49 83 -24 83 -97 82 -25 83 -73 
390 83 -97 83 -121 83 -24 83 -98 83 -97 83 -97 83 -97 82 -24 
391 83 -73 83 -219 83 -146 83 -194 83 -24 83 -219 83 -121 83 -97 
392 82 -170 83 -146 83 -97 83 -170 83 -49 83 -97 83 -24 83 -73 
393 83 -49 82 -48 899 4250 51 MP stroke
394 gr
395
396 2727 4940 mt 
397 (Peer's Average Duration \(hours\)) s
398  582 3044 mt  -90 rotate
399 (Percentage of Peers) s
400 90 rotate
401
402 end %%Color Dict
403
404 eplot
405 %%EndObject
406
407 epage
408 end
409
410 showpage
411
412 %%Trailer
413 %%EOF