CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 多边形内

搜索资源列表

  1. C#射线法

    2下载:
  2. c#实现的点是否在多边形内的射线算法。核心算法已可以无问题运行,只需要对数据导入稍做改动即可使用。
  3. 所属分类:C#编程

    • 发布日期:2010-06-07
    • 文件大小:409.58kb
    • 提供者:cz03081215
  1. Geometer.rar

    1下载:
  2. 线段及直线的基本运算 1. 点与线段的关系 2. 求点到线段所在直线垂线的垂足 3. 点到线段的最近点 4. 点到线段所在直线的距离 5. 点到折线集的最近距离 6. 判断圆是否在多边形内 7. 求矢量夹角余弦 8. 求线段之间的夹角 9. 判断线段是否相交 10.判断线段是否相交但不交在端点处 11.求点关于某直线的对称点 12.判断两条直线是否相交及求直线交点 13.判断线段是否相交,
  3. 所属分类:Windows Develop

    • 发布日期:2016-02-07
    • 文件大小:5.41kb
    • 提供者:天蓝
  1. PointInPolygon

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

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

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

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

    1下载:
  2. 计算图形学,包含该学科常用的一些算法,如判断点是否在多边形内-Calculation of graphics, including the subject of some commonly used algorithms, such as to determine whether the polygon points and so on
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-24
    • 文件大小:26.21kb
    • 提供者:yp
  1. Geometry

    1下载:
  2. 用C++语言实现的各种计算几何算法, 如判断点是否在多边形内, 多边形凸凹性判断, 寻找点集凸包的卷包裹法,求简单多边形的重心,求从多边形外一点出发到该多边形的切线,判断线段是否相交等等! -Using C++ language implementation of a variety of computational geometry algorithms, such as point to determine whether the polygon, the polygon convexity
  3. 所属分类:GDI-Bitmap

    • 发布日期:2015-06-18
    • 文件大小:12.85kb
    • 提供者:11
  1. 123456

    0下载:
  2. 判断点是否在多边形内,先画出任意多边形,然后再点一点,会以消息框显示点是否在多边形内-point is whether in the polygon
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:80.24kb
    • 提供者:王笑天
  1. maomao

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

    • 发布日期:2017-03-25
    • 文件大小:259.94kb
    • 提供者:chegnyangmao
  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
    • 文件大小:176.99kb
    • 提供者:david huang
  1. WTLSelectionWindow

    0下载:
  2. 用VC++实现了一个小算法,能够判断屏幕上的点在一个多边形外还是多边形内。使用VC++ 2008开发,用到了WTL。-Using VC++ implements a small algorithm, able to determine the point on the screen outside in a polygon or a polygon. Use VC++ 2008 development and use of the WTL.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:55.44kb
    • 提供者:Jiaji Zhou
  1. All

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

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

    0下载:
  2. 一个绝对完美的利用平行于y轴的射线法判断输入的点是否在输入的多边形内或外或边上的小程序-The use of an absolutely perfect parallel to the y-axis ray method to determine whether the input point within or outside the input polygon or edge of a small program
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-04
    • 文件大小:888.08kb
    • 提供者:张磊
  1. CPolygon

    0下载:
  2. 定义了平面多边形类。 其中包括了多边形的很多方法:中心三角化,迪落尼三角化,判断对角线是否在多边形内,等。-Define a plane polygon class Including many polygon method: whether the center triangulation, Di off the Niger Delta, judgment diagonal within the polygon, etc..
  3. 所属分类:Other systems

    • 发布日期:2017-11-16
    • 文件大小:21.13kb
    • 提供者:郭雪昆
  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
    • 文件大小:39.44kb
    • 提供者:jxjj609
  1. isInAngle

    0下载:
  2. 判定某点是否在某一系列点围成的封闭多边形内-Determine a point surrounded in a series of closed polygons.
  3. 所属分类:Other systems

    • 发布日期:2017-11-29
    • 文件大小:1.6kb
    • 提供者:许波
  1. duobianxingnei

    0下载:
  2. 判断点是否在多边形内,算法经典,利用常用的射线法实现。-The code applys to judge whether the point is in the polygon.
  3. 所属分类:CSharp

    • 发布日期:2017-11-27
    • 文件大小:33.13kb
    • 提供者:衣楠
  1. Geometry

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

    • 发布日期:2017-03-23
    • 文件大小:13.03kb
    • 提供者:卢凯瑞
  1. 一个算法

    0下载:
  2. 实现任意多边形内圆计算。引用于SZF老师(Realize the calculation of the inner circle of any polygon)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-27
    • 文件大小:217kb
    • 提供者:rush0099
  1. JudgePointInPolygon

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

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

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

« 12 »
搜珍网 www.dssz.com