📄 tr_ht_cstr_1.cc
字号:
// file: tr_ht_cstr_1.cc//// isip include files//#include "train_hash_table.h"#include "train_hash_table_constants.h" // method: constructor//// arguments: none//// return: none//// this is the default constructor for the class//Train_Hash_table::Train_Hash_table(char_1 mode_a) { // set the hash table elements // size_d = (int_4)0; mode_d = mode_a; cells_d = (Train_Hash_cell**)NULL; // debug level // debug_level_d = ISIP_DEBUG_NONE; // exit gracefully //}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -