搜索资源列表
delaunaytriangulation
- 介绍了点与有向线段关系判断方法和凸包生成算法;提出了一种基于凸包的Delaunay三角剖分方法,采用VC#实现了该算法。实践表明该方法程序实现较简单,计算效率较高。
delaunaytriangulation
- 介绍了点与有向线段关系判断方法和凸包生成算法;提出了一种基于凸包的Delaunay三角剖分方法,采用VC#实现了该算法。实践表明该方法程序实现较简单,计算效率较高。 -Introduction of the point and line segment has to determine the relationship between the methods and convex hull generation algorithm
DelaunayTriangulation
- 应用随机增量法实现的平面任何点集的三角剖分,有很大的参考价值-Application of random incremental method to achieve the plane of any point set triangulation, there are a lot of reference value
DelaunayTriangulation
- 采用C++实现的Delaunay三角网的构建,对传统的算法进行了优化,保证了在大量离散的时程序的运行速度-Using C++ Achieved Delaunay Triangulation Construction, the traditional algorithm is optimized to ensure that in the process when a large number of discrete speed
DelaunayTriangulation
- Delaunay trianglation 是平面三角化的一种重要方法,也可以应用于三维的四面体的生成。因为用这种方法产生的四面休在有限元分析中具有其独特的优势而受到重视。-Delaunay trianglation plane triangulation is an important method, but also can be applied to the generation of three-dimensional tetr
DelaunayTriangulation
- AE开发的读取点数据生成Delaunay三角网!-AE developed to read point data generate the Delaunay triangulation!
DelaunayTriangulation
- 有效的完成Delaunay三角剖分,算法程序还可以哈,欢迎参考-Delaunay Trianglation
DelaunayTriangulation
- 算法描述:三角剖分之随即增量法实现三角网的剖分.-Algorithm Descr iption: triangulation of the triangle then increment method to achieve the subdivision.
DelaunayTriangulation
- delaunay三角化的程序 c++编写-DelaunayTriangulation c++
DelaunayTriangulation
- DelaunayTriangulation,the implementation of it.which is easy to read.
DelaunayTriangulation
- delaunary三角剖分,在数据点较小的情况下,运行结果还算客观,但是数据点大于五万时,运行较慢。-Delaunary triangulation, data point in the case of small, the operation results is objective, but the data points is greater than fifty thousand, is running slower.
DelaunayTriangulation
- 将文件中的点生成矩形包容盒,并将点插入生成三角网-The document points to generate held bounding box, and the insertion point to generate triangulation
DelaunayTriangulation-master
- delaunay进行三角网格剖分的算法,没有试过,谨慎下载(Delaunay triangulation algorithm)
DelaunayTriangulation
- Visual C++实现德劳内三角网格划分(The Delaunay triangulation of Visual C++)
DelaunayTriangulation
- deaulay三角剖分的源码,c++语言编写,vs平台(The deaulay source triangulation, if you want to do with triangulation, this is a good example, debugging can be used))