搜索资源列表
shapes
- 根据Java中继承的特点,用图形之间的继承关系实现多态。-Inherited according to the characteristics of Java, the inheritance relationship between the graphical multi-state.
Shape
- 求一个几何图形的周长和面积,包括圆,三角形,四边形-For a perimeter and area of geometric shapes, including round, triangular, quadrilateral
GameFK
- Java程序 俄罗斯方块 可通过手机虚拟机上传至手机作为手机游戏,可根据个人爱好添加方块颜色和形状。-Tetris Java program can be uploaded to mobile phones as a virtual machine, mobile phone games, can be added according to personal preferences box colors and shapes.
dbscan
- Density Based Spatial Clustering of Applications of Noise Uses a density-based notion of clusters to discover clusters of arbitrary shapes, in spatial databases Key idea: for each object of a cluster, the neighborhood of a given radius contains
Paint_FINAL
- paint program that paints shapes like lines and circles.
hw2-project
- 简单的java 画图板 可完成三角,正方形,椭圆,直线的画,删除,移动,并带有undo,redo功能。纯Swing。-a simple program for drawing shapes
PrimitiveShapes
- Java application that will create and display different primitive shapes and in different colors.
Link_GUI
- 用Java实现是链表的综合操作,链表元素为不同的形状,同时用GUI画出来整个链表,形象表示链表的状态-Java implementation is linked with the integrated operation, the list element for different shapes, while the entire list with a GUI drawn, the image that the state list
LinesRectsOvals
- java code showing different shapes in a frame
Java2DGraphics
- Java 2D was designed so that simple operations are simple and complex operations are feasible. This book is designed the same way. It explains the simple way to do things first, then follow up with the full detail.shows how the 2D API can be used
drawshpe
- draw shapes in java. as u do in computer graphics in c
ShapeExp1
- 个人原创代码:矩形、圆形、正方形等形状的操作。编写Java Application程序,定义抽象类Shape,抽象方法为showArea(),求出面积并显示,定义矩形类Rectangle,正方形类Square,圆类 Circle,根据各自的属性,用showArea方法求出各自的面积,在main方法中构造3个对象,调用showArea方法。 定义接口DiagArea,其中包含方法double getDiagonal()求对角线长, double getArea()求面积,定义一个矩形类,实现此
draw-in-java
- 利用JAVA中的算法绘制基本图形,实现基本功能-draw basic shapes
shapes
- 這是一個用bluej 畫圖的例 新學習java或bluej的人應該看看的-This is a the bluej drawing the cases of new learning java bluej should look
one-drawing-program-based-on-java
- 一个绘图程序,程序可以根据用户的请求绘制圆、矩形、直线等几何图形,并且可以移动这些图形.-A drawing program, the program can be based on user requests to draw a circle, rectangle, line and other geometric shapes, and can move these graphics
Shapes
- Drawing of shapes using Java Language
Shapes
- 使用java程序绘制直线、圆形、三角形、矩形(This is a java project demo to paint rectangle,circle,line.)
Shapes
- 一个用Java语言编写的画图小工具的小程序展示(a program which is used to draw)
Shapes
- 通过Java编程构造直线圆形等图案绘制图片(Through the Java programming to construct linear, circular and other patterns to draw pictures)
Ex3_1
- 1.编写一个日期时间类Datetime,能够输入、显示和修改日期(年、月、日)和时间(小时、分、秒)。程序文件命名为Exe3_1.java。 3.设计一个能够描述点(point)、线(line)、圆(circle)、矩形(rectangle)和三角形(triangle)等几何形状的类体系,能够计算不同形状的周长和面积(如果能够定义的话)。程序文件命名为Exe3_3.java。(1. Write a Datetime class, which can input, display and mod