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

📄 win_cstr_3.cc

📁 这是处理语音信号的程序
💻 CC
字号:
// file: window/win_cstr_3.cc//// isip include files//#include "window.h"#include "window_constants.h"// method: create window constructor//// arguments://  char_1* opt_d: (input) type of window to create//  int_4 width_d: (input) length of window to create//// return: none//Window::Window(char_1* opt_a, int_4 width_a) {  // preset class data  //  data_d = (float_8*)NULL;  debug_level_d = ISIP_DEBUG_NONE;  // change parameters and create the window  //  set_cc(opt_a, width_a);  // return  //}

⌨️ 快捷键说明

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