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

📄 mmfeg.eps

📁 隐马尔可夫模型源代码
💻 EPS
📖 第 1 页 / 共 2 页
字号:
3 1 roll


exch 3 -1 roll


getinterval


} 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 mul


exch


3 index sub


.00001 mul


4 -1 roll add


3 1 roll


add


} 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





%%EndProlog


initmsaverestore


/tctm matrix currentmatrix def


tctm RoundMatrix setmatrix


/patternMatrix mstore def


10 setmiterlimit


2 setlinecap


newpath


%


%tLayer


%


%@BeginText


save


%%IncludeFont: Courier


%@BeginRect


/RT {SR} def


/LC {} def


/SS {pop} def


/PF {} def


/PC {} def


0.000 0 27.500 36.500 0.000 0.000 13.000 32.405 rect


%@EndRect


gsave


52.702 34.000 T translate


0.0 rotate


1 1 scale


9.000 (Courier) plain F


 /setcmykcolor where


 {begin 0.000 0.000 0.000 1.000 setcmykcolor end} {0.000 0.000 0.000 setrgbcolor} ifelse 





(m) -16.000 4.000 S


(a) -10.599 4.000 S


(c) -5.198 4.000 S


(r) 0.202 4.000 S


(o) 5.603 4.000 S


(s) 11.004 4.000 S


grestore


%@EndText


%@BeginText


%@BeginRect


/RT {SR} def


/LC {} def


/SS {pop} def


/PF {} def


/PC {} def


0.000 0 50.500 36.500 0.000 0.000 73.000 135.013 rect


%@EndRect


gsave


104.006 87.000 T translate


0.0 rotate


1 1 scale


9.000 (Courier) fess


 /setcmykcolor where


 {begin 0.000 0.000 0.000 1.000 setcmykcolor end} {0.000 0.000 0.000 setrgbcolor} ifelse 





(~) -67.000 -26.000 S


(o) -61.599 -26.000 S


 /setcmykcolor where


 {begin 0.000 0.000 0.000 1.000 setcmykcolor end} {0.000 0.000 0.000 setrgbcolor} ifelse 





( ) -67.000 -14.000 S


( ) -61.599 -14.000 S


( ) -56.198 -14.000 S


(<) -50.797 -14.000 S


(V) -45.396 -14.000 S


(e) -39.995 -14.000 S


(c) -34.594 -14.000 S


(S) -29.193 -14.000 S


(i) -23.792 -14.000 S


(z) -18.392 -14.000 S


(e) -12.991 -14.000 S


(>) -7.590 -14.000 S


( ) -2.189 -14.000 S


(3) 3.211 -14.000 S


(9) 8.612 -14.000 S


 /setcmykcolor where


 {begin 0.000 0.000 0.000 1.000 setcmykcolor end} {0.000 0.000 0.000 setrgbcolor} ifelse 





( ) -67.000 -2.000 S


( ) -61.599 -2.000 S


( ) -56.198 -2.000 S


(<) -50.797 -2.000 S


(M) -45.396 -2.000 S


(F) -39.995 -2.000 S


(C) -34.594 -2.000 S


(C) -29.193 -2.000 S


(_) -23.792 -2.000 S


(0) -18.392 -2.000 S


(_) -12.991 -2.000 S


(D) -7.590 -2.000 S


(_) -2.189 -2.000 S


(A) 3.211 -2.000 S


(>) 8.612 -2.000 S


 /setcmykcolor where


 {begin 0.000 0.000 0.000 1.000 setcmykcolor end} {0.000 0.000 0.000 setrgbcolor} ifelse 





(~) -67.000 10.000 S


(v) -61.599 10.000 S


( ) -56.198 10.000 S


(") -50.797 10.000 S


(v) -45.396 10.000 S


(a) -39.995 10.000 S


(r) -34.594 10.000 S


(F) -29.193 10.000 S


(l) -23.792 10.000 S


(o) -18.392 10.000 S


(o) -12.991 10.000 S


(r) -7.590 10.000 S


(1) -2.189 10.000 S


(") 3.211 10.000 S


 /setcmykcolor where


 {begin 0.000 0.000 0.000 1.000 setcmykcolor end} {0.000 0.000 0.000 setrgbcolor} ifelse 





( ) -67.000 22.000 S


( ) -61.599 22.000 S


( ) -56.198 22.000 S


(<) -50.797 22.000 S


(V) -45.396 22.000 S


(a) -39.995 22.000 S


(r) -34.594 22.000 S


(i) -29.193 22.000 S


(a) -23.792 22.000 S


(n) -18.392 22.000 S


(c) -12.991 22.000 S


(e) -7.590 22.000 S


(>) -2.189 22.000 S


( ) 3.211 22.000 S


(3) 8.612 22.000 S


(9) 14.013 22.000 S


 /setcmykcolor where


 {begin 0.000 0.000 0.000 1.000 setcmykcolor end} {0.000 0.000 0.000 setrgbcolor} ifelse 





( ) -67.000 34.000 S


( ) -61.599 34.000 S


( ) -56.198 34.000 S


( ) -50.797 34.000 S


( ) -45.396 34.000 S


( ) -39.995 34.000 S


(0) -34.594 34.000 S


(.) -29.193 34.000 S


(0) -23.792 34.000 S


(0) -18.392 34.000 S


(1) -12.991 34.000 S


(2) -7.590 34.000 S


( ) -2.189 34.000 S


(0) 3.211 34.000 S


(.) 8.612 34.000 S


(0) 14.013 34.000 S


(0) 19.414 34.000 S


(0) 24.814 34.000 S


(3) 30.215 34.000 S


( ) 35.616 34.000 S


(.) 41.017 34.000 S


(.) 46.418 34.000 S


(.) 51.819 34.000 S


grestore


%@EndText


%@BeginRuler


%@  9.0000000000000000000e+0 viewScale


%@  1.1111111111111110490e-1 realScale


%@ 8 realDivs


%@ 0000 rulerFormat


%@EndRuler


%@BeginRect


/RT {SR} 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 {} def


/PC {} def


1.000 0 45.000 27.000 0.000 0.000 90.000 135.000 rect


%@EndRect


%@BeginText


%@BeginRect


/RT {SR} def


/LC {} def


/SS {pop} def


/PF {} def


/PC {} def


0.000 0 27.500 198.500 0.000 0.000 13.000 37.806 rect


%@EndRect


gsave


217.403 34.000 T translate


0.0 rotate


1 1 scale


9.000 (Courier) fess


 /setcmykcolor where


 {begin 0.000 0.000 0.000 1.000 setcmykcolor end} {0.000 0.000 0.000 setrgbcolor} ifelse 





(h) -18.000 4.000 S


(m) -12.599 4.000 S


(m) -7.198 4.000 S


(d) -1.797 4.000 S


(e) 3.603 4.000 S


(f) 9.004 4.000 S


(s) 14.405 4.000 S


grestore


%@EndText


%@BeginText


%@BeginRect


/RT {SR} def


/LC {} def


/SS {pop} def


/PF {} def


/PC {} def


0.000 0 49.500 198.500 0.000 0.000 85.000 135.013 rect


%@EndRect


gsave


266.006 92.000 T translate


0.0 rotate


1 1 scale


9.000 (Courier) fess


 /setcmykcolor where


 {begin 0.000 0.000 0.000 1.000 setcmykcolor end} {0.000 0.000 0.000 setrgbcolor} ifelse 





(~) -67.000 -32.000 S


(h) -61.599 -32.000 S


( ) -56.198 -32.000 S


(") -50.797 -32.000 S


(a) -45.396 -32.000 S


(a) -39.995 -32.000 S


(") -34.594 -32.000 S


 /setcmykcolor where


 {begin 0.000 0.000 0.000 1.000 setcmykcolor end} {0.000 0.000 0.000 setrgbcolor} ifelse 





( ) -67.000 -20.000 S


( ) -61.599 -20.000 S


( ) -56.198 -20.000 S


(<) -50.797 -20.000 S


(B) -45.396 -20.000 S


(e) -39.995 -20.000 S


(g) -34.594 -20.000 S


(i) -29.193 -20.000 S


(n) -23.792 -20.000 S


(H) -18.392 -20.000 S


(M) -12.991 -20.000 S


(M) -7.590 -20.000 S


(>) -2.189 -20.000 S


( ) 3.211 -20.000 S


(.) 8.612 -20.000 S


(.) 14.013 -20.000 S


(.) 19.414 -20.000 S


 /setcmykcolor where


 {begin 0.000 0.000 0.000 1.000 setcmykcolor end} {0.000 0.000 0.000 setrgbcolor} ifelse 





( ) -67.000 -8.000 S


( ) -61.599 -8.000 S


( ) -56.198 -8.000 S


(<) -50.797 -8.000 S


(E) -45.396 -8.000 S


(n) -39.995 -8.000 S


(d) -34.594 -8.000 S


(H) -29.193 -8.000 S


(M) -23.792 -8.000 S


(M) -18.392 -8.000 S


(>) -12.991 -8.000 S


 /setcmykcolor where


 {begin 0.000 0.000 0.000 1.000 setcmykcolor end} {0.000 0.000 0.000 setrgbcolor} ifelse 





(~) -67.000 4.000 S


(h) -61.599 4.000 S


( ) -56.198 4.000 S


(") -50.797 4.000 S


(e) -45.396 4.000 S


(h) -39.995 4.000 S


(") -34.594 4.000 S


( ) -29.193 4.000 S


( ) -23.792 4.000 S


 /setcmykcolor where


 {begin 0.000 0.000 0.000 1.000 setcmykcolor end} {0.000 0.000 0.000 setrgbcolor} ifelse 





( ) -67.000 16.000 S


( ) -61.599 16.000 S


( ) -56.198 16.000 S


(<) -50.797 16.000 S


(B) -45.396 16.000 S


(e) -39.995 16.000 S


(g) -34.594 16.000 S


(i) -29.193 16.000 S


(n) -23.792 16.000 S


(H) -18.392 16.000 S


(M) -12.991 16.000 S


(M) -7.590 16.000 S


(>) -2.189 16.000 S


( ) 3.211 16.000 S


(.) 8.612 16.000 S


(.) 14.013 16.000 S


(.) 19.414 16.000 S


 /setcmykcolor where


 {begin 0.000 0.000 0.000 1.000 setcmykcolor end} {0.000 0.000 0.000 setrgbcolor} ifelse 





( ) -67.000 28.000 S


( ) -61.599 28.000 S


( ) -56.198 28.000 S


(<) -50.797 28.000 S


(E) -45.396 28.000 S


(n) -39.995 28.000 S


(d) -34.594 28.000 S


(H) -29.193 28.000 S


(M) -23.792 28.000 S


(M) -18.392 28.000 S


(>) -12.991 28.000 S


 /setcmykcolor where


 {begin 0.000 0.000 0.000 1.000 setcmykcolor end} {0.000 0.000 0.000 setrgbcolor} ifelse 





(.) -67.000 40.000 S


(.) -61.599 40.000 S


(.) -56.198 40.000 S


( ) -50.797 40.000 S


(e) -45.396 40.000 S


(t) -39.995 40.000 S


(c) -34.594 40.000 S


grestore


%@EndText


%@BeginRuler


%@  9.0000000000000000000e+0 viewScale


%@  1.1111111111111110490e-1 realScale


%@ 8 realDivs


%@ 0000 rulerFormat


%@EndRuler


%@BeginRect


/RT {SR} 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 {} def


/PC {} def


1.000 0 45.000 189.000 0.000 0.000 153.000 135.000 rect


%@EndRect


restore


%%Trailer


end


⌨️ 快捷键说明

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