搜索资源列表
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.
delanay_all
- 这时一个delaunay三角网的程序,功能强大,并里面有详细说明和程序及原代码。能创建二维和三维的,且能生成模拟的3D图。-then a triangular network nodes procedures, powerful, and there are detailed procedures and the original code. To be able to create two-dimensional and three-dimensional and can generate s
delaunaydemo
- 生成delaunay三角网的源代码,以及演示demo-Delaunay triangulation generation of source code, and the demonstration of demo
WindowsApplication5
- 采用C#建立Delaunay三角网同时可以生成Voronoi图。
hull
- Hull三角网生成算法三角网生成算法,VB实现.Delaunay三角网生成算法,VB实现.-Hull TIN algorithm TIN algorithm, VB. Delaunay Triangulation generation algorithm, VB.
delaunay
- 本程序使用c#语言进行编程将散点生成TIN不规则三角网-using CSHARP to create TIN
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
testDelaunay
- 在VC++6.0环境下生成Delaunay三角网-In VC++6.0 environment generates Delaunay Triangulation
Delaunay
- 用于三角网生成,通过绘制散点,自动生成三角网-Delaunay
TriNETe
- delaunay三角网源程序 对DEM三角网生成有一定的帮助作用-delaunay triangulation source
Delauny-Tin_VB
- 用VB语言编写的Delaunay三角网生成算法-Delaunay triangulation creation algorithm with VB language
delaunay2
- 使用C#实现的delaunay三角网生成的逐点插入算法,非常简单易读。使用说明:运行后在窗口中单击鼠标添加样采样点,当采样点大于等于3时自动生成delaunay三角网;点击工具栏上的按钮可以显示每个三角形的外心。-Using c# to achieve the delaunay triangular mesh generation method of inserting point by point.
Delaunay
- 自动生成三角网,VB编写的小程序,希望可以帮助大家。-Automatically generated triangular mesh, VB prepared by the applet, hope you can help.
Delaunay-Triangle
- 同时实现三角网和凸包的生成!内附离散点数据!-Triangle network and the convex hull generated at the same time! Enclosing the discrete point data!
VCPP-Delaunay
- VC++ 实现不规则三角网动态生成,界面良好,算法高效,值得一看-VC++ implementation triangulated irregular network dynamically generated, good interface, efficient algorithm. worth to read
DEMDelaunay
- 生成Delaunay三角网,先自动生成点,再生成凸包,再生成三角网-Generating Delaunay triangulation, the first automatic generation point, and then generate the convex hull, and then generate triangulation
tin三角网
- 不规则三角网构造算法 ,在数据集中选取任一点,查找距离次点最近的点,相连后作为初始基线—在初始基线右边应用Delaunay法则搜索第三点—生成Delaunay三角形,并以该三角形的两条新边作为新的基线—重复前面的过程直至所有基线处理完毕(Construction algorithm of Irregular Triangulation Network)
geoeric
- Hull三角网生成算法三角网生成算法,VB实现 Delaunay三角网生成算法,VB实现()
Delaunay三角网生成
- C++语言编写的Delaunay三角网生成,使用了图形界面,在界面中鼠标点击点后,可以自动生成。