当前位置:
首页 资源下载
搜索资源 - polygon triangulation
搜索资源列表
-
0下载:
一个apple实现的多边形的三角剖分算法-achieve a polygon triangulation algorithm
-
-
0下载:
该程序实现了Delaunay三角剖分的过程,能够对任意多边形实现三角化,效果不错。-program of the Delaunay triangulation process, to the arbitrary polygon triangulation achieve good results.
-
-
0下载:
这是一个用vc实现的对多边形进行三角剖分的程序。里面的数据结构设计的比较好。可以作为参考。-This is a realization of the use vc right polygon triangulation process. Inside the data structure designed better. Can be used as reference.
-
-
0下载:
此文献主要讲述了平面多边形的三角剖分,在数据场可视化应用广泛!-this document describes the plane polygon triangulation, data visualization widely used!
-
-
0下载:
Polygon triangulation code.-Auto triangulation code.
-
-
0下载:
平面任意多边形三角化的delauney经典算法,Arbitrary planar polygon triangulation algorithm of classical delauney
-
-
0下载:
1.加入控制器(在文件UPhysics2DControllers中),可实现浮力、风力、万有引力场、爆炸、阻尼等效果。其中的风力与爆炸效果是原C++版本中所没有的。大家还有什么新奇的想法可以联系我,为box2D Delphi加入更多的控制器,实现更多的物理效果。
2.添加了单元UPhysics2DPolygonTool,实现任意多边形的细分化(三角化)。可使box2D支持任意边数的多边形和凹多边形物体。目前这部分的demo还未完成,一位外国朋友正在制作。-1. Join the contr
-
-
0下载:
tin三角网的构造
tin是使用不规则多边形拟和地球表面或者其他不规则表面,是构造数字地面模型,数字高程模型的基本方法之一-tin structure of triangulation is the use of tin to be irregular polygon and the Earth s surface or other irregular surfaces, is constructed digital terrain model, digital elevation mode
-
-
0下载:
-
-
0下载:
凸多边形的最优三角剖分的vc++实现。输入:逆时针输入凸多边形P的顶点序列p1,p2…pn.
输出:P的三角剖分序列p1p2pi,p2pipj,…,plpn-1pn及三角剖分后的最优权值之和
-Optimal convex polygon triangulation of vc++ to achieve.
-
-
4下载:
根据数据构建三角网,然后由所构建的三角网生成泰森多边形,文件打开后需等待1分多钟的处理时间。-Construction of the data triangulation, and then built by the generation of Thiessen Polygon Triangulation, documents waiting to be opened after 1 minute of processing time.
-
-
0下载:
An efficient algorithm for polygon triangulation.
-
-
0下载:
动态规划实现对多边形的三角剖分,顺时针定义各个顶点值实现最优剖分。-Dynamic program to achieve triangulation of the polygon.Clockwise to definit the value of each vertex achieve the optimal split.
-
-
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下载:
Delualy 三角网 同时生成Vionoi多边形-Delualy also generate Vionoi polygon triangulation
-
-
0下载:
在选择某菜单项(或快捷图标)之后,第一次按下鼠标左键在屏幕上输入该凸多边形的第一个顶点,此后每按一次鼠标左键则在屏幕上输入该多边形的下一个顶点,直到按下鼠标右键之后,构成一个封闭的多边形。程序应能显示出上述多边形,并判断该多边形是否是凸多边形。如果是则计算其三角形最优剖分,并绘制出剖分后的凸多边形,同时在图中显示出每条边的长度以及三角形剖分中诸三角形上边权之和-In the selection of a menu item (or the shortcut icon), the first ti
-
-
0下载:
给定一系列坐标定点,先判定能否构成凸多边形,然后进行最优三角剖分-Given a series of fixed-point coordinates, first determine whether the composition of convex polygons, then the optimal triangulation
-
-
0下载:
Achieved with vc Delaunay triangulation of an arbitrary polygon
-
-
0下载:
Polygon Triangulation details and algorithms
-