搜索资源列表
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! !
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
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.
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。