-
降低SRTM3数据点密度
应用背景从SRTM3网站上下载下来的数据,点密度太大,给使用带来不便,程序目的是降低点密度,使其分辨率降低,通过相邻点删除的方式,使其分辨率降低,但仍然保持原来点方阵的格式,例如,原来是n×n,即n行n列,降低密度后,变为原来的一半。n/2*n/2,即n/2行,n/2列。如果n为偶数,则n/2=int(n/2)+1关键技术
程序分两个 separate_jshu.f 和 separate_oushu.f 。输入文件分别为 Input_jshu.dat 和 Input.dat. 即,当原文件 n×n中n为奇数时,使用前一个程序,新生成的文件为 jishu.dat. 新生成行列为 n/2=int(n/2)+1。当原件n×n 中 n 为偶数时,使用后一个文件,新生成文件为 oushu.dat 新生成行列为 n/2.
- 2023-05-15 11:30:04下载
- 积分:1
-
Experts to do field image denoising and restoration, written by a foreigner, is...
专家场做图像的去噪和修复,老外写的,很不错。-Experts to do field image denoising and restoration, written by a foreigner, is pretty good.
- 2022-08-05 16:00:49下载
- 积分:1
-
GDI+投影
Private Sub Command1_Click(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles Command1.Click
Dim i, j As Short
Dim xx, yy As Double
"UPGRADE_ISSUE: PictureBox 方法 Picture1.Cls 未升级。 单击以获得更多信息:“ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="CC4C7EC0-C903-48FC-ACCC-81861D12DA4A"”
Picture1.Cls()
"视窗变换
Dim slx, minX, maxX, maxY, minY, sly As Double
- 2022-03-20 07:08:17下载
- 积分:1
-
this is made to test the GPS ,and the data is come from the GPS star.
H31GPS模拟接收机程序
H31GPS模拟接收机程序是用来模拟接收GPS卫星数据并显示卫星位置的模拟程序,数据来自己卫星星历。-this is made to test the GPS ,and the data is come from the GPS star.
- 2022-07-10 07:34:37下载
- 积分:1
-
SuperMap IS .NET 开发手册包括SuperMap IS .NET 快速入门教程、类结构图、控件与对象及其接口(属性、事件、方法)的含义及用法、示例...
SuperMap IS .NET 开发手册包括SuperMap IS .NET 快速入门教程、类结构图、控件与对象及其接口(属性、事件、方法)的含义及用法、示例程序库等多方面的内容,是使用SuperMap IS .NET 开发WebGIS站点的联机帮助和基本参考手册。-SuperMap IS. NET development manual, including SuperMap IS. NET Quick Start tutorial, type of structure, controls and objects and their interfaces (properties, events, methods) of the meaning and usage, sample library, and many other content, is the use of SuperMap IS . NET development of WebGIS site online help and the basic reference manual.
- 2022-01-30 20:20:27下载
- 积分:1
-
在ArcGIS环境下,在一个带岛的多边形内部构建Deloney三角网
在ArcGIS环境下,在一个带岛的多边形内部构建Deloney三角网-in ArcGIS environment, in a belt of the island within the polygon Construction Deloney triangulation
- 2022-11-24 00:35:04下载
- 积分:1
-
mapgis二次开发dll函数,vc++6.0制作
mapgis二次开发dll函数,vc++6.0制作-mapgis secondary development dll function, the production of 6.0 vc
- 2022-02-05 08:47:32下载
- 积分:1
-
ArcObjects实现图层控件代码(TOCCONTROL)
ArcObjects实现图层控件代码(TOCCONTROL)-ArcObjects code to achieve the control layer (TOCCONTROL)
- 2022-03-26 08:30:29下载
- 积分:1
-
MoNetBroker是对ESRI MapObjects开发包产品的扩展,它以OCX控件和类型库的方式提供给那些熟悉MapObjects的开发人员,帮助他们利用...
MoNetBroker是对ESRI MapObjects开发包产品的扩展,它以OCX控件和类型库的方式提供给那些熟悉MapObjects的开发人员,帮助他们利用MapObjects中的数据图层,方便地实现几何网络的连通性分析、非连通分析、两点路径分析、多点路由分析等强大的功能。MoNetBroker可以紧密并方便地与MapObjects相结合,实现高效的网络连通性分析和路径分析等功能。并且具有结点转向和线路单行控制、末梢点线选择等丰富的处理能力。-MoNetBroker of ESRI MapObjects Development Kit product expansion, which was OCX controls and type library available to those familiar with MapObjects developers, to help them use MapObjects the data layer, to facilitate the realization of the geometric network connectivity analysis, non-connected, 2:00 path analysis, multiple points of the road analysis by the powerful functions. MoNetBroker can work closely to facilitate the integration and MapObjects to achieve effective network connectivity analysis and pathway analysis capabilities. And with node shift and line single control point line peripheral rich choice of the handling capacity.
- 2022-01-24 18:39:33下载
- 积分:1
-
Visual C++开发GIS系统(陈建春)附书光盘,里面包含本书全部完整源代码。...
Visual C++开发GIS系统(陈建春)附书光盘,里面包含本书全部完整源代码。-Visual C development of GIS (Chen Jianchun) attached CD, which contains all of the integrity of the source code.
- 2022-05-05 20:30:52下载
- 积分:1