搜索资源列表

  1. 多边形内点

    0下载:
  2. 详细用法请看文件说明,该程序用matlab编写,挂用vc++编译器编译而成,程序用途:找出在任意多变形内的象素点-detailed document indicates that the procedures used to prepare Matlab, linked with vc + + compiler compiler which, procedures purposes : to identify more arbitrar
  3. 所属分类:其它资源

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

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

    • 发布日期:2008-10-13
    • 文件大小:467848
    • 提供者:杨洋
  1. C#射线法

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

    • 发布日期:2010-06-07
    • 文件大小:419410
    • 提供者:cz03081215
  1. 平面多边形内外点判断方法

    0下载:
  2. 平面多边形内外点判断方法-planar polygon method of Point
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-09
    • 文件大小:9216
    • 提供者:xiazai
  1. 多边形内外判断

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

    • 发布日期:2024-05-09
    • 文件大小:467968
    • 提供者:杨洋
  1. mylineseg

    0下载:
  2. 线段及直线的基本运算 1. 点与线段的关系2. 求点到线段所在直线垂线的垂足3. 点到线段的最近点4. 点到线段所在直线的距离 5. 点到折线集的最近距离 6. 判断圆是否在多边形内7. 求矢量夹角余弦 8. 求线段之间的夹角9. 判断线段是否相交10.判断线段是否相交但不交在端点处11.求线段所在直线的方程 12.求直线的斜率 13.求直线的倾斜角14.求点关于某直线的对称点15.判断两条直线是否相交及求直线交点 16.判断线段是否相
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:孤星赶月
  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-09
    • 文件大小: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-09
    • 文件大小:4096
    • 提供者:孤星赶月
  1. 多变形填充

    0下载:
  2. 本程序是一个填充多边形的程序,采用逐行扫描,并判断是否在多边形内,若是,则填充颜色,反之不填充。-this procedure is a process filled polygons, progressive scan and determine whether the polygon, and if so, were filled with color, contrast not filled.
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-09
    • 文件大小:2048
    • 提供者:代丛军
  1. 多边形内点

    0下载:
  2. 详细用法请看文件说明,该程序用matlab编写,挂用vc++编译器编译而成,程序用途:找出在任意多变形内的象素点-detailed document indicates that the procedures used to prepare Matlab, linked with vc++ compiler compiler which, procedures purposes : to identify more arbitrary
  3. 所属分类:绘图程序

    • 发布日期:2024-05-09
    • 文件大小:224256
    • 提供者:林雄
  1. IsPtInRgn

    0下载:
  2. 点在多边形内的判断,这是一个很简单、容易理解的东西,不明白的可以问我.gis_boy@hotmail.com-points in the polygon judgment, this is a very simple, easy to understand things. do not understand, I can ask. gis_boy@hotmail.com
  3. 所属分类:GIS编程

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:陈财
  1. PtInPoly

    0下载:
  2. 判断一个点是否在多边形内,绝对正确的算法。C语言-To determine whether a point in polygon, absolutely correct algorithm. C language
  3. 所属分类:GIS编程

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:孔明
  1. APolygon

    0下载:
  2. 判断点是否在在多边形内算法,用JAVA编写,一个类。-Determine the point in polygon algorithm, using JAVA prepared a class.
  3. 所属分类:GIS编程

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:孔明
  1. pointinploygon

    0下载:
  2. 这个程序实现了:判断点是在多边形内,还是多边形外,这时GIS的一种重要功能。-The realization of this procedure: the judge is in the polygon, or polygon, the time an important function of GIS.
  3. 所属分类:GIS编程

    • 发布日期:2024-05-09
    • 文件大小:13312
    • 提供者:wang peng
  1. PointInPolygon

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

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:陈晓斌
  1. Geometer

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

    • 发布日期:2024-05-09
    • 文件大小:5120
    • 提供者:天蓝
  1. InclusionTest

    0下载:
  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 d
  3. 所属分类:其他小程序

    • 发布日期:2024-05-09
    • 文件大小:181248
    • 提供者:david huang
  1. 一个算法

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

    • 发布日期:2024-05-09
    • 文件大小:222208
    • 提供者:rush0099
  1. JudgePointInPolygon

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

    • 发布日期:2024-05-09
    • 文件大小:75776
    • 提供者:咪咕噜咚
  1. AreaDistanceToolsUtils

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

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:yancj
« 12 3 4 5 6 7 8 »

源码中国 www.ymcn.org