搜索资源列表

  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. bahuanghouwtdejavashixian

    0下载:
  2. n皇后问题算法。 * 把棋盘看成一个坐标系,以左下角为原点(0,0)。坐标系的每个点为一个Point类。 * 每个皇后为一个皇后对象Queen。 * 判断一个点的坐标是否在,一个皇后控制的范围的函数为Queen.isUnderControl(point)。 -n Queen's Algorithm. * Chessboard as a coordinate system to lower left-hand
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4186
    • 提供者:tangying
  1. jisuanjituxing

    0下载:
  2. 根据多边形区域的填充原理可以推广到圆域的填充,由于圆的特殊属性,即可根据任何欲填充的像素点与圆心的距离是否大于或小于半径来判断是否在圆内或圆外,具体实现程序如下; 利用中点画圆算法实现边界程序: void CArea_FillData::MidpointCircle(int xc, int yc, int r, int color) {//画八分之一的圆 int x,y,d x=0 y=r d=1-r
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:81758
    • 提供者:周林
  1. PtInPolygon

    0下载:
  2. 测试点是否落在多边形内,其中包括多边形内岛的判断。此文件使用时必须包含shapefil.h, openshp.c, 和opendbf.c等shape lib中的文件。
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2274
    • 提供者:shanven guo
  1. MyLine

    0下载:
  2. 输入两个点的坐标,可求出它们之间的距离,并判断它们是否在第一象限
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:5970
    • 提供者:易欣
  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 docum
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:11264
    • 提供者:
  1. TestCircle.java

    0下载:
  2. 初学java时写的练习小程序。 可用于计算两点间距, 也可以测试点是否在规定的圆上,圆的圆心坐标和半径需要事前规定好-Calculate the distance between points and check if a point is contained by a set circle.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:Spencer
  1. dianziaxiandunashang

    0下载:
  2. C语言平面几何3-点是否在线段上,可以-C language plane geometry 3- point if the line segment
  3. 所属分类:分形几何

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:zoujia
  1. PointInPolygon

    0下载:
  2. 判断一个二维坐标点是否在多边形内或者多边形外的示例代码-Determining whether the point within the polygon
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-20
    • 文件大小:38912
    • 提供者:杜田春
  1. p.line

    0下载:
  2. 判断点是否在闭合折线内,闭合折线为凸多边形 坐标记录在A中 折线顶点坐标保存在line1,line2,line3中 line坐标按逆时针存储 输出结果为count 1 2 3为对应区域(注:不包含线上点请更正<为<=)- Coordinate records in A polyline vertex coordinates stored in line1, line2, line3 in line
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:80896
    • 提供者:
  1. Determine-whether-the-polygon-point

    0下载:
  2. 使用winform,用C#判断点是否在多边形内的算法程序-Use winform, whether the algorithm using C# program determines points within the polygon
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:33792
    • 提供者:陈思豪
  1. PointInPolygon

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

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:gau46a284
  1. Computational-Geometry

    0下载:
  2. 点是否在多边型中、判定两条直线是否相交、平面最近点对-Point is in polygon, it is determined whether the two lines intersect, the nearest point on the plane
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:周彧
  1. panduandianshifouzaituxingnei

    0下载:
  2. 这个用C#编译的程序可以用来判断一个点是否在一个任意凸多边形内部。-The program compiled using C# can be used to determine whether a point in an arbitrary convex polygon interior.
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:25600
    • 提供者:
  1. dianzaisanjiaoxing

    0下载:
  2. 这个C#程序可以用来判断一个点是否在三角形的内部。-The C# program can be used to determine whether a point inside the triangle.
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:40960
    • 提供者:
  1. mpi_mandelbrot

    0下载:
  2. 利用MPI 计算 点是否在曼德博集合中 运行指令在bash 文件中。 前面的都是上传到云处理器的参数,可以自行修改-Using MPI to calculate the point whether in the mandelbrot set
  3. 所属分类:并行运算

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:CHENHAO
  1. 计算几何

    0下载:
  2. 计算几何算法,包括以下内容:目录 ㈠ 点的基本运算 1. 平面上两点之间距离 1 2. 判断两点是否重合 1 3. 矢量叉乘 1 4. 矢量点乘 2 5. 判断点是否在线段上 2 6. 求一点饶某点旋转后的坐标 2 7. 求矢量夹角 2 。。。。。。(Catalog A bit of basic arithmetic 1. the distance between two points on th
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:47104
    • 提供者:zredb
  1. 平面内最近点对

    0下载:
  2. 分治算法练习,使用分治算法实现计算平面内最近点对距离。子问题将平面划分为左右两部分分开计算最短距离,再在中间条带中找是否有更近点对。(Divide and conquer algorithm to calculate the closest point pair in the plane)
  3. 所属分类:Windows编程

  1. home

    0下载:
  2. 识别一个点是否在不规则封闭图形内,射线法判断,还有缺陷(asdfghjklzxcvbnmqwertyuiop)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:51200
    • 提供者:lion464
  1. 点餐系统

    0下载:
  2. 1. 登录 通过login.html实现用户登录功能。 2. 注册 通过signup.html实现用户注册功能。其中注册功能需要验证用户名是否已经被注册。 3. 菜单列表 通过products.html显示菜单信息。 4. 查询菜单 在index.html页面中有条件的搜索菜单。 5. 下订单 在products.html鼠标悬浮在商品图片上,点击加入购物车可以挑选想要的菜品。确认点餐完毕可以点击购物车中的提交订单按钮
  3. 所属分类:WEB源码

    • 发布日期:2024-05-20
    • 文件大小:2574336
    • 提供者:hxj12
« 1 2 3 4 5 67 8 9 10 11 ... 22 »

源码中国 www.ymcn.org