摘 要:二十世纪的后半期,尤其是90年代后,计算机取得了飞速的发展。近来,随着网络的发展,计算机已经成为人们生活中不可缺少的一部分。提高人们对计算机的操作能力显得尤为重要。而打字速度是衡量一个人操作熟练程度的一个重要方面。因此开发一种高效的打字系统显得迫在眉睫。但是目前的打字系统都是单机的测试,每个学生一台机器,即每次考试时有老师监考。考试完后再有老师逐个的统计学生的测试成绩。在网络飞速发展的今天,这样的系统显得过于落后。
本系统就是基于网络,开发了在线打字测试系统。本系统也使用了网络上流行的两种模式:C/S和B/S模式,结合了它们的优缺点。本系统的操作比较方便,在进行考试时,需要一台服务器,其负责所有学生的测试信息管理,如设置测试时间,存储学生的考试成绩。每个学生考试时都与这台服务器连接,在考生考试结束后,服务器自动记录成绩,而不需要手工记录,所以显得极为方便。
本系统使用的开发工具是vb6.0,它是目前比较流行的开发工具。在执行效率方面比较有优势,本系统在进行在线测试时可以保证网络传输能够正常进行。因此用户可以放心的使用。
关键词: C/S模式,B/S模式,VB6.0,服务器
Abstract
In the last of the twentieth century, the computer has been developed very fast, especially after the age of Ninth century. Recently, as the development of the network, the computer has become a part of people’s life. How to improve the operation ability of computer become very important. But the speed of the typewriting is a important part of the estimating the ability of computer. So how to develop a efficient system of testing the speed of typewriting is very necessary. But all the test of typewriting is single testing. That is, every student has a computer and the teacher evaluate the student when the test is beginning. The teacher will account the result of the student. This system is becoming update in the fast developing of the network.
This system base on network. This system uses the two popular mode of the network, the C/S mode and the B/S mode. The operation of this system is very convenience. When the test is beginning, the Sever can manage the test, such as setting the test of time. It can deal with the information of the test. After the test, the Sever can autosave the score. It doesn’t need the handsave.
The system use the tool of vb6.0 to develop, which is the very popular tool of developing. It has an advantage in the efficiency. It can ensure the test work process successful. So the user can use it safely.
Keywords:
C/S mode ;B/S mode;VB6.0;Sever
前 言
随着科学技术的不断提高,计算机科学日渐成熟,计算机已经深入到工作和生活的各个角落,文字录入是学习计算机非常重要的一部分。在手写录入技术和语音识别技术还不完善的同时大部分人还在使用键盘作为文字录入的工具。所以我编了这样一个小程序,同时也是我的毕业设计,希望能对电脑初学者和想提高打字速度的朋友们有所帮助。
计算机是人类社会20世纪的重大科技成果之一。自1946年世界第一台电子数字计算机诞生至今,在短短50多年的时间里,计算机技术得到了飞速发展。目前计算机已广泛应用在工业,农业,科技,国防,文教,卫生,家庭生活等各个领域中,已成为现代人类生活不可缺少的智能工具。