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

搜索资源列表

  1. highflybird-lisp

    1下载:
  2. 计算几何中的几种lisp语言的算法,包括凸包,最小包围圆,点集的最大直径,最小距离等。-computational geometry of several lisp language algorithms, including the convex hull, the smallest enclosing circle, Point Set diameter of the largest and the smallest distance.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:31480
    • 提供者:highflybird
  1. tubao

    0下载:
  2. 计算几何中凸包的生成,也是计算机图形学中的一个重要的算法实现
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:52120
    • 提供者:
  1. point_tuao

    0下载:
  2. 程序实现,在平面上鼠标左键按下输入一些点,鼠标右键弹起计算平面上离散点的凸包。vc++实现的,方便快捷,对于凸包算法的理解大有益处
  3. 所属分类:Windows编程

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

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

  1. PolyLine

    0下载:
  2. 使用QT编写的求多个点的最小凸包算法,有图形显示,使用鼠标画点,最后生成最小凸包。-Written request to use QT minimum number of points the convex hull algorithm, graphical display, use the mouse to draw, and finally generate the smallest convex hull.
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:836246
    • 提供者:chao
  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. 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. tubao

    0下载:
  2. 凸包的应用文件(包裹法求凸包的算法) 写得比较经典-Convex hull of the application files (packages Method of Convex Hull algorithm) written in the classical comparison
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-10
    • 文件大小:1221
    • 提供者:chen
  1. tubao

    0下载:
  2. 数据结构编写的一个凸包程序,主要是算法比较好-Data structure prepared by a convex hull program, better algorithms are mainly
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1996539
    • 提供者:刘鑫
  1. ConvHull2D

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

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

    0下载:
  2. 凸包算法的界面化实现,可以计算点集的凸包。-The interface of the convex hull algorithm to achieve, we can calculate the convex hull of point set.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-07
    • 文件大小:403957
    • 提供者:黄文嘉
  1. tubaoC

    0下载:
  2. C#编写的凸包算法,计算机图形学中的东西~C#编写-tubao convex hull algorithm Oh good things
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:34618
    • 提供者:julingbin
  1. CONVEXHULL

    0下载:
  2. 周培德翻译的《计算几何:算法设计与分析》中的凸包算法,在Visual Studio2008平台用C#语言编写的基于页面的二维凸包生成程序。本人拥有自主版权!-Zhou s translation, "Computational Geometry: algorithm design and analysis" of the convex hull algorithm, written in C# in Visual Studio2008 platform packet generation pa
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:42240
    • 提供者:sunlu
  1. TuBao

    0下载:
  2. 实现凸包算法,可以清晰的看见递归的过程,也可以看出最后的区域-Convex hull algorithm recursive process, you can clearly see, the last area can also be seen
  3. 所属分类:Button control

    • 发布日期:2017-10-31
    • 文件大小:20574
    • 提供者:yt
  1. Polygon

    0下载:
  2. 多边形求并 还有凸包算法,填充颜色和求面积等-Polygons and there are convex hull algorithms, fill color, and for the area, etc.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2016-01-25
    • 文件大小:3602432
    • 提供者:风火轮同学
  1. convex

    0下载:
  2. 凸包算法,包括暴力穷举法,递归算法等,最后使用opengl将所有的凸包顶点绘制-Convex hull algorithms, including violence exhaustive method, recursive algorithm, and finally use opengl all the convex hull VertexPaint
  3. 所属分类:Console

    • 发布日期:2017-05-27
    • 文件大小:9843449
    • 提供者:maorui
  1. cvx-w32

    0下载:
  2. 可以实现凸优化算法,进行自动搜索,是有个工具包。(Can achieve convex optimization algorithm, automatic search, there is a toolkit.)
  3. 所属分类:其他

    • 发布日期:2017-12-20
    • 文件大小:16749568
    • 提供者:````sdf
  1. main

    0下载:
  2. 凸包算法 THUmooc练习,属于凸包模板的练习题,采用Js算法(this is a very important code about hull algorithm we can use it in many ways)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-20
    • 文件大小:2048
    • 提供者:akira2333
  1. DEM两种凸包算法程序 C# .NET

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

    • 发布日期:2018-05-02
    • 文件大小:211968
    • 提供者:XXXDDD111
  1. 轮廓提取凹点算法

    1下载:
  2. 轮廓提取-基于凸包的凹点挖掘算法轮廓提取-基于凸包的凹点挖掘算法轮廓提取-基于凸包的凹点挖掘算法
  3. 所属分类:系统编程

« 12 »
搜珍网 www.dssz.com