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

📄 trace_projection.h

📁 这是处理语音信号的程序
💻 H
字号:
// file: trace_projector.h//// definitions file for the trace projection utility that uses the decoder// and its associated classes//// make sure definitions are made only once//#ifndef __ISIP_TRACE_PROJECTION#define __ISIP_TRACE_PROJECTION// isip include files//#ifndef __ISIP_INTEGRAL#include <integral.h>#endif// forward declaration of classes//#ifndef __ISIP_TRACE_PROJECTOR#include <trace_projector.h>#endif#ifndef __ISIP_TRACE_PROJECTOR_CONSTANTS#include <trace_projector_constants.h>#endif// functions to decipher commandline//logical_1 read_cmdline_cc(int_4 argc, char_1** argv, char_1*& prm_file,			  logical_1& demo);// end of file//#endif

⌨️ 快捷键说明

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