搜索资源列表
JavaBeans
- 一个小小的javaBean程序:求圆的各种参数-a little javaBean : Yuan for the various parameters
time29
- 用画线和画圆绘制指针时钟-painted and the Circle Line Drawing indicator clock
CustomEventTest
- 这是一个经典的动态页面JAVA程序。在每一次定时器滴答,就可以生成随机圆并把屏幕下移一个像素,效果如同降雨。-This is a classic dynamic pages JAVA procedures. Every time the timer tick, it can generate random yen and a lower pixel screen, the effect as rainfall.
hm6
- 抽象类的使用 设计一个类层次,定义一个抽象类--形状,其中包括有求形状的面积的抽象方法。 ----继承该抽象类定义三角型、矩形、圆。 ----编写一个主程序将一个三角形、矩形、圆存入一个数组中,将数组中各类图形的面积输出。-kind of abstract designs a class hierarchy, the definition of an abstract category -- shape, These include the shape of the area fo
x_painter
- 一个实现了,画圆,直线,橡皮擦,随意画等功能的java画图程序-one achieved, and the Circle Line and eraser, arbitrary function of painting java drawing program
Print_Mesure_GeometricShape
- 此程序可实现:在可视化界面中随即生成一些图形(长方形、椭圆、圆、正方形);程序会自动告诉你所生成的图形的形状并计算这些图形的面积;最后程序会自动统计各个图形的分布。-this procedure can be achieved : the visual interface immediately generated some graphics (rectangular, oval, round, square); the program will automatically tell you g
fkdsaljglksa
- 圆 圆 圆 圆 圆 圆 -round round round round round round
roundapplet
- 一个多线程Applet,实现简单的动画,具体实现:自动出现由小到大变换的圆,位置和颜色随机,变到直径为150时擦除,重新再出现圆;变换速度可以由控制sleep时间的方式来完成。 -a multithreaded Applet achieve simple animation, concrete realization : automatically transform the small to large, round random location and color, change to
JPaint
- 本程序主要是实现了画圆以及几何图形的图形编辑器,希望能给爱好用JAVA编辑图形的朋友有所帮助.-this procedure is a major Circle geometry and graphics editor, hope that they will be using Java-loving friends graphics editing help.
SimpleDrawBoard
- 一个使用Java完成的简易绘图板,可以画直线、矩形、圆,及自由绘图。-use a simple Java completed the drawing board, line drawing, rectangle, circle, and free drawings.
DrawPaintCode
- 代码实现了计算机图形学中画线算法(包括DDA,中点法,Bresenham)以及画圆算法(包括中点法,Bresenham)以及多边形的填充(包括边填充,种子填充,扫描填充)多边形的二维变换,多边形的裁减等功能.根据不同的控件进行选择,然后实现各算法.-code realized the computer graphics line drawing algorithm (including DDA, the midpoint method, Bresenham) and Circle algorit
Test10
- 在java下用*号划圆!-in java using * zoned round!
DRAWSHAPE
- 本程序是程序设计第五版课后习题,实现画圆,画直线,画矩形-This procedure is the fifth edition of the after-school exercise program design, implementation drawcircle, draw a straight line, draw rectangle
draw_circularity_with_java
- 用java简单的画圆,对于初学者还是比较使用的。-for java practise
Circle
- java 中实现的下一个画圆的小程序,初学习2D的画图指南-java draw a circle including filling colors
paint
- java事件处理事例,输入圆心坐标,单击鼠标取得半径画圆-java event handling example, enter the center point coordinates, click the mouse to obtain a radius of Circle
huz
- 用类和继承,分别求三角形,正方形,圆的面积-With classes and inheritance, were seeking triangle, square, circle the area
Calculate two intersecting rounds.rar
- 用Java程序实现两个圆相交部分的面积,输出值精确到小数点后六位(Calculate two intersecting rounds of Java programs)
DrawCircleAndSquare
- Java图形界面作业题 题目要求: 窗体内“单击鼠标左键”,在鼠标处绘制一个“绿圆” 窗体内“单击鼠标右键”,在鼠标处绘制一个“红色方框” 窗体内“双击鼠标左键”,清空所有已画“圆”和“方”(Java graphic interface homework Title requirements: In the form, click the left mouse button, and draw a green circle at the mouse&quo
点线圆长方形三角形的周长和面积
- 设计一个能够描述点(point)、线(line)、圆(circle)、矩形(rectangle) 和三角形(triangle)等几何形状的类体系,能够计算不同形状的 周长和面积(如果能够定义的话)。程序文件命名为 Exe3_3.java。