-
ContentHandlerFactoryTest
Content Handler Factory Test extends Test Case.
- 2014-01-23 10:42:37下载
- 积分:1
-
APlayer
AP音乐播放器是一个html5的音乐播放器用于快速建造自己的音乐播放器(APlayer is a lovely HTML5 music player to help people build audio easily.)
- 2017-09-19 18:30:52下载
- 积分:1
-
Calculator
一个简单的计算器实现,带小数的加减乘除。使用Java AWT/Swing实现(Implement a simple calculator, decimal addition and subtraction)
- 2013-10-05 11:42:48下载
- 积分:1
-
java_eclipse_access
JAVA开发的聊天通讯系统,
值得学习.
java聊天系统_eclipse开发_access数据库(JAVA Developer Chat communication system, it is worth learning java chat system _eclipse developed _access database)
- 2012-07-17 16:41:51下载
- 积分:1
-
hi31sp20stru21_emp
spring2.0 hibernate3.3 struts2.1 框架搭建(spring2.0 hibernate3.3 struts2.1)
- 2015-09-06 05:49:43下载
- 积分:1
-
GuitarTuner1.1
多年前完成的用于吉他调音的软件, 基本原理是利用快速傅立叶变换FFT对麦克接收到的外部声源进行频率分析, 以此确定吉他的六根弦的音准, 当时因为想用手机代替调音器, 所以用java写的, 适合对信号处理或频率分析的同学看看( )
- 2021-02-03 20:29:59下载
- 积分:1
-
Experiment-III
大学Java课程实验三,要求学会使用继承接口与多态。(Java course experiment three universities require learn to use interface inheritance and polymorphism.)
- 2013-08-31 16:06:49下载
- 积分:1
-
CorsConfig
说明: 遇到跨域问题把此java文件加进config类里(Add this java file to the Config class when encountering cross-domain problems)
- 2020-06-22 13:40:02下载
- 积分:1
-
chatroom
一个用java编写的聊天室工具,使用了多线程,每次上线一个用户都会开辟一个线程(Write a java chat room tools, the use of multiple threads, each on-line user would open up a thread)
- 2014-06-08 17:35:38下载
- 积分:1
-
Mypicture
定义4个类,MyShape、MyLine、MyRectangle和MyOval,其中MyShape是其他三个类的父类。MyShape为抽象类,包括图形位置的四个坐标;一个无参的构造方法,将所有的坐标设置为0;一个带参的构造函数,将所有的坐标设置为相应值;每个坐标的设置和读取方法;abstract void draw(Graphics g)方法。MyLine类负责画直线,实现父类的draw方法;MyRectangle负责画矩形,实现父类的draw方法;MyOval负责画椭圆,实现父类的draw方法。编写一个应用程序,使用上面定义的类,随机选取位置和形状,绘制20个图形。(Defines four classes, MyShape, MyLine, MyRectangle and MyOval, which MyShape the other three parent class. MyShape is an abstract class, including graphics position four coordinates a no-argument constructor, all the coordinates are set to 0 a parameterized constructor, all the coordinates is set to the corresponding values each coordinate set and reading method abstract void draw (Graphics g) method. MyLine class is responsible for drawing straight lines, to achieve the draw method of the parent class MyRectangle responsible for drawing rectangles, to achieve the parent class draw method MyOval responsible painted oval, draw method to achieve the parent class. Write an application that uses the class defined above, randomly selected location and shape, draw 20 graphics.)
- 2021-04-14 09:08:55下载
- 积分:1