gad_var_usg.c
来自「快速傅立叶变换程序代码,学信号的同学,可要注意了」· C语言 代码 · 共 8 行
C
8 行
DNT; fprintf( fp, "-GAB loops <%d> (number of loops after which to use the Gaallager B trick of changing the threshold for bit flip (actually implemented by having the channel info be ignored, j=4))", GAdc->GallagerB); DNT; fprintf( fp, "-GAdloops loops <%d> (Max number of loops )", GAdc->loops); DNT; fprintf( fp, "-GAdlogn n <%d> (number of states to log)", GAdc->writelog); DNT; fprintf( fp, "-GAdwis p <%d> (period with which to write current state)", GAdc->wis); DNT; fprintf( fp, "-GAdwisline l <%d> (number of states per line)", GAdc->wisline); DNT; fprintf( fp, "-GAdis isfile (write entire intermediate states)"); DNT; fprintf( fp, "-GAdlog logfile (for state info )");
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?