搜索资源列表
wt101.rar
- 此程序是一个dos下打字小游戏
WriteWord2005
- 这是一个打字的程序,给刚学打字的人计时.-This is a type of procedure, to learn typing just the time.
042497
- 简单打字游戏程序,很有意思。到处都有的程序,灌水用的-simple typing games, very interesting. Everywhere the procedures used in irrigation
dohf
- 我学c语言时用TC写的打字程序,蛮好用的。-I studied language used to write the TC typing procedures, very good use.
testspeed
- 打字游戏的程序原文件-typing games procedures original documents
CETP
- DOS下练习打字程序 保存一个abc.txt文件在同一目录下.-DOS practice typing procedures abc.txt preserve a document in the same directory.
java_type_train
- java的打字程序,包含了多线程编写的练习和Applet的编程练习。-java typing procedures, including the preparation of multi-threaded Applet practice and practice of programming.
lianzi
- 本程序是一个打字程序-the typing process is a process
一个英文打字程序源代码(DOS)
- 一个英文打字程序源代码(DOS)。适合初学者。-English typing a program's source code (DOS). For beginners.
javaswing
- 打字程序,通过它可以方便地学习多线程,谢谢大家的支持-Typing program, through which you can easily learn multi-threading,Thank you for the support
CAI
- 一个原创的CAI英文打字练习程序,适合初学电脑的人练习使用-An original CAI English typing practice program, suitable for beginners who practice the use of computers
100
- 键盘打字练习游戏。本程序实现键盘打字练习功能,用户可续选择练习的难易程度,根据难易程度的不同,字母下落的速度会有所区别,游戏结束之后,程序能够统计用户练习的结果并输出。-Keyboard typing practice game. Keyboard typing practice program to achieve this functionality, users can choose exercises continued ease, according to the different
dazichengxu
- 一个用C语言编写的简单打字程序。 能设置游戏时间,能计算打字个数。-A simple to use C language type program. Can set the game time, to calculate the number type
keyhit
- 一个打字程序,非常有意思。能够掉字母然后显示不同的颜色,编译环境在vc里面-A typing program, very interesting. Be able to swap letters and then show a different color, the build environment in which vc
dohf
- 我学c语言时用TC写的打字程序,蛮好用的,-I learn c language written with TC typing procedures, fine, I
yysrctype
- VC/C++源码,字符处理,打字软件 VC++ 练习打字的小软件,本款打字程序用VC++写的,从上面会掉落字母,敲击键盘相应键即可,可倒计时显示秒数、每分钟要多少字,打字速度等,功能比较简单,可用来学习编VC程。-VC/C++ source code, character processing, typing software VC++ little practice typing software, typing this paragraph with VC++ program wr
CETP
- DOS下练习打字程序 保存一个abc.txt文件在同一目录下.-DOS practice typing procedures abc.txt preserve a document in the same directory.
dazichengxu
- 一个用C语言编写的简单打字程序。能设置游戏时间,能计算打字个数。-A simple to use C language type program.Can set the game time, to calculate the number type
dazichengxu
- 一个用C语言编写的简单打字程序。能设置游戏时间,能计算打字个数。-A simple to use C language type program.Can set the game time, to calculate the number type
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();