本设计由html开发,毕业论文6千字
摘要:
本文介绍的是基于对现在流行的单机打字测试系统所带来的不便,从而编写的一个Web打字原型系统。此系统是采用JavaScript编写,对用户所输入的文字进行测试,测试的方面主要包括:录入文字的速度、录入文字的错误率、在文字录入时出现的错误能够及时标记出来、对测试结果的保存。本文也是主要在上述几方面进行编码设计。
此系统在Web中发布以后,会大大方便用户,使用户在何时何地都能进行此种测试及练习。
关键词:原型,JavaScript,文字测试,算法分析
Abstract:
This thesis introduces a Web-based typewriting prototype system which is based on the inconvenience of PC. The system is coded by JavaScript language . This system tests users typewriting, the test mainly includes : the speed of writing, the error rate of writing, the preservation of the test results. This thesis also is mainly to carry on coding the design several aspects above. The system published on the Web would take it easy for user to do the tests and practices when and where they need.
Key words: prototype; JavaScript; typewriting; algorithm analysis
目录
摘要: 6
Abstract: 6
1 引言 8
2 打字系统的需求分析 8
2.1 了解JavaScript 8
2.2 JavaScript的特点 8
2.3打字系统的功能流程图 9
3打字系统的总体设计 9
3.1打字系统的功能模块图, 9
3.2 打字系统的用户界面设计,如图3: 10
4 打字系统的详细设计 11
4.1程序的设计说明 11
4.2、功能设计 11
5 测试 14
5.1 测试的目标 14
6 打字系统总结 14
参考文献: 14
谢 辞 15