CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 凸包算法

搜索资源列表

  1. graham.zip

    0下载:
  2. 使用graham算法求二维凸包
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:3928
    • 提供者:
  1. voronoi

    0下载:
  2. 一个绘制Voronoi图和Delauany三角剖分的程序,并且给出了求凸包的算法。该程序可以演示如何进行三角剖分,帮助你理解整个剖分过程。-a Voronoi diagram mapping and triangulation Delauany procedures, and is seeking a convex hull algorithms. The procedure can demonstrate how triangulation, and help you understand t
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:157952
    • 提供者:晓琳
  1. geometry_algorithm

    1下载:
  2. 各种关于几何的算法实现。包括 计算几何学库函数(线相交,面积等等) 寻找凸包 graham 扫描法 判断点是否在多边形内。同时包含一些测试-on various geometric algorithm. In terms of geometry library functions (lines intersect, size, etc.) for convex hull graham scanning judgment and whether the polygon. Both co
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:12437
    • 提供者:changxia
  1. Hullproduce

    2下载:
  2. 计算几何中凸包的生成,也是计算机图形学中的一个重要的算法实现-convex geometry calculation packet generation, as well as computer graphics of an important algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:37671
    • 提供者:xwenq
  1. CircleGiftWrap

    1下载:
  2. 计算几何中,用VC++实现的求点集凸包的包裹算法-computational geometry, with VC point for the collection of parcels convex hull algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:40469
    • 提供者:Chen Fei
  1. geometry_c++

    0下载:
  2. 计算几何学常用算法库 C++语言实现 代码内容 计算几何学常用算法库,包括以下算法: 确定两条线段是否相交 判断点p是否在线段上 判断点q是否在多边形Polygon内 计算多边形的面积 寻找凸包 graham 扫描法 -geometry calculation commonly used algorithm for C language code as calculated geometry commonly used algorithm li
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:12980
    • 提供者:henry
  1. cagd_arithmetic

    2下载:
  2. 怒火之袍的贡献,有算法介绍如判断点是否在线段上、判断两线段是否相交、判断线段和直线是否相交、判断点是否在多边形中、判断线段是否在多边形内、计算点到线段的最近点、计算点到圆的最近距离及交点坐标、计算两条共线的线段的交点、求线段或直线与圆的交点、凸包的求法等等,图文并茂-Army's contribution to the gowns, as introduced algorithm to determine the point of whether online, to judge whe
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:37924
    • 提供者:漫步者
  1. highflybird-lisp

    1下载:
  2. 计算几何中的几种lisp语言的算法,包括凸包,最小包围圆,点集的最大直径,最小距离等。-computational geometry of several lisp language algorithms, including the convex hull, the smallest enclosing circle, Point Set diameter of the largest and the smallest distance.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:31480
    • 提供者:highflybird
  1. ConvexHull

    0下载:
  2. 使用C++实现的Graham扫描法(求解凸包问题),可设置生成随机点的个数、样式,同时支持设置显示范围、显示算法处理时间及使用文件导入导出点等功能。(文件格式为,头四个字节是点的个数,以后分别是各个点的x坐标和y坐标,每个数值均占4字节)。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:51665
    • 提供者:王晓桐
  1. geometry

    0下载:
  2. C++语言编写的几何学算法模板。包括几何学的10多种基本的操作。例如点生成直线,叉积运算,线段的拐向,任意多边形面积的计算,点的位置判断,线段相交判断,求凸包等等。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2523
    • 提供者:KiD
  1. tubao

    0下载:
  2. 计算几何中凸包的生成,也是计算机图形学中的一个重要的算法实现
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:52120
    • 提供者:
  1. Delaunay2

    2下载:
  2. Delauny三角网生成算法的VC实现,算法基于凸包的Delaunay三角剖分方法,在生成的凸多边形的基础上进行三角剖分,并采用VC进行程序设计。
  3. 所属分类:GIS编程

    • 发布日期:2008-10-13
    • 文件大小:53303
    • 提供者:姜一
  1. Hull

    0下载:
  2. 凸包算法实现三角网的构建Convex hull of the triangulation algorithm to build-Convex hull triangulation algorithm to build the Convex hull of the triangulation algorithm to build
  3. 所属分类:Game Program

    • 发布日期:2017-04-12
    • 文件大小:1247
    • 提供者:reng517395
  1. Convex-hull-algorithm

    0下载:
  2. 凸包算法。寻找最少的点包围点云,可以用来绘制色空间的色域。-Convex hull algorithm. The least points will be founed surround all the point cloud, which coule be used to draw the color gamut for color space.
  3. 所属分类:File Formats

    • 发布日期:2017-04-12
    • 文件大小:1136
    • 提供者:留喜
  1. Convex-hull-test-base

    0下载:
  2. 凸包最常用的凸包算法是Graham扫描法和Jarvis步进法-The most common convex hull convex hull algorithms Graham Jarvis stepping and scanning method
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:7852
    • 提供者:苏晓朋
  1. cvx-w32

    0下载:
  2. 可以实现凸优化算法,进行自动搜索,是有个工具包。(Can achieve convex optimization algorithm, automatic search, there is a toolkit.)
  3. 所属分类:其他

    • 发布日期:2017-12-20
    • 文件大小:16749568
    • 提供者:````sdf
  1. 46219700

    0下载:
  2. 凸包最常用的凸包算法是Graham扫描法和Jarvis步进法 本程序用Graham扫描法实现凸包的绘制()
  3. 所属分类:数据结构

    • 发布日期:2018-01-07
    • 文件大小:6144
    • 提供者:Nigzc
  1. main

    0下载:
  2. 凸包算法 THUmooc练习,属于凸包模板的练习题,采用Js算法(this is a very important code about hull algorithm we can use it in many ways)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-20
    • 文件大小:2048
    • 提供者:akira2333
  1. 34874711

    0下载:
  2. 凸包最常用的凸包算法是Graham扫描法和Jarvis步进法 本程序用Graham扫描法实现凸包的绘制()
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-01
    • 文件大小:6144
    • 提供者:pgntax
  1. 轮廓提取凹点算法

    1下载:
  2. 轮廓提取-基于凸包的凹点挖掘算法轮廓提取-基于凸包的凹点挖掘算法轮廓提取-基于凸包的凹点挖掘算法
  3. 所属分类:系统编程

« 1 2 3 45 6 7 8 »
搜珍网 www.dssz.com