andx_00.cc

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

CC
61
字号
// file: $isip/class/asr/AnnotationIndex/andx_0.cc// version: $Id: andx_00.cc,v 1.2 2002/08/13 20:20:32 alphonso Exp $//// isip include files//#include "AnnotationIndex.h"// method: destructor//// arguments: none//// return: none//// this is the default destructor for the AnnotationIndex class//AnnotationIndex::~AnnotationIndex() {}// method: default constructor//// arguments: none//// return: none//// this is the default constructor for the AnnotationIndex class//AnnotationIndex::AnnotationIndex() {  // set the allocation mode for the member data  //  ancr_by_id_d.setAllocationMode(DstrBase::USER);  anno_by_id_d.setAllocationMode(DstrBase::USER);  ancrset_d.setAllocationMode(DstrBase::USER);}//-----------------------------------------------------------------------------//// we define non-integral constants in the default constructor////-----------------------------------------------------------------------------// constants: required constants such as the class name//const String AnnotationIndex::CLASS_NAME(L"AnnotationIndex");const String AnnotationIndex::DEF_PARAM(L"");// static instantiations: debug level//Integral::DEBUG AnnotationIndex::debug_level_d = Integral::NONE;// static instantiations: the memory manager//MemoryManager AnnotationIndex::mgr_d(sizeof(AnnotationIndex));

⌨️ 快捷键说明

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