📄 word_constants.h
字号:
// file: word_constants.h// // make sure definitions are only made once//#ifndef __WORD_CONSTANTS#define __WORD_CONSTANTS // isip include files//#ifndef __INTEGRAL_CONSTANTS#include <integral_constants.h>#endif // define the class name//#define WRD_CLASS_NAME (char_1*)"Word" // define constants for the default number of phones//#define WRD_DEFAULT_NUM (int_4)0;// define some special word indices//#define WRD_SENT_START_WORD (int_4)1#define WRD_SENT_END_WORD (int_4)0// define some special word strings//#define WRD_NULL (char_1*)"!NULL"#define WRD_SENT_START (char_1*)"!SENT_START"#define WRD_SENT_END (char_1*)"!SENT_END"#define WRD_NET_START (char_1*)"!NET_START"#define WRD_NET_END (char_1*)"!NET_END"// end of file// #endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -