📄 preprocess.h
字号:
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -