某高等学校教务排课系统的设计与实现
摘要
当第一台计算机出现时,不仅意味着新型革命的到来,也预示着科技时代的来临。尤其是踏入21世纪后,计算机技术得到了空前的发展,而网络的普及使得各行各业逐渐离不开电脑。对于高校而言,在教务办公中已经越来越多的实现了自动化,既提高了工作的效率,也规范了教学的操作,增加了科学性。
在分析以往一些排课系统的基础上,本设计提出一个基于动态加权算法(即贪婪法)的排课系统设计方法,采用手动预排、自动排课、手动调节的三级排课模式,并对一些具体的技术问题做出相应安排。在功能方面,它能实现查阅、修改、添加等比较基本的功能,也能够实现自动排课、权限管理等较复杂的功能。本设计采用C/S模式,主要用Delphi7.0作为前台开发工具,用SQLServer2003作为后台数据库。经过测试后,本设计已可达到预想中的效果,能够实现简易的功能。
关键字:动态加权算法;自动化;C/S模式;三级排课模式
DesignandImplementationofaUniversityAcademicCourseSchedulingSystem
Abstract
Theappearanceofthefirstcomputermeansnotonlythearrivalofanewtypeofrevolution,alsoheraldtheadventofthetechnologicalera.Particularlyintheadventofthe21stcentury,computertechnologyhasbeenunprecedenteddevelopment,andthepopularityofthenetworkmadebusinessesdonothingwithouttheassistanceofcomputer.Forcollegesanduniversities,theautomationoftheteachingofficehasbeenmoreandmoreachieved,whichcouldimprovetheefficiencyofthework,standardizetheoperationoftheteaching,andincreasescientific.
BasedontheanalysisoftheformerCourseSchedulingSystem,thedesignputforwardtoamethodwhichisbasedonadynamicweightedalgorithm(greedymethods),itusesthemanualpre-arrangement,automatictimetableandmanualadjustmentofthethreemodels,andgetsthenecessaryarrangementstosomespecifictechnicalproblems.Concerningthefunctionofsystem,itachievesbasicfunctionswhichincludeaccess,modify,add,andcomplexfunctionslikeautomaticallyscheduleandcompetenceofmanagement.ThedesignusesC/Smode,withDelphiasfrontdevelopmenttool,andSQLServer2003asbackstagedatabase.Thoughtesting,thedesigncanreachthedesiredeffectandachievethesimplefunction.
Keywords:Dynamicweightedalgorithm;Automation;C/Smode;ThreeLevelsCourseSchedulingModel
目录
论文总页数:25页
1引言1
2基本理论知识介绍1
2.1SQLServer2003数据库简介1
2.2Delphi7.0简介2
2.3C/S模式介绍4
3教务排课系统的设计与实现4
3.1教务排课系统简介4
3.2教务排课系统分析5
3.2.1算法分析5
3.2.2算法流程图6
3.2.3功能分析7
3.2.4需求分析7
3.3排课系统的功能模块8
3.4数据库设计9
3.5系统流程及代码分析11
3.5.1系统流程图11
3.5.2代码分析11
4系统测试18
4.1测试环境18
4.2主要模块测试18
4.3测试结果22
结论22
参考文献23
致谢24
声明25
参考文献
[1]伊文敏.Delphi SQLServer数据库应用实例完全解析[M].北京:人民邮电出版社,2005。
[2]MacroCantu.Delphi从入门到精通[M].北京:电子工业出版社,2005。
[3]启明工作室.Delphi SQLServer数据库应用系统开发与实例[M].北京:人民邮电出版社,2003。
[4]巴克纳尔.Delphi算法与数据结构[M].北京:中国电力出版社,2005。
[5]宋坤,邹天思.Delphi数据库系统开发完全手册[M].北京:人民邮电出版社,2004。
[6]刘大玮.SQLServer数据库项目案例导航[M].北京:清华大学出版社,2004。
[7]张大年.Delphi数据库应用开发技术与实例[M].北京:清华大学出版社,2002。
[8]飞思科研产品研发中心.Delphi数据库应用开发[M].北京:电子工业出版社,2003。
[9]陈豫龙.Delphi数据库系统开发实例导航[M].北京:人民邮电出版社,2003。