搜索资源列表
bao
- (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
java2
- 对象的创建和使用 一、 实验目的 (1)理解类的定义; (2)掌握对象的声明; (3)学会使用构造函数初始化对象; (4)使用类的数据和方法。 二、 实验环境 计算机:PC计算机 软件平台:windows XP系统 三、 实验内容 编写一个圆环类 Ring 的Java 程序。圆环类有3 个数据成员,分别是内半径innerRadius,外 半径outerRadius 和颜色color,这些属性可以查看get 也可以重新设置set,另外,圆环还可 以返
yuan
- 用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
spheer
- 用JAVA做的一个小程序,可以自定义圆的半径,算出圆的面积和体积,有界面。-To use JAVA to do a small program, you can customize the radius of the circle, calculate the area of a circle and volume, there are interfaces.
paint
- java事件处理事例,输入圆心坐标,单击鼠标取得半径画圆-java event handling example, enter the center point coordinates, click the mouse to obtain a radius of Circle
Ring
- 编写一个圆环类Ring 的Java 程序。圆环类有3 个数据成员,分别是内半径innerRadius,外 半径outerRadius 和颜色color,这些属性可以查看get 也可以重新设置set,另外,圆环还可 以返回其面积area-Ring`s innerRadius and outerRadius and color
ring.java
- 求圆的面积,输入圆的半径、圆周率等条件求圆的面积-ring.Java
meiju
- 定义一个接口,他至少包含一个可以计算面积的成员的方法。然后,编写实现该接口的两个类:正方形类和圆类。接着编写一个具有泛型特点的类,要求利用这个类可以在控制台窗口中输出没肿图形的面积,而且这个类的类型变量所对应的实际类型可以是前面编写的正方形类和圆类。最后利用这个具有泛型特点的类在控制台窗口中分别输出给定变长的正方形的面积和给你个半径的圆的面积。-define a interface,including which containing at least a can of calculating
calculate
- 计算圆、正方形、长方形的面积,只要你给出半径、边长或长和宽,就可以计算出面积-calculate area
zl1
- 用户在文本框输入圆的半径,然后随机产生一个坐标位置,在屏幕上画圆,通过其他组件(如:JTextArea)输出圆的直径、周长和面积。另外提供一个按钮,可以清除屏幕,重新画圆。 -Users in the text box input round radius, then randomly generated a coordinate location, on the screen to draw circles, through other components (e.g. JTextArea
test2
- 输入一个数做为圆的半径然后显示该圆的面积-Enter a number as the radius of the circle and then display the area of a circle
java-5
- 给两个圆的半径,r1,r2,求出两个圆的面积和它的直径。-input two circle s radius,output two circle s areas and diameters.
Circle
- 实验3类、对象以及包的使用(6学时) 1.实验内容 (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
- java实验代码编写一个圆类,定义圆心与半径等属性并被其他类继承-Java experimental code to write a class circle
Exe8_1
- 绘制1个沿圆形轨道运动的红色球体和1个沿椭圆轨道运动的蓝色球体。两个轨道圆心重合,圆的半径为100,椭圆的长短轴半径分别为200和100,运动方向为顺时针-Draw a circular orbital motion along the red sphere and a movement along the elliptical orbit of the blue sphere. Center two tracks overlap, the circle Radius of 100, the
Circle
- 编写Java应用程序,该程序包含两个类,一个圆形类、一个圆柱体类。圆形类包含类变量半径、面积,还具有从键盘输入得到半径以及计算面积的方法。圆柱体类从圆形类派生而来,要求能从键盘输入得到圆柱体的高,以及计算圆柱体体积的方法-Round and cylinder area and volume
area
- 1、 编写出一个jsp页面,该页面提供一个表单,用户可以通过输入圆的半径的值,并提交一个本jsp页面,该jsp页面将计算圆的面积的任务交给一个bean来完成。Jsp页面使用getProperty标记显示圆的面积。-Write a jsp page that provides a form where the user can input the value of the radius of the circle, and submit a page in this jsp, the jsp pa
point
- 这是一个求圆半径的程序。并把它加以显示出来。-This is a process of circular radius. And to display it.
4
- 编写一个Java应用程序 1)该程序中有3个类:Triangle、Circle和cone,分别用来刻画“三角形”、“圆形”和“圆锥体”。具体要求如下: a) Triangle类具有类型为double的三个边长度以及周长属性;定义构造函数,返回周长和修改三个边的方法。另外,Triangle类还具有一个boolean型的属性,该属性用来判断三个属能否构成一个三角形。 b) Circle类具有类型为double的属性半径和面积;定义设置半径,返回面积的方法。 c) Cone类具有Ci
MVCcircle
- 1 利用基本MVC模式实现下图所示的应用程序,程序主要功能如下: (1)当用户在图形化用户界面输入一个圆的半径时,程序将显示该圆的周长与面积,并画出该圆(如图中右面所示); (2)当用户在图形化用户界面上拖动表示圆半径的标尺时,自动显示圆的半径、周长和面积;并在图形界面上画出图形; (3)假设程序需再扩充一项功能:要求在程序界面上显示该半径的球体的表面积,试分析如何实现这一功能,并实现该功能。 (1 using the basic MVC model to achieve the fol