{$cfg_webname}
主页 > 计算机 > 其他 >

基于C语言的教务管理系统的设计

来源:56doc.com  资料编号:5D20925 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9A5D20925
资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用. 帮助
资料介绍

基于C语言的教务管理系统的设计(任务书,开题报告,论文12000字,程序代码)
摘要
教务管理系统是现代化教育的重要组成部分,在现代高校管理中,一个高效的、准确的教务系统不仅能大大提高教学管理效率,还能避免在人工管理方面浪费比较大的人力物力,尤其是在信息化的时代,一个自动化的教务管理系统重要之至。本设计就完成了教务管理系统的基本框架功能,致力于学生信息的交流与存储,以提高管理效率,本系统在计算机上运行,将各种信息汇总存储,完成了教务系统的信息化、自动化要求。信息化的教务系统的重要性越来越高,而目前的高校系统还有缺陷,更需要重视起来,进一步完善系统功能。
关键词:学生管理系统;计算机;学生;信息化。
Abstract
The educational administration management system is an important part of modern education. In the management of modern colleges and universities, an efficient and accurate educational administration system can not only greatly improve the efficiency of teaching management, but also avoid wasting a lot of manpower and material resources in manual management, especially in In the age of informationization, an automated educational management system is important. This design completes the basic framework function of the educational administration management system, and is dedicated to the exchange and storage of student information to improve management efficiency. The system runs on a computer, aggregates and stores various information, and completes the informationization and automation of the educational administration system. Claim. The importance of the information-based educational system is getting higher and higher, and the current university system still has defects, and it needs to pay more attention to further improve the system function.
Keywords: student management system; computer; student; informationization.
 1.3本文所设计教务系统的基本功能
(1)实现学生信息的输入功能,其中学生的信息主要包括:姓名、性别、学号、生源地、专业。
(2)实现学生信息的查找功能,在链表中的暂存信息查找特定信息。
(3)实现学生信息的显示功能,将所有信息按格式输出。
(4)实现学生信息的修改功能,通过新信息覆盖修改特定信息。
(5)实现学生信息的删除功能,将特定信息删除。
(6)实现存盘功能,将链表中暂存的信息保存进文件中。
(7)实现读盘功能,将文件中信息输出。
1.4本设计主要的实现方法
(1)运用Visual Studio软件进行代码的编写与编译。
(2)系统运用C语言完成。
(3)首先运用链表对信息进行暂存,此时可以进行修改、删除、查找等操作。
(4)将链表中暂存的信息存入文件以实现数据的长期保存。
 

基于C语言的教务管理系统的设计
基于C语言的教务管理系统的设计


目录
第1章绪论    1
1.1 研究工作的目的和意义    1
1.2 国内外研究现状分析    2
1.3 本文所设计教务系统的基本功能    3
1.4 本设计主要的实现方法    3
第二章 C语言相关知识简介    4
2.1 C语言的发展与特点    4
2.2 链表    4
2.3 动态内存的分配    5
2.4 文件的读取与写入    6
2.5 Visual Studio 编程简介    7
2.6 本章小结    10
第三章系统总体结构分析    11
3.1 函数分析    11
3.2 需求分析    11
3.3 设计可行性论证    12
3.4 本章小结    12
第四章功能实现及调试    13
4.1 总体思路及函数定义    13
4.2 功能函数调试    14
4.2.1 主菜单函数    14
4.2.3 学生信息输入函数    15
4.2.4 学生信息查找函数    17
4.2.5 学生信息显示函数    21
4.2.6 学生信息修改函数    23
4.2.7 学生信息删除函数    24
4.2.8 学生信息存盘函数    26
4.2.9 学生数据读盘函数    26
4.10 本章小结    27
总结    28
参考文献    29
致谢    30

推荐资料