train_phone_constants.h
来自「这是处理语音信号的程序」· C头文件 代码 · 共 30 行
H
30 行
// file: train_phone_constants.h//// make sure definitions are only made once//#ifndef __TRAIN_PHONE_CONSTANTS#define __TRAIN_PHONE_CONSTANTS// isip include files//#ifndef __INTEGRAL_CONSTANTS#include <integral_constants.h>#endif#ifndef __ISIP_TRAIN_MODEL_CONSTANTS#include <train_model_constants.h>#endif// define the class name//#define TRAIN_PHN_CLASS_NAME (char_1*)"Train_Phone"// define the score for non-existant state transitions//#define TRAIN_PHN_NOTRANS_SCORE TRAIN_MODEL_NOTRANS_SCORE// end of file// #endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?