📄 codemod_var_str.h
字号:
int modify_overlaps ;/* modify cols giving overlaps <0> */ int modify_doublets ;/* modify cols giving 1+ doublets <0> */ int modify_multiple ;/* modify cols giving 2+ doublets <0> */ int modify_triplets ;/* modify cols giving triplets <0> */ int modify_threeplus ;/* modify cols giving 3+ doublets <0> */ int modify_bad_loops ;/* modify cols giving bad loops <0> */ int verbose ; /* verbose <0> */ char afile[100] ; /* file containing a matrix <-> */ char aoutfile[100] ;/* output file for a matrix <-> */ int write ; /* write to output <0> */ int min_per_row ; /* minimum number of bits on a row, below which an error message is given <2> */ int min_per_col ; /* minimum number of bits in a col, below which an error message is given (not expected to be useful) <2> */ int strip ; /* whether to strip out zero columns before writing matrix <1> */ int bl_search ; /* do the search for bad loops when appropriate <1> */ int do_x3 ; /* evaluate x3 <0> */ int mx3 ; /* modify matrix if x3 has problems (value of this integer says how many problems, eg 1) <0> */ int do_t2 ; /* evaluate t2 (to detect doublets etc) <1> */ int do_t3 ; /* evaluate t3 <0> */ int mt3 ; /* modify matrix if t3 has problems <0> */ int do_x4 ; /* evaluate x3 <0> */ int mx4 ; /* modify matrix if x4 has problems <0> */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -