搜索资源列表
-
0下载:
The hgrd code was created for triangulation of a polygon of any shape. It can also
triangulate many separate polygons in one pass. -The hgrd code was created for triangulation of a polygon of any shape. It can also triangulate many separate poly
-
-
0下载:
一个apple实现的多边形的三角剖分算法-achieve a polygon triangulation algorithm
-
-
0下载:
Polygon triangulation code.-Auto triangulation code.
-
-
0下载:
平面任意多边形三角化的delauney经典算法,Arbitrary planar polygon triangulation algorithm of classical delauney
-
-
0下载:
对于给定的初始点集P,有多种三角网剖分方式,其中Delaunay三角网具有以下特征:
1、Delaunay三角网是唯一的;
2、三角网的外边界构成了点集P的凸多边形“外壳”;
3、没有任何点在三角形的外接圆内部,反之,如果一个三角网满足此条件,那么它就是Delaunay三角网。
4、如果将三角网中的每个三角形的最小角进行升序排列,则Delaunay三角网的排列得到的数值最大,从这个意义上讲,Delaunay三角网是“最接近于规则化的“的三角网。-For given
-
-
0下载:
An efficient algorithm for polygon triangulation.
-
-
0下载:
实现凸多边形的三角剖分,c++源代码,拷到编译器下即可调试运行,没错误,不想下的很多程序代码调试有错误。-Achieve convex polygon triangulation, c++ source code, copying it to debug the compiler can be run under, no errors, do not want to debug code under a lot of mistakes.
-
-
0下载:
多边形的最优三角剖分,采用动态规划方法编程-Optimal polygon triangulation, using dynamic programming program
-
-
0下载:
在选择某菜单项(或快捷图标)之后,第一次按下鼠标左键在屏幕上输入该凸多边形的第一个顶点,此后每按一次鼠标左键则在屏幕上输入该多边形的下一个顶点,直到按下鼠标右键之后,构成一个封闭的多边形。程序应能显示出上述多边形,并判断该多边形是否是凸多边形。如果是则计算其三角形最优剖分,并绘制出剖分后的凸多边形,同时在图中显示出每条边的长度以及三角形剖分中诸三角形上边权之和-In the selection of a menu item (or the shortcut icon), the first ti
-
-
0下载:
Achieved with vc Delaunay triangulation of an arbitrary polygon
-
-
0下载:
一个简单的实现多边形剖分的程序,希望对大家有所帮助-Implementation of a simple polygon triangulation process, we hope to help
-
-
0下载:
实现对任意多边形的三角角形凸分解的代码。
-Arbitrary polygon triangulation angle convex decomposition.
-
-
0下载:
定义了平面多边形类。
其中包括了多边形的很多方法:中心三角化,迪落尼三角化,判断对角线是否在多边形内,等。-Define a plane polygon class Including many polygon method: whether the center triangulation, Di off the Niger Delta, judgment diagonal within the polygon, etc..
-
-
0下载:
凸多边形最有三角形剖分,实用,有效,较为靠谱。-Most convex polygon triangulation, practical, effective, more reliable.
-
-
0下载:
最小权重三角划分。输入一个多边形顶点坐标,输出具有最小权重的三角划分。-The minimum-weight triangulation problem is the problem of finding a triangulation of minimal total edge length. That is, an input polygon or the convex hull of an input point set must be subdivided into triangles
-
-
0下载:
利用opengl绘制凹多边形,所绘制例子是一个五角星。-Use opengl drawing concave polygon, drawn example is a five-pointed star.
-
-
1下载:
利用:
1. “附件3-1.21个基站凸多边形数据”
2. “附件3-2.29个基站凸多边形数据”
给出21凸多边形顶点数据、 29凸多边形顶点数据,以顶点间的地理距离作为连接2个
顶点的边、弦到的权值,对这2个凸多边形进行最优三角剖分。(Utilization:
1. "Annex 3-1.21 Base Station Convex Polygon Data"
2. "Annex 3-2.29 Base
-