⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 nnode_cstr_3.cc

📁 这是处理语音信号的程序
💻 CC
字号:
// file: nnode_cstr_3.cc//// isip include files//#include "nbest_node.h"#include "nbest_node_constants.h"// method: overloaded constructor//// arguments://   Lattice_node* lnode: (input) lattice node that terminates this//                                partial path//   Nbest_node* prev_node: (input) previous nbest node in the path//   float_8 score : (input) path score for this partial path//// return: none//// this is an overloaded constructor//Nbest_node::Nbest_node(Lattice_node* lnode_a, Nbest_node* prev_node_a,		       float_8 path_score_a) {  // copy node members  //  lnode_d = lnode_a;  prev_node_d = prev_node_a;  path_score_d = path_score_a;    // exit gracefully  //}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -