trans_00.cc

来自「这是一个从音频信号里提取特征参量的程序」· CC 代码 · 共 41 行

CC
41
字号
// 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 + =
减小字号Ctrl + -
显示快捷键?