摘要: 第一次小组的站立会议,首先按照已定的计划,进行了第一项任务,在网络上搜寻相同类型的备忘录软件,并记录下来,充实我们的思路和想法,为以后的设计和编码做准备。 阅读全文
posted @ 2018-11-15 23:02 987456000 阅读(149) 评论(0) 推荐(0) 编辑
摘要: http://i.youku.com/i/UNjM3OTQ4NjU1Ng== 阅读全文
posted @ 2018-11-14 18:09 987456000 阅读(106) 评论(0) 推荐(0) 编辑
摘要: 每日站立会议 地址:学校三栋420房间 时间:每天晚上8点 演示会议 :20号 回顾会议 :21号 阅读全文
posted @ 2018-11-13 23:29 987456000 阅读(176) 评论(0) 推荐(0) 编辑
摘要: N人们现在的生活节奏越来越快,生活和工作上的事情也越来越多,在平时难免有所疏漏,这时一个可以在做事情之前提醒他们的软件就显得非常必要。A技术上:从已经成熟了的便签和闹钟软件中借鉴其合适的功能,两相结合,并对其进行功能优化和简练。商业模式:先从身边小规模试用,若可行性高,则进一步优化推广。B本软件结合 阅读全文
posted @ 2018-11-13 19:25 987456000 阅读(99) 评论(0) 推荐(0) 编辑
摘要: 源代码 #include<iostream>#include<stdarg.h>#include<stdlib.h>#include<time.h>#include<math.h>#include<fstream>using namespace std;int main(){ ofstream Sa 阅读全文
posted @ 2018-11-06 23:32 987456000 阅读(203) 评论(0) 推荐(0) 编辑
摘要: 题目:返回一个整数数组中最大子数组的和。要求:1)输入一个整形数组,数组里有正数也有负数。2)数组中连续的一个或多个整数组成一个子数组,每个子数组都有一个和。3)如果数组A[0]……A[j-1]首尾相邻,允许A[i-1],…… A[n-1],A[0]……A[j-1]之和最大。 设计思想: 这是第三次 阅读全文
posted @ 2018-11-04 15:32 987456000 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 源代码 #include<iostream>#include<stdarg.h>#include<stdlib.h>#include<time.h>#include<math.h>using namespace std;int main(){cout<<endl;cout<<"二柱子的四则运算在线答 阅读全文
posted @ 2018-10-31 20:01 987456000 阅读(133) 评论(0) 推荐(0) 编辑
摘要: 源代码 #include<iostream>using namespace std;void main (){ int a,b,c,d,e=0,A[100][100]; cout<<"输入矩阵的行()和列"; cin>>a>>b; if(a>100||b>100) { cout<<"请重新输入:"; 阅读全文
posted @ 2018-10-21 11:47 987456000 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 源代码 #include<iostream> #define n 1000 using namespace std; void main() { int a[n], b[n][n]; int length, i, j, w = 0, p = 0, q = 0, temp, m; cout << "输 阅读全文
posted @ 2018-10-14 14:37 987456000 阅读(152) 评论(0) 推荐(0) 编辑
摘要: 代码 #include<stdio.h>#include<stdlib.h>#include <time.h>#define N gmain(){ int a,b,k,i,n, c,d,e,f,g; do{ printf("\n请输入题目数量: ");scanf("%d",&g); printf(" 阅读全文
posted @ 2018-10-08 16:24 987456000 阅读(110) 评论(0) 推荐(0) 编辑