摘要: using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.T 阅读全文
posted @ 2018-11-06 19:28 瘦子肉嘟嘟 阅读(222) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> #include<ctime>#define Num 10000using namespace std; int DTGH_Sum(int a[],int n) //动态规划法求子段和函数{ int sum = 0; int *b = (int *) mall 阅读全文
posted @ 2018-11-04 16:34 瘦子肉嘟嘟 阅读(95) 评论(0) 推荐(0) 编辑
摘要: <html> <head> <title>生成四则运算 样例</title> <style type="text/css"> input { width: 72px } </style> </head> <body> <div align="center"> <table> <tr><td> <la 阅读全文
posted @ 2018-10-31 18:52 瘦子肉嘟嘟 阅读(206) 评论(0) 推荐(0) 编辑
摘要: 输入一个二维整形数组,数组里有正数也有负数 二维数组中连续的一个子矩阵组成一个子数组,每个子数组都有一个和 求所有子数组的和的最大值。 #include <iostream>#include <time.h>using namespace std;#define M 4#define N 8 voi 阅读全文
posted @ 2018-10-21 13:31 瘦子肉嘟嘟 阅读(83) 评论(0) 推荐(0) 编辑
摘要: #include<iostream>using namespace std;int max(int a,int b){ if(a>b) {return a;}else{ return b;}}int maxsum(int a[],int n){ int i;int maxsofar=0;int ma 阅读全文
posted @ 2018-10-14 14:13 瘦子肉嘟嘟 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-10-08 17:32 瘦子肉嘟嘟 阅读(61) 评论(0) 推荐(0) 编辑
摘要: <html> <head> <title>生成四则运算 样例</title> <style type="text/css"> input { width: 72px } </style> </head> <body> <div align="center"> <table> <tr><td> <la 阅读全文
posted @ 2018-10-08 10:35 瘦子肉嘟嘟 阅读(87) 评论(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.整数) -1为退出程序: " 阅读全文
posted @ 2018-10-07 21:40 瘦子肉嘟嘟 阅读(216) 评论(0) 推荐(0) 编辑
摘要: 关于测绘工程所学要的计算机辅助软件需求还较为多,在两年多的学习中我们所使用的软件有Cass,MATLAB,mapinfo,科傻平差,一系列的有关的软件,其中我对mapinfo这个软件有一些浅见的看法,希望在以后的想学习过程中我能够更好的掌握这一些软件,并且这些辅助软件能够继续优化,满足测绘人的一些更 阅读全文
posted @ 2018-10-03 22:09 瘦子肉嘟嘟 阅读(231) 评论(0) 推荐(0) 编辑