📄 model_constants.h
字号:
// file: model_constants.h//// make sure definitions are only made once//#ifndef __ISIP_MODEL_CONSTANTS#define __ISIP_MODEL_CONSTANTS// isip include files//#ifndef __INTEGRAL_CONSTANTS#include <integral_constants.h>#endif#ifndef __ISIP_STATE_CONSTANTS#include <state_constants.h>#endif// define the class name//#define MODEL_CLASS_NAME (char_1*)"Model"// define constants for the default levels and indices//#define MODEL_DEFAULT_NUM_STATES (int_4)0;// define the score for non-existant state transitions//#define MODEL_NOTRANS_SCORE STATE_SCORE// end of file// #endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -