搜索资源列表
delaunay_demo
- 这个是delaunay三角网的算法实现,程序效率不高,仅供研究参考。-This is a triangular network nodes algorithm, the efficiency is not high, for research purposes only reference.
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.
hull
- Hull三角网生成算法三角网生成算法,VB实现.Delaunay三角网生成算法,VB实现.-Hull TIN algorithm TIN algorithm, VB. Delaunay Triangulation generation algorithm, VB.
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
Delaunay
- 用C++编写的Delaunay三角网实现算法-Using C++ to prepare the Delaunay triangulation algorithm
Delauny-Tin_VB
- 用VB语言编写的Delaunay三角网生成算法-Delaunay triangulation creation algorithm with VB language
delaunay
- c#写的程序,主要就是实现delaunay算法,将点云表示成三角网-c# write the program is to achieve delaunay algorithm, represented as point cloud triangulation network
delaunay2
- 使用C#实现的delaunay三角网生成的逐点插入算法,非常简单易读。使用说明:运行后在窗口中单击鼠标添加样采样点,当采样点大于等于3时自动生成delaunay三角网;点击工具栏上的按钮可以显示每个三角形的外心。-Using c# to achieve the delaunay triangular mesh generation method of inserting point by point.
delaunay1
- 用VC opengl做的delaunay三角网,这是一个三角网边生长算法的实现方法。-With VC opengl do delaunay triangulation, which is a triangulation edge growth algorithm implementation.
VCPP-Delaunay
- VC++ 实现不规则三角网动态生成,界面良好,算法高效,值得一看-VC++ implementation triangulated irregular network dynamically generated, good interface, efficient algorithm. worth to read
Delaunay算法
- 利用随机增量法与DCEl数据结构完成Delaunay算法(C#),程序内附大量注释,能够帮助完成对数据结构及Delaunay算法的了解。(Fast generation of Delaunay triangulation)
tin三角网
- 不规则三角网构造算法 ,在数据集中选取任一点,查找距离次点最近的点,相连后作为初始基线—在初始基线右边应用Delaunay法则搜索第三点—生成Delaunay三角形,并以该三角形的两条新边作为新的基线—重复前面的过程直至所有基线处理完毕(Construction algorithm of Irregular Triangulation Network)
geoeric
- Hull三角网生成算法三角网生成算法,VB实现 Delaunay三角网生成算法,VB实现()