搜索资源列表
dzyx
- Java写的打字游戏源码....,已经上传可5个java源码了,如果对pudn有用的话,请给我10次下载机会体验~~~~~祝pudn越办越好-written by typing Java source ..., the game may have to upload five java source. If pudn useful, please give me the opportunity to download 10 04:40 wish the experience even bette
MyPanel
- 本游戏运行在java环境下,解压缩后需要compile在执行,是一个打字类的小游戏,测测你的打字速度。-run of the game in java environment, the need to decompress after the implementation compile, is a typing class of small game, Test your typing speed.
dazixiaoyouxi
- 一个练习打字的小游戏,利用java语言开发,能在短时间迅速提高打字速度!-practice typing a small game, using java language development can rapidly improve in a short period of time typing speed!
HsType
- java加多线程做的打字游戏,希望大家喜欢-java Additional threads to do the typing game
WordGameJava
- Java打字游戏的源代码<br>学习多线程的好例子,适合初学者来使用。-Java source code typing game to learn a good example of multi-threaded, suitable for beginners to use.
javaDaZi
- 打字游戏代码,用java写的,是JCreate编写的!游戏开始后,屏幕上方同时有四个数字分四列下落,每个数字由三位组成。玩家用键盘依次输入数字,如果输入的数字序列与某一列正在下落的数字三位全部相同,则给玩家加10分,该列数字消失,该列新产生数字并下落;如果输入的数字某一位不相同,则输入的数字序列全部作废,重新接收输入。某一列数字到达屏幕底部则游戏结束。 -Typing game code, written in java, is JCreate prepared! After the gam
6
- Java简单英文打字游戏 -Java simple English typing game
youxi
- 打字赛马游戏中规定: 如果 速度>=60 并且 速度<80,显示:一星级 否则 如果 速度<100,显示:二星级 否则 如果 速度<120,显示:三星级 否则 如果 速度<140,显示:四星级 否则 如果 速度<160,显示:五星级 否则 如果 速度<180,显示:一钻级 编程,文件名TGT1.java,实现以上需求。牛牛算法,不用一个IF语句以及switch语句就能显示出与速度相应的等级。 -Typ
TypeGame
- 用JAVA语言写的一个打字游戏,也就是浏览器上随机位置出现随机颜色字母,玩家在键盘上输入的字母和浏览器里出现的字母一致,该字母则会变色后消失!-JAVA language used to write a typing game, that is, a random location on the browser appears random color letters, players enter the letters on the keyboard and the browser appea
Typing-Game-
- 这是一个打字游戏的java程序,基于eclipse平台。-This is a type of game Java program, based on the eclipse platform
HsType
- java加多线程做的打字游戏,希望大家喜欢-java Additional threads to do the typing game
TypingExercise
- java语言开发的一款简易打字游戏。打字练习边娱乐边学习的软件,通过游戏让您不知不觉的就把打字速度提上来了,还可以试试看自己的打字速度.-Java language development of a simple typing game. Typing practice while learning the software, through the game let you unknowingly put the typing speed up, you can also try to see
DaZi
- 一个基于java的小程序,jf = new JFrame("dz"); jf.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); jf.setBounds(100, 100, 500, 500); jf.setLayout(null); set4Str(); jf.addKeyListener(this); jf.setVisible(true); // jp1 = new JPanel();