教学信息管理系统的设计与实现_计算机专业论文范文-经管之家官网!

人大经济论坛-经管之家 收藏本站
您当前的位置> 论文>>

计算机专业论文

>>

教学信息管理系统的设计与实现_计算机专业论文范文

教学信息管理系统的设计与实现_计算机专业论文范文

发布:经管之家 | 分类:计算机专业论文

关于本站

人大经济论坛-经管之家:分享大学、考研、论文、会计、留学、数据、经济学、金融学、管理学、统计学、博弈论、统计年鉴、行业分析包括等相关资源。
经管之家是国内活跃的在线教育咨询平台!

经管之家新媒体交易平台

提供"微信号、微博、抖音、快手、头条、小红书、百家号、企鹅号、UC号、一点资讯"等虚拟账号交易,真正实现买卖双方的共赢。【请点击这里访问】

提供微信号、微博、抖音、快手、头条、小红书、百家号、企鹅号、UC号、一点资讯等虚拟账号交易,真正实现买卖双方的共赢。【请点击这里访问】

计算机专业论文范文摘要教学信息管理系统是校园信息管理系统的一个有机组成部分,本文简要阐述了教学管理系统建设的意义以及系统的开发过程。教学管理系统采用当前最流行的Delphi编程技术,可以实现数据的高效、动态、 ...
坛友互助群


扫码加入各岗位、行业、专业交流群


计算机专业论文范文

摘 要
教学信息管理系统是校园信息管理系统的一个有机组成部分,本文简要阐述了教学管理系统建设的意义以及系统的开发过程。教学管理系统采用当前最流行的Delphi编程技术,可以实现数据的高效、动态、交互访问,具有强大的Server/Client交互能力。本系统以Delphi7.0 SQL Sever 2000为主要开发平台,从用户的角度出发,对教学管理系统的功能进行了全面的分析。本系统实现的主要功能包括学生成绩查询、学生资料查询、教师资料查询、单科成绩浏览、学年开课清单、学分计算、平均分计算、添加修改学生、教师、课程信息、删除学生、教师、课程信息、数据库的还原、备份、用户信息的管理和维护及其它一些辅助功能。在数据库的建立上主要采用Access作为关系数据库的开发工具。在数据库的连接上采用ADO的数据库访问技术。本文从开发平台、运行环境、系统设计和模块实现等方面阐述了系统的设计以及开发过程,从该系统的开发背景、系统功能、设计思路和一些程序开发的细节等方面进行了论述。尤其是详细的说明了学分计算、平均分计算、添加修改学生、教师、课程信息、删除学生、教师、课程信息、数据库的还原、备份、用户信息的管理和维护这几个模块的设计与开发过程。
关键词:Delphi SQL 教学管理系统 数据库

Abstract
The teaching information management system is an organism that campus information manage the system to constitute the part, this text synopsis expatiated the teaching manages the meaning of system developments and the process of development of the systems.Teaching management system adoption front most popular of Delphi plait distance technique, can realize data efficiently, development, hand over to visit with each other, have the mighty Server/ Client hands over with each other ability.This system with Delphi7.0 SQLSever 2000 for main the terrace of development, set out from the angle of the customer, manage to the teaching the function of the system proceeded completely of analysis.The main function that this system realizes includes the student the score the search, student data search, teacher data search, single section score view, the academic year has a lecture detailed list, credit calculation, average cent calculation, increase to modify the student, teacher, course the information and delete the student, teacher, course the information, database restores, the management of the backup, customer information with support and other some assistance function.Establish the tool of development of the our main adoption in top Access conduct and actions relation database in the database.The database interview technique of the adoption ADO on the conjunction in database.This text is from the development terrace, circulate the environment, system design with mold a design for realizing etc. expatiating system and development processes, from the background of development, system function of that system, designed the way of thinking to proceed the treatise with details etc. that some procedure develop.Its is management that expatiation credit calculation, average cent calculation, increase to modify the student, teacher, course the information and delete the student, teacher, course the information, database restores, backup, customer information with design that support this a few molds piece and development process.

Key Words: Delphi SQL teaching management system data-base


目 录
摘 要I
AbstractII
目 录III
引 言1
第1章 管理信息系统概述2
1. 1管理信息系统产生的背景2
1. 2管理信息系统的定义3
1. 3管理信息系统的类型4
1. 4管理信息系统设计原则5
第2章 开发工具的介绍7
2. 1 Delphi简介7
2. 2 Delphi 的特点7
2. 3 Server数据库开发8
2. 4 ODBC概述8
第3章 系统设计和数据库设计10
3. 1 系统设计10
3. 1. 1 系统功能分析10
3. 1. 2系统功能模块设计10
3. 2 数据库设计10
3. 2. 1数据库需求分析10
3. 2. 2数据库概念结构设计10
3. 3数据库逻辑结构设计12
第4章 教学管理系统的详细设计15
4. 1用户登陆模块15
4. 2系统模块15
4. 3查询模块15
4. 4浏览模块15
4. 5计算模块16
4. 6维护模块16
4. 7帮助模块17
第5章 动态数据访问的实现18
5. 1 数据库的基础知识18
5. 1. 1数据库技术的发展18
5. 1. 2数据库(DataBase,简称DB)20
5. 1. 3 表(Table)21
5. 2数据库的建立21
5. 3 ADO简介23
5. 4用ADO连接数据库23
第6章 教学管理系统的开发过程24
6. 1登录窗体24
6. 2主窗体24
6. 3系统24
6. 4 查询25
6. 4. 1学生成绩查询25
6. 4. 2学生资料查询25
6. 4. 3 教师资料查询25
6. 5 浏览26
6. 5. 1单科成绩浏览26
6. 5. 2学年开课清单26
6. 6 计算27
6. 6. 1 学分累加计算27
6. 6. 2 平均分计算28
6. 6. 3 学生成绩分布直方图29
6. 6. 4 计算器31
6. 7 维护31
6. 7. 1 添加学生信息31
6. 7. 2 添加教师信息33
6. 7. 3 添加课程信息33
6. 7. 4 学生成绩录入35
6. 7. 5 删除学生记录36
6. 7. 6 删除教师信息37
6. 7. 7 删除课程信息38
6. 7. 8 删除成绩记录39
6. 7. 9备份数据库40
6. 7. 10 还原数据库41
6. 7. 11更改密码41
6. 7. 12 添加新用户42
6. 7. 13 删除用户43
6. 8帮助43
6. 8. 1给我发邮件43
6. 8. 2关于43
6. 8. 3系统信息43
结 论44
参考文献45
谢 辞46

扫码或添加微信号:坛友素质互助


「经管之家」APP:经管人学习、答疑、交友,就上经管之家!
免流量费下载资料----在经管之家app可以下载论坛上的所有资源,并且不额外收取下载高峰期的论坛币。
涵盖所有经管领域的优秀内容----覆盖经济、管理、金融投资、计量统计、数据分析、国贸、财会等专业的学习宝库,各类资料应有尽有。
来自五湖四海的经管达人----已经有上千万的经管人来到这里,你可以找到任何学科方向、有共同话题的朋友。
经管之家(原人大经济论坛),跨越高校的围墙,带你走进经管知识的新世界。
扫描下方二维码下载并注册APP
本文关键词:

人气文章

1.凡人大经济论坛-经管之家转载的文章,均出自其它媒体或其他官网介绍,目的在于传递更多的信息,并不代表本站赞同其观点和其真实性负责;
2.转载的文章仅代表原创作者观点,与本站无关。其原创性以及文中陈述文字和内容未经本站证实,本站对该文以及其中全部或者部分内容、文字的真实性、完整性、及时性,不作出任何保证或承若;
3.如本站转载稿涉及版权等问题,请作者及时联系本站,我们会及时处理。
经管之家 人大经济论坛 大学 专业 手机版