fe_var_usg.c

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

C
8
字号
  DNT; fprintf( fp, "-gamma gamma <%d>             (Power that modifies E_L to discourage violations if set to 0,1,2)", c->gamma);  DNT; fprintf( fp, "-metric m(0/1) <%d>            (Whether to include the q(1-q) factor in the gradient)", c->metric);  DNT; fprintf( fp, "-log l <%d>                    (write every value of x at which function is evaluated. First l components.)", c->writelog);  DNT; fprintf( fp, "-logfile file                 (file for log        )");  DNT; fprintf( fp, "-o5smax step <%9.3g>   (max step size, optimizer 6 (not 5))", c->macarg.stepmax);  DNT; fprintf( fp, "-second 0/1 <%d>               (whether to use 2nd backup strategy)", c->second);  DNT; fprintf( fp, "-third 0/1 <%d>                (whether to use a third)", c->third);

⌨️ 快捷键说明

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