欢迎来到天天文库
浏览记录
ID:32857333
大小:686.00 KB
页数:31页
时间:2019-02-16
《某高校计算机等级考试系统实现》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、.某高校计算机等级考试系统的实现摘要随着计算机技术的发展及计算机的日益普及,基于B/S结构的考试系统与无纸化办公一样已成为大势所趋。论文详细论述了一个基于B/S结构的计算机等级考试系统的设计过程。软件采用ASP.NET2005作开发平台,C#作编程语言,SQLServer2005作数据库管理系统,实现了试题管理、试卷生成、在线考试、试卷评判、权限管理、在线报名及站内公告等功能。系统符合全国计算机等级考试的要求。论文组织如下:首先阐述了该系统的开发背景、意义;其次介绍了相关的开发工具及技术基础;接着对系统的需求进行了分析
2、,并提出了具体的设计方案和数据库模型;然后展现了整个系统的具体实现,包括数据库的设计和连接,各功能模块的实现;最后对该软件进行了严格的测试。关键词:B/S结构;计算机等级考试;考试系统...TheDesignandImplementationofComputerRankExaminationSystembasedonB/SAbstractWiththedevelopmentofthecomputertechnologyandthepopularizationofcomputers,theexaminationsyste
3、mbasedonB/Sstructurehasbecomethetrendofthetimesthesameasthepaperlessoffice.ThepaperdiscussesindetailthedevelopmentanddesignprocessofacomputerrankexaminationsystembasedonB/Sstructure.ItusesASP.NET2005asthedevelopmentplatform,C#astheprogramminglanguage,SQLServer20
4、05asthedatabasemanagementsystem,andincludestestquestionsmanagement,examinationpaperproduction,onlineexaminations,examinationpaperjudgment,authoritymanagement,onlineenrollmentandsitenotice,etc..Itcanaccordwiththerequirementofthenationalcomputerrankexamination.The
5、paperisorganizedasfollowing:Firstly,analyzesthebackgroundandsignificance;Secondly,introducesthedevelopmenttoolsandthefoundationofthetechnology;Thirdly,analysesthedemandofthesystem,givesaspecificdesignprojectandadatabasemodel;Thenshowstheimplementationofthewholes
6、ystem,whichincludesthedesignandlinkageofthedatabaseandtheimplementationofeverymodule.Finallygivesatestofthesystem.Keywords:B/Sstructure;Computerranktest;Examinationsystem...目录论文总页数:31页1引言12技术背景22.1B/S结构22.2开发工具简介22.2.1VisualC#2005简介22.2.2SQLSever2005简介33系统分析33.1
7、需求分析33.1.1系统需要解决的主要问题33.1.2系统应该具备的基本功能43.2可行性分析43.2.1技术可行性分析43.2.2经济可行性分析53.2.3社会因素方面的可行性分析54总体设计54.1基本设计思想及流程图54.2系统功能结构图54.3系统架构64.3.1数据访问层64.3.2业务逻辑层74.3.3页面显示层74.4数据库的设计84.4.1创建数据库84.4.2创建表84.4.3关系设计104.5数据访问接口及通用组件104.5.1获取安全数据(GetSafeData)104.5.2构造SQL语句(SQ
8、LString)104.5.3字符串加密(Security)115网站后台主要功能模块115.1用户登录模块设计115.1.1前台页面设计11...5.1.2后台功能代码115.2后台管理页面设计125.2.1人员管理页面设计135.2.2试题管理页面设计145.2.3公告管理页面设计155.2.4密码管理页面设计175.2.5试
此文档下载收益归作者所有