bnd_var_usg.c

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

C
18
字号
  DNT; fprintf( fp, "-bndloops loops <%d>         (Max number of loops )", bndc->loops);  DNT; fprintf( fp, "-bndlogn n <%d>                (number of states to log)", bndc->writelog);  DNT; fprintf( fp, "-bndwis p <%d>                 (period with which to write current state)", bndc->wis);  DNT; fprintf( fp, "-bndwisline l <%d>            (number of states per line)", bndc->wisline);  DNT; fprintf( fp, "-bndwisgrey 0/1 <%d>           (whether to write greyscale state or just black/white)", bndc->wisgrey);  DNT; fprintf( fp, "-bndis isfile                 (write entire intermediate states)");  DNT; fprintf( fp, "-bndlog logfile               (for state info      )");  DNT; fprintf( fp, "-doclip doclip <%d>            (whether to clip extreme probablities)", bndc->doclip);  DNT; fprintf( fp, "-clip clip <%9.3g>     (clip probs here     )", bndc->clip);  DNT; fprintf( fp, "-tinydiv tiny <%9.3g>  (value below which division should not be done)", bndc->tinydiv);  DNT; fprintf( fp, "-vpl 0/1 <%d>                  (whether to use the log-version of the vertical pass algorithm)", bndc->vpl);  DNT; fprintf( fp, "-dofudge dofudge <%d>          (whether to fudge q values up/down or not)", bndc->dofudge);  DNT; fprintf( fp, "-fudge fudge <%9.3g>   (fudge scale         )", bndc->fudge);  DNT; fprintf( fp, "-dotweak dotweak <%d>          (whether to crank up the prior, and after how many iterations)", bndc->dotweak);  DNT; fprintf( fp, "-tweakinc increment <%d>      (subsequent number of its after which to further tweak)", bndc->tweakinc);  DNT; fprintf( fp, "-tweak factor <%9.3g>  (factor by which prior cranked up)", bndc->tweak);  DNT; fprintf( fp, "-tweakreset 0/1/2 <%d>         (whether to reset to start when tweaked. 1=first time, 2=always.)", bndc->tweakreset);

⌨️ 快捷键说明

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