📄 lxn_cstr_2.cc
字号:
// file: lxn_cstr_2.cc//// isip include files//#include "lex_node.h"#include "lex_node_constants.h"// method: constructor//// arguments:// int_4 phone: (input) the monophone at this node//// return: none//// this is an overloaded constructor//Lex_node::Lex_node(int_4 phone_a) { // set the parameters // phone_d = phone_a; child_d = (Link_list*)NULL; word_end_d = ISIP_FALSE; words_d = (Link_list*)NULL; score_d = LXN_LM_SCORE; type_d = LXN_WORDGRAPH; // exit gracefully //}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -