-
降低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
-
Logiscope简介,Logiscopy是一种C、C++代码检查工具。
Logiscope简介,Logiscopy是一种C、C++代码检查工具。-Logiscope Introduction, Logiscopy is a C, C++ code-checking tools.
- 2023-06-21 11:15:03下载
- 积分:1
-
tensorflow实现kaggle数字识别cnn
kaggle上手写数字识别,利用了多种方式实现,详情看源码
- 2023-01-20 13:30:06下载
- 积分:1
-
将列数据转换为行列格式
应用背景从网上下载下来的SRTM3数据或其他等的文件格式,如文本文件都是以列的方式存在的,为了使用的方便,将其转换为,行×列的格式。关键技术输入文件为Input.dat.程序为 covert_matrix.f ,在使用时,输入文件中的数据个数必须是 n×n 的整数,并修改文件中参数nn=57,改为输入文件中的具体n值,新生成的文件为 new_matrix.dat,为 n×n 格式文件。
- 2022-09-02 04:10:03下载
- 积分:1
-
基于GPS与GIS的车辆导航定位监控系统的研究
基于GPS与GIS的车辆导航定位监控系统的研究-based on GPS and GIS vehicle navigation and positioning control system research
- 2022-01-27 21:48:54下载
- 积分:1
-
应用VB语言,结合MapObjects控件,包含基本的福…
应用vb语言,结合mapobjects控件,包含了gis的大部分基本功能-Application vb language, combined with mapobjects control, contains the basic functions of most of the gis
- 2022-07-05 02:43:02下载
- 积分:1
-
Transform two
二维图像的平移变换,主要是直线,圆和平面图形的平移变换。-Transform two-dimensional image of the translation, mainly straight, round and flat graphics translation transform.
- 2022-02-14 01:04:41下载
- 积分:1
-
sharmap的。NET CF版本,您可以运行在WM5 WM6
sharmap的.NET CF版,可在WM5 WM6下运行-sharmap of. NET CF version, you can run under WM5 WM6
- 2022-05-10 15:03:47下载
- 积分: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
-
vb+mo实际开发的例子:第一章:GIS发展概况C.
VB+MO实用开发例子:第一章:GIS开发简介;第二章:MO/VB二次开发入门;第三章:使用地图和图层,有详细的说明和例子;第四章:坐标系和几何对象;全书共九章,pdf格式。-VB+ MO practical development examples: First Chapter: GIS development profile Chapter: MO/VB secondary development of entry Chapter III: Using maps and layers, contains a detailed description and examples Chapter IV: coordinate system and geometry object book a total of nine chapters, pdf format.
- 2023-02-27 01:35:06下载
- 积分:1