📄 densecov.eps
字号:
%!PS-Adobe-3.0 EPSF-3.0%%Creator: MATLAB, The Mathworks, Inc.%%Title: ~/Research/PersonalDocuments/RSS2005/Graphics/densecov.eps%%CreationDate: 01/16/2005 12:28:51%%DocumentNeededFonts: Helvetica%%DocumentProcessColors: Cyan Magenta Yellow Black%%LanguageLevel: 2%%Pages: 1%%BoundingBox: 73 173 550 636%%EndComments%%BeginProlog% MathWorks dictionary/MathWorks 160 dict begin% definition operators/bdef {bind def} bind def/ldef {load def} bind def/xdef {exch def} bdef/xstore {exch store} bdef% operator abbreviations/c /clip ldef/cc /concat ldef/cp /closepath ldef/gr /grestore ldef/gs /gsave ldef/mt /moveto ldef/np /newpath ldef/cm /currentmatrix ldef/sm /setmatrix ldef/rm /rmoveto ldef/rl /rlineto ldef/s {show newpath} bdef/sc {setcmykcolor} bdef/sr /setrgbcolor ldef/sg /setgray ldef/w /setlinewidth ldef/j /setlinejoin ldef/cap /setlinecap ldef/rc {rectclip} bdef/rf {rectfill} bdef% page state control/pgsv () def/bpage {/pgsv save def} bdef/epage {pgsv restore} bdef/bplot /gsave ldef/eplot {stroke grestore} bdef% orientation switch/portraitMode 0 def /landscapeMode 1 def /rotateMode 2 def% coordinate system mappings/dpi2point 0 def% font control/FontSize 0 def/FMS {/FontSize xstore findfont [FontSize 0 0 FontSize neg 0 0] makefont setfont} bdef/reencode {exch dup where {pop load} {pop StandardEncoding} ifelse exch dup 3 1 roll findfont dup length dict begin { 1 index /FID ne {def}{pop pop} ifelse } forall /Encoding exch def currentdict end definefont pop} bdef/isroman {findfont /CharStrings get /Agrave known} bdef/FMSR {3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse exch FMS} bdef/csm {1 dpi2point div -1 dpi2point div scale neg translate dup landscapeMode eq {pop -90 rotate} {rotateMode eq {90 rotate} if} ifelse} bdef% line types: solid, dotted, dashed, dotdash/SO { [] 0 setdash } bdef/DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef/DA { [6 dpi2point mul] 0 setdash } bdef/DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4 dpi2point mul] 0 setdash } bdef% macros for lines and objects/L {lineto stroke} bdef/MP {3 1 roll moveto 1 sub {rlineto} repeat} bdef/AP {{rlineto} repeat} bdef/PDlw -1 def/W {/PDlw currentlinewidth def setlinewidth} def/PP {closepath eofill} bdef/DP {closepath stroke} bdef/MR {4 -2 roll moveto dup 0 exch rlineto exch 0 rlineto neg 0 exch rlineto closepath} bdef/FR {MR stroke} bdef/PR {MR fill} bdef/L1i {{currentfile picstr readhexstring pop} image} bdef/tMatrix matrix def/MakeOval {newpath tMatrix currentmatrix pop translate scale0 0 1 0 360 arc tMatrix setmatrix} bdef/FO {MakeOval stroke} bdef/PO {MakeOval fill} bdef/PD {currentlinewidth 2 div 0 360 arc fill PDlw -1 eq not {PDlw w /PDlw -1 def} if} def/FA {newpath tMatrix currentmatrix pop translate scale 0 0 1 5 -2 roll arc tMatrix setmatrix stroke} bdef/PA {newpath tMatrix currentmatrix pop translate 0 0 moveto scale 0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill} bdef/FAn {newpath tMatrix currentmatrix pop translate scale 0 0 1 5 -2 roll arcn tMatrix setmatrix stroke} bdef/PAn {newpath tMatrix currentmatrix pop translate 0 0 moveto scale 0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill} bdef/vradius 0 def /hradius 0 def /lry 0 def/lrx 0 def /uly 0 def /ulx 0 def /rad 0 def/MRR {/vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef /ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly vradius add translate hradius vradius scale 0 0 1 180 270 arc tMatrix setmatrix lrx hradius sub uly vradius add translate hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix lrx hradius sub lry vradius sub translate hradius vradius scale 0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix closepath} bdef/FRR {MRR stroke } bdef/PRR {MRR fill } bdef/MlrRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def newpath tMatrix currentmatrix pop ulx rad add uly rad add translate rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix closepath} bdef/FlrRR {MlrRR stroke } bdef/PlrRR {MlrRR fill } bdef/MtbRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def newpath tMatrix currentmatrix pop ulx rad add uly rad add translate rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix closepath} bdef/FtbRR {MtbRR stroke } bdef/PtbRR {MtbRR fill } bdef/stri 6 array def /dtri 6 array def/smat 6 array def /dmat 6 array def/tmat1 6 array def /tmat2 6 array def /dif 3 array def/asub {/ind2 exch def /ind1 exch def dup dup ind1 get exch ind2 get sub exch } bdef/tri_to_matrix { 2 0 asub 3 1 asub 4 0 asub 5 1 asub dup 0 get exch 1 get 7 -1 roll astore } bdef/compute_transform { dmat dtri tri_to_matrix tmat1 invertmatrix smat stri tri_to_matrix tmat2 concatmatrix } bdef/ds {stri astore pop} bdef/dt {dtri astore pop} bdef/db {2 copy /cols xdef /rows xdef mul dup string currentfile 3 index 0 eq {/ASCIIHexDecode filter} {/ASCII85Decode filter 3 index 2 eq {/RunLengthDecode filter} if } ifelse exch readstring pop /bmap xdef pop pop} bdef/it {gs np dtri aload pop moveto lineto lineto cp c cols rows 8 compute_transform {bmap} image gr}bdef/il {newpath moveto lineto stroke}bdefcurrentdict end def%%EndProlog%%BeginSetupMathWorks begin0 capend%%EndSetup%%Page: 1 1%%BeginPageSetup%%PageBoundingBox: 73 173 550 636MathWorks beginbpage%%EndPageSetup%%BeginObject: obj1bplot/dpi2point 12 defportraitMode 0216 9288 csm 665 1647 5719 5558 rc125 dict begin %Colortable dictionary/c0 { 0.000000 0.000000 0.000000 sr} bdef/c1 { 1.000000 1.000000 1.000000 sr} bdef/c2 { 0.900000 0.000000 0.000000 sr} bdef/c3 { 0.000000 0.820000 0.000000 sr} bdef/c4 { 0.000000 0.000000 0.800000 sr} bdef/c5 { 0.910000 0.820000 0.320000 sr} bdef/c6 { 1.000000 0.260000 0.820000 sr} bdef/c7 { 0.000000 0.820000 0.820000 sr} bdefc01 j1 sg 0 0 6921 9073 rf6 w0 -5363 5364 0 0 5363 899 1695 4 MPPP-5364 0 0 -5363 5364 0 0 5363 899 1695 5 MP strokegs 899 1695 5365 5364 rc/mwscm { [/Indexed /DeviceRGB 63 < ffffff fafafa f6f6f6 f2f2f2 eeeeee eaeaea e6e6e6 e2e2e2 dedede dadada d6d6d6 d2d2d2 cecece cacaca c6c6c6 c2c2c2 bebebe bababa b6b6b6 b2b2b2 aeaeae aaaaaa a5a5a5 a1a1a1 9d9d9d 999999 959595 919191 8d8d8d 898989 858585 818181 7d7d7d 797979 757575 717171 6d6d6d 696969 656565 616161 5d5d5d 595959 555555 505050 4c4c4c 484848 444444 404040 3c3c3c 383838 343434 303030 2c2c2c 282828 242424 202020 1c1c1c 181818 141414 101010 0c0c0c 080808 040404 000000 >] setcolorspace } bdef mwscmgs np 900 1695 mt 0 5364 rl 5363 0 rl 0 -5364 rl cp c np[5363 0 0 5364 900 1695] cc<< % Image dictionary /ImageType 1 /Width 195 /Height 195 /BitsPerComponent 8 /Decode [0 255] /ImageMatrix [195.000000 0 0 195.000000 0 0] /DataSource currentfile /ASCII85Decode filter /RunLengthDecode filter>>imageIm3u8*Wc<b!rsJG!?hOF+Th]f!WXAF!$;7B+Th`d!s'MG!$D@D+T_We!rsJG!$MFE*<Q9a!rsAD!$MCD+T_Zd!rsGF!$).A+T_We!WX5B!$D@D*<H3_!WX5B!#u%?*!-*Z!WX,?!#bn=)?KmX!rs/>!#u(@(]j[R!e11i!rs2@!>tq=(BORT!rs&;!#Pe<('4IO!WX#<!#,J7(]saS!rs,>!#,J7'a"FP!rs)=!#5P9'E\=L!rsJH!!5@b![%IF+TMTe!!=>D"!@RG*WQ9`!!42A"!IXG+TMQd!!4;D"!@RG+TMTe!!=AE![.OF+TMQb!!@]k!!=8B![.OF*<6-`!!=2@"!%@C+92Hc!!42A!ZV1A*<6-]!!48C!Zh=C*WQ6^!!48C![.OF*<6-a!!48C![%IE+92Hd!!42A!Z_7B+TMNa!!4;D!?_@C*<6*]!!+)?![%IE+92Hd!!+2B!?hFD+TMNd!!+,@!?hGm!?_@E+TMNC56M#o!<EK,!XSi-#Qb#4!!EN-":5/5#lju4"9Af1!XSr0#m(/7!WWN,!XJc+#mC;8!WWN0!so#4#lk&6!rrW/":554#64o4!!NW3!XSo/#6Y/9"9f)8":557#mCA:"U#,9!so/8#mLG;"T\o7":553IgH>]#mUM<"T\i4!=8r5#mUS="onr7!so24#mUM<#6bD=!so59#6t87#6>&7!!ro4#RCD9#65&8!!`c3#m^M:#QY22!!aPH"@!8/4U;id$Pk`/'0Z^93Xucd%M_2<(-2^:56r#h$Pkr4(-W*A4p;Z]$PY],'gDg95CWhO57SDl&/@;;(-_s:57ePo#nf?3&31:85782j#n]B3(-`?F57ePo&/@D;'L!!B4Ur/h&/@>9'g;m<4:i5l";O$,'fud<57%ob#SoQ5(-<'@4p2T\%M_)/'fcX;3=loe%M^r7&j-I53scN]";Nm(&ig113sQK]";-,C%Mh#,'0$:33<]ur+9Dp8%1#0.#<r\$57@f^$jAj'#X8b*57Ri]%LbQ3$9o"-57Rr`%L>3-"[<D"4Uhf_%1,0,$U5(+4q.`]%LYE/$9en-577ZY$3`U%$pP1-577la%LYE/$pG.14q.rc%1PN3%R1C44q.ud%1POO%LtZ3%6Y.157J,f%1PN0%R1F557S2f$k>E0%mLL54Uhod%M(`4%mLO74pqib$P,H0%m:@457A&e$kGQ4%m::257S2e$kGQ2"?d(l!!sAL56hBL!tI-i#qZJj/--M8#Sf'+'f,jp1Dg9O%h19*"u6Mq1("%;!tHpcIfM/@!AP)c0bkBV$Q:]%'JgF(0+SsT)@.bo)^YV).iJjM%gaX$'f$LC0H(ia*?$XQ%5/e<1*I>b+W<$X%58h,0dR\j*<@i?%5B1=0c^NJ,6]kJ'f%-S/Kk-L.2+B\!AGr21+=+q-P\?d)(?j;.OGEM-3>kO$n<_1.t8oM1+<8P.MOZh!\5c+.g#c!+Tha.#R<R!#X8S#4pM<W#7!I"#!WD"57%T[#7*Er#X8S#56hHY#REWu#X/M!56V9S"UI<r#X&Fu57%QZ#m`]u#<rM"49l'T#mNR"#<N1r56hBT#m`^$#<N4t3XH'Q#R<?r#WE"o3!k'>2[BXK"pd'm#<E"n2$aID#REHr"uZYk2@0XF#mWEn#VcSi2$F4>#7*$j#;ZYl/dV_>#6lsh"u?Df0*_\7"pZpg#VcJe0*hh:"U?[c#<i:q"!I[N56_?W#6mBs"[<.q56V3R"U@0p#X&@q56_BX"p[?s#X8Lu56_@B56_9U"pR9r#X8Lu56_BV"p[3o#!E.r56_?S"pdEs#!2tl3s>mS"p[?r#X&@t3sGsP"pm?q#sSV#4U)3U"pm?q#sSV#56_EU"pmKu#sSV#56_EY"URBt#sAJ!3s>pT"pmHt#sSV#56_EU"pmEs
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -