摘要: 每一个组员对你所开发项目的用户进行典型用户描述,并且进一步调研用户需求,描绘用户场景并将典型用户和用户场景描述发表博客上,具体格式参考典型用户模板和场景/故事/Story的模板。 作业内容: 1.背景: (1)典型用户 想要体验简单的软件的用户 (2)用户的需求/迫切需要解决的问题 无法有适应自己难 阅读全文
posted @ 2019-01-10 22:37 言宇 阅读(345) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System. 阅读全文
posted @ 2019-01-10 22:29 言宇 阅读(118) 评论(0) 推荐(0) 编辑
摘要: #include<iostream.h> #include<stdlib.h> #include<time.h> void boom() { float x,y; int z,t; int first_num,second_num,third_num,fourth_num; srand(time(N 阅读全文
posted @ 2019-01-10 22:28 言宇 阅读(105) 评论(0) 推荐(0) 编辑
摘要: #include<stdio.h> #include<time.h> #include<stdlib.h> int main () { int a [5] [5]; int b,i,c,d; int m=0; int sum[100]; int max=0; for( i=0;i<5;i++) { 阅读全文
posted @ 2019-01-10 22:26 言宇 阅读(82) 评论(0) 推荐(0) 编辑
摘要: #include<stdio.h> #include<stdlib.h> #include<time.h> int main() { int x,y,z,t; srand(time(NULL)); printf("二柱子的计算题:\n"); for(int i=0;i<30;i++) { x=ran 阅读全文
posted @ 2019-01-10 22:22 言宇 阅读(78) 评论(0) 推荐(0) 编辑