code_ez_var

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

TXT
28
字号
# code_ez variables## file to be read by commander.p# each line is turned into a structure entry   	(str)#     	a default-setting entry			(def)#     	a usage-printing entry			(usg)# 	and a command line reading entry	(clr)# of these, the S, U and C can be disabled by >No S, etc.# and the D can be disabled by -.## variable    		type deflt flag  short_name extra_action long_name#dc->verbose		d	0 -v verbosity		-	-dc->outfile		s	- -o outfile	 - - dc->out			d	1 -out out		-	whether to print alistdc->seed		ld	123 -seed seed - ->No CUdc->M			d	0 - - - -dc->N			d	0 - - - -dc->t			d	0 - - - -dc->tr			d	0 - - - ->CUdc->style		d	1 -s style	- 1 or 2 (where the diagonals go)dc->afile		s	- -i afile	- file containing a matrixdc->write		d	0 -w write	- write to outputdc->min_per_row		d	2 -minrow mr	- minimum number of bits on a row, below which an error message is givendc->min_per_col		d	2 -mincol mc	- minimum number of bits in a col, below which an error message is given (not expected to be useful) 

⌨️ 快捷键说明

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