搜索资源列表
qhull-2003.1
- qull 快速算法的实现 从英文网站上下载的,希望对大家有用
QHULL.ZIP
- 关于网格剖分的,用c语言编写的多维剖分程序源代码
Voronoi
- Voronoi diagrams. Not continued working.
qhull-2003.1-1
- 计算几何,在GIS开发中的应用,本代码实现快速Delaunay三角化代码。-Computational Geometry- Delaunay Trianglation.
qhull
- Quick hull implementation
qhull-2010.1
- 三角分析,在GIS应用中可以进行Delaunay三角剖分-qhull-2010.1.zip
QHull
- finds upper convex hull of sorted points(32). on CUDA-finds upper convex hull of sorted points(32). on CUDA
qhull-2010.1-src.tar
- QHull Delaunay Triangulation
qhull-2010.1
- 一个快速实现三维凸包的程序,并且有Delaunay三角化,半平面交,voronoi图。-a 3D quickhull program,and has delaunay triagulation,half intersection,voronoi programs.
qhull-1.0
- 该程序能够对基于二维平面的散乱点进行三角剖分,能够使数据以三维显示。可以应用于地形分析-This program generates Triangulated Irregular Network, or TIN from scattered points on two-dimensional plane based on Delaunay s triangulation. This data structure allows data to be displayed as three-dimen
qhull-2012.1
- Qhull computes the convex hull, Delaunay triangulation, Voronoi diagram, halfspace intersection about a point, furthest-site Delaunay triangulation, and furthest-site Voronoi diagram. The source code runs in 2-d, 3-d, 4-d, and higher dimensions. Qhul
qhull
- qhull生成算法,纯c语言实现。 通过顶点生成convex hull的快速算法,也会生成delaunay三角形和Voronoi图。- Qhull is a general dimension convex hull program that reads a set of points from stdin, and outputs the smallest convex set that contains the points to stdout. It also generate
qhull
- 主要介绍了如何在vs2010中使用qhull库以及环境变量配置问题-The project mainly focus on how to set the envirenment variable of qhull library in vs2010
qhull-2015.2
- 最新版的qhull 用于快速实现三维凸包,并且有Delaunay三角化,半平面交,voronoi图。programs.-a 3D quickhull program,and has delaunay triagulation,half intersection,voronoi
Qhull-2019.1
- Qhull computes the convex hull, Delaunay triangulation, Voronoi diagram, halfspace intersection about a point, furthest-site Delaunay triangulation, and furthest-site Voronoi diagram. It runs in 2-d, 3-d, 4-d, and higher dimensions. It implements the