mod_cstr_0.cc
来自「这是处理语音信号的程序」· CC 代码 · 共 38 行
CC
38 行
// file: mod_cstr_0.cc//// isip include files//#include "model.h"// method: destructor//// arguments: none//// return: none//// this is the default destructor//Model::~Model() { // clean up transition matrix // trans_prob_d = (float_4*)NULL; // clean up the states // if (states_d != (State**)NULL) { delete [] states_d; states_d = (State**)NULL; } // reset values // num_states_d = (int_4)0; // exit gracefully //}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?