搜索资源列表
VC++Delaunay
- 一个非常强劲的VC++编的Delaunay三角网生成算法,对您学习VC++或GIS的学习都有很好的帮助作用。-a very strong part of the VC Delaunay Triangulation generation algorithm, right you learn VC or GIS study has very helpful.
602sjx
- 基于VB编写的三角网生成程序,三角网是基于离散点生成等值线的一个步骤-prepared for the triangular VB net generation procedures and triangulation is based on the discrete points generated contours of a step
tin6
- 再上传三角网生成算法。-upload triangulation generation algorithm.
三角网生成--修改后
- 我个人修改的三角网(TIN)自动生成程序!供大家参考!-I personally modified triangular Network (TIN) automatically generating program! For your reference!
julei-chouyang
- 实现了道格拉斯-普克抽样,三角网生成,聚类的实现
hull
- Hull三角网生成算法三角网生成算法,VB实现.Delaunay三角网生成算法,VB实现.-Hull TIN algorithm TIN algorithm, VB. Delaunay Triangulation generation algorithm, VB.
三角网代码
- 能够生成狄罗尼三角网模拟地形或岩层表面,具有良好的效果,
tin
- VC++6.0 实现的TIN三角网生成程序-TIN CREATOR
TIN
- 读取TXT 格式数据并进行简单的数据排序,并生成三角网-read data from txt,creat tin
Triangle
- 生成三角网的代码,供大家参考学习!-Triangle
sjwscsf
- 三角网生成算法的程序,并附带测试数据,是很好的学习资料,欢迎下载-Triangulation Algorithm procedures and ancillary test data, is a very good learning materials are welcome to download
docking_zyb
- 自己编写的三角网算法。对离散点的三角网的生成,并对传统Delaunay三角网的改进的程序,速度还可以。大家交流一下。-I have written triangulation algorithm. Discrete points on the triangular net generation, the traditional Delaunay triangulation to improve the procedures, speed can also be. Members exchange
zyb1_delaunay
- 自己编写的三角网算法。对离散点的三角网的生成,并对传统Delaunay三角网的改进的程序,速度还可以。大家交流一下。-I have written triangulation algorithm. Discrete points on the triangular net generation, the traditional Delaunay triangulation to improve the procedures, speed can also be. Members exchange
TinCut
- 通过一系列的坐标点生成TIN三角网,将各个三角形的顶点存储到Text文本中-Through a series of coordinates of points to generate TIN TIN, the apex of each triangle to Text text storage
delauney_Tin
- TIN三角型网格产生算法源码,具体使用“三角形由内而外生成”算法实现的TIN网格形成,运算量小,Tin三角网产生迅捷准确。-TIN triangle mesh generated algorithm source code, specifically using the " triangle is generated from the inside out" algorithm to achieve the formation of TIN grid, computing a
tin三角网
- 不规则三角网构造算法 ,在数据集中选取任一点,查找距离次点最近的点,相连后作为初始基线—在初始基线右边应用Delaunay法则搜索第三点—生成Delaunay三角形,并以该三角形的两条新边作为新的基线—重复前面的过程直至所有基线处理完毕(Construction algorithm of Irregular Triangulation Network)
ArxProject1
- 实现的构建三角网的算法,可以实现约束三角形,加密三角形,三角网中孔、洞的生成。(The algorithm of triangulation can constrain triangles, encrypt triangles, and generate holes and holes.)
三角网4
- 凸包闭法生成三角网,测绘小程序,C#编写,希望对大家有用(The construction of trianle net)
C#生成TIN(不规则三角网)
- 本程序由本人做的不规则三角程序。代码完整,界面友好,切实可用!由VS2012的C#语言编译而成!(This program is an irregular triangle program that I do. The code is complete, the interface is friendly, and it is practical! Compiled by VS2012's C# language!)
Delaunay三角网生成
- C++语言编写的Delaunay三角网生成,使用了图形界面,在界面中鼠标点击点后,可以自动生成。