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

📄 phone_constants.h

📁 这是处理语音信号的程序
💻 H
字号:
// file: phone_constants.h//// make sure definitions are only made once//#ifndef __PHONE_CONSTANTS#define __PHONE_CONSTANTS// isip include files//#ifndef __INTEGRAL_CONSTANTS#include <integral_constants.h>#endif#ifndef __ISIP_MODEL_CONSTANTS#include <model_constants.h>#endif// define the class name//#define PHN_CLASS_NAME (char_1*)"Phone"// define the score for non-existant state transitions//#define PHN_NOTRANS_SCORE MODEL_NOTRANS_SCORE// end of file// #endif

⌨️ 快捷键说明

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