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

搜索资源列表

  1. showInputDialog

    0下载:
  2. 求圆面积和圆周长,圆的半径用showInputDialog方法输入,所求面积和周长用showMessageDialog方法 分两行带提示输出。-For round area and circumference, round radius showInputDialog method with input, but for ZhouChangYong area and showMessageDialog method Points with two lines hint out
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:642
    • 提供者:hui
  1. TestShape

    0下载:
  2. 设计一个类Shape,包括3个protected方法,分别是计算形状的周长和面积,以及比较面积大小。设计类Rectangle和Circle,分别表示矩形和圆,它们都是Shapes的子类。编写测试类,其中包含一个通用的排序程序和一个通用的二分查找程序(自己写代码实现),能对这二种类型的数组进行排序并查找指定的对象。
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:1391
    • 提供者:liangk
  1. Rectangle

    1下载:
  2. 做一个简单的矩形面积计算器,要求你输入长和宽就可以计算出其面积。- Create a class Rectangle (and store it in a file called Rectangle.java) It should have two instance variables l (the rectangle’s length) and w (the rectangle’s width). It should have one method that cal
  3. 所属分类:JavaScript

    • 发布日期:2017-04-03
    • 文件大小:901
    • 提供者:撒旦
  1. cll_javaBean

    0下载:
  2. 实现javaBean技术的简单应用,实现一个java的简单计算面积-The javaBean technology simple application of a java simple calculation area
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:5304
    • 提供者:cart
  1. GoogleMapsApi

    0下载:
  2. 基于GoogleMapsAPI的一些常用开发示例,展示了添加标注、计算面积、计算路程的功能-GoogleMapsAPI based on some of the common development example showing the add mark, calculation area, calculation of distance function
  3. 所属分类:JavaScript

    • 发布日期:2017-05-08
    • 文件大小:1714864
    • 提供者:shen
  1. dalian

    0下载:
  2. 初学java的作品...很简单,但是求下载啊..求圆面积周长-this class is about the circle area and the space
  3. 所属分类:Java Develop

    • 发布日期:2017-12-04
    • 文件大小:13674
    • 提供者:helen Icy
  1. RentHouse(SSH)

    0下载:
  2. SSH框架; 发布、修改房屋,用户注册的提示信息没有实现; 房屋面积不能为空,否则会报错; 错误检测方面,功能不全,主要在字节长度以及有效性方面;-SSH framework released, to amend the Housing Register message is not achieved housing area can not be empty, otherwise an error error detection, dysfunction, mainly in
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-11-05
    • 文件大小:10635395
    • 提供者:晨光
  1. App1

    0下载:
  2. 编写Java应用程序,创建一个Rectangle类,提供属性了length,width,要求定义为private,int型,默认值都为均为1,该类提供以下方法: public boolean setLength(int length) //设置长度,确保不会有负值 public boolean setWidth(int width) //设置宽度,确保不会有负值 public int getLength()//得到长度 public int getWidth()//得到长度
  3. 所属分类:Java Develop

    • 发布日期:2017-11-14
    • 文件大小:758
    • 提供者:Mankind
  1. RobotArea

    0下载:
  2. 这是一个计算机器人面积的程序,简单的计算了安卓机器人的平面面积-This is a calculation program of the robot area, a simple calculation of the planar area of 琠栀攀 Andrews robot
  3. 所属分类:Java Develop

    • 发布日期:2017-11-26
    • 文件大小:12199
    • 提供者:xxzblog
  1. Dispatch

    0下载:
  2. 奥运公园车辆调度系统 主要在于车辆自动调度的实现,根据游客数目和车辆要求自动分配车辆,并有计费、报警功能。 题目背景: 北京奥运森林公园是为举办第29届奥运会而建设的一处以自然山水、植被为主、可持续发展的休憩空间。奥运森林公园位于北京城市中轴线的北端与北京市城市总体规划的环城绿化带的交汇点处,总占地面积约为680公顷,是目前北京市规划建设的最大的开放式城市公园。公园内有四轮自行车30辆(最多乘坐4人)、两轮电动车25辆(可带一个学龄前儿童)。游客可以选择乘坐这些车辆游览公园,在约定时
  3. 所属分类:Java Develop

    • 发布日期:2017-11-11
    • 文件大小:16183
    • 提供者:凌芳
  1. test14.8

    0下载:
  2. 用java编写的一个程序。求4个几何图形的面积之和以及周长之和-Using java to write a program.Seeking 4 and of the geometry of the area and perimeter and
  3. 所属分类:Java Develop

    • 发布日期:2017-11-22
    • 文件大小:3751
    • 提供者:张pudn
  1. trangle

    0下载:
  2. 使用JAVA编码实现计算三角型面积的功能-JAVA coding function to calculate the area of ​ ​ the triangular
  3. 所属分类:JavaScript

    • 发布日期:2017-11-16
    • 文件大小:530
    • 提供者:梁佩琳
  1. RoundArea

    0下载:
  2. 1编写程序,在程序中定义一个抽象类Area、两个Area类的派生子类RectArea类和RoundArea类,以及一个实现类ImpleArea类。程序的实现要求如下。 (1) 抽象类Area类中只包含一个抽象方法:double area()。 (2) 子类RoundArea类通过覆盖父类中的抽象方法area来求圆的面积,另一个子类RectArea类通过覆盖父类中的抽象方法area求长方形的面积。 (3) 圆的半径和长方形的边分别定义为子类RoundArea类和RectArea类的域,
  3. 所属分类:Java Develop

    • 发布日期:2017-11-11
    • 文件大小:4472
    • 提供者:徐伟
  1. Circle

    0下载:
  2. 圆类,包括圆的位置关系,圆的面积大小比较-Circle class, including a round of positional relationship, the area of ​ ​ a circle size comparison, etc.
  3. 所属分类:JavaScript

    • 发布日期:2017-11-17
    • 文件大小:4838
    • 提供者:j
  1. Triangle

    0下载:
  2. 计算三角形的面积和周长,要求如下: (1)设计出point类(点类) (2)设计出triangle类(三角形类),至少包括其构造方法,获取面积和周长的方法。 (3)通过输入三点坐标的方法来确定一个三角形,并输出三角形的面积周长等内容。 -Calculate the area and perimeter of triangles, requirements are as follows: (1) design point class (point) (2) design trian
  3. 所属分类:Java Develop

    • 发布日期:2017-11-14
    • 文件大小:778
    • 提供者:徐伟
  1. Circle

    0下载:
  2. 实现圆类计算面积,可由用户自己输入圆的半径,计算圆的面积-Yuan class computing area, by the user enter the radius of the circle
  3. 所属分类:Java Develop

    • 发布日期:2017-11-16
    • 文件大小:20603
    • 提供者:baonijuhua
  1. test3

    0下载:
  2. (1)题目:定义一个描述学生基本情况的类,数据成员包括学号,数学,英语、计算机和政治的成绩;成员方法包括构造方法完成所有数据的初始化,修改每一个数据成员的方法,输出数据,求出总成绩和平均成绩的方法。 要求: 使用方法重载定义多个构造方法 设计一个方法进行学生计数,要求内部使用this 题目:设计一个类,其对象表示圆。能根据输入参数,求出周长、面积。 要求: 使用方法重载 创建包名 打包成jar文件-(1) Title: Defining a descr iptio
  3. 所属分类:Java Develop

    • 发布日期:2017-11-07
    • 文件大小:16604
    • 提供者:zengshao
  1. Interface

    0下载:
  2. 计算多个二维图形的面积之和,目的:掌握接口的定义、接口实现、多态、对象类型转换-Calculate the area of multiple two-dimensional graphics and Objective: To master the interface definition, interface implementation, polymorphism, object type conversion
  3. 所属分类:Java Develop

    • 发布日期:2017-11-30
    • 文件大小:20821
    • 提供者:baonijuhua
  1. me

    0下载:
  2. java面积计算,详细的说明一个三角行的计算方法-java area calculation, the detailed descr iption of the method of calculation of a triangular line
  3. 所属分类:Ajax

    • 发布日期:2017-11-22
    • 文件大小:3270
    • 提供者:撒旦
  1. yuanzhu

    0下载:
  2. 使用java编程实现继承圆形类计算圆柱体体积和面积-Java programming inherited round class to calculate the volume of a cylinder and area
  3. 所属分类:JavaScript

    • 发布日期:2017-10-31
    • 文件大小:663
    • 提供者:崔爱琴
« 1 2 3 4 5 6 7 89 10 11 12 »
搜珍网 www.dssz.com