📄 datamapslide.ps
字号:
46 sub add } loop add } bind def /str FMLOCAL/cfs { /str sl string def 0 1 sl 1 sub {str exch val put} for str def } bind def/ic [ 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0223 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0223 0 {0 hx} {1 hx} {2 hx} {3 hx} {4 hx} {5 hx} {6 hx} {7 hx} {8 hx} {9 hx} {10 hx} {11 hx} {12 hx} {13 hx} {14 hx} {15 hx} {16 hx} {17 hx} {18 hx} {19 hx} {gn hx} {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} {13} {14} {15} {16} {17} {18} {19} {gn} {0 wh} {1 wh} {2 wh} {3 wh} {4 wh} {5 wh} {6 wh} {7 wh} {8 wh} {9 wh} {10 wh} {11 wh} {12 wh} {13 wh} {14 wh} {gn wh} {0 bl} {1 bl} {2 bl} {3 bl} {4 bl} {5 bl} {6 bl} {7 bl} {8 bl} {9 bl} {10 bl} {11 bl} {12 bl} {13 bl} {14 bl} {gn bl} {0 fl} {1 fl} {2 fl} {3 fl} {4 fl} {5 fl} {6 fl} {7 fl} {8 fl} {9 fl} {10 fl} {11 fl} {12 fl} {13 fl} {14 fl} {gn fl} ] def /sl FMLOCAL /val FMLOCAL /ws FMLOCAL /im FMLOCAL /bs FMLOCAL /cs FMLOCAL /len FMLOCAL /pos FMLOCAL/ms { /sl exch def /val 255 def /ws cfs /im cfs /val 0 def /bs cfs /cs cfs } bind def400 ms /ip { is 0 cf cs readline pop { ic exch get exec add } forall pop } bind def/wh { /len exch def /pos exch def ws 0 len getinterval im pos len getinterval copy pop pos len } bind def/bl { /len exch def /pos exch def bs 0 len getinterval im pos len getinterval copy pop pos len } bind def/s1 1 string def/fl { /len exch def /pos exch def /val cf s1 readhexstring pop 0 get def pos 1 pos len add 1 sub {im exch val put} for pos len } bind def/hx { 3 copy getinterval cf exch readhexstring pop pop } bind def /h FMLOCAL /w FMLOCAL /d FMLOCAL /lb FMLOCAL /bitmapsave FMLOCAL /is FMLOCAL /cf FMLOCAL/wbytes { dup 8 eq {pop} {1 eq {7 add 8 idiv} {3 add 4 idiv} ifelse} ifelse } bind def/BEGINBITMAPBWc { 1 {} COMMONBITMAPc } bind def/BEGINBITMAPGRAYc { 8 {} COMMONBITMAPc } bind def/BEGINBITMAP2BITc { 2 {} COMMONBITMAPc } bind def/COMMONBITMAPc { /r exch def /d exch def gsave translate rotate scale /h exch def /w exch def /lb w d wbytes def sl lb lt {lb ms} if /bitmapsave save def r /is im 0 lb getinterval def ws 0 lb getinterval is copy pop /cf currentfile def w h d [w 0 0 h neg 0 h] {ip} image bitmapsave restore grestore } bind def/BEGINBITMAPBW { 1 {} COMMONBITMAP } bind def/BEGINBITMAPGRAY { 8 {} COMMONBITMAP } bind def/BEGINBITMAP2BIT { 2 {} COMMONBITMAP } bind def/COMMONBITMAP { /r exch def /d exch def gsave translate rotate scale /h exch def /w exch def /bitmapsave save def r /is w d wbytes string def /cf currentfile def w h d [w 0 0 h neg 0 h] {cf is readhexstring pop} image bitmapsave restore grestore } bind def /proc1 FMLOCAL /proc2 FMLOCAL /newproc FMLOCAL/Fmcc { /proc2 exch cvlit def /proc1 exch cvlit def /newproc proc1 length proc2 length add array def newproc 0 proc1 putinterval newproc proc1 length proc2 putinterval newproc cvx} bind def/ngrayt 256 array def/nredt 256 array def/nbluet 256 array def/ngreent 256 array def /gryt FMLOCAL /blut FMLOCAL /grnt FMLOCAL /redt FMLOCAL /indx FMLOCAL /cynu FMLOCAL /magu FMLOCAL /yelu FMLOCAL /k FMLOCAL /u FMLOCAL/colorsetup { currentcolortransfer /gryt exch def /blut exch def /grnt exch def /redt exch def 0 1 255 { /indx exch def /cynu 1 red indx get 255 div sub def /magu 1 green indx get 255 div sub def /yelu 1 blue indx get 255 div sub def /k cynu magu min yelu min def /u k currentundercolorremoval exec def nredt indx 1 0 cynu u sub max sub redt exec put ngreent indx 1 0 magu u sub max sub grnt exec put nbluet indx 1 0 yelu u sub max sub blut exec put ngrayt indx 1 k currentblackgeneration exec sub gryt exec put } for {255 mul cvi nredt exch get} {255 mul cvi ngreent exch get} {255 mul cvi nbluet exch get} {255 mul cvi ngrayt exch get} setcolortransfer {pop 0} setundercolorremoval {} setblackgeneration } bind def /tran FMLOCAL/fakecolorsetup { /tran 256 string def 0 1 255 {/indx exch def tran indx red indx get 77 mul green indx get 151 mul blue indx get 28 mul add add 256 idiv put} for currenttransfer {255 mul cvi tran exch get 255.0 div} exch Fmcc settransfer} bind def/BITMAPCOLOR { /d 8 def gsave translate rotate scale /h exch def /w exch def /bitmapsave save def colorsetup /is w d wbytes string def /cf currentfile def w h d [w 0 0 h neg 0 h] {cf is readhexstring pop} {is} {is} true 3 colorimage bitmapsave restore grestore } bind def/BITMAPCOLORc { /d 8 def gsave translate rotate scale /h exch def /w exch def /lb w d wbytes def sl lb lt {lb ms} if /bitmapsave save def colorsetup /is im 0 lb getinterval def ws 0 lb getinterval is copy pop /cf currentfile def w h d [w 0 0 h neg 0 h] {ip} {is} {is} true 3 colorimage bitmapsave restore grestore } bind def/BITMAPTRUECOLORc { gsave translate rotate scale /h exch def /w exch def /bitmapsave save def /is w string def ws 0 w getinterval is copy pop /cf currentfile def w h 8 [w 0 0 h neg 0 h] {ip} {gip} {bip} true 3 colorimage bitmapsave restore grestore } bind def/BITMAPTRUECOLOR { gsave translate rotate scale /h exch def /w exch def /bitmapsave save def /is w string def /gis w string def /bis w string def /cf currentfile def w h 8 [w 0 0 h neg 0 h] { cf is readhexstring pop } { cf gis readhexstring pop } { cf bis readhexstring pop } true 3 colorimage bitmapsave restore grestore } bind def/BITMAPTRUEGRAYc { gsave translate rotate scale /h exch def /w exch def /bitmapsave save def /is w string def ws 0 w getinterval is copy pop /cf currentfile def w h 8 [w 0 0 h neg 0 h] {ip gip bip w gray} image bitmapsave restore grestore } bind def/ww FMLOCAL/r FMLOCAL/g FMLOCAL/b FMLOCAL/i FMLOCAL/gray { /ww exch def /b exch def /g exch def /r exch def 0 1 ww 1 sub { /i exch def r i get .299 mul g i get .587 mul b i get .114 mul add add r i 3 -1 roll floor cvi put } for r } bind def/BITMAPTRUEGRAY { gsave translate rotate scale /h exch def /w exch def /bitmapsave save def /is w string def /gis w string def /bis w string def /cf currentfile def w h 8 [w 0 0 h neg 0 h] { cf is readhexstring pop cf gis readhexstring pop cf bis readhexstring pop w gray} image bitmapsave restore grestore } bind def/BITMAPGRAY { 8 {fakecolorsetup} COMMONBITMAP } bind def/BITMAPGRAYc { 8 {fakecolorsetup} COMMONBITMAPc } bind def/ENDBITMAP { } bind defend /ALDsave FMLOCAL /ALDmatrix matrix def ALDmatrix currentmatrix pop/StartALD { /ALDsave save def savematrix ALDmatrix setmatrix } bind def/InALD { restorematrix } bind def/DoneALD { ALDsave restore } bind def%%EndProlog%%BeginSetup(3.0) FMVERSION1 1 612 792 0 1 0 FMDOCUMENT32 FMFILLS0 0 FMFILL1 0.1 FMFILL2 0.3 FMFILL3 0.5 FMFILL4 0.7 FMFILL5 0.9 FMFILL6 0.97 FMFILL7 1 FMFILL8 <0f1e3c78f0e1c387> FMFILL9 <0f87c3e1f0783c1e> FMFILL10 <cccccccccccccccc> FMFILL11 <ffff0000ffff0000> FMFILL12 <8142241818244281> FMFILL13 <03060c183060c081> FMFILL14 <8040201008040201> FMFILL16 1 FMFILL17 0.9 FMFILL18 0.7 FMFILL19 0.5 FMFILL20 0.3 FMFILL21 0.1 FMFILL22 0.03 FMFILL23 0 FMFILL24 <f0e1c3870f1e3c78> FMFILL25 <f0783c1e0f87c3e1> FMFILL26 <3333333333333333> FMFILL27 <0000ffff0000ffff> FMFILL28 <7ebddbe7e7dbbd7e> FMFILL29 <fcf9f3e7cf9f3f7e> FMFILL30 <7fbfdfeff7fbfdfe> FMFILL%%EndSetup%%Page: "1" 1%%BeginPaperSize: Letter%%EndPaperSize612 792 1 FMBEGINPAGE254.99 567 281.99 594 281.99 558 254.99 531 4 Y3 X0 KV0.5 H2 Z0 XN227.99 504 254.99 531 254.99 495 227.99 468 4 Y3 XV0 XN200.99 441 227.99 468 227.99 432 200.99 405 4 Y3 XV0 XN227.99 576 254.99 603 254.99 567 227.99 540 4 Y7 XV0 XN200.99 405 227.99 432 227.99 396 200.99 369 4 Y7 XV0 XN200.99 513 227.99 540 227.99 504 200.99 477 4 Y7 XV0 XN200.99 477 227.99 504 227.99 468 200.99 441 4 Y7 XV0 XN227.99 468 254.99 495 254.99 459 227.99 432 4 Y7 XV0 XN227.99 432 254.99 459 254.99 423 227.99 396 4 Y7 XV0 XN254.99 495 281.99 522 281.99 486 254.99 459 4 Y7 XV0 XN254.99 531 281.99 558 281.99 522 254.99 495 4 Y7 XV0 XN254.99 603 281.99 630 281.99 594 254.99 567 4 Y7 XV0 XN254.99 459 281.99 486 281.99 450 254.99 423 4 Y7 XV0 XN227.99 540 254.99 567 254.99 531 227.99 504 4 Y7 XV0 XN281.99 630 308.99 657 308.99 621 281.99 594 4 Y7 XV0 XN281.99 558 308.99 585 308.99 549 281.99 522 4 Y7 XV0 XN281.99 522 308.99 549 308.99 513 281.99 486 4 Y7 XV0 XN281.99 486 308.99 513 308.99 477 281.99 450 4 Y7 XV0 XN200.99 549 227.99 576 227.99 540 200.99 513 4 Y7 XV0 XN281.99 594 308.99 621 308.99 585 281.99 558 4 Y7 XV0 XN173.99 450 200.99 477 200.99 441 173.99 414 4 Y7 XV0 XN173.99 486 200.99 513 200.99 477 173.99 450 4 Y7 XV0 XN173.99 522 200.99 549 200.99 513 173.99 486 4 Y7 XV0 XN173.99 378 200.99 405 200.99 369 173.99 342 4 Y7 XV0 XN173.99 414 200.99 441 200.99 405 173.99 378 4 Y7 XV0 XN90 450 4.5 4.5 214.49 472.5 G90 450 4.5 4.5 214.49 472.5 A90 450 4.5 4.5 241.49 535.5 G90 450 4.5 4.5 241.49 535.5 A90 450 4.5 4.5 268.49 490.5 G90 450 4.5 4.5 268.49 490.5 A90 450 4.5 4.5 241.49 463.5 G90 450 4.5 4.5 241.49 463.5 A90 450 4.5 4.5 268.49 562.5 G90 450 4.5 4.5 268.49 562.5 A90 450 4.5 4.5 241.49 499.5 G90 450 4.5 4.5 241.49 499.5 A90 450 4.5 4.5 214.49 436.5 G90 450 4.5 4.5 214.49 436.5 A90 450 4.5 4.5 214.49 508.5 G90 450 4.5 4.5 214.49 508.5 A90 450 4.5 4.5 268.49 526.5 G90 450 4.5 4.5 268.49 526.5 A353.99 369 632.99 567 RN7 X90 450 9 9 353.99 432 G0 X90 450 9 9 353.99 432 A7 X90 450 9 9 353.99 468 G0 X90 450 9 9 353.99 468 A7 X90 450 9 9 353.99 504 G0 X90 450 9 9 353.99 504 A90 450 9 9 497.99 468 A90 450 9 9 524.99 513 A90 450 9 9 461.99 522 A90 450 9 9 461.99 432 A90 450 9 9 425.99 459 A90 450 9 9 434.99 495 A90 450 9 9 515.99 423 A90 450 9 9 542.99 468 A7 X90 450 9 9 632.99 495 G0 X90 450 9 9 632.99 495 A7 X90 450 9 9 632.99 468 G0 X90 450 9 9 632.99 468 A362.99 504 452.99 522 2 LN362.99 468 416.99 459 2 LN362.99 504 425.99 495 2 LN362.99 432 419.62 452.64 2 LN434.99 486 461.99 441 2 LN468.35 438.36 491.62 461.64 2 LN470.99 432 506.99 423 2 LN432.35 452.64 455.62 438.36 2 LN470.99 522 515.99 513 2 LN90 450 9 9 425.99 414 A425.99 450 425.99 423 2 LN443.99 495 518.62 506.64 2 LN533.99 513 623.99 495 2 LN522.35 429.36 542.99 459 2 LN506.99 468 533.99 468 2 LN551.99 468 623.99 468 2 LN551.99 468 623.99 495 2 LN434.99 414 506.99 423 2 LN524.99 423 623.99 468 2 LN441.35 488.64 488.99 468 2 LN524.99 504 536.62 474.36 2 LN214.49 436.5 M 254.99 369 254.99 369 281.99 369 D 308.99 369 308.99 369 313.49 400.5 D 317.99 432 317.99 432 344.99 432 DN214.49 508.5 M 218.99 603 218.99 603 245.99 616.5 D 272.99 630 272.99 630 295.49 598.5 D 317.99 567 317.99 567 317.99 535.5 D 317.99 504 317.99 504 344.99 504 DN214.49 472.5 M 263.99 405 263.99 405 281.99 427.5 D 299.99 450 299.99 450 308.99 459 D 317.99 468 317.99 468 344.99 468 DNFMENDPAGE%%EndPage: "1" 0%%Trailer%%BoundingBox: 0 0 612 792%%Pages: 1 -1
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -