dbgl_00.cc
来自「这是一个从音频信号里提取特征参量的程序」· CC 代码 · 共 33 行
CC
33 行
// file: $isip/class/shall/DebugLevel/dbgl_00.cc// version: $Id: dbgl_00.cc,v 1.3 2000/12/29 23:10:04 duncan Exp $//// there is no source code in this file//// isip include files//#include "DebugLevel.h"//-----------------------------------------------------------------------------//// we define non-integral constants in the default constructor////-----------------------------------------------------------------------------// constants: required constants such as the class name//const String DebugLevel::CLASS_NAME(L"DebugLevel");// constants: i/o related constants//const String DebugLevel::DEF_PARAM(L"debug_level");// constants: names for the enumerated levels//const NameMap DebugLevel::LEVEL_MAP(L"NONE, BRIEF, DETAILED, ALL");// static instantiations: memory manager//MemoryManager DebugLevel::mgr_d(sizeof(DebugLevel), DebugLevel::name());
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?