CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 周长 计算

搜索资源列表

  1. 根据半径计算圆的周长和面积

    0下载:
  2. 《根据半径计算圆的周长和面积》 我是初学者,只能上传一些小的东西。提供给初学C++的朋友使用。-"radius calculated the circumference of a circle and the area" is a beginner I can only upload some small things. For beginners use C friends.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:880
    • 提供者:何琳
  1. 圆的相关计算算法

    0下载:
  2. 圆的周长,面积,圆球体积,圆柱体积,用cin输入要计算的项目,然后输出计算结果
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-18
    • 文件大小:1419
    • 提供者:YF
  1. 地理量算.计算多边形的周长及面积

    0下载:
  2. 计算多边形的周长及面积, Computation polygon perimeter and area
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-12-28
    • 文件大小:636928
    • 提供者:单升升
  1. 编写求解几何图形周长、面积的应用程序

    0下载:
  2. 编写求解几何图形周长、面积的应用程序,要求如下: 1) 几何图形要求至少包含直线、三角形,矩型,圆等类型,计算周长,面积等。 2) 要求能计算两个图形之间的距离 3) 要求能计算两个图形进行布尔运算(即交、并、差)后的面积(可选作)。 4) 必须用到继承、接口、多态和包 -It s good.
  3. 所属分类:JSP源码/Java

    • 发布日期:2017-03-21
    • 文件大小:11944
    • 提供者:陈新光
  1. 001

    0下载:
  2. 图象处理:计算连通域的面积、周长、圆形度、矩形度以及长宽比-Image processing: computing connected domain area, perimeter, roundness, and aspect ratio rectangular degree
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:722
    • 提供者:xzy
  1. zhouchang

    0下载:
  2. 这段程序的主要功能是实现二值图像中图形的周长计算-The primary function of this program is to achieve binary image in the graphical calculation of the circumference
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:9464
    • 提供者:liuhongzhu
  1. image_processing

    1下载:
  2. 本程序是基于Matlab的米粒图像的分割、计数以及周长、面积、形状因子等参数的计算。图像分割是基于腐蚀膨胀算法,选用边界跟踪法计算周长,程序代码清晰明了,对于参数的计算速度较快,且参数计算精度较高。-This procedure is based on the Matlab image segmentation grain of rice, counting and perimeter, area, shape factor and other parameters of the calcula
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1194
    • 提供者:yingl
  1. MorphologicalanalysisofcellsMatlab

    0下载:
  2. 细胞图形处理,检测细胞的边缘跟踪,用于计算周长-Graphics processing cells to detect the edge of cell tracking, used to calculate the perimeter
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:3013
    • 提供者:徐磊
  1. vc445

    0下载:
  2. 于VC++实现的数字图像处理的源程,内容包括:图像的边缘检测 滤波 锐化 面积,周长计算 二值化 细化等。-In VC++ to achieve the digital image processing of the source process, including: Image sharpening the edge detection filter area, perimeter detailed calculation, such as binarization.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:412715
    • 提供者:laura
  1. qw

    0下载:
  2. 图像计算的常用功能,包括显示标号/计算周长/计算面积/小区域消除等功能-Calculation of the commonly used image features, including display labeling/calculate perimeter/calculate area/small area, such as the elimination of functional
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:154456
    • 提供者:tysong
  1. Count

    0下载:
  2. 计算三角形的面积和周长,要求设计出点数,通过输入三点坐标的方法来确定一个三角形,并输出三角形的面积,周长等。-Calculate triangle area and perimeter, to design the points, by entering the three methods to determine the coordinates of a triangle, and the output of the triangle area and perimeter.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:580
    • 提供者:feiye
  1. MeshLength

    0下载:
  2. Mesh模型的任一水平面上的周长计算,OpenGL,MeshLab-MEsh length calculation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:10931
    • 提供者:MENG Yuwei
  1. 0_02011042711083117160451553

    1下载:
  2. matlab 有关于面积计算的程序,周长,圆的面积-matlab calculation programs on the area, perimeter, area of ​ ​ a circle
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:20015
    • 提供者:一心
  1. ImageBoundaryExtraction

    0下载:
  2. 该文件夹中有六个M文件,说明如下: boundary_extraction.m : 目标区域边界抽取主函数,其中调用ostu、four_neighbor、eight_neighbor、globe_graph otsu.m : 类判别分类法(otsu全局二值化算法) four_neighbor.m : 四邻域法边界抽取 eight_neighbor.m : 八邻域法边界抽取 globe_graph.m : 全局检测法边界抽取 area_peri.m : 目标区域
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:255348
    • 提供者:许胜强
  1. Image111

    1下载:
  2. 印刷品图象的污点检测,面积计算,周长计算,形状标记。-Prints images blemish detection, area, perimeter calculation, the shape of the mark.
  3. 所属分类:图形图象

    • 发布日期:2014-02-07
    • 文件大小:4495748
    • 提供者:小凯子
  1. zhouchng-jisuan

    0下载:
  2. 基于opencv和vc6.0的例子程序,实现对目标区域的周长计算。适合初学者-Based on the the opencv and VC6.0 example program, the perimeter of the target area. Suitable for beginners. . .
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-19
    • 文件大小:64978
    • 提供者:lcc
  1. Duobianxing

    0下载:
  2. 能实现幼儿多边形面积周长计算,随机出题,并可以产看做题记录和分数-Can realize children polygon area perimeter calculation, random number, and can be produced as a record and score
  3. 所属分类:Other Riddle games

    • 发布日期:2017-11-16
    • 文件大小:930923
    • 提供者:林峰
  1. 图形的周长和面积计算器C_.doc

    0下载:
  2. 为了大家更方便的计算图形的周长和面积,我设计了一个实现图形的周长和面积的计算器。这个计算器可以计算圆形、矩形、三角形的周长和面积。用户输入圆的半径或者矩形的长和宽或者三角形的三边长,系统判断用户输入的是否正确,若不正确,给出提示;若正确,系统会计算出相应的周长和面积,并显示在屏幕上反馈给用户。(In order to calculate the circumference and area of the graph more conveniently, I designed a calculat
  3. 所属分类:文章/文档

    • 发布日期:2018-01-05
    • 文件大小:156672
    • 提供者:npc
  1. caculate_polygeom(计算多边形面积周长)

    1下载:
  2. 这是一个计算任意多边形的面积和周长的matlab小程序,简单高效!(Calculate the area and circumference of any polygon!)
  3. 所属分类:中间件编程

    • 发布日期:2020-07-13
    • 文件大小:3072
    • 提供者:zimu01
  1. 面积周长计算并输出到excel

    0下载:
  2. 可以计算CAD里线段周长和闭合线段的周长和面积,可以直接导出到EXCEL中用起来比较方便。
  3. 所属分类:其他行业

« 12 3 4 5 6 7 8 9 10 ... 20 »
搜珍网 www.dssz.com