CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - 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
    • 文件大小:1569
    • 提供者:里中学
  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
    • 文件大小:5281
    • 提供者: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
    • 文件大小:609
    • 提供者: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
    • 文件大小:550
    • 提供者:柏杨
  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. 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. 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. 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
    • 文件大小:3803
    • 提供者:Liz
  1. Shape

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

    • 发布日期:2017-03-30
    • 文件大小:1829
    • 提供者: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
    • 文件大小:546
    • 提供者:天宇
  1. Square

    0下载:
  2. 创建一个长方形类square 要求: -有两个以上构造函数 -方法: -能设置长、宽、填充颜色和边框颜色 -能返回以上属性 长方形的面积 长方形的周长 -Create a rectangular square class requirements:- have more than two constructors- Method:- be able to set the length, width, fill color and border color- t
  3. 所属分类:Applet

    • 发布日期:2017-04-03
    • 文件大小:2610
    • 提供者:杨洁
  1. triangle2

    0下载:
  2. 一个功能比较完善的求解三角形周长和面积的源码-A function of relatively perfect solution triangle perimeter and area source
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:1371
    • 提供者:
  1. Java_biancheng

    0下载:
  2. 本实例通过对一个Java程序的开发过程,详细说明了如何使用面向对象思想实现Java编程,给出了作者的经验之谈。程序是这样的:当用户输入一个图形(例如:圆或正方形)的必要参数,将显示该图形的面积和周长。 -This instance of a Java program through the development process, detailing how to use the object-oriented Java programming to achieve given the a
  3. 所属分类:Java Develop

    • 发布日期:2017-05-14
    • 文件大小:3116761
    • 提供者:刘杰
  1. AreaAndLength

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

    • 发布日期:2017-04-01
    • 文件大小:5286
    • 提供者:覃翠娟
  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. Tuxing

    0下载:
  2. 编写求解集合图形周长,面积的应用程序,要求集合图形要求至少包含直线,三角形,矩形等类型,能计算出两个图形之间的距离。-The preparation of a collection of graphics to solve perimeter, area of application, requirements include a collection of graphics requires at least linear, triangular, rectangular and other
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:818
    • 提供者:feiye
  1. zhouchang

    0下载:
  2. 在图形界面下计算三角形周长,对输入的三边判断是否可构成三角形-Calculation of the triangle in the graphical interface perimeter, to determine whether the input can constitute a trilateral triangle
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:758
    • 提供者:秦琴
  1. areaandlength

    0下载:
  2. 计算长方形、圆形、梯形的面积和周长的Java源代码-Calculating rectangular, round, trapezoid area and perimeter of the Java source code
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:892
    • 提供者:菜菜
  1. 1

    0下载:
  2. 求长方形面积和周长,但是操作者要给出长和宽还有半径-Seeking a rectangular area and perimeter, but the operator should be also given length and width of the radius
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3991
    • 提供者:长天
  1. perimeter-of-circle

    0下载:
  2. a very nice example with output to calculate perimeter of circle
  3. 所属分类:JavaScript

    • 发布日期:2017-04-03
    • 文件大小:2213
    • 提供者:trupti patel
« 12 3 4 »
搜珍网 www.dssz.com