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

搜索资源列表

  1. 545454545454545454545454

    0下载:
  2. 各种凸包生成算法 有卷包法,格雷厄姆法, -all kind of fdfdf
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:18946
    • 提供者:psl
  1. MinAreaRectangle

    0下载:
  2. 对平面上的点集,寻找它的最小面积包围矩形,最小周长包围矩形,以及最大距离点对。算法采用了游标卡尺的思想,在找到凸包后时间复杂度为线性。-for finding the minimum area encasing rectangle and the maximum distance pair. The complexity of this algorithm is O(n),so it s very fast.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-01
    • 文件大小:4249
    • 提供者:highflybird
  1. dlg

    0下载:
  2. 利用MFC,简单的图形界面,简单的算法,实现凸包的绘制-Using MFC, a simple graphical interface, a simple algorithm to achieve the convex hull of the draw
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-05
    • 文件大小:37872
    • 提供者:yamalove
  1. zhalan

    0下载:
  2. 运用凸包的生成算法,具体解决了“栅栏”问题,并且有MFC实现的图形界面-Convex hull generation algorithm used, the specific solution to the " fence" issue, and has implemented graphical interface MFC
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:399447
    • 提供者:guang
  1. analyse

    0下载:
  2. 空间分析中相关算法的实现:道格拉斯 插值 光滑 最小凸包 分布中心 分布轴线等-Spatial analysis of related algorithms to achieve: Douglas interpolation smooth distribution of the minimum distribution center axis of the convex hull, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:82201
    • 提供者:张宇飞
  1. convexhull_

    0下载:
  2. 算法设计 凸包问题 C程序开发的,需要配置OPENGL文件才能运行-tubao wenti suanfaseji good function program! have a good job ok la!
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-06
    • 文件大小:263301
    • 提供者:果倪
  1. tubao

    0下载:
  2. 算法课程中一个给出N个点和坐标,求取一个凸包的程序-Algorithm for a course coordinates are given N points and strike a convex program
  3. 所属分类:source in ebook

    • 发布日期:2017-04-06
    • 文件大小:276687
    • 提供者:苍痕
  1. NonConvexrecovery

    0下载:
  2. 压缩感知非凸恢复算法,非常重要的一个代码。其中包含三个代码包。-Noconvex Compressed sensing recovery alogrithms,including three toolbox!
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:52734
    • 提供者:王锋
  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
    • 文件大小:101532
    • 提供者:彭宇
  1. graham

    0下载:
  2. Graham扫描算法 : 大体思路是将不是凸包顶点的点从点集中去掉。 找出S中具有最小y坐标的点p(通过选取最左边的点打破平局) 根据点和p的连线 与 x轴正方向所成的角度,对S中的点进行排序(由小到大),并将p放在最前面。 从p点开始扫描排序后的S集合。如果这些点都在凸包上,则每三个相继的点p1,p2,p3满足以下性质:p3在向量<p1,p2>的左边.如果出现相继的三个点p1,p2,p3不满足上述性质,则p2点一定不是凸包的顶点,应立即去除。-Grah
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:1531
    • 提供者:李刚
  1. Manli

    0下载:
  2. 蛮力算法,实现随机点的凸包问题的计算,自动计算出凸点。-Brute force algorithm,realize the random dots convex bags calculation,Automatically calculate the convex point。
  3. 所属分类:Algorithm

    • 发布日期:2017-05-15
    • 文件大小:3615526
    • 提供者:肖飞
  1. 3DPack

    0下载:
  2. 实用的三维凸包模板,可用于算法竞赛中。可根据实际来选取要使用的代码-3D-Convex’s templelate
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:1759
    • 提供者:mintz
  1. tubao

    0下载:
  2. 多边形快速形成凸包的算法,使用C++与MATLAB仿真-The polygon rapid formation of the convex hull algorithm, use C++ MATLAB simulation
  3. 所属分类:Algorithm

    • 发布日期:2017-05-10
    • 文件大小:2073036
    • 提供者:panfei
  1. grahams-scan

    0下载:
  2. 此为凸包的graham的scan算法,思路清晰,易实现。-This is the convex hull of graham scan algorithm, the idea is clear and easy to implement.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:1431
    • 提供者:john
  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
    • 文件大小:1886
    • 提供者:fengxiaoyao
  1. TTestMinvexCoh

    0下载:
  2. 求点集的最小凸包Graham算法。给定平面上的一个点集,找出一个最小点集顺次连结形成一个个凸多边形,使得点集中的点皆在此多边形内或此多边形上,这个凸多边形就是给定点集的二维凸包。 -Demand point set minimum the convex hull Graham algorithm. Given a set of points in the plane, to identify a minimal set of points sequential links forming a
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-10
    • 文件大小:40385
    • 提供者:jxjj609
  1. tubao

    0下载:
  2. 用graham算法在vc环境下编写的形成一个最小凸包程序,能够读入一个点文件,并输出一个点文件。-A minimum convex hull program written using the the graham algorithm in vc environment can be read into a point file and output a point file.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-22
    • 文件大小:156092
    • 提供者:luoxin
  1. shiyan

    0下载:
  2. 空间分析算法的实现,包括道格拉斯算法、角度限差算法、最小凸包等-Realization of spatial analysis algorithms, including the Douglas algorithm, angle tolerances algorithm, the minimum convex hull
  3. 所属分类:Other systems

    • 发布日期:2017-12-06
    • 文件大小:8318757
    • 提供者:刘杨
  1. An-expanding-SOM

    0下载:
  2. 自组织映射(SOM)已成功处理的欧式旅行的鹅岭推销员问题(TSP)。通过将其邻域保持财产和 凸包属性数值模拟TSP,我们引入了一个新的SOM如神经网络,称为前panding的SOM(ESOM)的。在每一个学习的迭代,ESOM提请接近的兴奋神经元 输入的城市,并在此期间,推压它们向凸包ofcities合作。 ESOM可能收购邻里保护财产和凸包的属性 的TSP,因此它可以产生接近最优的解决方案。从理论上分析了其可行性 和经验。一个的系列ofexperiments进行合成和基准的T
  3. 所属分类:software engineering

    • 发布日期:2017-11-13
    • 文件大小:345475
    • 提供者:
  1. CONVEX-HULL-OF-A-SIMPLE-POLYLINE

    0下载:
  2. 一种快速计算图形凸包的算法,算法比较简单,实现起来也很容易,有兴趣的可以参阅一下。-A fast algorithm to calculate the graphics convex hull algorithm is relatively simple, and is also very easy to implement, are interested can see what.
  3. 所属分类:Development Research

    • 发布日期:2017-11-02
    • 文件大小:160872
    • 提供者:曾翔
« 1 2 3 4 5 67 8 »
搜珍网 www.dssz.com