搜索资源列表
Convex
- 此代码用来求解建立点的凸闭包多边形,采用凸闭包插入算法建立Delaunay三角网可以用到或参考。-this code to solve the establishment point of closure convex polygon, using convex closure insertion algorithm to establish Delaunay triangulation can be used as reference.
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
Delaunay--VB-code
- 本实例:为用VB代码实现的构建Delaunay三角网的生长算法。
VC++Delaunay
- 采用序列化对象CArchive读入原始数据构建Delaunay三角网的VC++代码。可以鼠标点击加新点进行构网,包括二维、三维。还可以进行设色、光照等。
12
- 不错的代码,关于等直线的。 用三角网法绘制等值线,是在三角形的三条边上用线性内插方法寻找等值点,这种方法的机理是将每个三角形看作是空间的一个平面,这就要求在每个三角形的三个顶点内的地貌形态无明显的变化,故此希望将其中最靠近的三个点构成三角形,以符合上述机理,使插补的等值点精度较高,更好的反映地貌的实际形态。符合这些条件的三角形称之为“最佳三角形”
Tin
- 自动生成Tin格式的三角网代码,编译通过。
TIN
- 这是一个三角网边生长算法的实现方法。VC代码。
BuildTin
- 通过离散的点构建Delaunay三角网,该代码用ATL的方式编写,编译成DLL直接调用。
三角网代码
- 能够生成狄罗尼三角网模拟地形或岩层表面,具有良好的效果,
Triangle
- 生成三角网的代码,供大家参考学习!-Triangle
2007513201626492_136Z_Com
- 三角网程序,tin文件的生成,主要是VB代码-Triangulation procedures, tin documents generated, mainly VB code
DelaunayNet
- 在测绘或地图学中,经常会需要用高程点生成DEM,一般首先由这些点按最小原则生成三角网,此代码即是根据任意多个点生成Delaunay三角网功能。-In the mapping or cartography often elevation point will need to generate DEM, generally the first point from these principles by the smallest triangulation generated, the code t
Delaunay_triangle_grid
- 一个简单的读入数据绘制Delaunay三角网的代码-A simple demo of reading data and painting Delaunay triangle grid
delaunay_screen
- 快速实现构建tin不规则三角网的功能,代码很详细-Fast Implementation of building a tin triangulated irregular network functions, the code in great detail
RandomPointsDelaunayVc
- 在平面随机生成散列的二维点,点数可由用户输入,然后将散列的点进行三角剖分,生成三角网。可以用于算法演示,这个比较老的代码,速度并不快,也可以继续改进。-The demo can show an example of delaunay and the a algorithm is not very fast.
DelaunaytriangleVB
- 开发deluanay三角网的vb程序代码-Development deluanay triangular net vb code
QuickDelFEX
- 这段代码是一个Delaunay三角网算法。我的想法是要开始一个项目,目的是建立一个强大的有效率三角网/啮合工具。-In this code you will find a Delaunay triangulation algorithm. My idea is to start a project which purpose is to create a robust an efficient triangulation/meshing tool.
delauney
- 这是一个三角网生成代码,用C++生成三角网。-This is a triangular net generated code, using C++ generated triangulation
delaunary-triangle-by-vb
- 狄罗尼三角网代码实现,可以通过点击vb程序窗口自动生成不规则三角网-to create a delaunary triangle by vb
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!)