📄 statistics.h
字号:
#ifndef _STATISTICS_H_#define _STATISTICS_H_/* $Id: statistics.h 32986 2000-06-04 22:02:08Z brunsch $ */extern double mean(const double, const int);extern double variance(const double, const double, const int);extern double stddev(const double, const double, const int);#endif /* ! _STATISTICS_H_ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -