摘要: #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)
摘要: #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)
摘要: #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)
摘要: #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)
摘要: #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)