dc_var_usg.c

来自「快速傅立叶变换程序代码,学信号的同学,可要注意了」· C语言 代码 · 共 8 行

C
8
字号
  DNT; fprintf( fp, "-afile afile                  (file with alist in it.)");  DNT; fprintf( fp, "-fe use_fe <%d>                (use fe_min          )", dc->use_fe);  DNT; fprintf( fp, "-bnd use_bnd <%d>              (use bnd             )", dc->use_bnd);  DNT; fprintf( fp, "-el log <%d>                   (whether to record decoding errors)", dc->error_log);  DNT; fprintf( fp, "-elfile elfile                (file for errors     )");  DNT; fprintf( fp, "-maxcount maxcount <%d>       (max number of bit errors to report; -1=all)", dc->maxcount);  DNT; fprintf( fp, "-skip number <%d>              (number of random vectors to generate before starting)", dc->skip);

⌨️ 快捷键说明

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