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

搜索资源列表

  1. MinBounDrect

    0下载:
  2. 最小外接矩形,根据面积和周长判断。实现图象处理的工程计算。- Compute the minimal bounding rectangle of points in the plane usage: [rectx,recty,area,perimeter] = minboundrect(x,y,metric) arguments: (input) x,y- vectors of points, describing points in the plane a
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:17283
    • 提供者:rainbow
  1. selectionStatistics

    0下载:
  2. AE开发 实现统计图层属性 获取选择要素的最大值 最小值 面积 周长等-Development and implementation of statistical properties of AE layers for selected elements of the minimum area perimeter maximum
  3. 所属分类:GIS program

    • 发布日期:2016-01-25
    • 文件大小:5120
    • 提供者:xianlin
  1. Ex10_2

    0下载:
  2. 用java计算出一个圆和矩形的周长和面积,值已固定,可在源码中修改-Use java to calculate the circumference of a circle and rectangle and area values ​ ​ have been fixed, you can modify the source code
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:1737
    • 提供者:hao
  1. shape

    0下载:
  2. 一、声明一个Shape抽象类,在此基础上派生出Rectangle和Circle类,二者都有GetArea()和GetPerim()函数,GetArea用来计算对象的面积,GetPerim用来计算对象的周长。封装上述各类,并编写测试程序。 -First, declare an abstract class Shape, on this basis, derived classes Rectangle and Circle, the two have GetArea () and GetPeri
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:517
    • 提供者:赵莹莹
  1. 分别定义图形类Shape(抽象基类)

    0下载:
  2. 分别定义图形类Shape(抽象基类),继承类矩形类Rectangle、正方形类Square、 圆形类Circle;并且计算周长和面积。在另一个main函数中分别创建矩形、 正方形和圆形对象,设置所需的属性值,打印其周长和面积。(备注:只要把该文件解压,把里面的东东COPY去即可使用)-Graphics categories are defined Shape (abstract base class), the succession of quasi-rectangular type R
  3. 所属分类:JSP源码/Java

    • 发布日期:2017-03-25
    • 文件大小:609
    • 提供者:logan
  1. 100925379799

    0下载:
  2. C++定义一个三角形类Ctriangle,求三角形的面积和周长 2、定义一个点类Point,并定义成员函数double Distance(const& Piont) 3、设计一个学生类,包含学生学号、姓名、课程、成绩等基本信息 -代码
  3. 所属分类:assembly language

    • 发布日期:2016-01-25
    • 文件大小:3072
    • 提供者:周卫奇
  1. circle

    0下载:
  2. 定义一个圆类,计算圆的面积和周长。   要求:分别用成员函数和友元函数来求圆的面积和周长。 -Class defines a circle, calculate area and circumference of a circle. Requirements: member function respectively, and a friend function to find area and circumference of a circle.
  3. 所属分类:assembly language

    • 发布日期:2017-03-24
    • 文件大小:9052
    • 提供者:时间
  1. c++经典程序代码

    0下载:
  2. 包含一些c++经典代码,比如说计算圆的周长,面积,怎样测试溢出等。
  3. 所属分类:编程文档

    • 发布日期:2012-10-30
    • 文件大小:798208
    • 提供者:hxywxj1127
  1. c++经典程序代码

    0下载:
  2. 收集了一些c++编程常用的小程序,比如求圆的周长,源代码的测试等。
  3. 所属分类:技术管理

  1. segment.tar

    0下载:
  2. 对二值图像进行连通域标记,然后根据面积,周长等特征进行分割。-labeling the connected region in a binary image, and then segment it by terms of area and border pixels.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:132766
    • 提供者:Haojie Wang
  1. java

    0下载:
  2. java课程中,使用接口实现对圆和矩形的周长及面积的计算-java course, using the interface on the calculation of the perimeter and area of ​ ​ circular and rectangular
  3. 所属分类:Java Develop

    • 发布日期:2017-11-03
    • 文件大小:550
    • 提供者:柏杨
  1. Solve

    0下载:
  2. 编写求解几何图形周长、面积的应用程序,要求如下: 1) 几何图形要求至少包含直线、三角形,矩型,圆等类型,计算周长,面积等。 2) 要求能计算两个图形之间的距离 3) 要求能计算两个图形进行布尔运算(即交、并、差)后的面积(可选作)。 4) 必须用到继承、接口、多态和包,内部类可选 -Written to solve geometry perimeter, area of ​ ​ application requirements are as follow
  3. 所属分类:Fractal program

    • 发布日期:2017-03-26
    • 文件大小:3845
    • 提供者:xieqiyu
  1. Triange

    1下载:
  2. (三角类)设计一个类的名字,扩展GeometricObject.The三角类包含: *三双数据字段命名side1,side2,并使用默认值1.0 side3来表示三角形的三个方面。 *一个无参数的构造函数创建一个默认的三角形。 *构造函数创建一个具有指定side1,side2三角形和side3。 *在所有3个数据字段的访问方法。 *命名getArea()方法返回这个三角形的面积。 *命名getPerimeter()方法返回这个三角形周长。
  3. 所属分类:Java Develop

    • 发布日期:2016-01-26
    • 文件大小:1024
    • 提供者:Alex
  1. ImageSegmentation11

    0下载:
  2. 图像分割\标识物体测量面积周长+图像分割\标识物体测量面积周长-Logo image segmentation object measurement area perimeter+ Logo image segmentation object measurement area perimeter
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:213829
    • 提供者:sinofeng
  1. Triangle

    0下载:
  2. 输入三角形的三点坐标,计算三角形面积,周长-Enter the three coordinates of the triangle to calculate the triangle area, perimeter
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:1064
    • 提供者:stephenzou
  1. Triangle

    0下载:
  2. 我自己写的java程序,实现输入三个点的坐标,输出能否构成三角形并输出面积和周长-I wrote it myself java process, input the coordinates of three points, the output can constitute a triangle and the output area and perimeter
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:6165
    • 提供者:jacky
  1. yuan

    0下载:
  2. 用java实现圆的半径输入,并通过计算求得圆的周长与面积-The realization of a circle with a radius of java input, and obtained by calculating the circumference of a circle with an area of
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:15559
    • 提供者:邱金海
  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. L

    0下载:
  2. 简单的计算矩形的周长跟面积的java程序. dos界面.简单明确,先编译再运行.需要的请下载哈.-Simple calculation of the circumference of the rectangular area with java program. Dos interface. Simple and clear, first to run the compiler again. What is needed, please download and Kazakhstan.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:9030
    • 提供者:Lee
  1. Biaoshiwutimianjizhouchang

    0下载:
  2. 标识物体以及对物体的面积和周长的测量-Logo objects and objects of the area and circumference measurements
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:187036
    • 提供者:yutao
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com