摘要: 本次要求增加难度:1可指定题目数量 2 支持真分数运算 运行代码 #include<stdio.h> #include<Windows.h> #include<time.h> void main() { int a, b, c, d,i,m,n; float p, q; srand(unsigned 阅读全文
posted @ 2018-10-07 23:30 唯心123 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 代码编写 #include <stdio.h>#include <string.h>#include <stdlib.h>#include <time.h>int main(int argc, char **argv){ int a[30],b[30]; int i,c,d; srand((unsi 阅读全文
posted @ 2018-10-07 23:25 唯心123 阅读(205) 评论(0) 推荐(0) 编辑
摘要: 求一个整数数组中最大子数数组的和 实验步骤 从第一个元素开始,每两个相邻数字作为一个新数组,依次相加循环,当和赋值给最大即可求得 #include<stdio.h>int main(){ int a[10]; int b[5]; int i,j,t; printf("请输入10个数(相邻两个数字为一 阅读全文
posted @ 2018-10-07 23:14 唯心123 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 时间匆匆,很快就到了大三,作为一名大三学生,也认知了cass软件对我们专业的重要性。 说起来还是主要在暑假实习的时候用的,以前计算高程平差和水准平差的时候,都是用手动计算,特别烦琐。大二下半学期我们学习了误差理论与测量平差基础这门课程,里面有很多计算的问题,计算只要是三层以上就特别困难,不好计算,后 阅读全文
posted @ 2018-10-07 19:23 唯心123 阅读(1477) 评论(0) 推荐(0) 编辑