📄 lxn_cstr_1.cc
字号:
// file: lxn_cstr_1.cc//// isip include files//#include "lex_node.h"#include "lex_node_constants.h"// method: constructor//// arguments: none//// return: none//// this is the default constructor//Lex_node::Lex_node() { // set the parameters // phone_d = LXN_NULL_PHONE; 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 + -