CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 多边形内

搜索资源列表

  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
    • 文件大小:39.05kb
    • 提供者:soulkyo
  1. GEOMETRY

    2下载:
  2. 所有的与软件环境无关的函数: 1、点在线上判断 2、确定两条线段是否相交,包括端点 3、求两条线的交点 4、 判断点q是否在多边形Polygon内 等多个函数-All has nothing to do with the software environment of the function: 1, 2-point line on the judge to determine whether two line segments intersect, including th
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-02-09
    • 文件大小:2.52kb
    • 提供者:赵力
  1. computational_geometry

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

    • 发布日期:2017-03-29
    • 文件大小:10.61kb
    • 提供者: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
    • 文件大小:5.45kb
    • 提供者:贺晨
  1. point

    0下载:
  2. 关于点在多边形内的一个实现,即射线法。C语言实现的。-Point in the polygon on a realization that ray method. C language implementation.YES.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:595byte
    • 提供者:曹浩
  1. polygon

    0下载:
  2. 判断某一点是否在多边形内,很好的东西,-When deciding whether a point is in a polygon
  3. 所属分类:Algorithm

    • 发布日期:2017-11-27
    • 文件大小:207.04kb
    • 提供者:aleonliao
  1. Source1

    0下载:
  2. 判断一个点是否在多边形内还是在多边形外-To determine whether a point is within a polygon
  3. 所属分类:Algorithm

    • 发布日期:2017-12-03
    • 文件大小:743byte
    • 提供者:段扬
  1. dot-line

    1下载:
  2. 判断点在角内、点在多边形内,计算点间、点到直线、到线段距离等vb源程序-Determine the point in the corner, the points in the polygon, calculated point, the point to the straight line distance to other vb source
  3. 所属分类:Algorithm

    • 发布日期:2016-02-07
    • 文件大小:7kb
    • 提供者:lfn
  1. inside

    0下载:
  2. 判断点是否在点群形成的多边形范围内,点群排列需要闭合- The purpose of this function is to indicate whether a specified 2D point is inside (returns a 1) a specified 2D polygon or outside(returns a 0).
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2.31kb
    • 提供者:刘鲁霞
  1. line-is-interact

    0下载:
  2. 算法导论里面的关于线段是否相交以及点是否在多边形内的判断的源代码,另包含一个说明文档。-Introduction to Algorithms inside as well as on line intersects the point is within the polygon to determine the source code, and the other contains a descr iption of the document.
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:11.03kb
    • 提供者:
  1. Program-Files

    0下载:
  2. 实现了任意圆的内接和外接多边形的绘制,调用时只需要输入相应参数即可-The realization of arbitrary circular inscribed and external polygon, call only needs to input the related parameters can be
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:775byte
    • 提供者:陈定市
  1. inhull

    0下载:
  2. 判断一个已知坐标的点,是否在一个多边形内。已知多边形的坐标。输出1代表是,0代表否-Analyzing a known point coordinates, whether within a polygon. Known polygon coordinates. Output 1 for yes, 0 for no
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3.03kb
    • 提供者:sun
  1. AreaDistanceToolsUtils

    0下载:
  2. 经度在围成多边形内,用于GIS计算1111111111111111111(The longitude is within the polygon)
  3. 所属分类:Maple

    • 发布日期:2018-04-29
    • 文件大小:1kb
    • 提供者:yancj
搜珍网 www.dssz.com