资源简介

实现打字训练游戏的设计,本打字训练可以进行英文字符,其他字符和全部字符的打字训练,每次练习50~300个字符,并进行打字时间,打字速度,正确率的统计显示。程序显示均为文本界面,且每个界面只显示一个文本。

资源截图

代码片段和文件信息

#include 
#include 
#include 
#include 
char LittleWin () //退出确定界面
{
system(“cls“);
char *a[7]choice;
int i;
a[0]=a[6]=“               **************************************************               “;
a[1]=“               *                 -----Exit-----                 *               “;
a[2]=“               *                    Warning!                    *               “;
a[3]=“               *     This operation will exit the program!      *               “;
a[4]=“               *          Do you really want to quit?           *               “;
a[5]=“               *                      [Y/N]                     *               “;
for (i=0;i<7;i++)
{
puts(a[i]);
}
while(1)
{
printf (“Press Y to quit pr

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

    ICA....      1641  2008-05-28 22:43  打字练习游戏\最终程序\english.dat

    ICA....    237635  2008-05-29 16:47  打字练习游戏\最终程序\Game.exe

    ICA....       379  2008-05-29 12:47  打字练习游戏\最终程序\other.dat

    ICA....      1222  2008-05-17 15:26  打字练习游戏\最终程序\typeall.dat

    ICA....      6894  2008-05-21 20:44  打字练习游戏\源代码\Game\Debug\End.obj

    ICA....      4755  2008-05-21 20:44  打字练习游戏\源代码\Game\Debug\frame.obj

    ICA....    237635  2008-05-29 17:05  打字练习游戏\源代码\Game\Debug\Game.exe

    ICA....    283832  2008-05-29 17:05  打字练习游戏\源代码\Game\Debug\Game.ilk

    ICA....    225452  2008-05-29 17:05  打字练习游戏\源代码\Game\Debug\Game.pch

    ICA....    623616  2008-05-29 17:05  打字练习游戏\源代码\Game\Debug\Game.pdb

    ICA....      4985  2008-05-29 17:05  打字练习游戏\源代码\Game\Debug\GetCharacter.obj

    ICA....      3454  2008-05-29 17:05  打字练习游戏\源代码\Game\Debug\main.obj

    ICA....      6724  2008-05-29 16:47  打字练习游戏\源代码\Game\Debug\Result.obj

    ICA....      4051  2008-05-29 17:01  打字练习游戏\源代码\Game\Debug\Typing.obj

    ICA....     50176  2008-05-29 17:05  打字练习游戏\源代码\Game\Debug\vc60.idb

    ICA....     53248  2008-05-29 17:05  打字练习游戏\源代码\Game\Debug\vc60.pdb

    ICA....      5309  2008-05-29 12:51  打字练习游戏\源代码\Game\Debug\Welcome.obj

    ICA....      1785  2008-05-21 20:42  打字练习游戏\源代码\Game\End.cpp

    ICA....      1641  2008-05-28 22:43  打字练习游戏\源代码\Game\english.dat

    ICA....       864  2008-05-21 20:44  打字练习游戏\源代码\Game\frame.cpp

    ICA....      4831  2008-05-18 19:44  打字练习游戏\源代码\Game\Game.dsp

    ICA....      1413  2008-05-29 17:05  打字练习游戏\源代码\Game\Game.plg

    ICA....       853  2008-05-29 17:05  打字练习游戏\源代码\Game\GetCharacter.cpp

    ICA....      2536  2008-05-29 17:05  打字练习游戏\源代码\Game\main.cpp

    ICA....       379  2008-05-29 12:47  打字练习游戏\源代码\Game\other.dat

    ICA....      1293  2008-05-29 16:46  打字练习游戏\源代码\Game\Result.cpp

    ICA....      1222  2008-05-17 15:26  打字练习游戏\源代码\Game\typeall.dat

    ICA....       622  2008-05-29 17:01  打字练习游戏\源代码\Game\Typing.cpp

    ICA....      1149  2008-05-29 12:51  打字练习游戏\源代码\Game\Welcome.cpp

    ICA....       521  2008-05-18 19:42  打字练习游戏\源代码\打字练习游戏.dsw

............此处省略14个文件信息

评论

共有 条评论