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

搜索资源列表

  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. hulline

    0下载:
  2. 凸壳算法用了少许opengl,有交互界面,操作简单,用鼠标就可以完成。-convex hull algorithm with a bit opengl, interface, simple operation, using the mouse can be completed.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:14535
    • 提供者:吴杰
  1. CircleGiftWrap

    1下载:
  2. 计算几何中,用VC++实现的求点集凸包的包裹算法-computational geometry, with VC point for the collection of parcels convex hull algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:40469
    • 提供者:Chen Fei
  1. tubaoTest

    0下载:
  2. 凸包算法的实现,用的控制台程序,不过已经能够说明问题了-convex hull algorithm for the realization of the console procedures, but has been able to illustrate the problem
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6914
    • 提供者:bjsheng
  1. convex_vb

    0下载:
  2. 凸包最常用的凸包算法是Graham扫描法和Jarvis步进法.本程序用Graham扫描法实现凸包的绘制-convex hull of the most commonly used convex hull algorithm is scanning and Graham Jarvis stepping law. The procedures used G raham scanning method to achieve the convex hull mapping
  3. 所属分类:其他行业

    • 发布日期:2008-10-13
    • 文件大小:7031
    • 提供者:gaici
  1. quickhull4

    0下载:
  2. 凸包算法,运用分治的思想,用opengl显示出来-convex hull algorithm, the idea of partition, with opengl show
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:25861
    • 提供者:wangmiao
  1. tb

    0下载:
  2. 凸包算法好东西哦-convex hull algorithm Oh good things
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:7143
    • 提供者:我考
  1. 凸壳算法

    2下载:
  2. 凸壳算法,散点成三维体的方法,该方法从洋鬼子那得来的。-convex hull algorithm, scattered dots on the three-dimensional method from the foreign devils that comes from.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:12160
    • 提供者:周玉明
  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. 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. 1113melkman

    1下载:
  2. 1113 melkman 凸包算法,O(n),前提是有拓补结构,是一种在线算法-1113 melkman convex hull algorithm, O (n), the premise is expanding premium structure, is an online algorithm
  3. 所属分类:Algorithm

    • 发布日期:2016-08-25
    • 文件大小:1320
    • 提供者:Tiandy
  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. 2DBall

    0下载:
  2. 有关2D凸包的算法,1. 排序更简单,只是简单的比较,没有运算. 2. 起始点更好找,就是排序后的第一个点. 3. 可以很好地处理特殊情况(共线).-The 2D convex hull algorithm, 1. Sorting easier, just a simple comparison, there is no operation. 2. To find a better starting point, that is sort of a point after the fir
  3. 所属分类:Data structs

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

    0下载:
  2. 凸包算法及实现,供学习和参考使用,-Convex hull algorithm and implementation
  3. 所属分类:Project Manage

    • 发布日期:2017-05-04
    • 文件大小:1079624
    • 提供者:严振龙
  1. newconvex

    1下载:
  2. 自写凸包算法,简单实用,连线清晰,算法简练-Since the convex hull algorithm to write simple, practical, connection clear, concise algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-14
    • 文件大小:1694016
    • 提供者:lcj
  1. GrahamScan

    0下载:
  2. Graham凸包扫描算法,算法速度快,很经典的,程序内部注释比较全面。-Graham scan algorithm for convex hull algorithm is fast, very classic, more comprehensive program within the comment.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:268578
    • 提供者:陈栋
  1. convexl

    0下载:
  2. The convex hull of a set of points is the smallest convex set that contains the points. This paper presents a convex hull algorithm that combines the 2-d Quickhull algorithm with the general dimension.
  3. 所属分类:Project Design

    • 发布日期:2017-04-02
    • 文件大小:85618
    • 提供者:dijaben
  1. jisuanjihe

    0下载:
  2. 其中讲述了计算几何中常用的叉积定义以及应用,凸包算法,还有半平面交算法-Which describes the computational geometry of the cross product definition of commonly used applications, convex hull algorithm, there are half-plane intersection algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:33894
    • 提供者:xjm
  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 23 4 5 »
搜珍网 www.dssz.com