hc_cstr_1.cc
来自「这是处理语音信号的程序」· CC 代码 · 共 30 行
CC
30 行
// file: hc_cstr_1.cc//// isip include files//#include "hash_cell.h"#include "hash_cell_constants.h" // method: constructor//// arguments: none//// return: none//// this is the default constructor for the class//Hash_cell::Hash_cell() { // set the hash table elements to null // key_str_d = (char_1*)NULL; key_vec_d = (int_4*)NULL; key_size_d = 0; item_d = (void_p)NULL; next_d = (Hash_cell*)NULL; // exit gracefully //}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?