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

📄 important.eps

📁 BASH Shell 编程 经典教程 《高级SHELL脚本编程》中文版
💻 EPS
字号:
%!PS-Adobe-3.0 EPSF-3.0%%Creator: (ImageMagick)%%Title: (important.eps)%%CreationDate: (Fri Nov  5 11:45:35 2004)%%BoundingBox: 0 0 24 24%%HiResBoundingBox: 0 0 24 24%%DocumentData: Clean7Bit%%LanguageLevel: 1%%Pages: 1%%EndComments%%BeginDefaults%%EndDefaults%%BeginProlog%% Display a color image.  The image is displayed in color on% Postscript viewers or printers that support color, otherwise% it is displayed as grayscale.%/DirectClassPacket{  %  % Get a DirectClass packet.  %  % Parameters:  %   red.  %   green.  %   blue.  %   length: number of pixels minus one of this color (optional).  %  currentfile color_packet readhexstring pop pop  compression 0 eq  {    /number_pixels 3 def  }  {    currentfile byte readhexstring pop 0 get    /number_pixels exch 1 add 3 mul def  } ifelse  0 3 number_pixels 1 sub  {    pixels exch color_packet putinterval  } for  pixels 0 number_pixels getinterval} bind def/DirectClassImage{  %  % Display a DirectClass image.  %  systemdict /colorimage known  {    columns rows 8    [      columns 0 0      rows neg 0 rows    ]    { DirectClassPacket } false 3 colorimage  }  {    %    % No colorimage operator;  convert to grayscale.    %    columns rows 8    [      columns 0 0      rows neg 0 rows    ]    { GrayDirectClassPacket } image  } ifelse} bind def/GrayDirectClassPacket{  %  % Get a DirectClass packet;  convert to grayscale.  %  % Parameters:  %   red  %   green  %   blue  %   length: number of pixels minus one of this color (optional).  %  currentfile color_packet readhexstring pop pop  color_packet 0 get 0.299 mul  color_packet 1 get 0.587 mul add  color_packet 2 get 0.114 mul add  cvi  /gray_packet exch def  compression 0 eq  {    /number_pixels 1 def  }  {    currentfile byte readhexstring pop 0 get    /number_pixels exch 1 add def  } ifelse  0 1 number_pixels 1 sub  {    pixels exch gray_packet put  } for  pixels 0 number_pixels getinterval} bind def/GrayPseudoClassPacket{  %  % Get a PseudoClass packet;  convert to grayscale.  %  % Parameters:  %   index: index into the colormap.  %   length: number of pixels minus one of this color (optional).  %  currentfile byte readhexstring pop 0 get  /offset exch 3 mul def  /color_packet colormap offset 3 getinterval def  color_packet 0 get 0.299 mul  color_packet 1 get 0.587 mul add  color_packet 2 get 0.114 mul add  cvi  /gray_packet exch def  compression 0 eq  {    /number_pixels 1 def  }  {    currentfile byte readhexstring pop 0 get    /number_pixels exch 1 add def  } ifelse  0 1 number_pixels 1 sub  {    pixels exch gray_packet put  } for  pixels 0 number_pixels getinterval} bind def/PseudoClassPacket{  %  % Get a PseudoClass packet.  %  % Parameters:  %   index: index into the colormap.  %   length: number of pixels minus one of this color (optional).  %  currentfile byte readhexstring pop 0 get  /offset exch 3 mul def  /color_packet colormap offset 3 getinterval def  compression 0 eq  {    /number_pixels 3 def  }  {    currentfile byte readhexstring pop 0 get    /number_pixels exch 1 add 3 mul def  } ifelse  0 3 number_pixels 1 sub  {    pixels exch color_packet putinterval  } for  pixels 0 number_pixels getinterval} bind def/PseudoClassImage{  %  % Display a PseudoClass image.  %  % Parameters:  %   class: 0-PseudoClass or 1-Grayscale.  %  currentfile buffer readline pop  token pop /class exch def pop  class 0 gt  {    currentfile buffer readline pop    token pop /depth exch def pop    /grays columns 8 add depth sub depth mul 8 idiv string def    columns rows depth    [      columns 0 0      rows neg 0 rows    ]    { currentfile grays readhexstring pop } image  }  {    %    % Parameters:    %   colors: number of colors in the colormap.    %   colormap: red, green, blue color packets.    %    currentfile buffer readline pop    token pop /colors exch def pop    /colors colors 3 mul def    /colormap colors string def    currentfile colormap readhexstring pop pop    systemdict /colorimage known    {      columns rows 8      [        columns 0 0        rows neg 0 rows      ]      { PseudoClassPacket } false 3 colorimage    }    {      %      % No colorimage operator;  convert to grayscale.      %      columns rows 8      [        columns 0 0        rows neg 0 rows      ]      { GrayPseudoClassPacket } image    } ifelse  } ifelse} bind def/DisplayImage{  %  % Display a DirectClass or PseudoClass image.  %  % Parameters:  %   x & y translation.  %   x & y scale.  %   label pointsize.  %   image label.  %   image columns & rows.  %   class: 0-DirectClass or 1-PseudoClass.  %   compression: 0-none or 1-RunlengthEncoded.  %   hex color packets.  %  gsave  /buffer 512 string def  /byte 1 string def  /color_packet 3 string def  /pixels 768 string def  currentfile buffer readline pop  token pop /x exch def  token pop /y exch def pop  x y translate  currentfile buffer readline pop  token pop /x exch def  token pop /y exch def pop  currentfile buffer readline pop  token pop /pointsize exch def pop  /Times-Roman findfont pointsize scalefont setfont  x y scale  currentfile buffer readline pop  token pop /columns exch def  token pop /rows exch def pop  currentfile buffer readline pop  token pop /class exch def pop  currentfile buffer readline pop  token pop /compression exch def pop  class 0 gt { PseudoClassImage } { DirectClassImage } ifelse  grestore} bind def%%EndProlog%%Page:  1 1%%PageBoundingBox: 0 0 24 24userdict beginDisplayImage0 024 2412.00000024 241002560000000808081010101818182929293939394242314242424A4A4A5252525A5A296363186363526363636B6B426B6B6B7373527B7B7B8484848C8C188C8C398C8C7B8C8C8C94945A94948C9494949C9C5A9C9C639C9C7B9C9C9CA5A563A5A584A5A594A5A59CA5A5A5ADAD21ADAD39ADAD6BADAD7BADAD84ADAD8CADADA5ADADADB5B54AB5B552B5B58CB5B5B5BDBD08BDBD5ABDBD84BDBD9CBDBDBDC6C608C6C65AC6C6C6CECE73CECECED6D618D6D652D6D663D6D66BD6D6D6DEDE00DEDE21DEDE31DEDE39DEDE52DEDEDEE7E708E7E721E7E729E7E731E7E75AE7E763E7E77BE7E7E7EFEF00EFEF10EFEF31EFEF42EFEFEFF7F710F7F718F7F731F7F739F7F74AF7F7F7FFFF00FFFF08FFFF10FFFF21FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5B5B5B5B5B5B5B5B5B5B4B4B4B4B4B5B5B5B5B5B5B5B5B5B5B5B5B5B5B5B5B4B362219222222192238565B5B5B5B5B5B5B5B5B5B5B5633161F404D4D4D4D4D321C16385B5B5B5B5B5B5B5B5B4B191E495757575757575757573A1A22565B5B5B5B5B5B5619314D57575757575757575757574D262E5B5B5B5B5B56193157575757574C14103E5757575757571B2E5B5B5B5B38254D57575757571400000A4D57575757574D1E435B5B4B21495757575757570D000005405757575757573A295B5B382857575757575757120000094E575757575757571C4B5B2241575757575757572300000B595757575757575728384B224D575757575757572F020013575757575757575744194B224D5757575757575739040224575757575757575744194B224D575757575757573F05022B575757575757575744194B224D575757575757574607033B575757575757575744194B224D575757575757574F160F4A575757575757575744225B2E405757575757575747141039595757575757575728385B3D1F5757575757575711000009475757575757574F204B5B56213A575757575757100000063F575757575758302E5B5B5B3D1E4D57575757573E0E0C2F5757575757573C22505B5B5B5B22265757575757575A4E5757575757575716385B5B5B5B5B5B221B4D57575757575757575757583C12385B5B5B5B5B5B5B5B221A354F575757575757574F2C19365B5B5B5B5B5B5B5B5B5B3D22152844444444371C152A4B5B5B5B5B5B5B5B5B5B5B5B5B5B4B361919191922384B5B5B5B5B5B5B5Bend%%PageTrailer%%Trailer%%EOF

⌨️ 快捷键说明

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