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

搜索资源列表

  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
    • 文件大小:57.72kb
    • 提供者: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
    • 文件大小:30.74kb
    • 提供者:highflybird
  1. hull

    1下载:
  2. Hull三角网生成算法三角网生成算法,VB实现.Delaunay三角网生成算法,VB实现.-Hull TIN algorithm TIN algorithm, VB. Delaunay Triangulation generation algorithm, VB.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:40.96kb
    • 提供者:zz
  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
    • 文件大小:816.65kb
    • 提供者:chao
  1. convex_hull_running

    0下载:
  2. A source code for effective use of convex hull. Calibrate it for your hand.
  3. 所属分类:Console

    • 发布日期:2017-11-11
    • 文件大小:3.61kb
    • 提供者:sid
  1. convexhull_Grahamscan

    1下载:
  2. Input : A set S of planar points Output : A convex hull for S Step 1: If S contains no more than five points, use exhaustive searching to find the convex hull and return. Step 2: Find a median line perpendicular to the X-axis which divides S in
  3. 所属分类:Other systems

    • 发布日期:2016-08-10
    • 文件大小:2.2kb
    • 提供者:linru
  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
    • 文件大小:5.48kb
    • 提供者: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
    • 文件大小:12.85kb
    • 提供者: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
    • 文件大小:3.59mb
    • 提供者:肖康
  1. convexhull

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

    • 发布日期:2017-04-03
    • 文件大小:6.71kb
    • 提供者:Future
  1. Convexhull

    0下载:
  2. 现有一硬件采集了人在一固定大小的平面上的压力中心点,采集了很多数据,现在要求用vb算出一组压力中心点的凸包,以便显示人在这一时段的活动范围-A collection of existing hardware in a fixed plane the size of the center of pressure, a lot of data collection, and now requires a set of pressure vb calculate the center of the
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1.82kb
    • 提供者:韩廷章
  1. VB_Hull

    0下载:
  2. 凸包问题的VB实现,可以顺便设几个点,然后实现凸包的好、解决 -Convex hull problem of VB to achieve, you can set up a few points in passing, and then the realization of convex hull of the good solution
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:9.43kb
    • 提供者:昝越波
  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
    • 文件大小:1.19kb
    • 提供者:都海伦
  1. ConvexHull

    0下载:
  2. Convex Hull Algorithm Implemetation in ASP C#
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:45.73kb
    • 提供者:abhishek
  1. ConvexHull

    0下载:
  2. convex hull using quick hu-convex hull using quick hull
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:734byte
    • 提供者:abhishek
  1. convexhull

    0下载:
  2. an application for convex hull in visual c++ on windows platform using openCv library a -an application for convex hull in visual c++ on windows platform using openCv library a a a a a a a a a a a
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:1009byte
    • 提供者:vane
  1. rocplot

    0下载:
  2. ROC curves illustrate performance on a binary classification problem where classification is based on simply thresholding a set of scores at varying levels. Lenient thresholds give high sensitivity but low specificity, strict thresholds give high spe
  3. 所属分类:Communication

    • 发布日期:2017-03-24
    • 文件大小:3.74kb
    • 提供者:saadat
  1. QHull

    0下载:
  2. finds upper convex hull of sorted points(32). on CUDA-finds upper convex hull of sorted points(32). on CUDA
  3. 所属分类:Console

    • 发布日期:2017-04-09
    • 文件大小:1.28mb
    • 提供者:Alex
  1. convex-hull

    0下载:
  2. 点集Q的凸包(convex hull)是指一个最小凸多边形,满足Q中的点或者在多边形边上或者在其内。-Q of the convex point set bag (convex hull) is to point to a minimum convex polygons, meet the Q point or in the polygon the side or in them.
  3. 所属分类:Other windows programs

    • 发布日期:2016-08-10
    • 文件大小:5.39mb
    • 提供者:方期待
  1. Convex-hull-

    0下载:
  2. Convex hull algorithm and jarvis Geremi algorithm, two algorithms on a comparison of two algorithms and provides code
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2.35kb
    • 提供者:liyaofei
« 12 3 4 5 »
搜珍网 www.dssz.com