搜索资源列表
elsfk
- java游戏的实现,应用java中双缓冲,多线程,等多项技术。
Snake
- 项目描述:贪吃蛇游戏,实现了蛇,食物,界面等对象。实现了蛇的移动,食物的随机出现以及蛇吃食物变长和蛇移动,食物的随机出现以及蛇吃食物变长和蛇移动到界面外死亡的功能,本项目主要是练习 面向对象的思想,SWING,多线程,事件监听,容器,泛型以及接口的使用等 -Project Descr iption: Snake game, achieve a snake, food, and other interface objects. Implementation of the snake mov
youxi
- 一个JAVA小游戏,一个典型的多线程小实例:球的运动,适用于初学者交流 -A JAVA game, a typical multi-threaded a small example: the ball s movement, for beginners exchange
WordGameJava
- Java打字游戏的源代码<br>学习多线程的好例子,适合初学者来使用。-Java source code typing game to learn a good example of multi-threaded, suitable for beginners to use.
java_application
- 一个类似超级玛丽的java小游戏,利用系统midplay实现背景音乐,线程池技术实现音效功能。另外北京音乐为多声道文件,程序中可通过控制声道实现不同背景音乐。-Super Mario' s java a similar game to achieve using the system midplay background music, sound technology features a thread pool. In addition to Beijing' s multi-ch
Fireworks
- 一个用java编写的 "烟火" 小程序 采用多线程 给某些需要的新人使用-A written using java " fireworks" small program uses multiple threads to use some of the needs of new
TankWar2.7
- 一个用java完成的坦克大战小游戏,运用的知识有awt 多线程 gui -A complete Tankedaizhan with java games, the use of knowledge is multi-threaded gui awt
Parkingsystem
- 主要用通过多线程控制(也就是生产者消费者的问题),还有就是java游戏开发的一些知识来,模拟了一个停车管理系统-Mainly used by multi-threaded control (that is, producers and consumers), there is some knowledge to java game development, simulation of a parking management system
MULTIBALL
- 利用多线程实现弹球的运行,主要涉及JAVA的多线程机制-Multi-threaded implementation pinball run, mainly related to the JAVA multi-threading mechanism
FAN
- 利用JAVA中多线程机制和画图功能实现多个风扇的转动,可以调整风扇的速度等-JAVA multi-threading mechanism and drawing features multiple fan rotation, you can adjust the speed of the fan
BlockDemo
- 这是一款传统游戏,主要培养使用Java语言进行GUI设计、图形编程、多线程程序的开发、算法的实现思路。-This is a traditional game, the main train using the Java language for GUI design, graphics programming, development of multi-threaded program, algorithm implementation ideas.
tank
- 这是一个用java写的模拟坦克大战的游戏,图不太好看,但是里面用到了多线程,基本上实现了坦克大战的功能。-This is a java simulation Battle City game, figure does not look good, but which uses a multi-threaded, basically realize the Battle City functions.
Snack
- 利用Java Swing实现的经典贪食蛇游戏,利于Java初学者掌握基本的GUI编程方法以及线程的简单使用。源码在src目录下。-Use Java Swing achieved classic Snake game, which will help beginners master the basic Java GUI programming, and simple to use threads. Sources are in the src director.
JAVA
- 用java 写的小游戏,通过此游戏 ,对多线程有更好的理解-about a small game in java programe
Tank
- 一个小小的坦克游戏,可供java初学者更好的学习界面处理和线程等方面的内容。-A little tank game, learning interface for better content and other aspects of treatment and threading java beginners.
Beach-to-catch-crabs
- 线程和鼠标以及键盘事件的监听与处理是Java桌面应用程序中必须熟练掌握的关键技术。本程序使用线程和鼠标事件监听器开发一个捉螃蟹的程序,程序启动后会有一个线程控制螃蟹随机出现在沙滩的某个小洞里,鼠标点击某个螃蟹,它会流泪(因为知道自己要被抓了),而鼠标也会变成拾取物品的动作-Threads and monitor and handle mouse and keyboard events is a key technology Java desktop applications must be fa