资源描述:
《计算机科学与技术毕业论文基于WEB的学生综合测评系统的设计与实现》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、计算机科学与技术毕业论文-基于WEB的学生综合测评系统的设计与实现本科毕业设计题目基于WEB的学生综合测评系统的设计与实现作者:专业:计算机科学与技术指导教师:完成日期:2012年6月6日南通大学计算机科学与技术学院2012年6月13日摘要本文根据学生综合测评系统的特点,采用B/S(浏览器/服务器)的系统设计方案。选用ASP.NET和SQLServer2008开发环境,设计并实现了一个学生综合测评系统。主要工作如下:首先,本文对系统进行了全面的分析,具体包括可行性研究、需求分析、数据流程分析以及
2、系统流程分析。通过对可行性进行研究,得出了系统开发是可行的结论;通过用户的需求分析,了解了综合测评系统应该具有的功能;通过数据流程分析,明白了系统中数据的流向;通过系统流程的分析,得到了系统流程图。其次,本文阐述了该系统的设计与实现,其包括总体设计、数据库设计及详细设计与实现,通过对系统的总体设计,划分出系统具体的功能模块;通过对数据库的设计,得到了系统的逻辑结构;通过详细设计与实现,实现了系统的各项功能。最后,本文介绍了该系统测试的方法、步骤及采用的测试用例。经过一系列严格的测试得出的结论是:
3、虽然本系统存在一定的缺陷,但是其各项功能却是较为可靠的。本系统界面友好,操作简单,比较实用。关键词:测评系统,ASP.NET,SQLServer2008ABSTRACTAccordingtothecharacteristicsofstudentcomprehensiveevaluationsystem,theessayusestheB/SBrowser/serversystemdesign,choosesASP.NETandSQLServer2008developmentenvironment,
4、designsandimplementsastudentcomprehensiveevaluationsystem.Themainworkisasfollows:Firstofall,thisessayconductsacomprehensiveanalysisonthesystem,includingfeasibilitystudy,demandanalysis,dataflowanalysisandthesystemflowanalysis.Basedonthefeasibilitystud
5、y,itdrawsaconclusionthatthesystemdevelopmentisfeasible.Throughanalyzingthedemandsoftheusers,weunderstandthefunctionthecomprehensiveevaluationsystemshouldhave.Basedondataflowanalysis,weknowdataflowofthesystem.Byanalyzingthesystemflow,weobtaintheflowch
6、artofthesystem.Secondly,thisessayclarifiesthedesignandrealizationofthesystem,includingtheoveralldesign,thedatabasedesignandthedetaileddesignreportandtherealization.Throughthedesignofthewholesystem,wedivideitintospecificfunctionmoduleofthesystem.Bydes
7、igningthedatabase,weobtainsystemlogicstructure.Andthroughthedetailedreportandtherealization,werealizethefunctionsofthesystemFinally,theessayintroducesthemethodandtheprogressoftestingthesystemandappliessometestexamples.Throughaseriesofstricttests,itca
8、nbeconcludedthatalthoughthissystemhascertaindefects,itsfunctionismorereliable.Thesystemismorepracticalwithafriendlyinterfaceandasimpleoperation.Keywords:EvaluationSystem,ASP.NET,SQLServer2008目录摘要IABSTRACTII第1章绪论11.1系统开发背景11.2系统开发意义11.3本文结构2第2章系统开发环境介