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