搜索资源列表

  1. 凸多边形中轴算法

    0下载:
  2. 这是一个凸多边形中轴算法:解压后在vc++6.0中运行即可,鼠标逆时针在客户区取点,如顺时针取点或形成的多边形为凹多边行,程序会自动退出(详情可参见代码)-This is a convex polygon axial algorithm : unpacked in vc 6.0 can be run, mouse anti-clockwise from the customer area, as a clockwise or take
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:69012
    • 提供者:袁进辉
  1. 多边形分割

    0下载:
  2. 凹多边形分割为最少的凸多边形
  3. 所属分类:2D图形编程

  1. VC++ for draw

    1下载:
  2. 我自己在学习VC++时写的一个小程序,实现画凸多边形的功能,初学者值得一看-I am learning VC write a small program to achieve painting convex polygon functions, beginners eye-catcher
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-24
    • 文件大小:2002944
    • 提供者:王梅芳
  1. 1_Triangle

    0下载:
  2. 求解任意两个多边形的并集,交集,差集,要求是简单多边形,可以是凸多边形和凹多边形-solving arbitrary polygon and two sets, intersection, difference, the request is a simple polygon, it is concave and convex polygon Polygon
  3. 所属分类:图形图象

    • 发布日期:2024-05-24
    • 文件大小:3072
    • 提供者:张鹜
  1. mypolygon

    0下载:
  2. 多边形常用算法模块 1. 判断多边形是否简单多边形2. 检查多边形顶点的凸凹性 3. 判断多边形是否凸多边形 4. 求多边形面积5. 判断多边形顶点的排列方向,方法一 6. 判断多边形顶点的排列方向,方法二 7. 射线法判断点是否在多边形内8. 判断点是否在凸多边形内-Does the polygon commonly used algorithm module 1. judgements polygons whether simple
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-24
    • 文件大小:2048
    • 提供者:孤星赶月
  1. mypolygon2

    0下载:
  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. Fin
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-24
    • 文件大小:4096
    • 提供者:孤星赶月
  1. 凸多边形中轴算法

    0下载:
  2. 这是一个凸多边形中轴算法:解压后在vc++6.0中运行即可,鼠标逆时针在客户区取点,如顺时针取点或形成的多边形为凹多边行,程序会自动退出(详情可参见代码)-This is a convex polygon axial algorithm : unpacked in vc 6.0 can be run, mouse anti-clockwise from the customer area, as a clockwise or take
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-24
    • 文件大小:1985536
    • 提供者:
  1. 裁剪11

    0下载:
  2. 图形学中的裁剪算法。其中有矩形裁剪,和凸多边形裁剪。-Graphics cutting algorithm. These rectangular cutting, and cutting convex polygon.
  3. 所属分类:绘图程序

    • 发布日期:2024-05-24
    • 文件大小:2048
    • 提供者:ak
  1. Delaunay2

    0下载:
  2. Delauny三角网生成算法的VC实现,算法基于凸包的Delaunay三角剖分方法,在生成的凸多边形的基础上进行三角剖分,并采用VC进行程序设计。-Delauny triangulation realize VC generation algorithm, the algorithm based on the convex hull of the Delaunay triangulation method, the generated
  3. 所属分类:GIS编程

    • 发布日期:2024-05-24
    • 文件大小:1984512
    • 提供者:姜一
  1. tubao

    0下载:
  2. 这是一个凸包的程序,许多点,找几个点把所有的点都包起来,就像凸多边形一样。-This is a convex hull of the procedure, a number of points, find a few points all the points are wrapped, as the same convex polygon.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-24
    • 文件大小:1024
    • 提供者:余亮
  1. guihuazuiyou

    0下载:
  2. 算法分析与设计基于动态规划的凸多边形的最优三角剖分设计报告-Algorithm Analysis and Design Based on Dynamic Programming Optimal convex polygon triangulation design report
  3. 所属分类:软件工程

    • 发布日期:2024-05-24
    • 文件大小:99328
    • 提供者:lessi
  1. DrawLine

    0下载:
  2. 输入多边形的各个顶点(凸多边形)绘出多边形并填充多边形-Importation of all polygon vertices (convex polygon) is drawn and filled polygon polygon
  3. 所属分类:C#编程

    • 发布日期:2024-05-24
    • 文件大小:77824
    • 提供者:柴巧珍
  1. MyPolyStock

    0下载:
  2. 实现凸多边形排样,使用临界多边形NFP判断两个凸多边形是否相交,使用启发式算法提高效率-It s a good implement of convex polygon stock.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-24
    • 文件大小:728064
    • 提供者:陈露
  1. TestMinvexCore

    0下载:
  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
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-24
    • 文件大小:39936
    • 提供者:soulkyo
  1. PointInPolygon

    0下载:
  2. 判断点在凸多边形的内外的计算机图形学小程序;算法很不错;-In the convex polygon to determine the internal and external procedures of small computer graphics algorithm is pretty good
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-24
    • 文件大小:1024
    • 提供者:天问
  1. Opengl

    1下载:
  2. OpenGl实现的凸多边形裁剪任意多边形算法-OpenGl implementation of arbitrary polygon convex polygon clipping algorithm for
  3. 所属分类:OpenGL

    • 发布日期:2024-05-24
    • 文件大小:3356672
    • 提供者:李涛
  1. convexpolygon

    0下载:
  2. 输入N个点的坐标,判断这N个点能否构成一个凸多边形-Enter the coordinates of N points, N points to determine whether this constitutes a convex polygon
  3. 所属分类:图形图象

    • 发布日期:2024-05-24
    • 文件大小:100352
    • 提供者:lela900
  1. points

    0下载:
  2. 给出平面上一组顶点的坐标,计算出它们所围成的凸多边形的面积-failed to translate
  3. 所属分类:其他小程序

    • 发布日期:2024-05-24
    • 文件大小:187392
    • 提供者:wanshuizaoqi
  1. area

    0下载:
  2. 计算凸包面积,点集Q的凸包是指一个最小凸多边形,满足Q中的点或者在多边形边上或者在其内。-Calculate convex hull area。The convex hull of point set Q is a minimum convex polygon, to meet the Q of the point or polygon or in its inside edge
  3. 所属分类:其他小程序

    • 发布日期:2024-05-24
    • 文件大小:1024
    • 提供者:秦稼轩
  1. 凸多边形最优三角形剖分

    2下载:
  2. 利用: 1. “附件3-1.21个基站凸多边形数据” 2. “附件3-2.29个基站凸多边形数据” 给出21凸多边形顶点数据、 29凸多边形顶点数据,以顶点间的地理距离作为连接2个 顶点的边、弦到的权值,对这2个凸多边形进行最优三角剖分。(Utilization: 1. "Annex 3-1.21 Base Station Convex Polygon Data"
  3. 所属分类:Windows编程

    • 发布日期:2024-05-24
    • 文件大小:484352
    • 提供者:0m0
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org