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

搜索资源列表

  1. drawing

    1下载:
  2. 编写求解几何图形(如直线、三角形,矩型,圆,多边型)的周长、面积的应用程序,要求尽可能多的用到面向对象技术的特点,如继承,多态,封装,抽象类,接口,内部类,包等技术。写出算法。-prepared to solve geometric shapes (such as linear, triangular, rectangular, round, the multilateral type) of the perimeter, the area of application procedures,
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1.53kb
    • 提供者:里中学
  1. bao

    0下载:
  2. (1) 实现一个Point类,该类包含表示坐标的两个int型变量x、y,构造方法Point()和Point(int xx, int yy),返回x值和y值的int getX()和int getY()方法,计算两点间距离的double distance(Point)方法。其中计算平方根用Math.sqrt()方法。 (2) 实现一个Circle类,该类包含表示圆心的Point型变量center,表示半径的int radius变量,以及构造方法Circle()、Circle(int xx,int
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:5.16kb
    • 提供者:fangfei
  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
    • 文件大小:609byte
    • 提供者:logan
  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
    • 文件大小:550byte
    • 提供者:柏杨
  1. Triange

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

    • 发布日期:2016-01-26
    • 文件大小:1kb
    • 提供者:Alex
  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
    • 文件大小:6.02kb
    • 提供者:jacky
  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
    • 文件大小:1.93kb
    • 提供者:wuzhijiang
  1. RightTriangle

    0下载:
  2. Java code where user can enter the height and base of a triangle and the program will calculate the area and perimeter if it is a right triangle
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:3.71kb
    • 提供者:Liz
  1. Shape

    0下载:
  2. 求一个几何图形的周长和面积,包括圆,三角形,四边形-For a perimeter and area of geometric shapes, including round, triangular, quadrilateral
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:1.79kb
    • 提供者:conan0713
  1. asasss

    0下载:
  2. 计算三角形的面积和周长。 通过输入三点坐标的方法来确定一个三角形,并输出三角形的面积和周长。-Calculation of area and perimeter of the triangle. By entering the three-point method to determine the coordinates of a triangle, and the output of the area and perimeter of the triangle.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-10
    • 文件大小:546byte
    • 提供者:天宇
  1. AreaAndLength

    1下载:
  2. 类的封装 1. 实验目的 使用类来封装对象的属性和功能。 2. 实验要求 (1)编写一个简单的Java应用程序,该程序中定义3个类:Tangle、Lader和Circle,分别用来刻画“三角形”、“梯形”和“圆形”,具体要求如下:  Tangle类具有类型为double的三条边,以及周长、面积属性,具有计算并返回周长、面积以及三条边的功能,另外还要具有一个boolean型的属性,用来判断三个数能否构成一个三角形。  Lander类具有类型为
  3. 所属分类:JavaScript

    • 发布日期:2017-04-01
    • 文件大小:5.16kb
    • 提供者:覃翠娟
  1. circumference-of-a-circle-and-area

    0下载:
  2. 计算圆的周长和面积java的小程序源码可以调用使用-Calculate perimeter and area of ​ ​ a circle of small java program source code can be called using
  3. 所属分类:JavaScript

    • 发布日期:2017-03-24
    • 文件大小:675byte
    • 提供者:吴文斌
  1. java

    0下载:
  2. 图形计算,简单的面积,周长,距离计算,包括圆,三角形,矩形等。-Graphic terms, a simple area, perimeter, distance calculation, including circles, triangles, rectangles and so on.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:9.59kb
    • 提供者:hero
  1. sjx

    0下载:
  2. 3、先创建一个Point类,然后定义Trianglele类。在Trianglele类中定义三个Point的实体来表示一个三角形的三个点,再定义一个方法setTri对这三个点进行初始化,然后定义两个方法求三角形的周长、面积。在main()中创建一个对象,求给定三点的三角形的周长、面积。- 3, first create a Point class, and then Trianglele class definition. In Trianglele class definition t
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:572byte
    • 提供者:xyy
  1. TextSquare

    0下载:
  2. 1) 定义接口PrintX,其中包括一个方法printMyWay(),这个方法没有形参,返回值为空。 2) 编写矩形类,矩形类要求实现PrintX接口,有求面积、求周长的方法,printMyWay()方法要能显示矩形的边长、面积和周长。 3) 编写正方形类作为矩形类的子类,正方形类继承了矩形类求面积和周长的方法,新增加求对角线长的方法,重写printMyWay()方法,要求该方法能显示正方形的边长、面积、周长和对角线长。 -1) defines the interface Print
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:3.89kb
    • 提供者:孙芙媛
  1. Out1look.com

    0下载:
  2. 按照一定的要求求解长方形的面积,周长,还能判断-According to the requirements of a certain solving rectangular area, perimeter, can judge
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-07
    • 文件大小:21.63kb
    • 提供者:刘玉成
  1. java-applet

    0下载:
  2. java入门小程序。新建类;设定初始值,返回值;进行几何运算,比如:求圆的面积、周长,求圆柱体的表面积、体积;输出各种动物的叫声-Getting java applet. New Class set the initial value, the return value geometric operations such as: seeking the circular area, perimeter, seeking cylinder surface area, volume the o
  3. 所属分类:Applet

    • 发布日期:2017-04-13
    • 文件大小:1.58kb
    • 提供者:慧慧
  1. CircleAREA

    0下载:
  2. 对于各种几何图形,一般都有求图形的面积、周长等方法。现在有圆、矩形和三角形三种图形,要求通过类来实现求三种图形的面积-For a variety of geometric shapes, in general, seek graphic area, perimeter, and other methods. There are circles, rectangles and triangles three types of graphics required by the class to im
  3. 所属分类:Java Develop

    • 发布日期:2017-05-01
    • 文件大小:29.15kb
    • 提供者:郝俊
  1. bcswh

    0下载:
  2. Including quaternion various calculations, Including the area, perimeter, rectangular, elongation, Code, there are very complete notes and explanation.
  3. 所属分类:Java编程

    • 发布日期:2017-12-24
    • 文件大小:7kb
    • 提供者:fengfiuting
  1. xjnae

    0下载:
  2. Including the MUSIC algorithm, ESPRIT algorithm ROOT-MUSIC algorithm, Including the area, perimeter, rectangular, elongation, Mainly based on the mtlab procedures.
  3. 所属分类:Java编程

    • 发布日期:2017-12-23
    • 文件大小:59kb
    • 提供者:grefcmud
« 12 3 4 »
搜珍网 www.dssz.com