# counter **Repository Path**: leiyl/counter ## Basic Information - **Project Name**: counter - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-04-17 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # counter 单词计数器 介绍 主要是完成老师布置的作业,完成对一篇英文文章的单词量计数。项目请看 [https://edu.cnblogs.com/campus/nue/SE201903/homework/2920] 单词计数器 软件架构 1.1 读文件到缓冲区 1.2 处理缓冲区,统计每个单词的频率 1.3 输出词频前十的单词 1.4 主函数,将前面的函数进行调用封装