CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - polygon triangulation

搜索资源列表

  1. hgrd_src

    0下载:
  2. 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
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:27.28kb
    • 提供者:潇潇
  1. Sjpf

    0下载:
  2. 一个apple实现的多边形的三角剖分算法-achieve a polygon triangulation algorithm
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:11.4kb
    • 提供者:wenzhiwei
  1. Triangulation

    0下载:
  2. Polygon triangulation code.-Auto triangulation code.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:91.31kb
    • 提供者:selamicik
  1. Triangulate.rar

    0下载:
  2. 平面任意多边形三角化的delauney经典算法,Arbitrary planar polygon triangulation algorithm of classical delauney
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-10
    • 文件大小:1.81mb
    • 提供者:myz12345678
  1. triangle

    0下载:
  2. 对于给定的初始点集P,有多种三角网剖分方式,其中Delaunay三角网具有以下特征:   1、Delaunay三角网是唯一的;   2、三角网的外边界构成了点集P的凸多边形“外壳”;   3、没有任何点在三角形的外接圆内部,反之,如果一个三角网满足此条件,那么它就是Delaunay三角网。   4、如果将三角网中的每个三角形的最小角进行升序排列,则Delaunay三角网的排列得到的数值最大,从这个意义上讲,Delaunay三角网是“最接近于规则化的“的三角网。-For given
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-11
    • 文件大小:110.46kb
    • 提供者:maxpeach
  1. CDT

    0下载:
  2. An efficient algorithm for polygon triangulation.
  3. 所属分类:Communication

    • 发布日期:2017-04-16
    • 文件大小:29.76kb
    • 提供者:Alan Chang
  1. sanjiaopoufen

    0下载:
  2. 实现凸多边形的三角剖分,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.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1.07kb
    • 提供者:phoenix
  1. optimal_triangulation

    0下载:
  2. 多边形的最优三角剖分,采用动态规划方法编程-Optimal polygon triangulation, using dynamic programming program
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:829byte
    • 提供者:储大为
  1. Optimal-triangulation

    0下载:
  2. 在选择某菜单项(或快捷图标)之后,第一次按下鼠标左键在屏幕上输入该凸多边形的第一个顶点,此后每按一次鼠标左键则在屏幕上输入该多边形的下一个顶点,直到按下鼠标右键之后,构成一个封闭的多边形。程序应能显示出上述多边形,并判断该多边形是否是凸多边形。如果是则计算其三角形最优剖分,并绘制出剖分后的凸多边形,同时在图中显示出每条边的长度以及三角形剖分中诸三角形上边权之和-In the selection of a menu item (or the shortcut icon), the first ti
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-13
    • 文件大小:3.4mb
    • 提供者:陈言教
  1. vc-Delaunay-triangulation

    0下载:
  2. Achieved with vc Delaunay triangulation of an arbitrary polygon
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-23
    • 文件大小:7.29mb
    • 提供者:曾宇航
  1. LinePoufen(CSharp)

    0下载:
  2. 一个简单的实现多边形剖分的程序,希望对大家有所帮助-Implementation of a simple polygon triangulation process, we hope to help
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:64.56kb
    • 提供者:李静
  1. RPPolyTrye

    0下载:
  2. 实现对任意多边形的三角角形凸分解的代码。 -Arbitrary polygon triangulation angle convex decomposition.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:53.76kb
    • 提供者:cscm0077
  1. CPolygon

    0下载:
  2. 定义了平面多边形类。 其中包括了多边形的很多方法:中心三角化,迪落尼三角化,判断对角线是否在多边形内,等。-Define a plane polygon class Including many polygon method: whether the center triangulation, Di off the Niger Delta, judgment diagonal within the polygon, etc..
  3. 所属分类:Other systems

    • 发布日期:2017-11-16
    • 文件大小:21.13kb
    • 提供者:郭雪昆
  1. sanjiao

    0下载:
  2. 凸多边形最有三角形剖分,实用,有效,较为靠谱。-Most convex polygon triangulation, practical, effective, more reliable.
  3. 所属分类:CSharp

    • 发布日期:2017-04-26
    • 文件大小:157.41kb
    • 提供者:蓝心
  1. sanjiao

    0下载:
  2. 最小权重三角划分。输入一个多边形顶点坐标,输出具有最小权重的三角划分。-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
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:6.92kb
    • 提供者:
  1. triangulation

    0下载:
  2. 利用opengl绘制凹多边形,所绘制例子是一个五角星。-Use opengl drawing concave polygon, drawn example is a five-pointed star.
  3. 所属分类:Other systems

    • 发布日期:2017-05-30
    • 文件大小:11.85mb
    • 提供者:薛飞
  1. 凸多边形最优三角形剖分

    1下载:
  2. 利用: 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
  3. 所属分类:Windows编程

    • 发布日期:2020-11-18
    • 文件大小:473kb
    • 提供者:0m0
搜珍网 www.dssz.com