摘要: 课程对个人带来的提升: 学习和使用过的软件: Visual studio:Microsoft Visual Studio(简称VS)是美国微软公司的开发工具包系列产品。VS是个基本完整的开发工具集,它包括了个软件生命周期中所需要的大部 分工具,如UML工具、代码管控工具、集成开发环境(IDE)等等, 阅读全文
posted @ 2017-06-23 16:03 王钰琳 阅读(255) 评论(1) 推荐(0) 编辑
摘要: 软件工程第二次作业—结对编程 王钰琳 1500802069 博客连接:https://www.cnblogs.com/wangyulino6o6/ 潘玖庆 1500802062 博客连接:http://www.cnblogs.com/PanJQ/ coding地址: "coding.net" 程序运 阅读全文
posted @ 2017-05-09 20:16 王钰琳 阅读(207) 评论(0) 推荐(0) 编辑
摘要: 软件工程第一次作业 花20分钟写一个能自动生成小学四则运算题目的“软件”,要求:除了整数以外,还要支持真分数的四则运算。 "coding.net" 一周之内快速看完《构建之法》,不懂的5个问题。 P340页“SWOT分析框架是一个简单有效的分析工具。”我查阅资料得知,SWOT分析法是用来确定企业自身 阅读全文
posted @ 2017-04-17 19:03 王钰琳 阅读(145) 评论(0) 推荐(0) 编辑
摘要: #include "stdafx.h"#include<iostream>using namespace std; int _tmain(int argc, _TCHAR* argv[]){ int a,b,c=1; int m[8]; cout<<"输入台阶数"; cin>>a; m[0]=1,m 阅读全文
posted @ 2017-03-07 21:45 王钰琳 阅读(85) 评论(0) 推荐(0) 编辑
摘要: #include "stdafx.h"#include<iostream>using namespace std; int _tmain(int argc, _TCHAR* argv[]){ int m[7]={2,2,4,6,8,2,9 }; int a,b,max=0; for(a=0;a<7; 阅读全文
posted @ 2017-03-07 21:44 王钰琳 阅读(92) 评论(0) 推荐(0) 编辑
摘要: #include "stdafx.h"#include<iosrteam>using namespace std; int _tmain(int argc, _TCHAR* argv[]){ int m[3]={1,2,2}; int i=0 ,length=3; for(i=0;i<3;i++){ 阅读全文
posted @ 2017-03-07 21:43 王钰琳 阅读(83) 评论(0) 推荐(0) 编辑