📄 global.h
字号:
#include <math.h>#include <stdlib.h>#include <stdio.h>#include <string.h>#define INFINITE_SMALL 0.0000001int count_num_lines(FILE* f);int compare_double(const void* x,const void* y);double entropy(int* a,int n_values,int size);double combination(int m,int n);double error_rate(int m,int p);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -