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

📄 algb_02.cc

📁 这是一个从音频信号里提取特征参量的程序
💻 CC
字号:
// file: $isip/class/algo/AlgorithmBase/algb_02.cc// version: $Id: algb_02.cc,v 1.3 2001/12/25 17:52:44 picone Exp $//// isip include files//#include "AlgorithmBase.h"// method: diagnose//// arguments://  Integral::DEBUG level: (input) debug level for diagnostics//// return: a boolean value indicating status//// AlgorithmBase does not have a diagnose method because of the virtual// function interface. each class in this library must test these functions.//boolean AlgorithmBase::diagnose(Integral::DEBUG level_a) {  // exit gracefully  //  return true;}

⌨️ 快捷键说明

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