CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 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
    • 文件大小:59104
    • 提供者:soson218
  1. hull

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

    • 发布日期:2008-10-13
    • 文件大小:41942
    • 提供者:zz
  1. JAVA中实现Convex Hull算法

    1下载:
  2. 实现Convex Hull算法的JAVA源代码。
  3. 所属分类:源码下载

    • 发布日期:2010-11-04
    • 文件大小:7970
    • 提供者:luozhan
  1. convex-hull.rar

    0下载:
  2. This code computes the 3D convex hull of a points set.,This code computes the 3D convex hull of a points set.
  3. 所属分类:3D Graphic

    • 发布日期:2016-08-10
    • 文件大小:5734
    • 提供者:Vicki
  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. minboundrect

    0下载:
  2. 基于凸壳边界的最小外接矩形拟合MATLAB程序。-Convex hull boundary based on the minimum bounding rectangle fitting MATLAB.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:2589
    • 提供者:
  1. convex

    0下载:
  2. 程序实现图像分块,凸包,分割等功能,学图像处理的朋友建议下载。-Image sub-block implementation procedures, convex hull, partition and other functions, the study image processing Friend recommended download.
  3. 所属分类:Graph program

    • 发布日期:2017-03-26
    • 文件大小:3338
    • 提供者:廖建勇
  1. concave-hull

    1下载:
  2. Concave Hull sample code in Java
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:2056
    • 提供者:s
  1. convexhull

    0下载:
  2. 用动态链表实现求凸壳的程序(卷包裹法),供三角网实现编程的人参考-Using dynamic list for the Convex Hull of the realization of procedures (vol Parcel law) for the triangular network programming reference
  3. 所属分类:GIS program

    • 发布日期:2016-08-08
    • 文件大小:125474
    • 提供者:尚永
  1. TSP_G

    0下载:
  2. 在分离粘连颗粒时通过求取凸包从而得到凸缺,进而找到分离点-Adhesions in the separation of particles through the strike in order to be convex convex hull missing, and then find the separation point
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:2211
    • 提供者:李小雨
  1. Delaunayjiyusuiyoutuke

    0下载:
  2. 基于最优凸壳技术的Delaunay三角剖分算法-Convex Hull based on optimal technology Delaunay triangulation algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:185322
    • 提供者:niujiying
  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
    • 文件大小:2254
    • 提供者:linru
  1. Ccode2.tar

    1下载:
  2. c语言计算几何 三角化 Ch1, Code 1.14 凸形外壳[2D] Ch3, Code 3.8 凸形外壳[3D] Ch4, Code 4.8 球 Chapter 4, Fig. 4.15 德劳内类型 Ch5, Code 5.2 ...See *English version.-\Computational Geometry in C\ the book s recipe Triangulate Chapter 1, Code 1.14 /tri Convex
  3. 所属分类:Special Effects

    • 发布日期:2016-08-10
    • 文件大小:57095
    • 提供者:XJ
  1. graham

    0下载:
  2. Graham convex hull sofware
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:8219
    • 提供者:azizul azhar
  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. Planer_convex_hull

    1下载:
  2. A Convex Hull is the smallest convex polygon that contains every point of the set S. A polygon P is convex if and only if, for any two points A and B inside the polygon, the line segment AB is inside P. One way to visualize a convex hull is to put
  3. 所属分类:Algorithm

    • 发布日期:2016-08-10
    • 文件大小:12032
    • 提供者:NeeL
  1. Convex_hull.cpp.tar

    0下载:
  2. ACM凸包标程,可以快速使用凸包的各种应用,满足需求。-ACM convex hull source file
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1686
    • 提供者:冯民
  1. hull

    0下载:
  2. 凸包jarvis算法以及格雷米算法,对两种算法进行一个比较,并且提供两种算法的代码-Convex hull algorithm and jarvis Geremi algorithm, two algorithms on a comparison of two algorithms and provides code
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:6229
    • 提供者:robert
  1. qhull

    1下载:
  2. Quick hull implementation
  3. 所属分类:Algorithm

    • 发布日期:2016-08-10
    • 文件大小:528111
    • 提供者:wosamy
  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
    • 提供者:都海伦
« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com