搜索资源列表
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
Tin
- 自动生成Tin格式的三角网代码,编译通过。
julei-chouyang
- 实现了道格拉斯-普克抽样,三角网生成,聚类的实现
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
TinOpenGL
- openGL 绘制三角网,生成TIN格网。-openGL draw a triangular network, generate TIN grid.
VCPP-Delaunay
- VC++ 实现不规则三角网动态生成,界面良好,算法高效,值得一看-VC++ implementation triangulated irregular network dynamically generated, good interface, efficient algorithm. worth to read
Delaunay三角网生成
- C++语言编写的Delaunay三角网生成,使用了图形界面,在界面中鼠标点击点后,可以自动生成。