📄 mm_num_5.cc
字号:
// file: mm_num_5.cc// // isip include files//#include "memory_manager.h"#include "memory_manager_constants.h" // method: get_num_ngram_cc//// arguments: none//// return: an int_4 with the total ngram nodes generated//// this method gets the total ngram nodes generated//int_4 Memory_manager::get_num_ngram_cc() { // get the total ngram nodes generated and return // return num_ngram_d;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -