搜索资源列表
MiniDrawPad
- 一个java做的画图小程序,可以画直线,椭圆,圆,长方形,还可以选择画笔的粗细,画笔的颜色,可以保存图形。-do a small drawing procedure could draw straight, oval, round, rectangular, and can also choose the size of the brush, brush the color and graphics can be preserved.
picture112
- 这是我用JAVA写的2D图表描制系统。能绘制各种常用的2D图形,比如正方形、长方形、圆形、椭圆、线条等等!-This is what I used to write Java 2D graphics system depiction system. Commonly used to draw various 2D graphics, such as square, rectangular, round, oval, line, etc.!
oneall
- 计算机图形学中的一笔画长方形的java实现-computer graphics of a stroke rectangular achieve java
EnumExample
- 用java实现的枚举类型和实现长方形的程序!在机子上编绎并且通过!!很实用!-with java realized enumeration type and procedures to achieve a rectangular! On the loom series unravel through! ! Very practical!
TestRectangle
- 用java实现的测试程序,一个是长方形的测试程序!在机子上编绎并通过!-java with the test procedures to achieve, is a rectangular testing procedures. On the loom and through continuous series!
实例72
- 用java编写的画长方形的程序-prepared with the rectangular painting process! !
java
- (1) 设计一个程序,用于根据用户输入的命令行参数数量来计算长方形、正方形、三角形的面积。如果输入的参数为一个、二个、三个则它们应分别对应正方形、长方形、三角形,如果没有参数,则通过异常处理方法现实错误消息。(用于计算面积的方法是一个重载的方法。提示:定义一个抽象的父类,并提供一个抽象的方法area(). 再派生出三个子类,重写area()方法,然后在main方法中用多态来实现具体的面积函数的调用)。
MiniDrawPad
- 这是一个用JAVA编写的画板程序,可以画圆,长方形,直线等
JAVA
- 能够画线条、圆和长方形的Java程序,并且可以按照从小到大的顺序擦除,且可以继续按照从大到小的顺序再重新画上。
MiniProject-05B04-PengYu
- 一个大学本科java课程的大作业。要求利用GUI以及APPLET分别完成一个任务:随机产生三角形,正方形和长方形若干个。计算统计每种图形出现的个数-A university undergraduate course java big operation. Require the use of GUI, as well as, respectively, to complete a task APPLET: randomly generated triangle, square and recta
Java-picturedraw
- 用Java语言实现的简单的画图软件,包括画直线、圆、椭圆、长方形等-Java language with a simple drawing software, including painting a straight line, round, oval, rectangular, etc
drawing
- 这是我以前做的画图程序,三角形,圆形,正方形,长方形,五星,各种图都可以。-This is what I have done before the drawing process, triangle, circle, square, rectangular, five-star, all kinds of plans can be.
areaandlength
- 计算长方形、圆形、梯形的面积和周长的Java源代码-Calculating rectangular, round, trapezoid area and perimeter of the Java source code
05
- 编写一个create.jsp页面,用文本框输入一个名字,调用bean在Tomcat服务器的webapps目录下创建此目录。-< @ page contentType="text/html charset=gb2312" > < @ page import="bean.Computer" > < @ page import="java.io.*" > < double num1=0,num2=0 try{ num1
JAVA4
- JAVA开发的绘图小程序,能实现简单的绘图功能。能用鼠标拖动画出椭圆,正圆,直线,正方形,长方形,弧线,还能设置颜色,具有擦出、清除、保存等功能。-JAVA applet drawing development, to achieve the simple graphics. Can drag the mouse to draw an ellipse, perfect circle, line, square, rectangle, arc, but also set the color, ha
JAVA
- 本文为一次java的实验报告,其中编写了长方形正方形的程序,而且还用接口实现了程序,比较完整,已经上机运行过-This time the java lab reports, prepared a rectangular square of the program , but also the interface to achieve the program , more complete , has been on the machine running
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.
cx4
- 利用Java语言中的库方法fillRect和drawRect画两个长方形。-Method used in the Java language libraries fillRect and drawRect draw two rectangles.
2Dfigures
- 使用java编写2D图形的绘制入门程序,包括长方形,圆形,三角形等。-Using java to write 2D graphics rendering entry procedures, including rectangular, circular, triangular and the like.
点线圆长方形三角形的周长和面积
- 设计一个能够描述点(point)、线(line)、圆(circle)、矩形(rectangle) 和三角形(triangle)等几何形状的类体系,能够计算不同形状的 周长和面积(如果能够定义的话)。程序文件命名为 Exe3_3.java。