hwfstateevent.hh
来自「手写识别是模式识别中研究得一个热点」· HH 代码 · 共 25 行
HH
25 行
//// HWFStateC - a simple class for feature detector states.//class HWFStateC{private:public: int State; // 1 in state, 0 not in state. long Time; char Name[80];}//// HWFEventC - a simple class for feature events.//class HWFEventC{private:public: int Starting; // 1 = Starting, 0 if Ending. long Time; char Name[80];};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?