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

📄 win_set_1.cc

📁 这是处理语音信号的程序
💻 CC
字号:
// file: window/win_set_1.cc//// isip include files//#include "window.h"// method: set_cc//// arguments://  char_1* opt_a: (input) type of window to create//  int_4 width_a: (input) length of window to create//// return: a logical_1 indicating status//logical_1 Window::set_cc(char_1* opt_a, int_4 width_a) {  // call the general set method  //  return set_cc(type_cc(opt_a), width_a);  }

⌨️ 快捷键说明

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