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

搜索资源列表

  1. tubaoTest

    0下载:
  2. 凸包算法的实现,用的控制台程序,不过已经能够说明问题了-convex hull algorithm for the realization of the console procedures, but has been able to illustrate the problem
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6914
    • 提供者:bjsheng
  1. convex_hull

    1下载:
  2. 算法分析课程中实现的凸包算法,效率很高,有很大的参考价值-algorithm analysis programs to achieve the convex hull algorithms, highly efficient and have great reference value
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1004819
    • 提供者:zhangli
  1. convex_vb

    0下载:
  2. 凸包最常用的凸包算法是Graham扫描法和Jarvis步进法.本程序用Graham扫描法实现凸包的绘制-convex hull of the most commonly used convex hull algorithm is scanning and Graham Jarvis stepping law. The procedures used G raham scanning method to achieve the convex hull mapping
  3. 所属分类:其他行业

    • 发布日期:2008-10-13
    • 文件大小:7031
    • 提供者:gaici
  1. quickhull4

    0下载:
  2. 凸包算法,运用分治的思想,用opengl显示出来-convex hull algorithm, the idea of partition, with opengl show
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:25861
    • 提供者:wangmiao
  1. tb

    0下载:
  2. 凸包算法好东西哦-convex hull algorithm Oh good things
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:7143
    • 提供者:我考
  1. Two

    1下载:
  2. 二维凸包,算法中的难点,可以迅速解决很多问题
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:367180
    • 提供者:dave
  1. Convex_Hull

    0下载:
  2. 凸包算法在VC6下实现,使用MFC界面编程显示结果
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:61412
    • 提供者:hwx
  1. convex

    0下载:
  2. 经典的凸包算法。JAVA语言编写。绝对正确。
  3. 所属分类:GIS编程

    • 发布日期:2014-01-16
    • 文件大小:3065
    • 提供者:孔明
  1. mathformulae

    1下载:
  2. 第一章 有关数论的算法 1.1最大公约数与最小公倍数 1.2有关素数的算法 1.3方程ax+by=c的整数解及应用 1.4 求a^b mod n 第二章 高精度计算 2.1高精度加法 2.2高精度减法 2.3高精度乘法 2.4 高精度除法 练习 第三章 排列与组合 3.1加法原理与乘法原理 练习 3. 2 排列与组合的概念与计算公式 练习 3.3排列与组合的产生算法 练习 第四章 计算几何 4.1 基础知识 4.2
  3. 所属分类:WEB源码

    • 发布日期:2014-01-16
    • 文件大小:39079
    • 提供者:endure
  1. POJ1113

    0下载:
  2. 问题:已经平面上的若干点,求包围这些点的最小包围长 度 算法:经典的凸包算法,注意求解时对最外圈做处理。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1495
    • 提供者:苏钿煌
  1. Drawer

    0下载:
  2. 用TurboC实现的画图小程序。图形界面,包括多边形、折线的画图,移动,放大缩小,旋转,以及多边形的截取功能。另外附带凸包算法的演示效果。
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:206850
    • 提供者:yesrush
  1. point_tuao

    0下载:
  2. 程序实现,在平面上鼠标左键按下输入一些点,鼠标右键弹起计算平面上离散点的凸包。vc++实现的,方便快捷,对于凸包算法的理解大有益处
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:52181
    • 提供者:wangyang
  1. PolyLine

    0下载:
  2. 使用QT编写的求多个点的最小凸包算法,有图形显示,使用鼠标画点,最后生成最小凸包。-Written request to use QT minimum number of points the convex hull algorithm, graphical display, use the mouse to draw, and finally generate the smallest convex hull.
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:836246
    • 提供者:chao
  1. convex_optimization.rar

    1下载:
  2. 凸优化程序包,包含各种凸优化算法,可供方便调用.,Convex optimization package, contains a variety of convex optimization algorithm, for convenience call.
  3. 所属分类:matlab

    • 发布日期:2017-05-19
    • 文件大小:5305787
    • 提供者:李普
  1. TestMinvexCore

    2下载:
  2. 求点集的最小凸包Graham算法。给定平面上的一个点集,找出一个最小点集顺次连结形成一个凸多边形,使得点集中的点皆在此多边形内或此多边形上,这个凸多边形就是给定点集的 二维凸包。-The smallest point set for convex hull algorithms Graham. Given a planar point set, find a link to the smallest sequence set to form a convex polygon, the po
  3. 所属分类:数值算法/人工智能

    • 发布日期:2013-12-20
    • 文件大小:39983
    • 提供者:soulkyo
  1. 1113melkman

    1下载:
  2. 1113 melkman 凸包算法,O(n),前提是有拓补结构,是一种在线算法-1113 melkman convex hull algorithm, O (n), the premise is expanding premium structure, is an online algorithm
  3. 所属分类:Algorithm

    • 发布日期:2016-08-25
    • 文件大小:1320
    • 提供者:Tiandy
  1. gaimc-1.0

    0下载:
  2. 一个常用的计算机图论算法包 包含常用的图论算法 如dijkstra 凸包-A commonly used computer algorithms graph theory package contains the commonly used graph theory algorithms such as convex hull, and so dijkstra
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:665324
    • 提供者:李一
  1. convex

    0下载:
  2. 凸包算法 基于JarvisMarch的凸包算法-Convex hull algorithm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:7739
    • 提供者:yujiufeng
  1. tubao

    0下载:
  2. 凸包算法及实现,供学习和参考使用,-Convex hull algorithm and implementation
  3. 所属分类:Project Manage

    • 发布日期:2017-05-04
    • 文件大小:1079624
    • 提供者:严振龙
  1. newconvex

    1下载:
  2. 自写凸包算法,简单实用,连线清晰,算法简练-Since the convex hull algorithm to write simple, practical, connection clear, concise algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-14
    • 文件大小:1694016
    • 提供者:lcj
« 1 23 4 5 6 7 8 »
搜珍网 www.dssz.com