⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 code_ez_var_str.h

📁 快速傅立叶变换程序代码,学信号的同学,可要注意了
💻 H
字号:
  int verbose ;     /* -                    <0>    */  char outfile[100] ;/* -                    <->    */  int out ;         /* whether to print alist <1>    */  long int seed ;   /* -                    <123>  */  int M ;           /* -                    <0>    */  int N ;           /* -                    <0>    */  int t ;           /* -                    <0>    */  int tr ;          /* -                    <0>    */  int style ;       /* 1 or 2 (where the diagonals go) <1>    */  char afile[100] ; /* file containing 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>    */

⌨️ 快捷键说明

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