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

搜索资源列表

  1. hull

    1下载:
  2. 一个相当不错的凸包生成程序,对大家学习有挺好的帮助-a pretty good convex hull generation procedures, we have very good learning with the help of
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:59104
    • 提供者:soson218
  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. computationgeometry

    0下载:
  2. 我的计算几何模板,求3d凸包,计算最远点对(nlogn),求最近点对,和二维凸包
  3. 所属分类:ActiveX/DCOM

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

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

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

    0下载:
  2. 简单的凸包程序
  3. 所属分类:界面编程

    • 发布日期:2009-11-25
    • 文件大小:3850344
    • 提供者:wxv111
  1. 凸包算法

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

  1. 求解凸包

    0下载:
  2. 时间复杂度为n*lgn的凸包求解程序,采用vc6.0编写,递归实现
  3. 所属分类:其他小程序

  1. C++生成2维凸包

    0下载:
  2. C++生成2维凸包
  3. 所属分类:GDI/图象编程

    • 发布日期:2011-05-26
    • 文件大小:1010957
    • 提供者:1wadwada
  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-02
    • 文件大小:836246
    • 提供者:chao
  1. chull_3dConvexHull

    0下载:
  2. 求空间点集的三维凸包。chull.cpp, chull.h。来自计算几何英文原著作者个人网站。-computer 3D convex hull of a set of points. The set of points are not on a same plane.
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:5616
    • 提供者:liuctic
  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. suc1

    0下载:
  2. 一个生成凸包的程序,欢迎大家分享,互相交流,彼此提高-Convex hull of a generation procedure, welcome everyone to share, communicate with each other, enhance each other
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-24
    • 文件大小:3759942
    • 提供者:肖康
  1. convexhull

    0下载:
  2. 用于求解凸包问题!包围所有的定点! -Convex hull for the solution of the problem!
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:6876
    • 提供者:Future
  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. 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. 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. 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. 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 »
搜珍网 www.dssz.com