filt_dbg_0.cc

来自「这是处理语音信号的程序」· CC 代码 · 共 29 行

CC
29
字号
// file: filter/filt_dbg_0.cc//// isip include files//#include "filter.h"#include "filter_constants.h"// method: debug_cc//// arguments://  FILE* fp: (input) an open file pointer//  char_1* message: (input) a message to be displayed//// return: a char_1* containing the class name//logical_1 Filter::debug_cc(FILE *fp_a, char_1* message_a){    // dump the internal data  //  fprintf(fp_a, "<%s::%s> width_d = %ld\n",	  name_cc(), (char*)message_a, width_d);  // exit gracefully  //  return ISIP_TRUE;}

⌨️ 快捷键说明

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