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

📄 trans_00.cc

📁 这是一个从音频信号里提取特征参量的程序
💻 CC
字号:
// file: $isip/class/mmedia/TranscriptionDatabase/trans_00.cc// version: $Id: trans_00.cc,v 1.4 2002/08/14 22:48:05 gao Exp $//// isip include files//#include "TranscriptionDatabase.h"// method: default constructor//// arguments: none//// return: none//// this is the default constructor for the AnnotationIndex class//TranscriptionDatabase::TranscriptionDatabase() {  // set the allocation mode for the member data  //}//-----------------------------------------------------------------------------//// we define non-integral constants in the default constructor////-----------------------------------------------------------------------------// constants: required constants such as the class name//const String TranscriptionDatabase::CLASS_NAME(L"TranscriptionDatabase");const String TranscriptionDatabase::DEF_PARAM(L"");const String TranscriptionDatabase::PARAM_KEYS(L"keys");const String TranscriptionDatabase::PARAM_NAME(L"name");const String TranscriptionDatabase::PARAM_VALUES(L"values");// initialize static data members//Integral::DEBUG TranscriptionDatabase::debug_level_d = Integral::NONE;MemoryManager TranscriptionDatabase::mgr_d(sizeof(TranscriptionDatabase));

⌨️ 快捷键说明

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