资源简介
世界地图DEM数据,数据内容完整,能够帮助你进行很好的地图开发!
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.IO;
using System.Collections;
namespace DEM
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void Form1_Load(object sender EventArgs e)
{
readTXT();
maxMin();
numofrowcol();
// pointBelong();
//cordinateofpoint();
altitudeofponts();
}
private double[] txt=new double [8974];//如何实现动态二维数组?
private double[] xymaxmin = new double[4] {10000010000000 };//x小,y小,x大,y大
private int[] rowcol = new int[2];
//读文本到二维数组
public void readTXT()
{
char delimiterchar = ‘‘;
try
{
using (StreamReader sr = new StreamReader(“f:\\DEM\\dem.txt“))
{
string line;
int row = 1 col = 0;
while ((line = sr.ReadLine()) != null)
{
string[] lineOftxt = line.Split(delimiterchar);
foreach (string num in lineOftxt)
{
txt[row col] = double.Parse(num);
col++;
}
row++; col = 0;
}
}
}
catch (Exception e)
{
Console.WriteLine(“the file could not be read“);
Console.WriteLine(e.Message);
}
}
//格网间距为20计算m*n
public void numofrowcol()
{
rowcol[0] = (int)((xymaxmin[2] - xymaxmin[0]) / 20) + 1;//列
rowcol [1]=(int )((xymaxmin [3]-xymaxmin [1])/20)+1;//行
}
//计算机坐标范围
public void maxMin()
{
for (int row = 1; row <= 896; row++)
{
if (xymaxmin[0] > txt[row 1])
xymaxmin[0] = txt[row 1];
if (xymaxmin[2] xymaxmin[2] = txt[row 1];
if (xymaxmin[1] > txt[row 2])
xymaxmin[1] = txt[row 2];
if (xymaxmin[3] xymaxmin[3] = txt[row 2];
}
}
//计算每个点归属
public string[] pointBelong(int numofrowint numofcol )
{
int row=0;
int col=0;
string [] pointbelong=new string [numofrow numofcol ];
for (int i = 1; i <= 896; i++)
{
col = (int)((txt[i 1] - xymaxmin[0]) / 20);
row = (int)(
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 5612 2009-03-16 19:05 DEM\DEM\Properties\Resources.resx
文件 249 2009-03-16 19:05 DEM\DEM\Properties\Settings.settings
文件 1178 2009-03-16 19:05 DEM\DEM\Properties\AssemblyInfo.cs
文件 2860 2009-03-16 19:05 DEM\DEM\Properties\Resources.Designer.cs
文件 1086 2009-03-16 19:05 DEM\DEM\Properties\Settings.Designer.cs
文件 4417 2009-03-17 18:08 DEM\DEM\Form1.cs
文件 3213 2009-03-16 19:16 DEM\DEM\DEM.csproj
文件 5632 2005-11-11 22:25 DEM\DEM\bin\Debug\DEM.vshost.exe
文件 20480 2009-03-17 16:41 DEM\DEM\bin\Debug\DEM.exe
文件 26112 2009-03-17 16:41 DEM\DEM\bin\Debug\DEM.pdb
文件 180 2009-03-16 19:16 DEM\DEM\obj\Debug\DEM.Form1.resources
文件 180 2009-03-16 19:16 DEM\DEM\obj\Debug\DEM.Properties.Resources.resources
文件 842 2009-03-16 19:16 DEM\DEM\obj\Debug\DEM.csproj.GenerateResource.Cache
文件 20480 2009-03-17 16:41 DEM\DEM\obj\Debug\DEM.exe
文件 26112 2009-03-17 16:41 DEM\DEM\obj\Debug\DEM.pdb
文件 240 2009-03-17 16:48 DEM\DEM\obj\DEM.csproj.FileList.txt
文件 462 2009-03-16 19:05 DEM\DEM\Program.cs
文件 1458 2009-03-16 19:15 DEM\DEM\Form1.Designer.cs
文件 5814 2009-03-16 19:15 DEM\DEM\Form1.resx
文件 898 2009-03-16 19:05 DEM\DEM.sln
..A..H. 12288 2009-03-17 14:27 DEM\DEM.suo
目录 0 2009-03-16 19:05 DEM\DEM\obj\Debug\TempPE
目录 0 2009-03-16 19:44 DEM\DEM\obj\Debug\Refactor
目录 0 2009-03-16 19:05 DEM\DEM\bin\Debug
目录 0 2009-03-16 19:05 DEM\DEM\obj\Debug
目录 0 2009-03-16 19:05 DEM\DEM\Properties
目录 0 2009-03-16 19:05 DEM\DEM\bin
目录 0 2009-03-16 19:05 DEM\DEM\obj
目录 0 2009-03-16 19:05 DEM\DEM
目录 0 2009-03-16 19:05 DEM
............此处省略3个文件信息
相关资源
- H7200GPRSDTU演示数据中心DEMO
- Spring Boot简单登录注册demo
- SSM整合进阶之---简单登录注册demo
- HWPenSign DelphiDemo
- springcloud微服务项目架构基础demo
- propertyGrid 属性处理演示demo
- jqgridDemo
- 螺旋输送EDEM模拟
- 一个nuxt版的 vue-quill-editor demo
-
gba
se8tinformix+mybatis+maven+springboot 整合 - TcpFileTransferDemo.rar
- 34省市行政区dem链接地址.zip
- 重庆DEM数据.zip
- 山东地区30M精度DEM数据
- spring boot+hibernate+thymeleaf 练习demo项目
- springboot+spring data jpa+thymeleaf学习web项
- AR8327 Demo资料
- codejock Demo
- PFC5.0 模型生成
- JasonQt_BaiduVop Demo
- 360悬浮窗demo
- vvvv_tricks几个V4的功能技巧Demo
- 51CTO-zigbee开发套件DTD243A_Demo用户手册
- 仿记事本Demo
- 基于MSP430公交充值卡DEMO.zip
- ros中LaserScan 消息转化成PointCloud2d 的
- Fluent 18-EDEM 2018的耦合文件
- 调用斑马打印机打印条码demo包含斑马
- 3d立体相册源码demo
- Gojs设备拓扑图Demo设备,端口均可点击
评论
共有 条评论