instance_constants.h
来自「这是处理语音信号的程序」· C头文件 代码 · 共 45 行
H
45 行
// file: instance_constants.h//// make sure definitions are only made once//#ifndef __INSTANCE_CONSTANTS#define __INSTANCE_CONSTANTS// isip include files//#ifndef __INTEGRAL_CONSTANTS#include <integral_constants.h>#endif#ifndef __ISIP_HASH_CELL_CONSTANTS#include <hash_cell_constants.h>#endif#ifndef __ISIP_LEX_NODE_CONSTANTS#include <lex_node_constants.h>#endif#ifndef __ISIP_TOKEN_CONSTANTS#include <token_constants.h>#endif#ifndef __ISIP_TRACE_CONSTANTS#include <trace_constants.h>#endif// define the class name//#define INSTANCE_CLASS_NAME (char_1*)"Instance"// define constants for the default levels and indices//#define INSTANCE_DEFAULT_INDEX (int_4)-1#define INSTANCE_DEFAULT_SCORE (float_4)-1.0e10#define INSTANCE_ACTIVE_SCORE (float_4)-0.5e10#define INSTANCE_DEFAULT_FLAG ISIP_FALSE// end of file// #endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?