📄 rmbnd_var_usg.c
字号:
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, "-Nt Ntrellises <%d> (number of trellises (please don't change))", bndc->Ntrellis); DNT; fprintf( fp, "-tN trellisN <%d> (length of constraint applied by trellis)", bndc->trellisN); DNT; fprintf( fp, "-tT trellisT <%d> (type of trellis: 0=gallager, 1=RM or Hamming)", bndc->trellisT); DNT; fprintf( fp, "-tV trellisVerbosity <%d> (verbosity )", bndc->trellisV); DNT; fprintf( fp, "-t2N trellis2N <%d> (length of constraint applied by trellis 2)", bndc->trellis2N); DNT; fprintf( fp, "-t2T trellis2T <%d> (type of trellis 2: 0=gallager, 1=RM or Hamming)", bndc->trellis2T); DNT; fprintf( fp, "-t3N trellis3N <%d> (length of constraint applied by trellis 3)", bndc->trellis3N); DNT; fprintf( fp, "-t3T trellis3T <%d> (type of trellis 3: 0=gallager, 1=RM or Hamming)", bndc->trellis3T);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -