CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 判断 点 多边形

搜索资源列表

  1. inpoly.zip

    0下载:
  2. 判断点是否在多边形之内
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:2241
    • 提供者:
  1. PtInRect

    1下载:
  2. 这是我写的一个实现点选中多边形的数值算法,算法进行了特别设计,速度很快,可以判断点在浮点型的多变形中或在多边形外,可以移植到UNIX或linux平台,因为这两个平台没有CRect的PtInRect() 和 CRgn的PtInRgn()函数,这是一个很高效的算法-This is the one I wrote to achieve Polygon click the numerical algorithm, the algorithm specifically designed, very fas
  3. 所属分类:GIS编程

    • 发布日期:2008-10-13
    • 文件大小:39070
    • 提供者:王为
  1. 判断点集在多边形内部

    0下载:
  2. 此程序基于二分法的判断点集中的m个点是否在n边形内部.-dichotomy of this procedure based on the judgment of the focus points of m n whether the shape of the internal.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:3861
    • 提供者:贾德
  1. dzn

    0下载:
  2. 点在多边形内外,包括判断点是否在线上,点在多段线的那一侧-points outside the polygon, including the judgment and whether online, the more points of the side of the Line
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:4973
    • 提供者:wyw
  1. 多边形内外判断

    1下载:
  2. 判断点在多边形内还是外的例程-judgment in the polygon points inside or outside the routines
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:467848
    • 提供者:杨洋
  1. inpoly.zip

    0下载:
  2. 判断点是否在多边形之内, Sentences the break point whether in polygon
  3. 所属分类:Special Effects

    • 发布日期:2017-11-08
    • 文件大小:2554
    • 提供者:
  1. PointInPolygon.rar

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

    • 发布日期:2017-04-03
    • 文件大小:777
    • 提供者:天问
  1. PointInPolygon

    1下载:
  2. 这是一个判断点是否在多边形内的很漂亮的算法。-This is a point to determine whether the polygon is very beautiful algorithms.
  3. 所属分类:Other windows programs

    • 发布日期:2016-02-07
    • 文件大小:922
    • 提供者:陈晓斌
  1. PtInPolygon

    0下载:
  2. 采用射线法判断给定点与多边形的关系,数据文件存储在Excel文件中,判断结果直接回写Excel文件。-Ray method used to determine the relationship between fixed-point and polygon data file is stored in the Excel document, write-back to judge the results of Excel files directly.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:83445
    • 提供者:ZLD
  1. test

    1下载:
  2. 点在多边形内判断,思想:点的做射线与多边形的交点个数。-Point in polygon judge thought: point to do ray intersection and the number of polygons.
  3. 所属分类:Console

    • 发布日期:2016-02-07
    • 文件大小:1289
    • 提供者:青台
  1. Todeterminewhetherthepolygonpoints

    1下载:
  2. 利用射线法判断点是否在多边形内,算法的执行效率高-To determine whether the polygon points
  3. 所属分类:Special Effects

    • 发布日期:2016-02-07
    • 文件大小:2126
    • 提供者:shasha12345
  1. PtInPolygon

    0下载:
  2. 自己写的多边形点在内判断的简单算法,运行没有出现问题,无论多边形情况(凹凸)-Write your own polygon points in a simple algorithm to determine, running no problems, regardless of polygons situation (bump)
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:741
    • 提供者:kaka
  1. maomao

    0下载:
  2. 判断点是否在多边形内的射线算法c++代码-To determine point-in-polygon-ray algorithm c++ code
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-25
    • 文件大小:266179
    • 提供者:chegnyangmao
  1. computational_geometry

    0下载:
  2. 一些计算几何的算法,两点确定圆,判断点在多边形内,判断点在线段上,判断点在圆内,判断线段相交,判断线段在多边形内,球多变性重心,三点确定圆,寻找凸包-Algorithm of computational geometry
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:10869
    • 提供者:ltryee
  1. Geometer

    0下载:
  2. 从c 的基础几何函数库翻译过来的 内容包括: ㈠ 点的基本运算 1. 平面上两点之间距离 2. 判断两点是否重合 3. 矢量叉乘 4. 矢量点乘 5. 判断点是否在线段上 6. 求一点饶某点旋转后的坐标 7. 求矢量夹角 ㈡ 线段及直线的基本运算 1. 点与线段的关系 2. 求点到线段所在直线垂线的垂足 3. 点到线段的最近点 4. 点到线段所在直线的距离 5. 点到折线集的最近距离 6. 判断圆是否在多边形内 7. 求矢量夹角
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:5582
    • 提供者:贺晨
  1. InclusionTest

    1下载:
  2. 计算机图形学点在多边形内/外的判断,给出了一个例子,可以画任意的多边形,判断点是否在多边形内,可直接运行。-Computer graphics point in polygon inside/outside of the judge is given an example, you can draw an arbitrary polygon, point to determine whether the polygon can be directly run.
  3. 所属分类:Other windows programs

    • 发布日期:2016-02-07
    • 文件大小:181240
    • 提供者:david huang
  1. apointandgiven

    0下载:
  2. 如何判断一个点与多边形的关系,的c语言实现过程-How to determine the relationship between a point and polygon
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:34856
    • 提供者:吴金刚
  1. All

    1下载:
  2. 点在多边形内外的自动判断小程序,简单但是使用-Point in polygon automatically determine within and outside the applet, simple but with
  3. 所属分类:Other windows programs

    • 发布日期:2016-02-07
    • 文件大小:72489
    • 提供者:韩帅
  1. JudgePointInPolygon

    0下载:
  2. 窗体实现多边形绘制并判断点是否在多边形内(Form to achieve polygon drawing, and determine whether the points in the polygon)
  3. 所属分类:C#编程

    • 发布日期:2017-12-27
    • 文件大小:75776
    • 提供者:咪咕噜咚
  1. 判断点是否在多边形内

    1下载:
  2. matlab代码,判断二维空间中点是否在任意多边形内,包括凸多边形和凹多边形。
  3. 所属分类:Windows编程

« 12 3 4 5 6 »
搜珍网 www.dssz.com