资源描述:
《基于WEB的学生综合测评系统的设计与实现-毕业论文》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、基于WEB的学生综合测评系统的设计与实现摘要本文根据学生综合测评系统的特点,采用B/S(浏览器/服务器)的系统设计方案。选用ASP.NET和SQLServer2008开发环境,设计并实现了一个学生综合测评系统。主要工作如下:首先,本文对系统进行了全面的分析,具体包括可行性研究、需求分析、数据流程分析以及系统流程分析。通过对可行性进行研究,得出了系统开发是可行的结论;通过用户的需求分析,了解了综合测评系统应该具有的功能;通过数据流程分析,明白了系统中数据的流向;通过系统流程的分析,得到了系统流程图。其次,本文阐述了该系统的设计与实现,其包括总体设计、数据库设计及详细
2、设计与实现,通过对系统的总体设计,划分出系统具体的功能模块;通过对数据库的设计,得到了系统的逻辑结构;通过详细设计与实现,实现了系统的各项功能。最后,本文介绍了该系统测试的方法、步骤及采用的测试用例。经过一系列严格的测试得出的结论是:虽然本系统存在一定的缺陷,但是其各项功能却是较为可靠的。本系统界面友好,操作简单,比较实用。关键词:测评系统,ASP.NET,SQLServer2008ABSTRACTAccordingtothecharacteristicsofstudentcomprehensiveevaluationsystem,theessayusestheB
3、/S(Browser/server)systemdesign,choosesASP.NETandSQLServer2008developmentenvironment,designsandimplementsastudentcomprehensiveevaluationsystem.Themainworkisasfollows:Firstofall,thisessayconductsacomprehensiveanalysisonthesystem,includingfeasibilitystudy,demandanalysis,dataflowanalysisa
4、ndthesystemflowanalysis.Basedonthefeasibilitystudy,itdrawsaconclusionthatthesystemdevelopmentisfeasible.Throughanalyzingthedemandsoftheusers,weunderstandthefunctionthecomprehensiveevaluationsystemshouldhave.Basedondataflowanalysis,weknowdataflowofthesystem.Byanalyzingthesystemflow,weo
5、btaintheflowchartofthesystem.Secondly,thisessayclarifiesthedesignandrealizationofthesystem,includingtheoveralldesign,thedatabasedesignandthedetaileddesignreportandtherealization.Throughthedesignofthewholesystem,wedivideitintospecificfunctionmoduleofthesystem.Bydesigningthedatabase,weo
6、btainsystemlogicstructure.Andthroughthedetailedreportandtherealization,werealizethefunctionsofthesystem.Finally,theessayintroducesthemethodandtheprogressoftestingthesystemandappliessometestexamples.Throughaseriesofstricttests,itcanbeconcludedthatalthoughthissystemhascertaindefects,its
7、functionismorereliable.Thesystemismorepracticalwithafriendlyinterfaceandasimpleoperation.Keywords:EvaluationSystem,ASP.NET,SQLServer2008目录摘要IABSTRACTII第1章绪论11.1系统开发背景11.2系统开发意义11.3本文结构2第2章系统开发环境介绍42.1B/S结构简介42.2SQLServer2008简介52.3ASP.NET简介72.4本章小结8第3章系统分析93.1可行性研究93.2需求分析113.3数据流程分析11
8、3.4系统