train_memory_manager_constants.h

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

H
32
字号
// file: train_memory_manager_constants.h//// this is the header file for the memory manager class constants//// make sure definitions are only made once//#ifndef __ISIP_TRAIN_MEMORY_MANAGER_CONSTANTS#define __ISIP_TRAIN_MEMORY_MANAGER_CONSTANTS// isip include files//#ifndef __ISIP_TRAIN_LINK_NODE_CONSTANTS#include <train_link_node_constants.h>#endif// define the class name//#define TRAIN_MM_CLASS_NAME (char_1*)"Train_Memory_manager"// define the default block sizes//#define TRAIN_MM_NODE_GROW_SIZE (int_4)1024#define TRAIN_MM_TRACE_GROW_SIZE (int_4)512#define TRAIN_MM_LEX_GROW_SIZE (int_4)256#define TRAIN_MM_LAT_GROW_SIZE (int_4)256#define TRAIN_MM_HASH_GROW_SIZE (int_4)256// end of file// #endif

⌨️ 快捷键说明

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