preprocess.h

来自「分词词典软件」· C头文件 代码 · 共 16 行

H
16
字号
// PreProcess.h: interface for the CPreProcess class.
//
//////////////////////////////////////////////////////////////////////

#ifndef _PREPROCESS_H

#define _PREPROCESS_H

typedef enum {
	Ag, a, ad, an, b, c, Dg, d, e, f, g,
	h, i, j, k, l, m, Ng, n, nr, ns, nt, nz,
	o, p, q, r, s, Tg, t, u, Vg, v, vd, vn,
	w, x, y, z, tt
}CODE;

#endif  /* _PREPROCESS_H */

⌨️ 快捷键说明

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