搜索资源列表
coretest
- 这是一个测试GIS经纬度转换的小程序,里面使用了自己的转换公式.请大家多提宝贵意见.-This is a test GIS coordinates conversion small program they use their own conversion formula. Please provide more valuable advice.
MapDB
- 自己开发的100%VC++源码GIS系统,已经具备了桌面GIS的基本功能,具备自己的数据格式,可在此基础上开发更进一步的功能。 有测试数据,作者已经在此基础上开发过高级程序。有意者联系:13554334810-its own 100% of the VC-source GIS, a desktop GIS with the basic functions with its own data formats, on the basis of further development of the
IsPolygonCCW
- 一个用C++写的完整程序,测试多边形的顶点是否是按逆时针方向环绕的,算法简单高效-a complete written procedures, testing whether the polygon is surrounded by an anti-clockwise. simple and efficient algorithm
GIS-chengxu
- 本程序为个人GIS、路径算法及GPS定位的测试程序。主要用来测试GIS环境及算法的可靠和稳定性.
k-shortpath
- 本程序是K条最短路算法测试程序,陈艳艳老师的K条路算法。程序求3条最短路,约束条件值可以设定,约束值越小,多路径共用路段越多。
VB+MapX
- vb+mapx开发的一个简单测试程序。具有放大,缩小,图层控制等功能
GIS_demo
- 本程序为个人GIS地图、路径算法及GPS导航定位的测试程序。主要用来测试GIS环境及算法的可靠和稳定性。-This procedure for individual GIS map, the path algorithm and GPS navigation and positioning test procedures. GIS is mainly used to test the environment and the reliability and stability of algorit
DEMO
- 这个是ARM芯片能用的一些测试和一个下棋程序!-This is some of ARM chips can be tested and a chess program!
MyCellDemo
- 一个测试用友华表cell控件的程序示例。可以全面的学习cell控件的基本用法,使你在最短的时间掌握该控件的用法。主要操作包括打开cll文件、写入文件、计算表格数据等-UF Chinese table cell a test procedures for the control sample. To fully study the basic usage of cell control, so that you in the shortest possible time to grasp the
testOverlap
- ARCGIS程序, 基于ArcGIS平台 用于测试面(如行政区)是否重叠-teset polygon is overlap or not
cube
- opengl做的立体演示程序,有画蝴蝶的程序算法,深度测试等典型例子-opengl to do three-dimensional demonstration program, a painting of a butterfly program algorithm, a typical example of the depth of testing
20105272003002
- 本程序为GIS和路径算法的测试程序,路径仅供参考。 算法描述:根据公交站点构造出虚拟含换乘边在内的公交路网,共有约22万个路段,2.3万个站点参与路径计算。根据不同的公交线路的速度赋不同的权值,对不同的换乘进行处理,求到最优的路径。换乘确定在400米之内+等车时间,求出最佳换乘。 -The GIS program and path algorithm for the test program, the path is for reference only. Algorithm De
bus_demo
- 本程序为GIS和路径算法的测试程序,路径仅供参考。程序采用VC++语言在windows平台从底层开发。-The procedure for the GIS and path algorithm testing procedures, the path is for reference only. Program using VC++ language, developed from the ground in the windows platform.
Map
- argis 程序开发语言,和测试用例程序,一 淡淡的-argis 程序开发语言,和测试用例程序,一 淡淡的
bus_demo
- 本程序为GIS和路径算法的测试程序,路径仅供参考。-The program path algorithm for the GIS and the test procedure, the path is for reference only.
evf_subset_batch
- IDL程序,作用为对影像进行批量裁剪,附代码及测试数据。-subset data in batch program
MapCut
- 已经使用的地图切片程序,附加开发过程中使用的文档,有内容,并经过测试反复使用,切片也已验证-Map slicing procedure has been used, the additional use of the document development process
ransac
- RANSAC算法的输入是一组观测数据,一个可以解释或者适应于观测数据的参数化模型,一些可信的参数。 RANSAC通过反复选择数据中的一组随机子集来达成目标。被选取的子集被假设为局内点,并用下述方法进行验证: 1.有一个模型适应于假设的局内点,即所有的未知参数都能从假设的局内点计算得出。 2.用1中得到的模型去测试所有的其它数据,如果某个点适用于估计的模型,认为它也是局内点。 3.如果有足够多的点被归类为假设的局内点,那么估计的模型就足够合理。 4