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