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

📄 itemtree.eps

📁 该压缩包为最新版htk的源代码,htk是现在比较流行的语音处理软件,请有兴趣的朋友下载使用
💻 EPS
📖 第 1 页 / 共 2 页
字号:
		mrestore		strokepath	} {		msave		ScaleArrowHead		arrowdict exch get exec		mrestore	} ifelse		CheckPath {			LC PF		} if	grestore} bind def%%EndProcSet %%BeginProcSet : SR /SR {  pbox left get pbox top get moveto  pbox right get pbox top get lineto  pbox right get pbox bottom get lineto  pbox left get pbox bottom get lineto  closepath} bind def %%EndProcSet /StripFromFront { dup length2 index sub3 1 rollexch 3 -1 rollgetinterval} bind def/MakePathArray {  /k 0 def  {/k k 1 add def pop pop}{/k k 1 add def pop pop}{/k k 1 add def pop pop pop pop pop pop}{/k k 1 add def }pathforall  k array /k 0 def  {{moveto} 3 array astore 1 index k 3 -1 roll put /k k 1 add def}  {{lineto} 3 array astore 1 index k 3 -1 roll put /k k 1 add def}  {{curveto} 7 array astore 1 index k 3 -1 roll put /k k 1 add def}  {{closepath} 1 array astore 1 index k 3 -1 roll put /k k 1 add def} pathforall }bind def /MakeFlatPathArray { /k 0 def {/k k 1 add def pop pop}{/k k 1 add def pop pop}{pop pop pop pop pop pop}{}pathforall k array/k 0 def {{moveto} 3 array astore 1 index k 3 -1 roll put /k k 1 add def} {{lineto} 3 array astore 1 index k 3 -1 roll put /k k 1 add def} { pop pop pop pop pop pop} {} pathforall }bind def /FractionalLine {2 index sub.00001 mulexch3 index sub.00001 mul4 -1 roll add3 1 rolladd} bind def/calcLineLength { exch 4 -1 roll sub dup mul 3 1 roll exch sub dup mul add sqrt} bind def/InitTotalLineLength { /oldY exch def /oldX exch def theDash aload pop currentLineLength add setdash} bind def/AccumeLineLength { 3 copy pop 2 copy oldX oldY 4 2 roll calcLineLength /segmentLength exch def /currentLineLength currentLineLength segmentLength add def /oldY exch def /oldX exch def} bind def/DecumeLastLineLength { /currentLineLength currentLineLength segmentLength sub def} bind def/DrawFlattendSegment { /pointCount 2 def dup 0 lt { pop 0 } if fpc 3 1 roll 2 index 1 index gt { 2 copy get dup length dup 3 eq { pop dup 0 get exch 1 get 2 copy InitTotalLineLength   m } { } ifelse } { pop 1 index } ifelse dup 1 add 3 index exch sub dup 10 gt { pop 10} if { 1 add 2 copy get aload pop AccumeLineLength exec } repeat 3 1 roll pop pop DecumeLastLineLength} bind def/IncFPC { fpc add /fpc exch def} bind def/DrawFlatPathArray { fpc 0 {  dup 2 index 1 sub lt {  flatPathArray exch newpath 1 sub DrawFlattendSegment gsave pathSegProc grestore newpath } { pop pop exit } ifelse } loop} bind def/RecordFirstSubSegment { closepathArray 0 pathArray 0 get put closepathArray 1 pathArray 0 get aload pop pop pathArray 1 get dup length 3 eq { aload pop pop } { newpath 0 0 moveto aload pop exec /segmentArray flattenpath MakeFlatPathArray def segmentArray 1 get aload pop pop } ifelse FractionalLine {lineto} 3 array astore put} bind def/AppendClosePath { closepathArray 0 get 2 {lineto} put flatPathArray fpc closepathArray 0 get put 1 IncFPC flatPathArray fpc closepathArray 1 get put 1 IncFPC} bind def/RecordCurrentDash { /theDash currentdash 2 array astore def /currentLineLength 0 def} bind def/PatternStroke {	0 setlinecap RecordCurrentDash /saveFlat currentflat def .5 setflat /pathArray MakePathArray def /closepathArray 2 array def /pathLength pathArray length def /flatPathArray 513 array def /currentLineLength 0 def /fpc 0 def pathArray pathLength 1 sub get length 1 eq { /usingClosepath true def RecordFirstSubSegment /pathLength pathLength 1 sub def } { /usingClosepath false def } ifelse 0 1 pathLength 1 sub { pathArray exch get dup length 3 eq { fpc 1 add 512 ge { DrawFlatPathArray fpc 2 ge { flatPathArray flatPathArray fpc 2 sub get 0 put flatPathArray flatPathArray fpc 1 sub get 1 put /fpc 2 def }{ /fpc 0 def } ifelse } if flatPathArray exch fpc exch put 1 IncFPC } { dup length 7 eq { newpath /nToStrip 0 def fpc 1 gt { flatPathArray fpc 2 sub get aload pop pop m flatPathArray fpc 1 sub get aload pop exec /nToStrip 2 def } { fpc 1 eq { flatPathArray fpc 1 sub get aload pop exec /nToStrip 2 def } if } ifelse aload pop exec /segmentArray flattenpath MakeFlatPathArray def /segmentArray nToStrip segmentArray StripFromFront def segmentArray length fpc add 512 lt { flatPathArray fpc segmentArray putinterval segmentArray length IncFPC } { DrawFlatPathArray fpc 1 gt { flatPathArray flatPathArray fpc 2 sub get 0 exch put flatPathArray flatPathArray fpc 1 sub get 1 exch put /fpc 2 def }{ /fpc 0 def } ifelse segmentArray length 512 lt { flatPathArray fpc segmentArray putinterval segmentArray length IncFPC } { segmentArray length /exitLoop false def 0  { 2 copy sub dup 500 gt { pop 500 } {  /exitLoop true def } ifelse  segmentArray 2 index 2 index getinterval flatPathArray fpc 3 -1 roll putinterval dup IncFPC add  exitLoop { exit  } { DrawFlatPathArray fpc 1 gt { flatPathArray flatPathArray fpc 2 sub get 0 exch put flatPathArray flatPathArray fpc 1 sub get 1 exch put /fpc 2 def }{ /fpc 0 def } ifelse } ifelse } loop } ifelse } ifelse } if } ifelse } for fpc 0 gt { usingClosepath { AppendClosePath } if DrawFlatPathArray } if saveFlat setflat} bind def%%EndProloginitmsaverestore/tctm matrix currentmatrix deftctm RoundMatrix setmatrix/patternMatrix mstore def10 setmiterlimit2 setlinecapnewpath%%tLayer%%%tfBegGrp%%@BeginTextsave%%IncludeFont: Times-Roman[ 39/quotesingle 96/grave 128/Adieresis/Aring/Ccedilla/Eacute/Ntilde/Odieresis/Udieresis/aacute/agrave/acircumflex/adieresis/atilde/aring/ccedilla/eacute/egrave/ecircumflex/edieresis/iacute/igrave/icircumflex/idieresis/ntilde/oacute/ograve/ocircumflex/odieresis/otilde/uacute/ugrave/ucircumflex/udieresis/dagger/degree/cent/sterling/section/bullet/paragraph/germandbls/registered/copyright/trademark/acute/dieresis/.notdef/AE/Oslash/.notdef/plusminus/.notdef/.notdef/yen/mu/.notdef/.notdef/.notdef/.notdef/.notdef/ordfeminine/ordmasculine/.notdef/ae/oslash/questiondown/exclamdown/logicalnot/.notdef/florin/.notdef/.notdef/guillemotleft/guillemotright/ellipsis/.notdef/Agrave/Atilde/Otilde/OE/oe/endash/emdash/quotedblleft/quotedblright/quoteleft/quoteright/divide/.notdef/ydieresis/Ydieresis/fraction/currency/guilsinglleft/guilsinglright/fi/fl/daggerdbl/periodcentered/quotesinglbase/quotedblbase/perthousand/Acircumflex/Ecircumflex/Aacute/Edieresis/Egrave/Iacute/Icircumflex/Idieresis/Igrave/Oacute/Ocircumflex/.notdef/Ograve/Uacute/Ucircumflex/Ugrave/dotlessi/circumflex/tilde/macron/breve/dotaccent/ring/cedilla/hungarumlaut/ogonek/caron]StandardEncoding Re-encode /_Times-Roman /Times-Roman EncodeFont%@BeginRect/RT {SR} def/LC {} def/SS {pop} def/PF {} def/PC {} def0.000 0 4.000 76.000 0.000 0.000 15.000 64.000 rect%@EndRectgsave108.000 11.500 T translate0.0 rotate1 1 scale14.000 (_Times-Roman) plain F /setcmykcolor where {begin 0.000 0.000 0.000 1.000 setcmykcolor end} {0.000 0.000 0.000 setrgbcolor} ifelse -32.000 6 31.207 6 U(h) -31.500 4.000 S(m) -24.500 4.000 S(m) -13.610 4.000 S(N) -2.720 4.000 S(a) 7.389 4.000 S(m) 13.603 4.000 S(e) 24.493 4.000 Sgrestore%@EndText%@BeginText%@BeginRect/RT {SR} def/LC {} def/SS {pop} def/PF {} def/PC {} def0.000 0 76.000 4.000 0.000 0.000 15.000 36.000 rect%@EndRectgsave22.000 83.500 T translate0.0 rotate1 1 scale14.000 (_Times-Roman) fess /setcmykcolor where {begin 0.000 0.000 0.000 1.000 setcmykcolor end} {0.000 0.000 0.000 setrgbcolor} ifelse -18.000 6 18.000 6 U(t) -17.500 4.000 S(r) -13.610 4.000 S(a) -8.948 4.000 S(n) -2.734 4.000 S(s) 4.265 4.000 S(P) 9.713 4.000 Sgrestore%@EndText%@BeginText%@BeginRect/RT {SR} def/LC {} def/SS {pop} def/PF {} def/PC {} def0.000 0 76.000 139.000 0.000 0.000 15.000 36.000 rect%@EndRectgsave157.000 83.500 T translate0.0 rotate1 1 scale14.000 (_Times-Roman) fess /setcmykcolor where {begin 0.000 0.000 0.000 1.000 setcmykcolor end} {0.000 0.000 0.000 setrgbcolor} ifelse -18.000 6 17.979 6 U(s) -17.500 4.000 S(t) -12.051 4.000 S(a) -8.162 4.000 S(t) -1.948 4.000 S(e) 1.941 4.000 S([) 8.155 4.000 S(]) 12.817 4.000 Sgrestore%@EndText%@BeginText%@BeginRect/RT {SR} def/LC {} def/SS {pop} def/PF {} def/PC {} def0.000 0 139.000 58.000 0.000 0.000 15.000 48.000 rect%@EndRectgsave82.000 146.500 T translate0.0 rotate1 1 scale14.000 (_Times-Roman) plain F /setcmykcolor where {begin 0.000 0.000 0.000 1.000 setcmykcolor end} {0.000 0.000 0.000 setrgbcolor} ifelse (s) -23.500 4.000 S(t) -18.051 4.000 S(r) -14.162 4.000 S(e) -9.500 4.000 S(a) -3.286 4.000 S(m) 2.927 4.000 S([) 13.817 4.000 S(]) 18.479 4.000 Sgrestore%@EndText%@BeginText%@BeginRect/RT {SR} def/LC {} def/SS {pop} def/PF {} def/PC {} def0.000 0 139.000 166.000 0.000 0.000 15.000 20.000 rect%@EndRectgsave176.000 146.500 T translate0.0 rotate1 1 scale14.000 (_Times-Roman) plain F /setcmykcolor where {begin 0.000 0.000 0.000 1.000 setcmykcolor end} {0.000 0.000 0.000 setrgbcolor} ifelse -10.000 6 9.662 6 U(d) -9.500 4.000 S(u) -2.500 4.000 S(r) 4.500 4.000 Sgrestore%@EndText%@BeginText%@BeginRect/RT {SR} def/LC {} def/SS {pop} def/PF {} def/PC {} def0.000 0 139.000 247.000 0.000 0.000 15.000 45.000 rect%@EndRectgsave269.500 146.500 T translate0.0 rotate1 1 scale14.000 (_Times-Roman) fess /setcmykcolor where {begin 0.000 0.000 0.000 1.000 setcmykcolor end} {0.000 0.000 0.000 setrgbcolor} ifelse -23.000 6 21.551 6 U(w) -22.500 4.000 S(e) -12.389 4.000 S(i) -6.175 4.000 S(g) -2.286 4.000 S(h) 4.713 4.000 S(t) 11.713 4.000 S(s) 15.603 4.000 Sgrestore%@EndText%@BeginText%@BeginRect/RT {SR} def/LC {} def/SS {pop} def/PF {} def/PC {} def0.000 0 193.000 85.000 0.000 0.000 15.000 33.000 rect%@EndRectgsave101.500 200.500 T translate0.0 rotate1 1 scale14.000 (_Times-Roman) fess /setcmykcolor where {begin 0.000 0.000 0.000 1.000 setcmykcolor end} {0.000 0.000 0.000 setrgbcolor} ifelse -17.000 6 15.103 6 U(m) -16.500 4.000 S(i) -5.610 4.000 S(x) -1.720 4.000 S([) 5.279 4.000 S(]) 9.941 4.000 Sgrestore%@EndText%@BeginText%@BeginRect/RT {SR} def/LC {} def/SS {pop} def/PF {} def/PC {} def0.000 0 250.000 40.000 0.000 0.000 15.000 32.000 rect%@EndRectgsave56.000 257.500 T translate0.0 rotate1 1 scale14.000 (_Times-Roman) fess /setcmykcolor where {begin 0.000 0.000 0.000 1.000 setcmykcolor end} {0.000 0.000 0.000 setrgbcolor} ifelse -16.000 6 15.317 6 U(m) -15.500 4.000 S(e) -4.610 4.000 S(a) 1.603 4.000 S(n) 7.817 4.000 Sgrestore%@EndText%@BeginText%@BeginRect/RT {SR} def/LC {} def/SS {pop} def/PF {} def/PC {} def0.000 0 250.000 130.000 0.000 0.000 15.000 22.000 rect%@EndRectgsave141.000 257.500 T translate0.0 rotate1 1 scale14.000 (_Times-Roman) fess /setcmykcolor where {begin 0.000 0.000 0.000 1.000 setcmykcolor end} {0.000 0.000 0.000 setrgbcolor} ifelse -11.000 6 10.213 6 U(c) -10.500 4.000 S(o) -4.286 4.000 S(v) 2.713 4.000 Sgrestore%@EndText%@BeginRuler%@  9.0000000000000000000e+0 viewScale%@  1.1111111111111110490e-1 realScale%@ 8 realDivs%@ 0000 rulerFormat%@EndRuler%@BeginLine/ArrowType{ } def/SD {} def/SS {setlinewidth SD stroke} def/LC { /setcmykcolor where {begin 0.000 0.000 0.000 1.000 setcmykcolor end} {0.000 0.000 0.000 setrgbcolor} ifelse } def/PF {gsave fill grestore} def/SS {setlinewidth SD stroke} def1.000 22.000 70.000 94.000 25.000 Line%@EndLine%@BeginRuler%@  9.0000000000000000000e+0 viewScale%@  1.1111111111111110490e-1 realScale%@ 8 realDivs%@ 0000 rulerFormat%@EndRuler%@BeginLine/ArrowType{ } def/SD {} def/SS {setlinewidth SD stroke} def/LC { /setcmykcolor where {begin 0.000 0.000 0.000 1.000 setcmykcolor end} {0.000 0.000 0.000 setrgbcolor} ifelse } def/PF {gsave fill grestore} def/SS {setlinewidth SD stroke} def1.000 149.000 72.000 121.000 25.000 Line%@EndLine%@BeginRuler%@  9.0000000000000000000e+0 viewScale%@  1.1111111111111110490e-1 realScale%@ 8 realDivs%@ 0000 rulerFormat%@EndRuler%@BeginLine/ArrowType{ } def/SD {} def/SS {setlinewidth SD stroke} def/LC { /setcmykcolor where {begin 0.000 0.000 0.000 1.000 setcmykcolor end} {0.000 0.000 0.000 setrgbcolor} ifelse } def/PF {gsave fill grestore} def/SS {setlinewidth SD stroke} def1.000 85.000 133.000 139.000 97.000 Line%@EndLine%@BeginRuler%@  9.0000000000000000000e+0 viewScale%@  1.1111111111111110490e-1 realScale%@ 8 realDivs%@ 0000 rulerFormat%@EndRuler%@BeginLine/ArrowType{ } def/SD {} def/SS {setlinewidth SD stroke} def/LC { /setcmykcolor where {begin 0.000 0.000 0.000 1.000 setcmykcolor end} {0.000 0.000 0.000 setrgbcolor} ifelse } def/PF {gsave fill grestore} def/SS {setlinewidth SD stroke} def1.000 103.000 187.000 148.000 97.000 Line%@EndLine%@BeginRuler%@  9.0000000000000000000e+0 viewScale%@  1.1111111111111110490e-1 realScale%@ 8 realDivs%@ 0000 rulerFormat%@EndRuler%@BeginLine/ArrowType{ } def/SD {} def/SS {setlinewidth SD stroke} def/LC { /setcmykcolor where {begin 0.000 0.000 0.000 1.000 setcmykcolor end} {0.000 0.000 0.000 setrgbcolor} ifelse } def/PF {gsave fill grestore} def/SS {setlinewidth SD stroke} def1.000 96.000 187.000 85.000 160.000 Line%@EndLine%@BeginRuler%@  9.0000000000000000000e+0 viewScale%@  1.1111111111111110490e-1 realScale%@ 8 realDivs%@ 0000 rulerFormat%@EndRuler%@BeginLine/ArrowType{ } def/SD {} def/SS {setlinewidth SD stroke} def/LC { /setcmykcolor where {begin 0.000 0.000 0.000 1.000 setcmykcolor end} {0.000 0.000 0.000 setrgbcolor} ifelse } def/PF {gsave fill grestore} def/SS {setlinewidth SD stroke} def1.000 175.000 133.000 157.000 97.000 Line%@EndLine%@BeginRuler%@  9.0000000000000000000e+0 viewScale%@  1.1111111111111110490e-1 realScale%@ 8 realDivs%@ 0000 rulerFormat%@EndRuler%@BeginLine/ArrowType{ } def/SD {} def/SS {setlinewidth SD stroke} def/LC { /setcmykcolor where {begin 0.000 0.000 0.000 1.000 setcmykcolor end} {0.000 0.000 0.000 setrgbcolor} ifelse } def/PF {gsave fill grestore} def/SS {setlinewidth SD stroke} def1.000 265.000 133.000 166.000 97.000 Line%@EndLine%@BeginRuler%@  9.0000000000000000000e+0 viewScale%@  1.1111111111111110490e-1 realScale%@ 8 realDivs%@ 0000 rulerFormat%@EndRuler%@BeginLine/ArrowType{ } def/SD {} def/SS {setlinewidth SD stroke} def/LC { /setcmykcolor where {begin 0.000 0.000 0.000 1.000 setcmykcolor end} {0.000 0.000 0.000 setrgbcolor} ifelse } def/PF {gsave fill grestore} def/SS {setlinewidth SD stroke} def1.000 58.000 250.000 94.000 214.000 Line%@EndLine%@BeginRuler%@  9.0000000000000000000e+0 viewScale%@  1.1111111111111110490e-1 realScale%@ 8 realDivs%@ 0000 rulerFormat%@EndRuler%@BeginLine/ArrowType{ } def/SD {} def/SS {setlinewidth SD stroke} def/LC { /setcmykcolor where {begin 0.000 0.000 0.000 1.000 setcmykcolor end} {0.000 0.000 0.000 setrgbcolor} ifelse } def/PF {gsave fill grestore} def/SS {setlinewidth SD stroke} def1.000 139.000 250.000 103.000 214.000 Line%@EndLine%%tfEndGrp%restore%%Trailerend

⌨️ 快捷键说明

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