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

搜索资源列表

  1. 1010

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

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

    2下载:
  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 whether it is simple polygon, a
  3. 所属分类:2D图形编程

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

    1下载:
  2. 各种关于几何的算法实现。包括 计算几何学库函数(线相交,面积等等) 寻找凸包 graham 扫描法 判断点是否在多边形内。同时包含一些测试-on various geometric algorithm. In terms of geometry library functions (lines intersect, size, etc.) for convex hull graham scanning judgment and whether the polygon. Both co
  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 / JudgeOnline / problem id = 2 th
  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 geometry commonly used algorithm li
  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

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

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

    0下载:
  2. 计算多边形(凸凹)面积。 欢迎批评指正
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. 通过用椭圆拟合多边形来计算其的面积并进行统计
  3. 所属分类:其它

    • 发布日期:2010-11-07
    • 文件大小:396196
    • 提供者:yang_fj
  1. convhull

    0下载:
  2. 设平面上n个点为 ,坐标原点为 。可按照下面方法求得包含这n个点的凸多边形。 (1)求最右边点,即x坐标最大点,设为 。 (2) 以 点为中心,在其余 个点中选取与 逆时针旋转角度最小的点,设为 。 (3)再以 点为中心,在其余 个点中选取与 逆时针旋转角度最小的点 。如此类推,直到新选取的点与 点重合为止。设已求得多边形k个点依次为 ,其中第 点与第1点重合。则分别以点 为三角形顶点计算面积并求和即可。 -Let n points in the plane as the
  3. 所属分类:MPI

    • 发布日期:2017-04-07
    • 文件大小:26824
    • 提供者:pzg
  1. geometric

    0下载:
  2. 凸包计算,多边形切割,基本几何公式,球面面积,网格计算,等计算函数。含使用时的注意事项。-Convex hull calculation, polygon cut, basic geometric formulas, spherical area, grid computing, and other computing functions. with cautions .
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:13447
    • 提供者:王华
  1. duobianxing

    0下载:
  2. 针对多边形,求其面积,长宽比,并标记重心-For the polygon, find its area, aspect ratio, and mark the center of gravity
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:821
    • 提供者:jinglantao
  1. circle

    0下载:
  2. 该程序主要演示java中内部类的应用,采用的是计算圆和多边形的面积-Internal class in the program in the main demo java application, using the calculation of the circle and polygon area
  3. 所属分类:Applet

    • 发布日期:2017-04-01
    • 文件大小:7596
    • 提供者:孟紫琴
  1. shiyan3

    0下载:
  2. 这是实验程序;是求三角形,圆,矩形等多边形周长和面积的JAVA程序-This is the experimental procedure is seeking a triangle, round, rectangular and other polygonal perimeter and area of the JAVA program
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:1972
    • 提供者:wuzhijiang
  1. 11

    0下载:
  2. 重新定义权为:剖分弦的长度和加上多边形的周长(显然等价),重新求解 本函数还适用于任何定义在剖分后的三角形上的权的情况(修改一下) 例如权为三角形的面积的面积平方和-To redefine the right as follows: Partition string plus the length and circumference of polygons (apparently equivalent), re-solving this function also applies t
  3. 所属分类:source in ebook

    • 发布日期:2017-04-12
    • 文件大小:752
    • 提供者:王建
  1. Area

    0下载:
  2. 在vb+mapx下,在地图的临时图层上画线测多边形的面积。-Vb+ mapx at the next, the map layer on the provisional draw polygon area measurement line.
  3. 所属分类:GIS program

    • 发布日期:2017-04-03
    • 文件大小:4038
    • 提供者:Angela
« 1 2 3 45 6 7 »
搜珍网 www.dssz.com