10 2018 档案

摘要:一、基本信息 1.1 本次作业的地址:https://edu.cnblogs.com/campus/ntu/Embedded_Application/homework/2088 1.2 项目 Git地址:https://gitee.com/ntucs/PairProg.git 1.3 结对成员:唐庆 阅读全文
posted @ 2018-10-20 21:16 emiyak 阅读(425) 评论(1) 推荐(0)
摘要:一、程序分析 1.1 读文件到缓冲区(process_file(path)) 1.2 统计缓冲区的里每个单词的频率,放入word_freq(process_buffer) 1.3 按照单词的频数排序(output_result(word_freq)) 1.4 整合之前的函数 二、代码风格说明。 2. 阅读全文
posted @ 2018-10-03 19:24 emiyak 阅读(242) 评论(2) 推荐(0)