📄 tr_hc_get_3.cc
字号:
// file: tr_hc_get_3.cc// // isip include files//#include "train_hash_cell.h"#include "train_hash_cell_constants.h" // method: get_key_cc//// arguments: // int_4*& key_vec: (output) the key vector// int_4& key_size: (output) the length of the key vector//// return: a logical_1 indicating successs//// this method gets key string//logical_1 Train_Hash_cell::get_key_cc(int_4*& key_vec_a, int_4& key_size_a) { // set key string // key_vec_a = key_vec_d; key_size_a = key_size_d; // exit gracefully // return ISIP_TRUE;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -