搜索资源列表

  1. TSP_G

    0下载:
  2. 利用凸包的原理,求解70个城市的旅行商问题.用Matlab实现-use of convex hull of principle, solving 70 cities in the TSP. Using Matlab
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2199
    • 提供者:孙平
  1. geometry_algorithm

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

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

    0下载:
  2. Gramham法求解凸包。从最基本数据结构定义开始实现,有图形界面和动画演示。全套代码。-Gramham method convex hull. Data from the most basic definition of the structure began to realize, graphics and animation interface demo. A full set of code.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:72550
    • 提供者:王晓光
  1. Hullproduce

    0下载:
  2. 计算几何中凸包的生成,也是计算机图形学中的一个重要的算法实现-convex geometry calculation packet generation, as well as computer graphics of an important algorithm
  3. 所属分类:图形图像处理(光照,映射..)

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

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

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

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

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

    0下载:
  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. cagd_arithmetic

    0下载:
  2. 怒火之袍的贡献,有算法介绍如判断点是否在线段上、判断两线段是否相交、判断线段和直线是否相交、判断点是否在多边形中、判断线段是否在多边形内、计算点到线段的最近点、计算点到圆的最近距离及交点坐标、计算两条共线的线段的交点、求线段或直线与圆的交点、凸包的求法等等,图文并茂-Army's contribution to the gowns, as introduced algorithm to determine the point o
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:37924
    • 提供者:漫步者
  1. convex_hull

    0下载:
  2. 算法分析课程中实现的凸包算法,效率很高,有很大的参考价值-algorithm analysis programs to achieve the convex hull algorithms, highly efficient and have great reference value
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1004819
    • 提供者:zhangli
  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 conve
  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. 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 distanc
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:31480
    • 提供者:highflybird
  1. chull

    0下载:
  2. Computational Geometry in C 书中的源代码 生成三维凸包-Computational Geometry book in the C source code generated 3D convex hull
  3. 所属分类:其它资源

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

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

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

    0下载:
  2. 模拟凸包的实现,只要随便点击一点,那么程序将自动寻找合适的点,将其连成凸包-simulation convex hull of achieving Just click 1:00, the process will automatically search for suitable spots, even as its convex hull
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:47679
    • 提供者:heyangyi
  1. Two

    0下载:
  2. 二维凸包,算法中的难点,可以迅速解决很多问题
  3. 所属分类:其它资源

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

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

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

    0下载:
  2. 凸包程序,在一堆离散的无规律的点中间找出一个边界!
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1214
    • 提供者:饶立
  1. geometry

    0下载:
  2. C++语言编写的几何学算法模板。包括几何学的10多种基本的操作。例如点生成直线,叉积运算,线段的拐向,任意多边形面积的计算,点的位置判断,线段相交判断,求凸包等等。
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2523
    • 提供者:KiD
« 1 2 3 4 56 7 8 9 10 ... 18 »

源码中国 www.ymcn.org