OpenCores
URL https://opencores.org/ocsvn/product_code_iterative_decoder/product_code_iterative_decoder/trunk

Subversion Repositories product_code_iterative_decoder

[/] [product_code_iterative_decoder/] [tags/] [INITIAL/] [doc/] [logo.eps] - Diff between revs 3 and 10

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 3 Rev 10
%!PS-Adobe-3.0 EPSF-3.0
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: xpdf/pdftops 2.01
%%Creator: xpdf/pdftops 2.01
%%LanguageLevel: 2
%%LanguageLevel: 2
%%BoundingBox: 0 0 432 432
%%BoundingBox: 0 0 432 432
%%DocumentSuppliedResources: (atend)
%%DocumentSuppliedResources: (atend)
%%EndComments
%%EndComments
%%BeginProlog
%%BeginProlog
%%BeginResource: procset xpdf 2.01 0
%%BeginResource: procset xpdf 2.01 0
/xpdf 75 dict def xpdf begin
/xpdf 75 dict def xpdf begin
% PDF special state
% PDF special state
/pdfDictSize 14 def
/pdfDictSize 14 def
/pdfSetup {
/pdfSetup {
  3 1 roll 2 array astore
  3 1 roll 2 array astore
  /setpagedevice where {
  /setpagedevice where {
    pop 3 dict begin
    pop 3 dict begin
      /PageSize exch def
      /PageSize exch def
      /ImagingBBox null def
      /ImagingBBox null def
      /Policies 1 dict dup begin /PageSize 3 def end def
      /Policies 1 dict dup begin /PageSize 3 def end def
      { /Duplex true def } if
      { /Duplex true def } if
    currentdict end setpagedevice
    currentdict end setpagedevice
  } {
  } {
    pop pop
    pop pop
  } ifelse
  } ifelse
} def
} def
/pdfStartPage {
/pdfStartPage {
  pdfDictSize dict begin
  pdfDictSize dict begin
  /pdfFill [0] def
  /pdfFill [0] def
  /pdfStroke [0] def
  /pdfStroke [0] def
  /pdfLastFill false def
  /pdfLastFill false def
  /pdfLastStroke false def
  /pdfLastStroke false def
  /pdfTextMat [1 0 0 1 0 0] def
  /pdfTextMat [1 0 0 1 0 0] def
  /pdfFontSize 0 def
  /pdfFontSize 0 def
  /pdfCharSpacing 0 def
  /pdfCharSpacing 0 def
  /pdfTextRender 0 def
  /pdfTextRender 0 def
  /pdfTextRise 0 def
  /pdfTextRise 0 def
  /pdfWordSpacing 0 def
  /pdfWordSpacing 0 def
  /pdfHorizScaling 1 def
  /pdfHorizScaling 1 def
} def
} def
/pdfEndPage { end } def
/pdfEndPage { end } def
% separation convention operators
% separation convention operators
/findcmykcustomcolor where {
/findcmykcustomcolor where {
  pop
  pop
}{
}{
  /findcmykcustomcolor { 5 array astore } def
  /findcmykcustomcolor { 5 array astore } def
} ifelse
} ifelse
/setcustomcolor where {
/setcustomcolor where {
  pop
  pop
}{
}{
  /setcustomcolor {
  /setcustomcolor {
    exch
    exch
    [ exch /Separation exch dup 4 get exch /DeviceCMYK exch
    [ exch /Separation exch dup 4 get exch /DeviceCMYK exch
      0 4 getinterval cvx
      0 4 getinterval cvx
      [ exch /dup load exch { mul exch dup } /forall load
      [ exch /dup load exch { mul exch dup } /forall load
        /pop load dup ] cvx
        /pop load dup ] cvx
    ] setcolorspace setcolor
    ] setcolorspace setcolor
  } def
  } def
} ifelse
} ifelse
/customcolorimage where {
/customcolorimage where {
  pop
  pop
}{
}{
  /customcolorimage {
  /customcolorimage {
    gsave
    gsave
    [ exch /Separation exch dup 4 get exch /DeviceCMYK exch
    [ exch /Separation exch dup 4 get exch /DeviceCMYK exch
      0 4 getinterval cvx
      0 4 getinterval cvx
      [ exch /dup load exch { mul exch dup } /forall load
      [ exch /dup load exch { mul exch dup } /forall load
        /pop load dup ] cvx
        /pop load dup ] cvx
    ] setcolorspace
    ] setcolorspace
    10 dict begin
    10 dict begin
      /ImageType 1 def
      /ImageType 1 def
      /DataSource exch def
      /DataSource exch def
      /ImageMatrix exch def
      /ImageMatrix exch def
      /BitsPerComponent exch def
      /BitsPerComponent exch def
      /Height exch def
      /Height exch def
      /Width exch def
      /Width exch def
      /Decode [1 0] def
      /Decode [1 0] def
    currentdict end
    currentdict end
    image
    image
    grestore
    grestore
  } def
  } def
} ifelse
} ifelse
% PDF color state
% PDF color state
/sCol {
/sCol {
  pdfLastStroke not {
  pdfLastStroke not {
    pdfStroke aload length
    pdfStroke aload length
    dup 1 eq {
    dup 1 eq {
      pop setgray
      pop setgray
    }{
    }{
      dup 3 eq {
      dup 3 eq {
        pop setrgbcolor
        pop setrgbcolor
      }{
      }{
        4 eq {
        4 eq {
          setcmykcolor
          setcmykcolor
        }{
        }{
          findcmykcustomcolor exch setcustomcolor
          findcmykcustomcolor exch setcustomcolor
        } ifelse
        } ifelse
      } ifelse
      } ifelse
    } ifelse
    } ifelse
    /pdfLastStroke true def /pdfLastFill false def
    /pdfLastStroke true def /pdfLastFill false def
  } if
  } if
} def
} def
/fCol {
/fCol {
  pdfLastFill not {
  pdfLastFill not {
    pdfFill aload length
    pdfFill aload length
    dup 1 eq {
    dup 1 eq {
      pop setgray
      pop setgray
    }{
    }{
      dup 3 eq {
      dup 3 eq {
        pop setrgbcolor
        pop setrgbcolor
      }{
      }{
        4 eq {
        4 eq {
          setcmykcolor
          setcmykcolor
        }{
        }{
          findcmykcustomcolor exch setcustomcolor
          findcmykcustomcolor exch setcustomcolor
        } ifelse
        } ifelse
      } ifelse
      } ifelse
    } ifelse
    } ifelse
    /pdfLastFill true def /pdfLastStroke false def
    /pdfLastFill true def /pdfLastStroke false def
  } if
  } if
} def
} def
% build a font
% build a font
/pdfMakeFont {
/pdfMakeFont {
  4 3 roll findfont
  4 3 roll findfont
  4 2 roll matrix scale makefont
  4 2 roll matrix scale makefont
  dup length dict begin
  dup length dict begin
    { 1 index /FID ne { def } { pop pop } ifelse } forall
    { 1 index /FID ne { def } { pop pop } ifelse } forall
    /Encoding exch def
    /Encoding exch def
    currentdict
    currentdict
  end
  end
  definefont pop
  definefont pop
} def
} def
/pdfMakeFont16 {
/pdfMakeFont16 {
  exch findfont
  exch findfont
  dup length dict begin
  dup length dict begin
    { 1 index /FID ne { def } { pop pop } ifelse } forall
    { 1 index /FID ne { def } { pop pop } ifelse } forall
    /WMode exch def
    /WMode exch def
    currentdict
    currentdict
  end
  end
  definefont pop
  definefont pop
} def
} def
/pdfMakeFont16L3 {
/pdfMakeFont16L3 {
  1 index /CIDFont resourcestatus {
  1 index /CIDFont resourcestatus {
    pop pop 1 index /CIDFont findresource /CIDFontType known
    pop pop 1 index /CIDFont findresource /CIDFontType known
  } {
  } {
    false
    false
  } ifelse
  } ifelse
  {
  {
    0 eq { /Identity-H } { /Identity-V } ifelse
    0 eq { /Identity-H } { /Identity-V } ifelse
    exch 1 array astore composefont pop
    exch 1 array astore composefont pop
  } {
  } {
    pdfMakeFont16
    pdfMakeFont16
  } ifelse
  } ifelse
} def
} def
% graphics state operators
% graphics state operators
/q { gsave pdfDictSize dict begin } def
/q { gsave pdfDictSize dict begin } def
/Q { end grestore } def
/Q { end grestore } def
/cm { concat } def
/cm { concat } def
/d { setdash } def
/d { setdash } def
/i { setflat } def
/i { setflat } def
/j { setlinejoin } def
/j { setlinejoin } def
/J { setlinecap } def
/J { setlinecap } def
/M { setmiterlimit } def
/M { setmiterlimit } def
/w { setlinewidth } def
/w { setlinewidth } def
% color operators
% color operators
/g { dup 1 array astore /pdfFill exch def setgray
/g { dup 1 array astore /pdfFill exch def setgray
     /pdfLastFill true def /pdfLastStroke false def } def
     /pdfLastFill true def /pdfLastStroke false def } def
/G { dup 1 array astore /pdfStroke exch def setgray
/G { dup 1 array astore /pdfStroke exch def setgray
     /pdfLastStroke true def /pdfLastFill false def } def
     /pdfLastStroke true def /pdfLastFill false def } def
/rg { 3 copy 3 array astore /pdfFill exch def setrgbcolor
/rg { 3 copy 3 array astore /pdfFill exch def setrgbcolor
      /pdfLastFill true def /pdfLastStroke false def } def
      /pdfLastFill true def /pdfLastStroke false def } def
/RG { 3 copy 3 array astore /pdfStroke exch def setrgbcolor
/RG { 3 copy 3 array astore /pdfStroke exch def setrgbcolor
      /pdfLastStroke true def /pdfLastFill false def } def
      /pdfLastStroke true def /pdfLastFill false def } def
/k { 4 copy 4 array astore /pdfFill exch def setcmykcolor
/k { 4 copy 4 array astore /pdfFill exch def setcmykcolor
     /pdfLastFill true def /pdfLastStroke false def } def
     /pdfLastFill true def /pdfLastStroke false def } def
/K { 4 copy 4 array astore /pdfStroke exch def setcmykcolor
/K { 4 copy 4 array astore /pdfStroke exch def setcmykcolor
     /pdfLastStroke true def /pdfLastFill false def } def
     /pdfLastStroke true def /pdfLastFill false def } def
/ck { 6 copy 6 array astore /pdfFill exch def
/ck { 6 copy 6 array astore /pdfFill exch def
      findcmykcustomcolor exch setcustomcolor
      findcmykcustomcolor exch setcustomcolor
      /pdfLastFill true def /pdfLastStroke false def } def
      /pdfLastFill true def /pdfLastStroke false def } def
/CK { 6 copy 6 array astore /pdfStroke exch def
/CK { 6 copy 6 array astore /pdfStroke exch def
      findcmykcustomcolor exch setcustomcolor
      findcmykcustomcolor exch setcustomcolor
      /pdfLastStroke true def /pdfLastFill false def } def
      /pdfLastStroke true def /pdfLastFill false def } def
% path segment operators
% path segment operators
/m { moveto } def
/m { moveto } def
/l { lineto } def
/l { lineto } def
/c { curveto } def
/c { curveto } def
/re { 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
/re { 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
      neg 0 rlineto closepath } def
      neg 0 rlineto closepath } def
/h { closepath } def
/h { closepath } def
% path painting operators
% path painting operators
/S { sCol stroke } def
/S { sCol stroke } def
/Sf { fCol stroke } def
/Sf { fCol stroke } def
/f { fCol fill } def
/f { fCol fill } def
/f* { fCol eofill } def
/f* { fCol eofill } def
% clipping operators
% clipping operators
/W { clip newpath } def
/W { clip newpath } def
/W* { eoclip newpath } def
/W* { eoclip newpath } def
% text state operators
% text state operators
/Tc { /pdfCharSpacing exch def } def
/Tc { /pdfCharSpacing exch def } def
/Tf { dup /pdfFontSize exch def
/Tf { dup /pdfFontSize exch def
      dup pdfHorizScaling mul exch matrix scale
      dup pdfHorizScaling mul exch matrix scale
      pdfTextMat matrix concatmatrix dup 4 0 put dup 5 0 put
      pdfTextMat matrix concatmatrix dup 4 0 put dup 5 0 put
      exch findfont exch makefont setfont } def
      exch findfont exch makefont setfont } def
/Tr { /pdfTextRender exch def } def
/Tr { /pdfTextRender exch def } def
/Ts { /pdfTextRise exch def } def
/Ts { /pdfTextRise exch def } def
/Tw { /pdfWordSpacing exch def } def
/Tw { /pdfWordSpacing exch def } def
/Tz { /pdfHorizScaling exch def } def
/Tz { /pdfHorizScaling exch def } def
% text positioning operators
% text positioning operators
/Td { pdfTextMat transform moveto } def
/Td { pdfTextMat transform moveto } def
/Tm { /pdfTextMat exch def } def
/Tm { /pdfTextMat exch def } def
% text string operators
% text string operators
/awcp { % awidthcharpath
/awcp { % awidthcharpath
  exch {
  exch {
    1 string dup 0 3 index put 2 index charpath
    1 string dup 0 3 index put 2 index charpath
    3 index 3 index rmoveto
    3 index 3 index rmoveto
    4 index eq { 5 index 5 index rmoveto } if
    4 index eq { 5 index 5 index rmoveto } if
  } forall
  } forall
  6 {pop} repeat
  6 {pop} repeat
} def
} def
/Tj { fCol
/Tj { fCol
      0 pdfTextRise pdfTextMat dtransform rmoveto
      0 pdfTextRise pdfTextMat dtransform rmoveto
      1 index stringwidth pdfTextMat idtransform pop
      1 index stringwidth pdfTextMat idtransform pop
      sub 1 index length dup 0 ne { div } { pop pop 0 } ifelse
      sub 1 index length dup 0 ne { div } { pop pop 0 } ifelse
      pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32
      pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32
      4 3 roll pdfCharSpacing pdfHorizScaling mul add 0
      4 3 roll pdfCharSpacing pdfHorizScaling mul add 0
      pdfTextMat dtransform
      pdfTextMat dtransform
      6 5 roll
      6 5 roll
      currentpoint 8 2 roll
      currentpoint 8 2 roll
      pdfTextRender 1 and 0 eq {
      pdfTextRender 1 and 0 eq {
        6 copy awidthshow
        6 copy awidthshow
      } if
      } if
      pdfTextRender 3 and dup 1 eq exch 2 eq or {
      pdfTextRender 3 and dup 1 eq exch 2 eq or {
        8 6 roll moveto
        8 6 roll moveto
        currentfont /FontType get 3 eq { fCol } { sCol } ifelse
        currentfont /FontType get 3 eq { fCol } { sCol } ifelse
        false awcp currentpoint stroke moveto
        false awcp currentpoint stroke moveto
      } {
      } {
        8 {pop} repeat
        8 {pop} repeat
      } ifelse
      } ifelse
      0 pdfTextRise neg pdfTextMat dtransform rmoveto } def
      0 pdfTextRise neg pdfTextMat dtransform rmoveto } def
/Tj16 { pdfTextRender 1 and 0 eq { fCol } { sCol } ifelse
/Tj16 { pdfTextRender 1 and 0 eq { fCol } { sCol } ifelse
        0 pdfTextRise pdfTextMat dtransform rmoveto
        0 pdfTextRise pdfTextMat dtransform rmoveto
        2 index stringwidth pdfTextMat idtransform pop
        2 index stringwidth pdfTextMat idtransform pop
        sub exch div
        sub exch div
        pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32
        pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32
        4 3 roll pdfCharSpacing pdfHorizScaling mul add 0
        4 3 roll pdfCharSpacing pdfHorizScaling mul add 0
        pdfTextMat dtransform
        pdfTextMat dtransform
        6 5 roll awidthshow
        6 5 roll awidthshow
        0 pdfTextRise neg pdfTextMat dtransform rmoveto } def
        0 pdfTextRise neg pdfTextMat dtransform rmoveto } def
/Tj16V { pdfTextRender 1 and 0 eq { fCol } { sCol } ifelse
/Tj16V { pdfTextRender 1 and 0 eq { fCol } { sCol } ifelse
         0 pdfTextRise pdfTextMat dtransform rmoveto
         0 pdfTextRise pdfTextMat dtransform rmoveto
         2 index stringwidth pdfTextMat idtransform exch pop
         2 index stringwidth pdfTextMat idtransform exch pop
         sub exch div
         sub exch div
         0 pdfWordSpacing pdfTextMat dtransform 32
         0 pdfWordSpacing pdfTextMat dtransform 32
         4 3 roll pdfCharSpacing add 0 exch
         4 3 roll pdfCharSpacing add 0 exch
         pdfTextMat dtransform
         pdfTextMat dtransform
         6 5 roll awidthshow
         6 5 roll awidthshow
         0 pdfTextRise neg pdfTextMat dtransform rmoveto } def
         0 pdfTextRise neg pdfTextMat dtransform rmoveto } def
/TJm { pdfFontSize 0.001 mul mul neg 0
/TJm { pdfFontSize 0.001 mul mul neg 0
       pdfTextMat dtransform rmoveto } def
       pdfTextMat dtransform rmoveto } def
/TJmV { pdfFontSize 0.001 mul mul neg 0 exch
/TJmV { pdfFontSize 0.001 mul mul neg 0 exch
        pdfTextMat dtransform rmoveto } def
        pdfTextMat dtransform rmoveto } def
% Level 1 image operators
% Level 1 image operators
/pdfIm1 {
/pdfIm1 {
  /pdfImBuf1 4 index string def
  /pdfImBuf1 4 index string def
  { currentfile pdfImBuf1 readhexstring pop } image
  { currentfile pdfImBuf1 readhexstring pop } image
} def
} def
/pdfIm1Sep {
/pdfIm1Sep {
  /pdfImBuf1 4 index string def
  /pdfImBuf1 4 index string def
  /pdfImBuf2 4 index string def
  /pdfImBuf2 4 index string def
  /pdfImBuf3 4 index string def
  /pdfImBuf3 4 index string def
  /pdfImBuf4 4 index string def
  /pdfImBuf4 4 index string def
  { currentfile pdfImBuf1 readhexstring pop }
  { currentfile pdfImBuf1 readhexstring pop }
  { currentfile pdfImBuf2 readhexstring pop }
  { currentfile pdfImBuf2 readhexstring pop }
  { currentfile pdfImBuf3 readhexstring pop }
  { currentfile pdfImBuf3 readhexstring pop }
  { currentfile pdfImBuf4 readhexstring pop }
  { currentfile pdfImBuf4 readhexstring pop }
  true 4 colorimage
  true 4 colorimage
} def
} def
/pdfImM1 {
/pdfImM1 {
  /pdfImBuf1 4 index 7 add 8 idiv string def
  /pdfImBuf1 4 index 7 add 8 idiv string def
  { currentfile pdfImBuf1 readhexstring pop } imagemask
  { currentfile pdfImBuf1 readhexstring pop } imagemask
} def
} def
% Level 2 image operators
% Level 2 image operators
/pdfImBuf 100 string def
/pdfImBuf 100 string def
/pdfIm {
/pdfIm {
  image
  image
  { currentfile pdfImBuf readline
  { currentfile pdfImBuf readline
    not { pop exit } if
    not { pop exit } if
    (%-EOD-) eq { exit } if } loop
    (%-EOD-) eq { exit } if } loop
} def
} def
/pdfImSep {
/pdfImSep {
  findcmykcustomcolor exch
  findcmykcustomcolor exch
  dup /Width get /pdfImBuf1 exch string def
  dup /Width get /pdfImBuf1 exch string def
  begin Width Height BitsPerComponent ImageMatrix DataSource end
  begin Width Height BitsPerComponent ImageMatrix DataSource end
  /pdfImData exch def
  /pdfImData exch def
  { pdfImData pdfImBuf1 readstring pop
  { pdfImData pdfImBuf1 readstring pop
    0 1 2 index length 1 sub {
    0 1 2 index length 1 sub {
      1 index exch 2 copy get 255 exch sub put
      1 index exch 2 copy get 255 exch sub put
    } for }
    } for }
  6 5 roll customcolorimage
  6 5 roll customcolorimage
  { currentfile pdfImBuf readline
  { currentfile pdfImBuf readline
    not { pop exit } if
    not { pop exit } if
    (%-EOD-) eq { exit } if } loop
    (%-EOD-) eq { exit } if } loop
} def
} def
/pdfImM {
/pdfImM {
  fCol imagemask
  fCol imagemask
  { currentfile pdfImBuf readline
  { currentfile pdfImBuf readline
    not { pop exit } if
    not { pop exit } if
    (%-EOD-) eq { exit } if } loop
    (%-EOD-) eq { exit } if } loop
} def
} def
end
end
%%EndResource
%%EndResource
%%EndProlog
%%EndProlog
%%BeginSetup
%%BeginSetup
xpdf begin
xpdf begin
%%EndSetup
%%EndSetup
pdfStartPage
pdfStartPage
[] 0 d
[] 0 d
0 i
0 i
0 j
0 j
0 J
0 J
10 M
10 M
1 w
1 w
0 g
0 g
0 G
0 G
0 w
0 w
q
q
0 -0.1 432.1 432.1 re
0 -0.1 432.1 432.1 re
W*
W*
0.32549 0.5098 0.63137 rg
0.32549 0.5098 0.63137 rg
317.8 117 m
317.8 117 m
216 15.2 l
216 15.2 l
12.3 218.8 l
12.3 218.8 l
216 422.4 l
216 422.4 l
419.6 218.8 l
419.6 218.8 l
317.8 117 l
317.8 117 l
h
h
f*
f*
0.90588 0.43529 0 rg
0.90588 0.43529 0 rg
87.1 147.8 260.5 144 re
87.1 147.8 260.5 144 re
f*
f*
0.32549 0.5098 0.63137 rg
0.32549 0.5098 0.63137 rg
289.1 219.5 m
289.1 219.5 m
289.1 89.3 l
289.1 89.3 l
145.1 89.3 l
145.1 89.3 l
145.1 349.8 l
145.1 349.8 l
289.1 349.8 l
289.1 349.8 l
289.1 219.5 l
289.1 219.5 l
h
h
f*
f*
0.90588 0.43529 0 rg
0.90588 0.43529 0 rg
188.4 45.5 54 344.8 re
188.4 45.5 54 344.8 re
f*
f*
0.32549 0.5098 0.63137 rg
0.32549 0.5098 0.63137 rg
385 218.4 m
385 218.4 m
385 191.4 l
385 191.4 l
40.2 191.4 l
40.2 191.4 l
40.2 245.4 l
40.2 245.4 l
385 245.4 l
385 245.4 l
385 218.4 l
385 218.4 l
h
h
f*
f*
Q
Q
showpage
showpage
%%PageTrailer
%%PageTrailer
pdfEndPage
pdfEndPage
%%Trailer
%%Trailer
end
end
%%DocumentSuppliedResources:
%%DocumentSuppliedResources:
%%EOF
%%EOF
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.