您现在正在浏览:首页 > 论文 > 计算机 > 毕业设计-基于.NET+SQL的计算机等级考试管理系统设计与实现

免费下载毕业设计-基于.NET+SQL的计算机等级考试管理系统设计与实现

  • 资源类别:论文
  • 资源分类:计算机
  • 适用专业:程序设计
  • 适用年级:大学
  • 上传用户:12644830
  • 文件格式:word+aspx
  • 文件大小:3.79MB
  • 上传时间:2012-5-13 23:50:43
  • 下载次数:0
  • 浏览次数:0

安全检测:瑞星:安全 诺顿:安全 卡巴:安全

资料简介
毕业设计-基于.NET+SQL的计算机等级考试管理系统设计与实现,正文共65页,28724字,附开题报告、源程序,主要技术:ASP.NET+SQL Sever2000。
摘要:随着全国计算机等级考试的全面推广,我院学生每年参加两次省计算机等级考试,每次都有4~5千人,同时学校每次考试之前都会开设相应的计算机等级考试辅导班,考试管理工作量相当大。因此,为了降低考试管理工作人员和辅导班教师的工作强度,提高管理统计效率,方便学生的学习,有必要开发一个基于B/S模式的计算机等级考试管理系统来充分满足他们的工作和学习需求。
本系统针对我院的计算机等级考试管理现状,经过实际的需求分析,采用ASP.NET技术和SQL Server 2000数据库管理系统进行开发。整个系统的开发本着方便学生的学习、方便教师的教学、方便管理员的工作的基本思想,从操作简便、界面美观、灵活实用出发,设计开发的用户管理、辅导班报名管理、信息发布、通过率统计和信息查询等功能基本能满足学生、教师和管理员的学习和管理需求。
本设计说明书主要介绍了课题的开发背景、研究意义、所完成的功能、需求分析、系统设计、各模块详细设计和用户手册等内容。
关键词:计算机等级考试管理 ASP.NET SQL Server 2000
毕业设计(论文)外文摘要
Design and Implement of a B/S model System for
Computer Rant Examination Management
Abstract: With the prevalence of the national computer rank examination, students in our campus take this examination twice each year, and each time it has about five thousand students .more or less. Simultaneously, before the examination, our college will organize corresponding assistant classes for it, so workload for .the management of the examination will be heavy. Therefore, in order to reduce the management staffs’ and the teachers’ work intensity , promote the efficiency of the Statistic, and facilitate student learning, it is necessary for us to develop a B/S model System for computer Rank Examination Management to content their working and learning needs.
This page has do actual needs analysis on status quo for the management of the computer rant examination. It is developed using ASP.NET technology and SQL Server 2000 database management system. This system is developed basis on the intention to facilitate student learning, teacher teaching, and staff managing. To develop a system has the functions including managing users and signing up of the assistant classes, publishing and inquiring information, and calculate the ratio who passed the exam, we consider in aspects as following: convenient for operating, friendly interface ,and easy to use.
The main topics of this article are the background of development, significance of research, completed function, needs analysis, system design, particular design and user manuals etc.
Keywords: Computer grading examinations management ;ASP.NET; SQL Server 2000;
目录
1 引言 1
1.1 课题的研究背景与意义 1
1.1.1 研究背景 1
1.1.2 研究意义 1
1.2 问题的定义与简介 2
1.3 课题调研 2
1.4 可行性分析 2
1.4.1 技术可行性 3
1.4.2 经济可行性 3
1.4.3 操作可行性 3
1.4.4 法律可行性 4
1.5 论文各章简介 4
2 系统需求分析 5
2.1 业务流分析 5
2.2 数据流分析 5
2.3 数据字典 7
2.3.1 数据流 7
2.3.2 数据存储 13
2.3.3 处理 15
3 系统设计 20
3.1 系统总体结构 20
3.2 数据结构设计 21
3.2.1 数据概念结构设计——E-R模型 21
3.2.2 数据逻辑结构设计——关系模型 22
3.2.3 数据表 22
3.3 系统开发与运行环境确定 27
3.3.1 开发环境 27
3.3.2 运行环境 27
3.3.3 系统实现的若干关键技术 28
4 用户登陆模块 30
4.1 用户登入模块简介 30
4.2 用户登入模块详细设计 30
4.2.1 用户登入模块详界面设计 30
4.2.2 用户登入模块详具体实现 30
5 辅导班管理模块 32
5.1 辅导班管理模块功能简介 32
5.2 辅导班管理模块详细设计 32
5.2.1 报名管理 32
5.2.2 收费管理 37
5.2.3 班级管理 38
5.2.4 教师管理 41
6 通过率统计模块 43
6.1 通过率统计模块功能简介 43
6.2 通过率统计模块的详细设计 43
6.2.1 通过率统计模块界面设计 43
6.2.2 通过率统计模块功能具体实现 44
7 信息发布模块 48
7.1 信息发布模块功能简介 48
7.2 信息发布模块的详细设计 48
7.2.1 信息发布模块界面设计 48
7.2.2 信息发布模块具体实现 49
8 信息查询模块 51
8.1信息查询模块功能简介 51
8.2 信息查询模块的详细设计 51
8.2.1 信息查询模块界面设计 51
8.2.2 信息发布模块具体实现 52
9.1 系统功能介绍 54
9.2 运行环境简介 55
9.3 系统运行与操作指南 55
10 系统评价 56
10.1 系统特色与优点介绍 56
10.2 系统存在的不足与改进方案 56
10.2.1 系统存在的不足 56
10.2.2 改进方案 57
10.3 毕业设计心得与收获 57
结 论 58
致 谢 59
参 考 文 献 60
资料文件预览
共18文件夹,232个文件,文件总大小:45.11MB,压缩后大小:3.79MB
  • 毕业设计-基于.NET+SQL的计算机等级考试管理系统设计与实现
    • BS模式的计算机等级考试管理系统的设计与实现ASP.NET+SQL Sever2000
      • CGE_ManagementSystem
        • Admin
          • CSS
            • 瀑布式表格文件style.css  [1.75KB]
          • _vti_cnf
            • aspxcontral_Admini.aspx  [112.00B]
          • aspxArticleIssuance.aspx  [2.83KB]
          • csArticleIssuance.aspx.cs  [2.93KB]
          • resxArticleIssuance.aspx.resx  [5.19KB]
          • aspxArticleManage.aspx  [5.28KB]
          • csArticleManage.aspx.cs  [4.75KB]
          • resxArticleManage.aspx.resx  [5.19KB]
          • aspxCall_boardIssuance.aspx  [2.58KB]
          • csCall_boardIssuance.aspx.cs  [2.82KB]
          • resxCall_boardIssuance.aspx.resx  [5.19KB]
          • aspxCall_boardManage.aspx  [5.30KB]
          • csCall_boardManage.aspx.cs  [4.63KB]
          • resxCall_boardManage.aspx.resx  [5.19KB]
          • aspxChargeManage.aspx  [5.34KB]
          • csChargeManage.aspx.cs  [6.61KB]
          • resxChargeManage.aspx.resx  [5.19KB]
          • aspxClassManage.aspx  [12.64KB]
          • csClassManage.aspx.cs  [17.30KB]
          • resxClassManage.aspx.resx  [5.19KB]
          • aspxClassTableLoading.aspx  [1.85KB]
          • csClassTableLoading.aspx.cs  [1.40KB]
          • resxClassTableLoading.aspx.resx  [5.19KB]
          • aspxDepartmentTableLoading.aspx  [1.83KB]
          • csDepartmentTableLoading.aspx.cs  [1.41KB]
          • resxDepartmentTableLoading.aspx.resx  [5.19KB]
          • aspxDownLoadManage.aspx  [778.00B]
          • csDownLoadManage.aspx.cs  [1.02KB]
          • resxDownLoadManage.aspx.resx  [5.19KB]
          • aspxExamAnalyse.aspx  [6.07KB]
          • csExamAnalyse.aspx.cs  [4.10KB]
          • resxExamAnalyse.aspx.resx  [5.19KB]
          • aspxExamInfoIssuance.aspx  [2.57KB]
          • csExamInfoIssuance.aspx.cs  [2.83KB]
          • resxExamInfoIssuance.aspx.resx  [5.19KB]
          • aspxExamInfoManage.aspx  [5.29KB]
          • csExamInfoManage.aspx.cs  [4.75KB]
          • resxExamInfoManage.aspx.resx  [5.19KB]
          • aspxExamInfoSelect.aspx  [2.79KB]
          • csExamInfoSelect.aspx.cs  [1.73KB]
          • resxExamInfoSelect.aspx.resx  [5.19KB]
          • aspxGreadTableLoading.aspx  [1.86KB]
          • csGreadTableLoading.aspx.cs  [1.41KB]
          • resxGreadTableLoading.aspx.resx  [5.19KB]
          • aspxHeading.aspx  [651.00B]
          • csHeading.aspx.cs  [976.00B]
          • resxHeading.aspx.resx  [1.69KB]
          • 超文本文档Main_Admin.htm  [1.23KB]
          • aspxPassCount.aspx  [5.36KB]
          • csPassCount.aspx.cs  [17.83KB]
          • resxPassCount.aspx.resx  [5.19KB]
          • aspxSignUp.aspx  [6.32KB]
          • csSignUp.aspx.cs  [8.55KB]
          • resxSignUp.aspx.resx  [5.19KB]
          • aspxSignUpLoading.aspx  [1.80KB]
          • csSignUpLoading.aspx.cs  [1.40KB]
          • resxSignUpLoading.aspx.resx  [5.19KB]
          • aspxStudentTableLoading.aspx  [1.82KB]
          • csStudentTableLoading.aspx.cs  [1.41KB]
          • resxStudentTableLoading.aspx.resx  [5.19KB]
          • aspxTeacherManage.aspx  [4.65KB]
          • csTeacherManage.aspx.cs  [4.89KB]
          • resxTeacherManage.aspx.resx  [5.19KB]
          • aspxTutorialBoardManage.aspx  [5.30KB]
          • csTutorialBoardManage.aspx.cs  [4.76KB]
          • resxTutorialBoardManage.aspx.resx  [5.19KB]
          • aspxcontral_Admin.aspx  [8.61KB]
          • cscontral_Admin.aspx.cs  [1000.00B]
          • resxcontral_Admin.aspx.resx  [5.19KB]
        • Counsellor
          • CSS
            • 瀑布式表格文件style.css  [1.75KB]
          • _vti_cnf
            • aspxcontral_teacher.aspx  [112.00B]
          • aspxArticleSelect.aspx  [780.00B]
          • csArticleSelect.aspx.cs  [1.03KB]
          • resxArticleSelect.aspx.resx  [5.19KB]
          • aspxClassInfo.aspx  [6.24KB]
          • csClassInfo.aspx.cs  [4.44KB]
          • resxClassInfo.aspx.resx  [5.19KB]
          • aspxContral_Teacher.aspx  [7.04KB]
          • csContral_Teacher.aspx.cs  [999.00B]
          • resxContral_Teacher.aspx.resx  [5.19KB]
          • aspxCounsellorTop.aspx  [8.72KB]
          • csCounsellorTop.aspx.cs  [7.47KB]
          • resxCounsellorTop.aspx.resx  [5.19KB]
          • aspxEmolumentSelect.aspx  [781.00B]
          • csEmolumentSelect.aspx.cs  [1.03KB]
          • resxEmolumentSelect.aspx.resx  [5.19KB]
          • aspxExperienceIntercom.aspx  [790.00B]
          • csExperienceIntercom.aspx.cs  [1.04KB]
          • resxExperienceIntercom.aspx.resx  [5.19KB]
          • aspxInfoInClass.aspx  [773.00B]
          • csInfoInClass.aspx.cs  [1.02KB]
          • resxInfoInClass.aspx.resx  [5.19KB]
          • aspxIssuanceTutorialInfo.aspx  [2.70KB]
          • csIssuanceTutorialInfo.aspx.cs  [2.88KB]
          • resxIssuanceTutorialInfo.aspx.resx  [5.19KB]
          • 超文本文档Main_Teacher.htm  [1.28KB]
          • aspxMessageBoard.aspx  [771.00B]
          • csMessageBoard.aspx.cs  [1.02KB]
          • resxMessageBoard.aspx.resx  [5.19KB]
          • aspxPassCountSelect.aspx  [783.00B]
          • csPassCountSelect.aspx.cs  [1.03KB]
          • resxPassCountSelect.aspx.resx  [5.19KB]
          • aspxResourceLoading.aspx  [781.00B]
          • csResourceLoading.aspx.cs  [1.03KB]
          • resxResourceLoading.aspx.resx  [5.19KB]
          • aspxStudentInfoSelect.aspx  [791.00B]
          • csStudentInfoSelect.aspx.cs  [1.03KB]
          • resxStudentInfoSelect.aspx.resx  [5.19KB]
          • aspxTimePlaceIssuance.aspx  [795.00B]
          • csTimePlaceIssuance.aspx.cs  [1.03KB]
          • resxTimePlaceIssuance.aspx.resx  [5.19KB]
          • aspxTutorialPlan.aspx  [2.74KB]
          • csTutorialPlan.aspx.cs  [3.40KB]
          • resxTutorialPlan.aspx.resx  [5.19KB]
        • Homepages
          • aspxAdminLogin.aspx  [3.16KB]
          • csAdminLogin.aspx.cs  [3.63KB]
          • resxAdminLogin.aspx.resx  [5.19KB]
          • aspxDownLoad.aspx  [2.77KB]
          • csDownLoad.aspx.cs  [987.00B]
          • resxDownLoad.aspx.resx  [5.19KB]
          • aspxExamInfo.aspx  [14.00KB]
          • csExamInfo.aspx.cs  [5.55KB]
          • resxExamInfo.aspx.resx  [5.19KB]
          • aspxExamSelect.aspx  [21.32KB]
          • csExamSelect.aspx.cs  [15.20KB]
          • resxExamSelect.aspx.resx  [5.19KB]
          • aspxGetPassWord.aspx  [6.07KB]
          • csGetPassWord.aspx.cs  [5.29KB]
          • resxGetPassWord.aspx.resx  [5.19KB]
          • aspxHlepPage.aspx  [2.77KB]
          • csHlepPage.aspx.cs  [987.00B]
          • resxHlepPage.aspx.resx  [5.19KB]
          • aspxLoginSign.aspx  [9.35KB]
          • csLoginSign.aspx.cs  [7.67KB]
          • resxLoginSign.aspx.resx  [5.19KB]
          • aspxSignUp.aspx  [13.43KB]
          • csSignUp.aspx.cs  [11.09KB]
          • resxSignUp.aspx.resx  [5.19KB]
          • aspxTechnicArticle.aspx  [5.20KB]
          • csTechnicArticle.aspx.cs  [1.53KB]
          • resxTechnicArticle.aspx.resx  [5.19KB]
          • aspxcomment.aspx  [5.72KB]
          • cscomment.aspx.cs  [3.07KB]
          • resxcomment.aspx.resx  [5.19KB]
          • aspxexample.aspx  [2.76KB]
          • csexample.aspx.cs  [980.00B]
          • resxexample.aspx.resx  [1.69KB]
          • aspxpublishExp.aspx  [5.54KB]
          • cspublishExp.aspx.cs  [3.68KB]
          • resxpublishExp.aspx.resx  [5.19KB]
          • aspxshownews_info.aspx  [7.36KB]
          • csshownews_info.aspx.cs  [3.73KB]
          • resxshownews_info.aspx.resx  [5.19KB]
          • aspxshownewsBord.aspx  [5.46KB]
          • csshownewsBord.aspx.cs  [2.06KB]
          • resxshownewsBord.aspx.resx  [5.19KB]
          • aspxshownewsE.aspx  [5.44KB]
          • csshownewsE.aspx.cs  [2.39KB]
          • resxshownewsE.aspx.resx  [5.19KB]
        • Myclass
          • csMessageBox.cs  [3.16KB]
        • bin
          • 动态链接库CGE_ManagementSystem.dll  [144.00KB]
          • 3Com PalmPilot数据库文件CGE_ManagementSystem.pdb  [379.50KB]
        • css
          • 瀑布式表格文件HomeExamInfo.css  [2.75KB]
          • 瀑布式表格文件Issuance.css  [1.43KB]
          • 瀑布式表格文件ShowNewsPage.css  [2.65KB]
          • 瀑布式表格文件Sign.css  [3.91KB]
          • 瀑布式表格文件chargeManage.css  [2.02KB]
          • 瀑布式表格文件comment.css  [2.22KB]
          • 瀑布式表格文件default.css  [4.48KB]
        • images
          • GIF图像文件admin_title.gif  [2.87KB]
          • GIF图像文件backimage.gif  [7.93KB]
          • GIF图像文件bg.GIF  [1.44KB]
          • GIF图像文件chaxun.gif  [4.89KB]
          • GIF图像文件down.gif  [279.00B]
          • GIF图像文件fudaobanchaxun.gif  [4.63KB]
          • GIF图像文件fudaobangonggao.gif  [4.64KB]
          • GIF图像文件hide.GIF  [617.00B]
          • GIF图像文件kaoshizixun.gif  [7.04KB]
          • PNG图像文件main16.png  [50.02KB]
          • PNG图像文件main17.png  [45.68KB]
          • PNG图像文件main18.png  [57.89KB]
          • PNG图像文件main19.png  [237.78KB]
          • GIF图像文件main_14.gif  [315.00B]
          • GIF图像文件main_15.gif  [427.00B]
          • GIF图像文件main_16.gif  [267.00B]
          • GIF图像文件ms_catbg.gif  [123.00B]
          • JPEG图形文件ms_header6.jpg  [394.00B]
          • GIF图像文件quit.GIF  [619.00B]
          • GIF图像文件rimenwenzhang.gif  [6.95KB]
          • GIF图像文件show.GIF  [631.00B]
          • GIF图像文件top.gif  [41.67KB]
          • GIF图像文件top1.gif  [237.00B]
          • GIF图像文件zhanneigonggao.gif  [4.33KB]
          • GIF图像文件zhanneigonggao1.gif  [4.55KB]
        • _vti_cnf
          • csAssemblyInfo.cs  [112.00B]
          • csprojCGE_ManagementSystem.csproj  [112.00B]
          • webinfoCGE_ManagementSystem.csproj.webinfo  [112.00B]
          • slnCGE_ManagementSystem.sln  [112.00B]
          • suoCGE_ManagementSystem.suo  [112.00B]
          • asaxGlobal.asax  [112.00B]
          • csGlobal.asax.cs  [112.00B]
          • resxGlobal.asax.resx  [112.00B]
          • configWeb.config  [112.00B]
          • aspxdefault.aspx  [112.00B]
          • csdefault.aspx.cs  [112.00B]
          • resxdefault.aspx.resx  [112.00B]
        • _vti_pvt
          • Telnet,Windows和其他其内格式会发生改变的应用程序使用的配置文件access.cnf  [121.00B]
          • btrdeptodoc.btr  [324.00B]
          • btrdoctodep.btr  [324.00B]
          • Telnet,Windows和其他其内格式会发生改变的应用程序使用的配置文件linkinfo.cnf  [25.00B]
          • Telnet,Windows和其他其内格式会发生改变的应用程序使用的配置文件service.cnf  [1.36KB]
          • lckservice.lck  [0.00B]
          • Telnet,Windows和其他其内格式会发生改变的应用程序使用的配置文件services.cnf  [3.00B]
          • Telnet,Windows和其他其内格式会发生改变的应用程序使用的配置文件structure.cnf  [0.00B]
        • _vti_script
        • _vti_txt
        • csAssemblyInfo.cs  [2.07KB]
        • csprojCGE_ManagementSystem.csproj  [42.79KB]
        • webinfoCGE_ManagementSystem.csproj.webinfo  [138.00B]
        • slnCGE_ManagementSystem.sln  [963.00B]
        • suoCGE_ManagementSystem.suo  [9.50KB]
        • Alcohol的文件格式CGEManagement_Data.MDF  [23.06MB]
        • ldfCGEManagement_Log.LDF  [17.81MB]
        • asaxGlobal.asax  [87.00B]
        • csGlobal.asax.cs  [1.36KB]
        • resxGlobal.asax.resx  [1.69KB]
        • configWeb.config  [4.39KB]
        • aspxdefault.aspx  [20.62KB]
        • csdefault.aspx.cs  [8.31KB]
        • resxdefault.aspx.resx  [5.19KB]
        • Windows快捷方式文件快捷方式 到 CGE_ManagementSystem.csproj.webinfo.lnk  [990.00B]
      • Microsoft Word文档毕业设计论文.doc  [1.75MB]
      • Microsoft Word文档开题报告.doc  [696.00KB]
      • Microsoft Word文档系统使用说明.doc  [25.00KB]
下载地址
资料评论
注意事项
下载FAQ:
Q: 为什么我下载的文件打不开?
A: 本站所有资源如无特殊说明,解压密码都是www.xuehai.net,如果无法解压,请下载最新的WinRAR软件。
Q: 我的学海币不多了,如何获取学海币?
A: 上传优质资源可以获取学海币,详细见学海币规则
Q: 为什么我下载不了,但学海币却被扣了?
A: 由于下载人数众多,下载服务器做了并发的限制。请稍后再试,48小时内多次下载不会重复扣学海币。
下载本文件意味着您已经同意遵守以下协议
1. 文件的所有权益归上传用户所有。
2. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
3. 学海网仅提供交流平台,并不能对任何下载内容负责。
4. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
5. 本站不保证提供的下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
返回顶部