搜索资源列表

  1. 地理量算.rar

    0下载:
  2. 计算多边形的周长及面积
  3. 所属分类:数值算法/人工智能

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

    0下载:
  2. 计算任意多边形的面积算法-arbitrary polygon calculation algorithm of the area
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1177
    • 提供者:link
  1. exportDllNestPolygon

    0下载:
  2. 本dll文件实现了点,线段,直线,多边形的类,完成了多边形的一些常用方法:求面积,判断是否是简单多边形,求多边形并,判断两个多边形的位置关系等方法。-the dll file to achieve a point, line, line, polygon category, completed the polygons of some commonly used methods : for the area to determine w
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:97486
    • 提供者:童彬
  1. geometry_algorithm

    0下载:
  2. 各种关于几何的算法实现。包括 计算几何学库函数(线相交,面积等等) 寻找凸包 graham 扫描法 判断点是否在多边形内。同时包含一些测试-on various geometric algorithm. In terms of geometry library functions (lines intersect, size, etc.) for convex hull graham scanning judgment an
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:12437
    • 提供者:changxia
  1. sdust

    0下载:
  2. 此程序是计算椭球面上两点间大地线长度和托球面上多边形的面积-this procedure is calculated ellipsoid between 2:00 and the length of the land entrusted Sphere polygon area
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1567
    • 提供者:zhou
  1. extrusion

    0下载:
  2. 任意多边形的面积计算。程序内容为北大ACM竞赛在线提交上http://acm.pku.edu.cn/JudgeOnline/problem?id=2812的源码-arbitrary polygon area calculation. Procedures for the content of Beijing University ACM Online submission on http : / / acm.pku.edu.cn / J
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:807
    • 提供者:James
  1. rydbxmj

    0下载:
  2. 任意多边形的面积计算:根据叉积计算三点组成的面积.-arbitrary polygon area calculation : Cross product calculation 3:00 composition of the area.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:4246
    • 提供者:王想红
  1. geometry_c++

    0下载:
  2. 计算几何学常用算法库 C++语言实现 代码内容 计算几何学常用算法库,包括以下算法: 确定两条线段是否相交 判断点p是否在线段上 判断点q是否在多边形Polygon内 计算多边形的面积 寻找凸包 graham 扫描法 -geometry calculation commonly used algorithm for C language code as calculated geome
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:12980
    • 提供者:henry
  1. jxfmjjs

    0下载:
  2. 解析法面积计算,读数据文件,计算后生成结果文件,任意多边形的顶点坐标,然后 计算出面积是平方米和公顷-analytical calculation, reading data files, calculation results generated documents, arbitrary polygon vertices, then compute the area of square meters and ha
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:18771
    • 提供者:凌霄花
  1. GetArea

    0下载:
  2. 计算多边形或不规则图形或自己用鼠标在 窗体上随便画的图形的面积-calculation or irregular polygon graphics or with the mouse in their Form casually on the graphic pictures of the area
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:4237
    • 提供者:谢深刚
  1. ggbrbrebrehrehre

    0下载:
  2. 用于计算多边形的面积,体积,长度, 用于操作系统的开发 用于数据的加密-used in the calculation of the polygon area, volume, length, for the development of the operating system for data encryption
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:8832
    • 提供者:小天
  1. Matlab_Polygons_intersection

    0下载:
  2. 多边形求交的源码,可求交点,共用面积等,很实用。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:17704
    • 提供者:mat
  1. computeAreaOfPolygon

    0下载:
  2. 计算多边形(凸凹)面积。 欢迎批评指正
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:3019
    • 提供者:wyj
  1. PolygonArea

    0下载:
  2. 程序实现计算两凸多边形面积计算,通过输入两个多边形的顶点,计算交集面积-Calculate the interaction area of the two polygons
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-20
    • 文件大小:2726912
    • 提供者:chenhang
  1. area100

    0下载:
  2. 实现计算多边形面积的功能。第一行输入多边形的顶点数。第二行以后按照次序依次输入坐标点(如“2 3”,代表X 坐标和Y 坐标,中间加入空格区分)-To achieve the function of calculating the polygon area. Enter the first line of the polygon vertices. After the second line followed in the order o
  3. 所属分类:单片机(51,AVR,MSP430等)

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

    0下载:
  2. 读取矢量数据文件,包括点线面文件,主要·功能有计算两点距离,计算点到线距离,计算折现段周长,计算凸多边形面积。-Read vector data files, including points, lines and documents, the main function · calculate distance between two points is calculated the point to the line, calcu
  3. 所属分类:对话框与窗口

    • 发布日期:2024-05-20
    • 文件大小:149504
    • 提供者:刘宇程
  1. Simple-test-tool

    0下载:
  2. 实现小学生多边形面积和周长问题的自动出题,自动校验答案,打分存入文件等简单功能,使用了简单的C++指针,继承与派生,多态,文件流等,是一道综合性很强的题目-Using the simple C++ pointer, inheritance and derived, polymorphism, file flow, is a comprehensive strong Of the title
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:10605568
    • 提供者:李武
  1. interact_area.tar

    0下载:
  2. 计算任意多边形的相交面积和相并面积,用于衡量多边形的重合度(calculate the intersection area and union area of arbitrary polygon)
  3. 所属分类:OpenCV

  1. 多边形外接矩形1

    0下载:
  2. 对任意多边形最小面积的外包矩形求解,求解的结果为该矩形的四个顶点坐标(Minimum circumscribed rectangle of polygon)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:xiannan
  1. findTheHoles-master

    0下载:
  2. 输入: XY = NX2矩阵与点的坐标。 可选参数: 临界面积比(实数和正数)。具有大于最大相邻多边形面积比值的节点被确定为空穴边界点。默认值是3。 m =手动编辑标志。默认值是0。 0:没有手动编辑。 1:手动编辑孔边点。第一次计算后,点云的图形被打开。自动识别点用“X”标记。用户可以添加/删除/错误认定边界点的选择和刷点击适当的按钮。(Input: XY= Nx2 matrix with point coordin
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:194560
    • 提供者:Kingone
« 1 2 3 4 56 7 8 »

源码中国 www.ymcn.org