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

搜索资源列表

  1. convex-hull

    0下载:
  2. 这是一个求凸包的算法,效率约为O(n^2)-This is an evaluation of the convex hull algorithm efficiency is about O (n ^ 2)
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-18
    • 文件大小:888
    • 提供者:cuidajun
  1. SeDuMi_1_1

    0下载:
  2. 凸优化算法中的经典sedumi工具包。大家都来下。-Convex optimization algorithm classic sedumi tools package.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-20
    • 文件大小:1626855
    • 提供者:yy
  1. MinAreaRectangle

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

    • 发布日期:2017-04-14
    • 文件大小:4294
    • 提供者:clinea
  1. GrahamFCH

    0下载:
  2. 本代码主要实现土包问题的算法,采用Graham扫描算法,随机生成指定数量的点,求解其凸包。代码中包含注释-The code of the main problems of soil packet algorithm, using Graham scan algorithm to randomly generate a specified number of points, solving its convex hull. Code contains annotations
  3. 所属分类:CSharp

    • 发布日期:2017-04-23
    • 文件大小:48183
    • 提供者:张森
  1. Algorithm-templates

    0下载:
  2. 算法模板,包括叉乘,多边形面积,凸包问题,线段相交等-Algorithm templates, including cross multiplication, polygon area, convex hull problem, line segment intersection, etc.
  3. 所属分类:Other systems

    • 发布日期:2017-05-06
    • 文件大小:1465227
    • 提供者:树袋熊
  1. voronoi

    0下载:
  2. Voronoi Diagram算法实现主要运用分治法和凸包的方法来实现。 分治法: 1) 该问题的规模缩小到一定的程度就可以容易地解决 2) 该问题可以分解为若干个规模较小的相同问题,即该问题具有最优子结构性质。 3) 利用该问题分解出的子问题的解可以合并为该问题的解; 4) 该问题所分解出的各个子问题是相互独立的,即子问题之间不包含公共的子问题。 -Voronoi Diagram algorithm is mainly using the method of pa
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:3426
    • 提供者:李阳
  1. Convex-hull

    0下载:
  2. 根据基于生成凸包的算法,编写一个自动生成凸包的程序- According to the convex hull based algorithm to generate, write a program to automatically generate the convex hull
  3. 所属分类:Communication

    • 发布日期:2017-04-17
    • 文件大小:251425
    • 提供者:巴富满
  1. jmMixing

    0下载:
  2. 利用Csharp编程语言实现某些常用的空间分析算法,要求具备基本的图文功能界面,所有实验均集成在同一系统中,要求实现如下功能 1.曲线抽样算法的实现 要求采用2种不同的算法进行曲线抽样,并分别对抽样的效果进行评价和比较。 2.离散点群空间分布参数的计算 要求计算空间点群的各种空间分布参数,如分布密度、各种分布中心、分布轴线、离散度等。 3.曲线插值与光滑算法的实现 要求利用任意两种不同的插值算法实现曲线的插值与光滑,并进行对比分析。 4.膨胀系数的计算与最小凸包的
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:79924
    • 提供者:jm
  1. commands

    0下载:
  2. [ convex_optimization.rar ] - 凸优化 程序包,包含各种凸优化算法,可供方便调用. [ signal_decomposition_by_bp.rar ] - 基于基追踪(basis pursuit)对信号进行稀疏表示的算法 [ cvx .zip ] - 凸规划建模系统,有助于学习压缩感知-[Convex_optimization.rar]- convex optimization package that contains a variety of convex op
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-16
    • 文件大小:17163
    • 提供者:高珍
  1. keywords

    0下载:
  2. [ convex_optimization.rar ] - 凸优化 程序包,包含各种凸优化算法,可供方便调用. [ signal_decomposition_by_bp.rar ] - 基于基追踪(basis pursuit)对信号进行稀疏表示的算法 [ cvx .zip ] - 凸规划建模系统,有助于学习压缩感知-[Convex_optimization.rar]- convex optimization package that contains a variety of convex op
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-23
    • 文件大小:14766
    • 提供者:高珍
  1. convex_hull

    0下载:
  2. 凸包问题的算法实现,graham算法实现,分治算法以及暴力算法,有简单图形界面-Convex Hull algorithm problem, graham algorithm, divide and conquer algorithms and violence algorithm, a simple graphical interface
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3030
    • 提供者:yhlhit
  1. convex

    0下载:
  2. 一个根据点云计算显示凸包的算法,根据左旋定理,角度排序,提出非凸包点的算法 -computer points
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-29
    • 文件大小:56307
    • 提供者:洪伟
  1. 3D-Convex-Hall_struct

    0下载:
  2. 构建三维凸包 给出很多的点坐标,然后根据算法要求构建凸包-Construction of three-dimensional convex hull We give a lot of point coordinates, and then build the convex hull algorithm according to the requirements of
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:391178
    • 提供者:徐云朋
  1. Functions-Qtnew

    0下载:
  2. qt下实现自定义凸包生成算法,具有较高运行速度-Under qt implement custom convex hull generation algorithm, with high speed
  3. 所属分类:GIS program

    • 发布日期:2017-04-15
    • 文件大小:5402
    • 提供者:李必栋
  1. gunqiu-master

    0下载:
  2. GIS基本图形算法,包括凸包、凹包、QEM等共计26中,请大家参考-GIS basic graphics algorithms, including convex, concave envelope, QEM a total of 26, please refer to
  3. 所属分类:CSharp

    • 发布日期:2017-05-07
    • 文件大小:1304792
    • 提供者:风影
  1. Voronoi

    0下载:
  2. 采用中垂线构图的方式解决Voronoi构图问题,本算法随机生成外部凸包,可以高效解决内部节点个数为20以下的Voronoi构图,并且用graphics.h画出相应图形。-Using the vertical resolution of Voronoi patterned patterning problem, the algorithm randomly generated outside the convex hull can efficiently solve the number of i
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1108877
    • 提供者:
  1. bag_3d

    0下载:
  2. 三维空间中给定任意个点生成一个凸包的算法。-The algorithm in three-dimensional space using given points to generate a convex hull.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:42132
    • 提供者:钟鼎文
  1. ImageProcessTest

    0下载:
  2. 通过OPENCV库中相关算法对图像降噪、求边缘、直线遍历并获得直线角度、获得图像中目标的凸包等-Use OPENCV Lib to filer image, get the edges of image and so on.
  3. 所属分类:2D Graphic

    • 发布日期:2017-06-03
    • 文件大小:14935427
    • 提供者:arthurzcx
  1. fenzhi

    0下载:
  2. 凸包求解算法。 实现基于枚举方法的凸包求解算法 实现基于Graham-Scan的凸包求解算法 实现基于分治思想的凸包求解算法 对比三种凸包求解算法 -Convex hull algorithm. Based on Convex Hull algorithm enumeration method Based on Graham-Scan convex hull algorithm Based on Divide and Conquer convex hull alg
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1157000
    • 提供者:大酱
  1. jxyb

    0下载:
  2. 平面凸包, visual c++实现, 非算法导论上的算法, 自己的算法, 相当快,演示下()
  3. 所属分类:数据挖掘

    • 发布日期:2018-01-07
    • 文件大小:119808
    • 提供者:ioentifber
« 1 2 3 4 5 6 78 »
搜珍网 www.dssz.com