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

搜索资源列表

  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. 编写求解几何图形周长、面积的应用程序

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

    • 发布日期:2017-03-21
    • 文件大小:11944
    • 提供者:陈新光
  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、正方形类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. 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. bookCase

    0下载:
  2. 本代码用java实现,用于实现圆的面积和周长-The java code used to achieve, for the realization of the area and circumference of a circle
  3. 所属分类:JavaScript

    • 发布日期:2017-03-30
    • 文件大小:4189
    • 提供者:sky
  1. CircleTest11

    0下载:
  2. JAVA程序,计算图像面积周长的小程序,使用方便-JAVA program to calculate the image area of the small circumference of the procedure and easy to use
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:1901
    • 提供者:wujialiang
  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. 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. 简单java编程

    1下载:
  2. 系统登录 做登录界面可以用 位置已经计算好了 计算面积和周长可以用TestShape(Make a landing interface)
  3. 所属分类:Java编程

  1. 点线圆长方形三角形的周长和面积

    0下载:
  2. 设计一个能够描述点(point)、线(line)、圆(circle)、矩形(rectangle) 和三角形(triangle)等几何形状的类体系,能够计算不同形状的 周长和面积(如果能够定义的话)。程序文件命名为 Exe3_3.java。
  3. 所属分类:JSP源码/Java

« 12 3 4 5 »
搜珍网 www.dssz.com