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

搜索资源列表

  1. SortPoint

    0下载:
  2. 如何将无序的多边形顶点集合,排序成逆时针顺序!这个正是凸包算法前面的一些准备工作!-how to disorderly polygon vertex assembly, sequencing into a counter-clockwise order! This is why the convex hull algorithm front of some preparation work!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1267
    • 提供者:小刘
  1. 凸包算法

    0下载:
  2. 用C#界面,鼠标在界面中点击生成点,然后系统会求出其凸包。
  3. 所属分类:C#编程

  1. geometry-1.5.source.tar

    0下载:
  2. 一个强大的开源的计算几何算法库,全称是: 提供了诸如:2D凸包,3D凸包,三角化等等著名的计算几何经典算法。库是基于C++的。 -(I plan to dedicate every edition of this software to someone famous who has influenced computers, mathematics, or science.) Version 1.0 of Geometry is dedicated to the father of A
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:12173
    • 提供者:wang
  1. ConvexHullScan

    1下载:
  2. 凸包算法,自己写的代码带了接口,希望大家喜欢.-ConvexHullScan
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:605
    • 提供者:王喆
  1. DTin

    2下载:
  2. 基于VC++6.0环境编写, TIN生成算法是DEM的重要算法之一, 提供从离散点生成TIN的凸包收缩方法, 可以保存生成的点跟线的自定义的文本文档, 程序仅供参考-Based on VC++6.0 environment for the preparation of. TIN is generated from a point to provide the convex hull of contraction method , Can save th
  3. 所属分类:其他行业

    • 发布日期:2013-12-19
    • 文件大小:2016104
    • 提供者:Zhouwen
  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
    • 文件大小:42835
    • 提供者:纪旭
  1. graham

    0下载:
  2. 使用graham算法求二维凸包- Uses the graham algorithm to ask the two-dimensional raised package
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-14
    • 文件大小:4241
    • 提供者:站长
  1. Convex

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

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

    1下载:
  2. 用C++语言实现的各种计算几何算法, 如判断点是否在多边形内, 多边形凸凹性判断, 寻找点集凸包的卷包裹法,求简单多边形的重心,求从多边形外一点出发到该多边形的切线,判断线段是否相交等等! -Using C++ language implementation of a variety of computational geometry algorithms, such as point to determine whether the polygon, the polygon convexity
  3. 所属分类:GDI-Bitmap

    • 发布日期:2015-06-18
    • 文件大小:13157
    • 提供者:11
  1. structure

    0下载:
  2. 数据结构算法大全,包含最短路径,最小生成树,凸包,各种排序,四种高精度运算,图论上的常用算法,以及树的各种算法-data structure ,if you want to learn it well, you need it,I think!
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:15067
    • 提供者:zjhui
  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. 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. ConvHull2D

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

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

    1下载:
  2. 实现凸包实现,采用MATLAB编写代码,用于凸包算法的快速实现。(Implementation of convex hull)
  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
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com