It is a statistical library for Microsoft .NET platform. It includes classes that provide capabilities to interface with the various data format, calculating descr iptive statistics, correlation analysis, statistical inferences, ANOVA, and multiple
该程序拟实现对英文文本的单词数进行统计以及排序,而且字母大小写不敏感,对首字母必须大写的单词无法有效识别,是一种比较低级的单词频率统计程序。 该程序采用的语言是C#,使用的IDE为Microsoft Visual Studio 2013,采用的面向对象的程序设计思想,将文本处理与数据io写成便于调用的类库,若尝试直接打开源文件运行,请使用2013级以上版本,避免不必要的错误。