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

搜索资源列表

  1. graham.zip

    0下载:
  2. 使用graham算法求二维凸包
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:3928
    • 提供者:
  1. graham

    0下载:
  2. 使用graham算法求二维凸包- Uses the graham algorithm to ask the two-dimensional raised package
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-14
    • 文件大小:4241
    • 提供者:站长
  1. Graham_ConvexHull

    1下载:
  2. 用动态数组法实现求凸壳的程序(格雷厄姆法),可供其它人员参考。-Method using dynamic array of procedures for Convex Hull (Graham Law) for other officers.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-08-15
    • 文件大小:126041
    • 提供者:neus
  1. convexhull

    0下载:
  2. The Graham scan examines the points one by one and eliminates the points which cause reflexive angles
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:2189
    • 提供者: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. graham

    0下载:
  2. cnvex hull with algorith graham
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2568
    • 提供者:artavazd
  1. Graham

    0下载:
  2. 应用Graham算法查找散乱点集凸包,该程序演示了2D凸包的查找。按W键随机生成散乱点,并显示查找的最终凸包。-Find the convex of scatter points by graham algorithm. Press w key to generate random points, and the convex will be displayed.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:481891
    • 提供者:张建生
  1. graham

    0下载:
  2. 构造凸包接口函数,传入原始点集大小n,点集p(p原有顺序被打乱!),返回凸包大小,凸包的点在convex中-Construct convex hull interface function, introduced the original point set size n, the point set p (p the original order has been disrupted!), Returns the size of the convex hull, convex hull of
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1233
    • 提供者:JP
  1. grahams

    0下载:
  2. Graham Scan Algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:3538
    • 提供者:Albert
  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. OpenCV

    0下载:
  2. sample of opencv and convex hull graham algoritme
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:2235651
    • 提供者:faraz
  1. ConvexHull

    0下载:
  2. In this project, three convex hull algorithms are implemented in java. Three algorithms are Brute Force, Graham’s Scan and Jarvis’ March.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:8845
    • 提供者:zephrion
  1. graham

    0下载:
  2. graham algorith wrote in c-graham algorith wrote in c++
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:153612
    • 提供者:whity19861986
  1. graham

    0下载:
  2. Graham扫描算法 : 大体思路是将不是凸包顶点的点从点集中去掉。 找出S中具有最小y坐标的点p(通过选取最左边的点打破平局) 根据点和p的连线 与 x轴正方向所成的角度,对S中的点进行排序(由小到大),并将p放在最前面。 从p点开始扫描排序后的S集合。如果这些点都在凸包上,则每三个相继的点p1,p2,p3满足以下性质:p3在向量<p1,p2>的左边.如果出现相继的三个点p1,p2,p3不满足上述性质,则p2点一定不是凸包的顶点,应立即去除。-Grah
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:1531
    • 提供者:李刚
  1. graham

    0下载:
  2. 这是我用matlab写的一个寻找凸包算法的实现,该算法是基于graham算法的一个改进-the source realize an improvement algorithm of searching convex hull which based on graham algorithm in matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1192
    • 提供者:天水
  1. graham

    0下载:
  2. graham算法,详细介绍此算法,并配有详细的注释内容。-graham algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:1606
    • 提供者:孙汉林
  1. Enveloppe-convexe-graham

    0下载:
  2. Graham algorithm Geometry
  3. 所属分类:2D Graphic

    • 发布日期:2017-12-07
    • 文件大小:2828
    • 提供者:infaddic
  1. graham

    0下载:
  2. Graham s scan algorithm for finding convex hull using linked list.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-13
    • 文件大小:1894
    • 提供者:Arunkumar V S
  1. Graham

    1下载:
  2. Java graham algorithme, hull
  3. 所属分类:其他

    • 发布日期:2018-12-06
    • 文件大小:12288
    • 提供者:ssnahhy
« 12 3 »
搜珍网 www.dssz.com