⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 chmxx_8h__incl.eps

📁 It is a chm file viewer lib with source code
💻 EPS
字号:
%!PS-Adobe-2.0%%Creator: dot version 1.9 (Fri Mar 28 03:49:36 UTC 2003)%%For: (indrek) Indrek Mandre%%Title: inheritance%%Pages: (atend)%%BoundingBox: 35 35 355 121%%EndCommentssave%%BeginProlog/DotDict 200 dict defDotDict begin/setupLatin1 {mark/EncodingVector 256 array def EncodingVector 0ISOLatin1Encoding 0 255 getinterval putintervalEncodingVector  dup 306 /AE  dup 301 /Aacute  dup 302 /Acircumflex  dup 304 /Adieresis  dup 300 /Agrave  dup 305 /Aring  dup 303 /Atilde  dup 307 /Ccedilla  dup 311 /Eacute  dup 312 /Ecircumflex  dup 313 /Edieresis  dup 310 /Egrave  dup 315 /Iacute  dup 316 /Icircumflex  dup 317 /Idieresis  dup 314 /Igrave  dup 334 /Udieresis  dup 335 /Yacute  dup 376 /thorn  dup 337 /germandbls  dup 341 /aacute  dup 342 /acircumflex  dup 344 /adieresis  dup 346 /ae  dup 340 /agrave  dup 345 /aring  dup 347 /ccedilla  dup 351 /eacute  dup 352 /ecircumflex  dup 353 /edieresis  dup 350 /egrave  dup 355 /iacute  dup 356 /icircumflex  dup 357 /idieresis  dup 354 /igrave  dup 360 /dcroat  dup 361 /ntilde  dup 363 /oacute  dup 364 /ocircumflex  dup 366 /odieresis  dup 362 /ograve  dup 365 /otilde  dup 370 /oslash  dup 372 /uacute  dup 373 /ucircumflex  dup 374 /udieresis  dup 371 /ugrave  dup 375 /yacute  dup 377 /ydieresis  % Set up ISO Latin 1 character encoding/starnetISO {        dup dup findfont dup length dict begin        { 1 index /FID ne { def }{ pop pop } ifelse        } forall        /Encoding EncodingVector def        currentdict end definefont} def/Times-Roman starnetISO def/Times-Italic starnetISO def/Times-Bold starnetISO def/Times-BoldItalic starnetISO def/Helvetica starnetISO def/Helvetica-Oblique starnetISO def/Helvetica-Bold starnetISO def/Helvetica-BoldOblique starnetISO def/Courier starnetISO def/Courier-Oblique starnetISO def/Courier-Bold starnetISO def/Courier-BoldOblique starnetISO defcleartomark} bind def%%BeginResource: procset/coord-font-family /Times-Roman def/default-font-family /Times-Roman def/coordfont coord-font-family findfont 8 scalefont def/InvScaleFactor 1.0 def/set_scale {	dup 1 exch div /InvScaleFactor exch def	dup scale} bind def% styles/solid { [] 0 setdash } bind def/dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def/dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def/invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def/bold { 2 setlinewidth } bind def/filled { } bind def/unfilled { } bind def/rounded { } bind def/diagonals { } bind def% hooks for setting color /nodecolor { sethsbcolor } bind def/edgecolor { sethsbcolor } bind def/graphcolor { sethsbcolor } bind def/nopcolor {pop pop pop} bind def/beginpage {	% i j npages	/npages exch def	/j exch def	/i exch def	/str 10 string def	npages 1 gt {		gsave			coordfont setfont			0 0 moveto			(\() show i str cvs show (,) show j str cvs show (\)) show		grestore	} if} bind def/set_font {	findfont exch	scalefont setfont} def% draw aligned label in bounding box aligned to current point/alignedtext {			% width adj text	/text exch def	/adj exch def	/width exch def	gsave		width 0 gt {			text stringwidth pop adj mul 0 rmoveto		} if		[] 0 setdash		text show	grestore} def/boxprim {				% xcorner ycorner xsize ysize		4 2 roll		moveto		2 copy		exch 0 rlineto		0 exch rlineto		pop neg 0 rlineto		closepath} bind def/ellipse_path {	/ry exch def	/rx exch def	/y exch def	/x exch def	matrix currentmatrix	newpath	x y translate	rx ry scale	0 0 1 0 360 arc	setmatrix} bind def/endpage { showpage } bind def/layercolorseq	[	% layer color sequence - darkest to lightest		[0 0 0]		[.2 .8 .8]		[.4 .8 .8]		[.6 .8 .8]		[.8 .8 .8]	]def/layerlen layercolorseq length def/setlayer {/maxlayer exch def /curlayer exch def	layercolorseq curlayer 1 sub layerlen mod get	aload pop sethsbcolor	/nodecolor {nopcolor} def	/edgecolor {nopcolor} def	/graphcolor {nopcolor} def} bind def/onlayer { curlayer ne {invis} if } def/onlayers {	/myupper exch def	/mylower exch def	curlayer mylower lt	curlayer myupper gt	or	{invis} if} def/curlayer 0 def%%EndResource%%EndProlog%%BeginSetup14 default-font-family set_font1 setmiterlimit% /arrowlength 10 def% /arrowwidth 5 def% make sure pdfmark is harmless for PS-interpreters other than Distiller/pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse% make '<<' and '>>' safe on PS Level 1 devices/languagelevel where {pop languagelevel}{1} ifelse2 lt {    userdict (<<) cvn ([) cvn load put    userdict (>>) cvn ([) cvn load put} if%%EndSetup%%Page: 1 1%%PageBoundingBox: 36 36 355 121%%PageOrientation: Portraitgsave35 35 320 86 boxprim clip newpath36 36 translate0 0 1 beginpage0 0 translate 0 rotate0.000 0.000 0.000 graphcolor14.00 /Times-Roman set_font%	Node18gsave 10 dict beginfilled0.000 0.000 0.000 nodecolornewpath 198 23 moveto146 23 lineto146 9 lineto198 9 linetoclosepathfill0.000 0.000 0.000 nodecolorgsave 10 dict begin0.000 0.000 1.000 nodecolor10.00 /Times-Roman set_font172 12 moveto 42 -0.5 (chmxx.h) alignedtextend grestoreend grestore%	Node19gsave 10 dict begin0.000 0.000 0.749 nodecolornewpath 36 75 moveto0 75 lineto0 61 lineto36 61 linetoclosepathstrokegsave 10 dict begin0.000 0.000 0.000 nodecolor10.00 /Times-Roman set_font18 64 moveto 27 -0.5 (string) alignedtextend grestoreend grestore%	Node19 -> Node18gsave 10 dict beginsolid0.667 0.776 0.439 edgecolornewpath 44 59 moveto74 49 122 33 149 24 curvetostrokegsave 10 dict beginsolid0.667 0.776 0.439 edgecolornewpath 44 56 moveto36 62 lineto46 61 linetoclosepathfill0.667 0.776 0.439 edgecolorend grestoreend grestore%	Node20gsave 10 dict begin0.000 0.000 0.749 nodecolornewpath 102 75 moveto54 75 lineto54 61 lineto102 61 linetoclosepathstrokegsave 10 dict begin0.000 0.000 0.000 nodecolor10.00 /Times-Roman set_font78 64 moveto 38 -0.5 (ostream) alignedtextend grestoreend grestore%	Node20 -> Node18gsave 10 dict beginsolid0.667 0.776 0.439 edgecolornewpath 100 56 moveto118 46 143 32 158 24 curvetostrokegsave 10 dict beginsolid0.667 0.776 0.439 edgecolornewpath 100 53 moveto92 60 lineto102 58 linetoclosepathfill0.667 0.776 0.439 edgecolorend grestoreend grestore%	Node21gsave 10 dict begin0.000 0.000 0.749 nodecolornewpath 164 75 moveto120 75 lineto120 61 lineto164 61 linetoclosepathstrokegsave 10 dict begin0.000 0.000 0.000 nodecolor10.00 /Times-Roman set_font142 64 moveto 35 -0.5 (istream) alignedtextend grestoreend grestore%	Node21 -> Node18gsave 10 dict beginsolid0.667 0.776 0.439 edgecolornewpath 151 52 moveto157 43 163 32 168 24 curvetostrokegsave 10 dict beginsolid0.667 0.776 0.439 edgecolornewpath 149 50 moveto146 60 lineto153 53 linetoclosepathfill0.667 0.776 0.439 edgecolorend grestoreend grestore%	Node22gsave 10 dict begin0.000 0.000 0.749 nodecolornewpath 222 75 moveto182 75 lineto182 61 lineto222 61 linetoclosepathstrokegsave 10 dict begin0.000 0.000 0.000 nodecolor10.00 /Times-Roman set_font202 64 moveto 30 -0.5 (vector) alignedtextend grestoreend grestore%	Node22 -> Node18gsave 10 dict beginsolid0.667 0.776 0.439 edgecolornewpath 193 52 moveto187 43 181 32 176 24 curvetostrokegsave 10 dict beginsolid0.667 0.776 0.439 edgecolornewpath 191 53 moveto198 60 lineto195 50 linetoclosepathfill0.667 0.776 0.439 edgecolorend grestoreend grestore%	Node23gsave 10 dict begin0.000 0.000 0.749 nodecolornewpath 268 75 moveto240 75 lineto240 61 lineto268 61 linetoclosepathstrokegsave 10 dict begin0.000 0.000 0.000 nodecolor10.00 /Times-Roman set_font254 64 moveto 13 -0.5 (list) alignedtextend grestoreend grestore%	Node23 -> Node18gsave 10 dict beginsolid0.667 0.776 0.439 edgecolornewpath 234 55 moveto218 45 197 32 184 24 curvetostrokegsave 10 dict beginsolid0.667 0.776 0.439 edgecolornewpath 232 57 moveto242 60 lineto235 53 linetoclosepathfill0.667 0.776 0.439 edgecolorend grestoreend grestore%	Node24gsave 10 dict begin0.000 0.000 0.749 nodecolornewpath 318 75 moveto286 75 lineto286 61 lineto318 61 linetoclosepathstrokegsave 10 dict begin0.000 0.000 0.000 nodecolor10.00 /Times-Roman set_font302 64 moveto 22 -0.5 (map) alignedtextend grestoreend grestore%	Node24 -> Node18gsave 10 dict beginsolid0.667 0.776 0.439 edgecolornewpath 278 59 moveto253 48 214 33 191 24 curvetostrokegsave 10 dict beginsolid0.667 0.776 0.439 edgecolornewpath 276 61 moveto286 62 lineto278 56 linetoclosepathfill0.667 0.776 0.439 edgecolorend grestoreend grestoreendpagegrestore%%PageTrailer%%EndPage: 1

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -