📄 tr_ht_set_1.cc
字号:
// file: tr_ht_set_0.cc//// isip include files//#include "train_hash_table.h"#include "train_hash_table_constants.h" // method: set_size_cc//// arguments:// int_4 size : (input) size of hash table//// return: a logical_1 indicating success//// this method sets the size of the hash table//logical_1 Train_Hash_table::set_cells_cc(Train_Hash_cell** cells_a) { // set the node list // cells_d = cells_a; // exit gracefully // return ISIP_TRUE;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -