2018年10月7日

摘要: 添加新要求 1、支持真分数 2、题目避免重复 3、可定制数量 #include <stdio.h>#include <string.h>#include <stdlib.h>#include <time.h> int main(){int i,a,b,c,d,m;for(i=0;i<30;i++){ 阅读全文
posted @ 2018-10-07 22:04 &#127770;&#127770;&#127770;&#127773;&#127773;&#127 阅读(113) 评论(0) 推荐(0) 编辑
摘要: 实验思路: 1、寻找随机数,并可以出现多个不同的数 2、使用循环语句,保证30道题的数目 3、保证四则运算符号的正确性“+、-、*、/” #include <stdio.h>#include <string.h>#include <stdlib.h>#include <time.h>int main 阅读全文
posted @ 2018-10-07 21:18 &#127770;&#127770;&#127770;&#127773;&#127773;&#127 阅读(271) 评论(0) 推荐(0) 编辑
摘要: 实验目的:返回一个整数数组中最大子数组的和 实验思路 输入整形数组,让其相邻两个结合为新数组求和,寻找最大和,并输出。 #include<stdio.h>int main(){ int a[10]; int b[5]; int i,j,t; printf("请输入10个数(相邻两个数字为一个新数组) 阅读全文
posted @ 2018-10-07 20:44 &#127770;&#127770;&#127770;&#127773;&#127773;&#127 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 我是一名测绘工程的本科生,已经在校学习了两年多,也接触了一些相关的测绘软件,例如AutoCAD,CASS,MATLAB,COSA,也用它们进行了一定的运用。 AutoCAD具有平面绘图、绘图辅助工具、编辑图形、标注尺寸、书写文字、图层管理功能、三维绘图、网络功能、数据交换等基本功能,具有交互技术。图 阅读全文
posted @ 2018-10-07 12:57 &#127770;&#127770;&#127770;&#127773;&#127773;&#127 阅读(336) 评论(0) 推荐(0) 编辑

导航