CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - hull

搜索资源列表

  1. Gramham-CH

    2下载:
  2. Gramham法求解凸包。从最基本数据结构定义开始实现,有图形界面和动画演示。全套代码。-Gramham method convex hull. Data from the most basic definition of the structure began to realize, graphics and animation interface demo. A full set of code.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:70.85kb
    • 提供者:王晓光
  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
    • 文件大小:6.75kb
    • 提供者:bjsheng
  1. 凸壳算法

    2下载:
  2. 凸壳算法,散点成三维体的方法,该方法从洋鬼子那得来的。-convex hull algorithm, scattered dots on the three-dimensional method from the foreign devils that comes from.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:11.88kb
    • 提供者:周玉明
  1. geometric

    0下载:
  2. 凸包计算,多边形切割,基本几何公式,球面面积,网格计算,等计算函数。含使用时的注意事项。-Convex hull calculation, polygon cut, basic geometric formulas, spherical area, grid computing, and other computing functions. with cautions .
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:13.13kb
    • 提供者:王华
  1. QuickHulldemo

    1下载:
  2. 快速凸包演示程序 演示了快速凸包算法的执行过程-Fast convex hull demo program to demonstrate fast convex hull algorithm of the implementation process
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:41.83kb
    • 提供者:纪旭
  1. Convex

    2下载:
  2. 凸包算法 vc 6.0 实现用户输入点凸包-Convex hull algorithm for vc 6.0 user input convex hull
  3. 所属分类:数据结构常用算法

    • 发布日期:2013-12-19
    • 文件大小:38.27kb
    • 提供者:wgy
  1. tubao

    0下载:
  2. 凸包问题~基于mfc的实现。界面粗糙点,实现了主要的功能~ -Convex hull problem ~ mfc based on the implementation. Rough interface, the implementation of the major functions of ~
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:40.55kb
    • 提供者:heqin
  1. Convex_hull.cpp.tar

    0下载:
  2. ACM凸包标程,可以快速使用凸包的各种应用,满足需求。-ACM convex hull source file
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1.65kb
    • 提供者:冯民
  1. c_methods_of_quick_sort

    0下载:
  2. 几种快速排序的方法,对int类型数组排序,对char类型数组排序,对double类型数组排序,对结构体一、二级排序,对字符串进行排序,计算几何中求凸包的cmp-Several methods of quick sort, sort array of type int, the type of char array to sort, sort array of double type of the structure of primary and secondary sort, sort of s
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1.02kb
    • 提供者:Chueng
  1. bag

    0下载:
  2. 在任意位置画任意个点,然后 右击,就自动画出凸包-In any position draw any points, and then right-click, it automatically draw the convex hull of
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:59.42kb
    • 提供者:
  1. 2DBall

    0下载:
  2. 有关2D凸包的算法,1. 排序更简单,只是简单的比较,没有运算. 2. 起始点更好找,就是排序后的第一个点. 3. 可以很好地处理特殊情况(共线).-The 2D convex hull algorithm, 1. Sorting easier, just a simple comparison, there is no operation. 2. To find a better starting point, that is sort of a point after the fir
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2.79kb
    • 提供者:jiangli
  1. graham

    0下载:
  2. 构造凸包接口函数,传入原始点集大小n,点集p(p原有顺序被打乱!),返回凸包大小,凸包的点在convex中-Construct convex hull interface function, introduced the original point set size n, the point set p (p the original order has been disrupted!), Returns the size of the convex hull, convex hull of
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1.2kb
    • 提供者:JP
  1. 4

    0下载:
  2. C++编写的最小凸包算法,能够生成点集的凸包。-Written in C++ Algorithm for Convex Hull algorithm to generate the convex hull of point set.
  3. 所属分类:Data structs

    • 发布日期:2017-05-27
    • 文件大小:9.23mb
    • 提供者:黄文嘉
  1. tubao

    1下载:
  2. 凸包算法,根据鼠标点出来的点来画凸多边形。-Convex hull algorithm, according to the mouse point to draw out of the convex polygon.
  3. 所属分类:Data structs

    • 发布日期:2015-09-23
    • 文件大小:1.87mb
    • 提供者:LiangTreeMan
  1. ConvexHulls

    0下载:
  2. 凸包,使用先左右排序再计算上凸包下凸包的方法,效率还可以。-Convex hull, and then calculated using the first order around the convex hull on the package approach, efficiency gains can be.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:63.89kb
    • 提供者:leon
  1. TarsusPmultiplication

    0下载:
  2. 分治法大整数乘法课件 概述:算法概要、算法效率 合并排序 快速排序 折半查找 大整数乘法 Strassen 矩阵乘法 分治法解凸包 -Divide and conquer integer multiplication courseware about the function and some problems very effective way to solve the that serious .I think it will be ok!
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:99.15kb
    • 提供者:彭宇
  1. box

    0下载:
  2. 算法分析与设计中凸包使用蛮力法实现图形用户界面 -Analysis and design of algorithms using the brute force method to achieve the convex hull graphical user interface
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1.84kb
    • 提供者:fengxiaoyao
  1. tubaowenti

    0下载:
  2. 凸包问题,大二一门课的课程设计,很短的小程序-Convex hull, sophomore course curriculum design, very short program
  3. 所属分类:Data structs

    • 发布日期:2017-11-16
    • 文件大小:924byte
    • 提供者:唐亮
  1. quick-convex-hull

    1下载:
  2. 算法练习之:快速排序实现凸包算法。附有ppt进行详细说明。-Algorithm practice of: algorithm quicksort convex hull. With ppt be described in detail.
  3. 所属分类:Data structs

    • 发布日期:2016-08-10
    • 文件大小:990kb
    • 提供者:Mcy
  1. Implementation of convex hull

    1下载:
  2. 实现凸包实现,采用MATLAB编写代码,用于凸包算法的快速实现。(Implementation of convex hull)
  3. 所属分类:数据结构

« 12 »
搜珍网 www.dssz.com