math_add.h
来自「一个很好用的可执行PSO程序」· C头文件 代码 · 共 13 行
H
13 行
// Prototypesint alea(int min,int max);int alea_diff(int min, int max, int num);float alea_float(float min, float max);int check_seq(struct seq s);int fact(int n); // n!float MAX(float a,float b);float MIN(float a,float b);float max_eig(struct coeff c, float phi);float max_eig_basic(float phi);struct seq rotate(struct seq s,int k);struct seq seq(int k,int N);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?