搜索资源列表
hm6
- 抽象类的使用 设计一个类层次,定义一个抽象类--形状,其中包括有求形状的面积的抽象方法。 ----继承该抽象类定义三角型、矩形、圆。 ----编写一个主程序将一个三角形、矩形、圆存入一个数组中,将数组中各类图形的面积输出。-kind of abstract designs a class hierarchy, the definition of an abstract category -- shape, These include the shape of the area fo
2Matrix
- Actionscr ipt2.0编写的矩形的变幻源码!-Actionscr ipt2.0 prepared by the changes in the source rectangle!
xccc
- 简单定义一个由矩形左上角和右下角两点定义的矩形对象的类。该类包含一个复制矩形的构造函数和一个返回矩形对象的方法,该对象包含当前包含当前对象,并且该矩形作为参数传递该方法,还有一个用于显示该矩形的定义的点的方法。生成4个矩形对这个类进行测试,-simple definition of a rectangle from the upper left and lower right corner 2:00 definition of the rectangular object class. Such
ColorRect
- 向容器中设置背景色为桌面颜色;设置颜色,并绘制矩形、圆角矩形、椭圆,并且将其显示出来;,并填充矩形、圆角矩形、椭圆(设置颜色);设置字体,并显示文本信息。-containers to set the background color of the desktop color; Set the color, and drawing rectangle, rounded corner rectangles, ovals, and to demonstrate; , and filled rectan
PaintRect
- 这是两个画矩形的小程序、程序主要通过获取鼠标的坐标,和结束的坐标来画出这个矩形,并且在画面上可以保存已画的矩形,设定了可画的个数限定。以此类推,可以作出一个画板来啦-This two small rectangular painting processes, procedures, primarily through the acquisition mouse coordinates, and ending coordinates of the rectangle to paint, and t
SimpleDrawBoard
- 一个使用Java完成的简易绘图板,可以画直线、矩形、圆,及自由绘图。-use a simple Java completed the drawing board, line drawing, rectangle, circle, and free drawings.
screenSavers
- 屏保应用程序,使用JAVA开发的一个简单的屏幕保护程序,能自动绘制矩形-Screen Saving application procedures, the use of the JAVA development of a simple screen saver to automatically drawing rectangle
testshape
- 3. 设计一个接口Shape,接口中包含方法:Draw和Resize。定义一些具体类,如:Point、Line、Circle、Rectangle等,每个类都实现接口Shape。Draw方法绘制图形,Resize方法改变图形大小。用Java实现这些接口和类,并用测试类测试它们。 注意:不需要真正绘制图形,如Line的Draw方法只需输出下面文本即可: “直线的起点是(x1,y1,),终点是(x2,y2)”-3. A Shape interface design, interfaces includ
JavaDraw
- 绘图程序,可以画圆,矩形,直线,任意轨迹,指定颜色,添加文字-mapping procedures, Circle, rectangle, straight lines, arbitrary trajectory, the designated colors, add text
Rectangle
- 1.设计一个时间类(年、月、日、时、分); 设计一个通知类,包含时间,地点和事件;其中时间用时间类的对象; 通知类中包含构造函数、输入通知和打印通知等功能函数。 在主程序中测试。 2.设计一个矩形类,数据成员是对角线上顶点。矩形类可以计算面积。
DiagramEditor
- 一个图形编辑器,可绘制圆形、矩形、直线等 可选择、删除-a graphics editor, can be drawn circle, rectangle, line, etc., to choose to delete
rectangle
- 矩形类的说明,包含所有的属性,如长度,宽度等-descr iption of the class rectangle
Rectangle
- 一个计算周长和面积的小程序,使用java语言既简单又实用-Calculate perimeter and area of a small program, using java language is simple and practical
Rectangle
- 创建用于表示屏幕或平面坐标系上矩形的数据类型 Rectangle-Created for that screen or flat rectangular coordinate system on the data type Rectangle
Rectangle
- 做一个简单的矩形面积计算器,要求你输入长和宽就可以计算出其面积。- 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
Rectangle
- 画出一个矩形 长宽都可自定义 还可以计算其面积-Create a class Rectangle.i) It should have two instance variables l (the rectangle’s length) and w (the rectangle’s width). ii) It should have one method that calculates the area of the rectangle and returns it to the caller
Rectangle
- 一个计算长方形面积的简易程序 可更为输入边长计算面积的程序-calculates the area of the rectangle
rectangle
- java写的关于长方形在坐标系的程序,可以比较长方形,求交集并集补集,调试通过可运行的代码。-java write on a rectangular coordinate system in the program, you can compare a rectangle, for intersection and set complement, debugging code can run.
Rectangle-Kopia
- RECTANGLE-KOPIA JAVA RECTANGLE-KOPIA JAVA RECTANGLE-KOPIA JAVA-RECTANGLE-KOPIA JAVA RECTANGLE-KOPIA JAVA RECTANGLE-KOPIA JAVA RECTANGLE-KOPIA JAVA
Rectangle
- Create a class Rectangle,calculate and print the responding result of the area of two rectangles with the dimensions (l,w)=(8,6) and (l,w)=(7,7).