📄 tr_hc_set_2.cc
字号:
// file: tr_hc_set_2.cc// // isip include files//#include "train_hash_cell.h"#include "train_hash_cell_constants.h" // method: set_next_cc//// arguments:// Train_Hash_cell* cell: (input) the cell pointer to set as next//// return: a logical_1 indicating success//// this method sets the next cell//logical_1 Train_Hash_cell::set_next_cc(Train_Hash_cell* cell_a) { // set the next cell pointer // next_d = cell_a; // exit gracefully // return ISIP_TRUE;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -