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

搜索资源列表

  1. matlab凸优化工具包

    3下载:
  2. 本资源为matlab环境下的凸优化工具包cvx,使用简单方便,内有说明书和例子程序。
  3. 所属分类:matlab例程

    • 发布日期:2013-05-13
    • 文件大小:6950676
    • 提供者:zzzmyh@163.com
  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. Hull

    1下载:
  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. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:1214
    • 提供者:都海伦
  1. 1

    0下载:
  2. 用C 语言实现的对于凸包问题的求解。实现了基本的功能,代码量很少采用插值算法,先生成四个原始点,之后判断其他点-Using C language for the convex hull of the solution of the problem. To achieve the basic function of the volume of rarely used code interpolation algorithm, the original Mr. into four points, a
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:983
    • 提供者:昝月波
  1. Convex_hullAlgorithm

    0下载:
  2. 实用的凸包算法,包括计算点与水平线的夹角,二分法排序,找极点等。-A practical convex hull algorithm, including calculating angle of the point and horizontal line, dichotomy sort, looking for poles and so on.
  3. 所属分类:Graph program

    • 发布日期:2017-03-31
    • 文件大小:30243
    • 提供者:薛佳丽
  1. Convexhull

    0下载:
  2. 凸包 凸包问题的实现 有无数点,求能包含这些点的图形的最小面积-Convex hull Convex hull problem of realization there are numerous points, seek to include these points, the graphics, the minimum size
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1269
    • 提供者:林风
  1. convex

    0下载:
  2. gram法求凸包, 凸包是区域内任意两点的直线不与边界相交的简单闭区域。 gram算法能够高效地求解出凸包的点集-gram Method convex hull, convex hull is a straight line between any two points within the region do not intersect with the boundary simple closed area. gram algorithm can efficiently solve
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:1977
    • 提供者:刘晓明
  1. area

    1下载:
  2. 计算凸包面积,点集Q的凸包是指一个最小凸多边形,满足Q中的点或者在多边形边上或者在其内。-Calculate convex hull area。The convex hull of point set Q is a minimum convex polygon, to meet the Q of the point or polygon or in its inside edge
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:791
    • 提供者:秦稼轩
  1. ConvHull2D

    0下载:
  2. 计算几何中的凸包求解算法,效率比较高,并且容易使用,直接调用即可-computing geometry to compute the convex of a set of points.
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:2715
    • 提供者:zlg
  1. HH_GIS_SpAn

    0下载:
  2. GIS空间分析工具,我们的空间分析课程设计包含道格拉斯抽样、曲线插值与光滑、多边形最小凸包、点群分布参数(分布中心、分布密度、分布轴线等)。基本功能都实现了。-GIS spatial analysis tools, our curriculum includes Douglas spatial analysis sampling, interpolation and smooth curve, the minimum convex polygon, point group distributio
  3. 所属分类:GIS program

    • 发布日期:2017-05-16
    • 文件大小:4198939
    • 提供者:黄华
  1. Minimum_PointSet

    0下载:
  2. 一个用于生成多边形最小凸包的简单程序,基本功能就是用鼠标随意画一个多边形,然后计算并生成多边形最小凸包。很难得-Minimum convex polygon of a package used to generate a simple procedure, the basic function is free to draw a polygon with the mouse, and then calculates and generates the smallest convex polygo
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-09
    • 文件大小:1962320
    • 提供者:黄华
  1. 3DTuBao

    0下载:
  2. 三维凸包演示,用的是增量法,复试度o(n^2)-Three-dimensional convex hull demo, use the incremental method, the second interview degrees o (n ^ 2)
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-13
    • 文件大小:3270410
    • 提供者:newmyl
  1. my_tubao

    0下载:
  2. Csharp凸包生成程序,自己做的,大家可以拿去用用看看,有什么改进意见,咱们可以讨论,我的邮箱feiyuno2@163.com-Csharp convex hull generator, own, and we can take it with a used look, what improvements, we can discuss, my mailbox feiyuno2@163.com
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:53836
    • 提供者:飞鱼
  1. Implementation of convex hull

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

  1. Convex hull implementation code

    0下载:
  2. 使用C语言编程,实现凸包的快速生成,提高了运算的效率。(Using C language programming, realize the rapid generation of convex hull, improve the efficiency of the operation.)
  3. 所属分类:数值算法/人工智能

  1. semi_convex_hull

    0下载:
  2. 凸包算法,选取区域最外围点,用于感兴趣区域提取。(Convex hull algorithm is used to extract regions of interest.)
  3. 所属分类:图形图象

    • 发布日期:2017-12-27
    • 文件大小:6865920
    • 提供者:Chao SIR
  1. ConvexHull

    1下载:
  2. 凸包(ConvexHull)就是把给定点包围在内部的,面积最小的凸多边形。时间复杂度为O(n)先计算凸包,输入点数组p,点个数为n,输出点数组ch。函数返回凸包顶点数。(The convex hull (ConvexHull) is the smallest convex polygon that surrounds the point to its interior. The time complexity is O (n). First, the convex hull is compute
  3. 所属分类:

    • 发布日期:2017-12-29
    • 文件大小:1024
    • 提供者:dosense
  1. C#

    0下载:
  2. 计算凸包,最后得到最小凸包。 经过C#的算法快速得到凸包(The algorithm of c # is quickly obtained)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-01
    • 文件大小:74752
    • 提供者:谢宇航
  1. DEM两种凸包算法程序 C# .NET

    0下载:
  2. c#下的dem内插,凸包,界面简单,语言简单,可以运行(C# DEM Interpolation, convex hull, simple interface, simple language, and can run.)
  3. 所属分类:C#编程

    • 发布日期:2018-05-03
    • 文件大小:211968
    • 提供者:XXXDDD111
  1. 凸优化cvx软件包

    1下载:
  2. 确定目标函数为凸函数后,对函数进行最优化处理(After determining that the objective function is convex, the function is optimized)
  3. 所属分类:matlab例程

    • 发布日期:2021-03-15
    • 文件大小:6428672
    • 提供者:疯痕
« 1 23 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com