摘要: 我对于构建之法的希望是学习完这门课程后能够获得正确处理项目的思路和能力,我自己的目标是学习完这门课程后能够将软甲开发方法掌握并化为己用,能够真正立足软件工程的土地上,能够在处理项目过程中与协作人员完美配合协力解决问题。我将在每周花费10.5个小时来深入了解并学习这门课程。 阅读全文
posted @ 2017-09-27 18:13 布尔乔亚 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <time.h> 4 #include <math.h> 5 6 int main() 7 { 8 int i=0; 9 int n=0;10 int x=0;11 int type;12 c 阅读全文
posted @ 2017-09-27 18:11 布尔乔亚 阅读(97) 评论(0) 推荐(0) 编辑
摘要: #include "stdio.h" #include "string.h" #include "stdlib.h" int charcalculate=0; int wordcalculate=0; int linecalculate=0; void calculate(char * file) 阅读全文
posted @ 2017-09-27 13:18 布尔乔亚 阅读(166) 评论(0) 推荐(0) 编辑