?? math_add.h
字號(hào):
// 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);
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -