code_ez_var_usg.c
来自「快速傅立叶变换程序代码,学信号的同学,可要注意了」· C语言 代码 · 共 10 行
C
10 行
DNT; fprintf( fp, "-v verbosity <%d> (- )", dc->verbose); DNT; fprintf( fp, "-o outfile (- )"); DNT; fprintf( fp, "-out out <%d> (whether to print alist)", dc->out); DNT; fprintf( fp, "-seed seed <%ld> (- )", dc->seed); DNT; fprintf( fp, "-s style <%d> (1 or 2 (where the diagonals go))", dc->style); DNT; fprintf( fp, "-i afile (file containing a matrix)"); DNT; fprintf( fp, "-w write <%d> (write to output )", dc->write); DNT; fprintf( fp, "-minrow mr <%d> (minimum number of bits on a row, below which an error message is given)", dc->min_per_row); DNT; fprintf( fp, "-mincol mc <%d> (minimum number of bits in a col, below which an error message is given (not expected to be useful))", dc->min_per_col);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?