hash_cell_constants.h

来自「这是处理语音信号的程序」· C头文件 代码 · 共 24 行

H
24
字号
// file: hash_cell_constants.h//// this is the constants header file for the Hash_cell class//// make sure definitions are made only once//#ifndef __ISIP_HASH_CELL_CONSTANTS#define __ISIP_HASH_CELL_CONSTANTS// isip include files//#ifndef __ISIP_INTEGRAL_CONSTANTS#include <integral_constants.h>#endif// define the class name//#define HASH_CELL_CLASS_NAME (char_1*)"Hash_cell"// end of file//#endif

⌨️ 快捷键说明

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