📄 nnode_get_1.cc
字号:
// file: nnode_get_1.cc//// isip include files//#include "nbest_node.h"#include "nbest_node_constants.h"// method: get_prev_cc//// arguments: none// // return: a Nbest_node* with the previous nbest node on the partial path//// this method gets the previous nbest node in this path//Nbest_node* Nbest_node::get_prev_cc() { // exit gracefully // return prev_node_d;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -