资源描述:
《教务管理系统毕业论文》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、教务管理系统**********************摘要:随着计算机的普及和计算机科学技术的飞速发展,它已进入人类社会的各个领域并发挥着越来越重要的作用。教务管理要面对大量的学生信息、课程编排、教务信息管理等,根据实际的需求分析,因此,开发一个功能完整、界面友好,操作简便,易于操作、安全的教务管理系统进行自动化处理变得十分重要。本论文主要介绍了系统的开发背景,所要完成的功能和开发的过程。其功能包括登录管理、用户管理、教务信息管理(包括系别管理、班级管理、课程管理、学籍管理、课表管理、成绩管理)、教务信息查询、排序
2、和打印等。教务管理系统是典型的信息管理系统,其开发采用MicrosoftSQLServer2000作为后台数据库的建立和维护以及采用面向对象的VisualBasic.NET结合ADO.NET作为前端应用程序的开发两个方面。关键词:教务管理系统;面向对象;VisualBasic.NET;SQLServer2000EducationalAdministrationManagementSystem**********************Abstract:Computershavebeenenterredintoever
3、yfieldandplayanmoreandmoreimportantroleinthehumansocietywiththecomputerpopularizationandcomputertechnologyquicklydevelopment.Educationaladministrationmanagementhavelargenumbersofstudentsinformation,curriculumarragement,educationaladministrationinformationmanage
4、mentandsoon.Accordingtotheactualneedsanalysis,therefore,thedevelopmentofafull-featured,user-friendly,simpleandconvenienttooperate,easytooperatetheeducationalmanagementsystemtoautomateprocessinghasbecomequiteimportant.Thispapermostlyintroducestheexploitationback
5、groundofthesystemwhichtobecompletedbytheprocessofthefunctionanddevelopment.Thesefeaturesincludeaccessmanagement,usermanagement,andeducationalinformationmanagement(includingthedepartmentmanagement,classmanagement,curriculummanagement,schoolmanagement,timetablema
6、nagementandperformancemanagement),EducationalInformationchecking,sortingandprintandsoon.Thesystemofeducationaladministrationmanagementisthetypicalsystemofinformationmanagement.ItisdevelopedandusedbyMicrosoftSQLServe2000asthefoundationofbackwarddatabase,aswellas
7、theestablishmentandmaintenanceoftheobject-orientedVisualBasic.NETwithADO.NETasafront-endapplicationdevelopmentaspects.Keywords:educationaladministrationmanagementsystem;facetotheobject;theVisualBasic.NETIII目录目录II引言III1系统计划11.1问题定义与可行性分析11.2系统软件计划11.3需求分析11.3.1系
8、统功能调查11.3.2总体需求调查22系统开发工具的概述32.1数据库、数据库管理、系统数据库系统32.2系统开发工具的选择42.3SQLServer2000的简介42.4VisualBasic.NET的简介52.5ADO.NET的简介53系统总体设计63.1系统流程分析63.2系统功能模块的划分64系统详细设计与实现74.1数据库表的设计74