10 2016 档案

摘要:wc.exe是一个常见的工具,它能统计文本文件的字符数、单词数和行数。这个项目要求写一个命令行程序,模仿已有的wc.exe的功能,并加以扩充,给出某程序设计源语言文件的字符数、单词数和行数。 给实现一个统计程序,它能正确统计程序文件的字符数、单词数、行数,以及其他扩展功能,并能够快速的处理多个文件。 阅读全文
posted @ 2016-10-27 12:57 蔡颖欣 阅读(110) 评论(0) 推荐(0) 编辑
摘要:#include<stdio.h>#include<math.h>#include<stdlib.h>#include<time.h>int moshi;int count;void plus(int first,int second){int result;printf("%d + %d =",f 阅读全文
posted @ 2016-10-13 10:11 蔡颖欣 阅读(183) 评论(0) 推荐(0) 编辑