📄 nnode_set_1.cc
字号:
// file: nnode_set_0.cc//// isip include files//#include "nbest_node.h"#include "nbest_node_constants.h"// method: set_prev_cc//// arguments:// Nbest_node* prev_node: (input) the previous nbest node on this path//// return: a logical_1 indicating status//// this method sets the previous node on this path//logical_1 Nbest_node::set_prev_cc(Nbest_node* prev_node_a) { // set the node type // prev_node_d = prev_node_a; // exit gracefully // return ISIP_TRUE;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -