计算统计特征(正态分布)函数及实例
main函数:#include "stdafx.h"#include "stdev.h"#include <map>int _tmain(int argc, _TCHAR* argv[]){std::map<int, int> map_...