会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
3abc03
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
2018年10月31日
个人项目3
摘要: #include<iostream>#include<stdarg.h>#include<stdlib.h>#include<time.h>#include<math.h>using namespace std;int main(){cout<<endl;cout<<"四则运算在线答题"<<endl
阅读全文
posted @ 2018-10-31 20:36 3abc03
阅读(139)
评论(0)
推荐(0)
2018年10月21日
返回一个二维数组最大子数组的和
摘要: #include<iostream>using namespace std;void main (){ int x,y,i,j,m=0,A[100][100]; cout<<"输入矩阵的行()和列"; cin>>x>>y; if(x>100||y>100) { cout<<"请重新输入:"; cin
阅读全文
posted @ 2018-10-21 18:46 3abc03
阅读(101)
评论(0)
推荐(0)
2018年10月14日
返回一个整数组中的最大的子数组的和
摘要: #include<stdio.h>#include<stdlib.h>#include<time.h>int main(){ int i,d; int max=0; int b=0; int c [1200]; srand(time(NULL)); for(i=0;i<1200;i++) { d=r
阅读全文
posted @ 2018-10-14 17:05 3abc03
阅读(110)
评论(0)
推荐(0)
2018年10月8日
个人项目2分数运算
摘要: #include<stdio.h>#include<stdlib.h>#include<math.h>#define MAX 10void simple(int &m,int &n){int p;p=(m+n-abs(m-n))/2;for(int i=2;i<=p;i++)if(m%i==0&&n
阅读全文
posted @ 2018-10-08 17:02 3abc03
阅读(105)
评论(0)
推荐(0)
个人项目1生成四则运算
摘要: #include<stdio.h>#include<stdlib.h>#include <time.h>#define N 30main(){int a,b,k,i,n;float c,d;srand(time(NULL));do{printf("\n请输入数字类型(1.整数 2.小数) 3为退出程
阅读全文
posted @ 2018-10-08 16:39 3abc03
阅读(98)
评论(0)
推荐(0)
我用过的测绘软件
摘要: 我是一名测绘工程系大三的学生,在前两年的学习中,只学习了基础课和专业基础课,接触的测绘软件还不是很多。主要就是autocad,cass,科傻(cosa)这几项。 autoCAD是一款画图的软件,可以画出三视图,立体图等,这款软件使我们摆脱了手画工程图的困扰,因为手画的误差是肯定大于电脑精确画图的。
阅读全文
posted @ 2018-10-08 08:00 3abc03
阅读(557)
评论(0)
推荐(0)
上一页
1
2
3
公告