hweventc.hh

来自「手写识别是模式识别中研究得一个热点」· HH 代码 · 共 19 行

HH
19
字号
//// HWFEventC - a simple class for feature events (including possible //  segment breaks.//#include <fstream.h>class HWEventC{private:public:  int Starting;			// 1 = Starting, 0 if Ending.  long Time;  char Name[80];};ostream& operator << (ostream& outfile, HWEventC Event);istream& operator >> (istream& infile, HWEventC& Event);

⌨️ 快捷键说明

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