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

搜索资源列表

  1. geometry_algorithm

    1下载:
  2. 各种关于几何的算法实现。包括 计算几何学库函数(线相交,面积等等) 寻找凸包 graham 扫描法 判断点是否在多边形内。同时包含一些测试-on various geometric algorithm. In terms of geometry library functions (lines intersect, size, etc.) for convex hull graham scanning judgment and whether the polygon. Both co
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:12437
    • 提供者:changxia
  1. geometry_c++

    0下载:
  2. 计算几何学常用算法库 C++语言实现 代码内容 计算几何学常用算法库,包括以下算法: 确定两条线段是否相交 判断点p是否在线段上 判断点q是否在多边形Polygon内 计算多边形的面积 寻找凸包 graham 扫描法 -geometry calculation commonly used algorithm for C language code as calculated geometry commonly used algorithm li
  3. 所属分类:图形图像处理(光照,映射..)

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

    1下载:
  2. 格雷厄姆法求凸壳的C程序-Graham method for convex hull of the C program
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1289
    • 提供者:杜斐
  1. ConvexHull

    0下载:
  2. 使用C++实现的Graham扫描法(求解凸包问题),可设置生成随机点的个数、样式,同时支持设置显示范围、显示算法处理时间及使用文件导入导出点等功能。(文件格式为,头四个字节是点的个数,以后分别是各个点的x坐标和y坐标,每个数值均占4字节)。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:51665
    • 提供者:王晓桐
  1. DoomsdayDate_demo

    0下载:
  2. An ingenious yet simple way to calculate the day of the week for any date was invented by John Conway called the Doomsday rule. I highly recommend reading the article by S.W. Graham which fully describes the algorithm
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:10064
    • 提供者:lg
  1. wall

    0下载:
  2. pku wall graham算法例题解答
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1154
    • 提供者:张鹏
  1. mypolygon2

    1下载:
  2. 8. 判断点是否在凸多边形内 9. 寻找点集的graham算法 10.寻找点集凸包的卷包裹法 11.判断线段是否在多边形内 12.求简单多边形的重心 13.求凸多边形的重心14.求肯定在给定多边形内的一个点15.求从多边形外一点出发到该多边形的切线16.判断多边形的核是否存在-8. In judging whether a convex polygon 9. Find points of graham algorithm 10. Find point set of convex hull vol
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:4120
    • 提供者:孤星赶月
  1. 2D

    0下载:
  2. C code for \"Computational Geometry in C (Second Edition)\": Code function Chapter pointer directory ----------------------------------------------------- Triangulate Chapter 1, Code 1.14 /tri Convex Hull(2D) Chapter 3, Code 3.8 /graham Convex Hull(
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:67880
    • 提供者:Mark
  1. 计算几何

    3下载:
  2. 目录 ㈠ 点的基本运算 1. 平面上两点之间距离 1 2. 判断两点是否重合 1 3. 矢量叉乘 1 4. 矢量点乘 2 5. 判断点是否在线段上 2 6. 求一点饶某点旋转后的坐标 2 7. 求矢量夹角 2 ㈡ 线段及直线的基本运算 1. 点与线段的关系 3 2. 求点到线段所在直线垂线的垂足 4 3. 点到线段的最近点 4 4. 点到线段所在直线的距离 4 5. 点到折线集的最近距离 4 6. 判断圆是否在多边形内 5
  3. 所属分类:数学计算/工程计算

  1. TestMinvexCore

    2下载:
  2. 求点集的最小凸包Graham算法。给定平面上的一个点集,找出一个最小点集顺次连结形成一个凸多边形,使得点集中的点皆在此多边形内或此多边形上,这个凸多边形就是给定点集的 二维凸包。-The smallest point set for convex hull algorithms Graham. Given a planar point set, find a link to the smallest sequence set to form a convex polygon, the po
  3. 所属分类:数值算法/人工智能

    • 发布日期:2013-12-20
    • 文件大小:39983
    • 提供者:soulkyo
  1. dec96

    0下载:
  2. 国外游戏开发者杂志1996年第十二期配套代码,包含了Greg Graham的关于DirectSound3D的例子代码--Code of game development magazine in 1996 12th issue, it including Greg Graham example code about DirectSound3D
  3. 所属分类:Game Program

    • 发布日期:2017-11-18
    • 文件大小:349808
    • 提供者:站长
  1. TheCambridgeHandbookofPhysicsFormulas

    0下载:
  2. The Cambridge Handbook of Physics Formulas,作者Graham Woan-The Cambridge Handbook of Physics Formulas
  3. 所属分类:OA

    • 发布日期:2017-04-04
    • 文件大小:274853
    • 提供者:wang athena
  1. Graham

    0下载:
  2. gramham 算法实例,可以实现一个简单功能-the gramham algorithm,
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-12
    • 文件大小:19990801
    • 提供者:吴征天
  1. GrahamScan

    0下载:
  2. 凸包最常用的凸包算法是Graham扫描法和Jarvis步进法,该上传文件主要是基于Graham扫描法的凸包算法-convex hull algorithms:based on Graham scan method ~ ~~~~`~·`·`
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:66056
    • 提供者:陈琳
  1. digital_language_labs

    0下载:
  2. Setting up effective digital language laboratories and multimedia ICT suites for MFL Authors: Graham Davies, Paul Bangs, Roger Frisby & Elizabeth Walton
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-04-06
    • 文件大小:265540
    • 提供者:rizwan
  1. grahams-scan

    0下载:
  2. 此为凸包的graham的scan算法,思路清晰,易实现。-This is the convex hull of graham scan algorithm, the idea is clear and easy to implement.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:1431
    • 提供者:john
  1. TTestMinvexCoh

    0下载:
  2. 求点集的最小凸包Graham算法。给定平面上的一个点集,找出一个最小点集顺次连结形成一个个凸多边形,使得点集中的点皆在此多边形内或此多边形上,这个凸多边形就是给定点集的二维凸包。 -Demand point set minimum the convex hull Graham algorithm. Given a set of points in the plane, to identify a minimal set of points sequential links forming a
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-10
    • 文件大小:40385
    • 提供者:jxjj609
  1. tubao

    0下载:
  2. 用graham算法在vc环境下编写的形成一个最小凸包程序,能够读入一个点文件,并输出一个点文件。-A minimum convex hull program written using the the graham algorithm in vc environment can be read into a point file and output a point file.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-22
    • 文件大小:156092
    • 提供者:luoxin
  1. dec96

    0下载:
  2. 国外游戏开发者杂志1996年第十二期配套代码,包含了Greg Graham的关于DirectSound3D的例子代码-Code of game development magazine in 1996 12th issue, it including Greg Graham example code about DirectSound3D
  3. 所属分类:Other Games

    • 发布日期:2017-12-04
    • 文件大小:349726
    • 提供者:hertre
« 1 23 »
搜珍网 www.dssz.com