搜索资源列表
-
1下载:
vb实现的构建Delaunay三角网程序,算法效率高-vb achieve Construction procedures Delaunay triangulation algorithm efficiency
-
-
0下载:
该程序实现了Delaunay三角剖分的过程,能够对任意多边形实现三角化,效果不错。-program of the Delaunay triangulation process, to the arbitrary polygon triangulation achieve good results.
-
-
0下载:
delaunay三角剖分实现离散点生成三角网格算法,精简好用-Delaunay Triangulation achieve discrete points triangular mesh generation algorithm, streamlining handy
-
-
0下载:
德劳内三角算法实现二维或三维任意点的三角网格划分C-Delaunay triangulation algorithm arbitrary two-dimensional or three-dimensional triangular point mesh C
-
-
0下载:
基于德洛内三角分解的有限元划分,可形成刚度总阵-Delaunay triangulation based on decomposition of the finite element division, the total stiffness matrix can be formed
-
-
0下载:
DELAUNAY三角剖分算法源程序c++实现。非常详细的源代码。-DELAUNAY triangulation algorithm source code c++ implementation. Very detailed source code.
-
-
2下载:
二维非结构网格生成程序。用 Delaunay 三角形化方法,实现x‐y 平面上给定的梯形区域的非结构化网格划分。-Unstructured mesh generation process. Delaunay triangulation method used to achieve x-y plane of the trapezoidal region given unstructured mesh.
-
-
0下载:
Delaunay trianglation 是平面三角化的一种重要方法,也可以应用于三维的四面体的生成。因为用这种方法产生的四面休在有限元分析中具有其独特的优势而受到重视。-Delaunay trianglation plane triangulation is an important method, but also can be applied to the generation of three-dimensional tetrahedron. As generated in this
-
-
1下载:
三角网剖分 将平面数据点进行三角剖分 快速构建delaunay三角网-delaunay triangulation which can triangulate the dots on the plane
-
-
0下载:
在测绘或地图学中,经常会需要用高程点生成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
-
-
0下载:
voronoi图及delaunay三角网格化程序-voronoi diagrams and delaunay triangulation gridding procedure
-
-
0下载:
计算平面点集的Delaunay三角剖分。使用DCEL数据结构。右键点击可以实现平面的直线穿刺。-Calculate the Delaunay triangulation of planar point set
-
-
0下载:
Delaunay triangulation VC
-
-
1下载:
Delaunay三角网作为一种主要的数字地形模型表示法,经过二十多年来的研究,它的生成算法已趋于成熟。本算法是一个基于Delaunay的很强壮的构三角网(TIN)的算法。-Delaunay triangulation as a major representation of digital terrain model, after 20 years of research, it generates algorithms have been mature. This algorithm is b
-
-
0下载:
QHull Delaunay Triangulation
-
-
0下载:
Compute nearest neighbours (by Euclidean distance) to a set of points of interest from a set of candidate points.
The points of interest can be specified as either a matrix of points (as columns) or indices into the matrix of candidate points.
-
-
0下载:
本文章主要讲述点序对三角剖分局部优化的影响
以及相应的算法-This article focuses on point of order on the local optimization of triangulation
And the corresponding algorithm
-
-
0下载:
Delaunay三角网算法的设计与研究对 DTM 的建立有着重要的作用, 本文在分析已有三角网算法的基础上, 根据逐点插入算法的思想与凸包算法相结合, 提出了自己的算法: 先绘制凸包, 然后构建初始三角网, 最后用 LOP方法整体优化。该算法尽可能的减少了对一条边的优化次数, 从而提高了算法的运行效率-The interference of the cloud no ise affects seriously the interpretation and information extracti
-
-
0下载:
用于2D情况下的Delaunay快速三角插值,是二维地震建模的基础!-For the a fast Delaunay triangulation interpolation in the 2D case, is the basis of the two-dimensional seismic modeling!
-
-
0下载:
VB编写的Delaunay三角形构建的算法,由EluZioN改编自Paul Bourke的Fortran 77源程序,直接在画图框输入点,自动生成Delaunay三角形-Construction of Delaunay triangulation algorithm written in VB, by EluZioN adapted from Paul Bourke' s Fortran 77 source directly in the drawing box to enter the
-