内容发布更新时间 : 2024/11/15 3:43:35星期一 下面是文章的全部内容请认真阅读。
以下文档格式全部为word格式,下载后您可以任意修改编
辑。
毕业设计(论文)
题 目 C语言学籍管理系统
专 业 计算机应用
班 次 09计应1班
姓 名 蒋炳臣
指导老师 匡孟秋
衡阳财经工业职业技术学院
二0一二年三月
C语言学籍管理系统摘 要:本系统依据开发要求主要应用于教育系
统,完成对日常的教育工作中学生成绩档案的数字化管理。开发本系统可使学院教职员工减轻工作压力,比较系统地对教务、教学上的各项服务和信息进行管理,同时,可以减少劳动力的使用,加快查询速度、加强管理,以及国家各部门关于信息化的步伐,使各项管理更加规范化。
目前,学校工作繁杂、资料重多,虽然各类管理信息系统已进入高校,但还未普及,而对于学生成绩管理来说,目前还没有一套完整的、统一的系统。因此,开发一套适和大众的、兼容性好的系统是很有必要的。
本系统在开发过程中,注意使其符合操作的业务流程,并力求系统的全面性、通用性,使得本系统不只适用于一家教育机构。在开发方法的选择上,选择了生命周期法与原型法相结合的方法,遵循系统调查研究、系统分析、系统设计和系统实施四个主要阶段进行设计,而在具体的设计上,采取了演化式原型法,随着用户的使用及对系统了解的不断加深,对某一部分或几部分进行重新分析、设计、实施。本论文主要从系统分析、系统设计、系统实施与使用等几个方面进行介绍
【关键词】 成绩管理 成绩查询 C语言 面向过程
C Language Registration Management System
Abstract: This system according to the development requirements are mainly applied in education system of education, the daily work of the digital archives management of student performance. This system can make the college development staff to reduce the working pressure, educational and teaching to the various services and information management, also can reduce the use of force, accelerate query speed, strengthen management, as well as the national departments about the pace of normalization, make each management standardized.
At present, the school work multifarious, material more, though various management information system popular, and for students' performance management, it a complete and unified system. Therefore, the development of a suitable and the populace, compatibility good system is very necessary.
This system in the process of development, pay attention to the operation of the business process, and strive to system of comprehensive, generalization, makes this system not only applicable to a education institutions. On the choice of methods in the development life cycle method, a method of combining with the prototype, follow the system research and systematic analysis, system design and system implementation, four main stages, and the specific design in the design, taking the evolution as users of prototype, the use of system and the deepening understanding of a part or a few parts for analysis, design and implementation. This thesis mainly from the system analysis, system design and system implementation and use etc.【Key Words】
Achievement Management Achievement Query
C Programming Language Procedure-Oriented
目 录
第1章 绪 论 ........................................................
1.1 学籍管理系统概述 ..............................................
1.2 面向过程编程的基础知识 .........................................
第2章 需求分析 ....................................................
2.1 目标 ..........................................................
2.2 要求 ..........................................................
2.3 学生成绩管理系统的功能 .........................................
第3章模块设计 .......................................................
3.1 主模块 ........................................................
3.2 添加学生信息 ..................................................
3.3 显示学生信息 ..................................................
3.4 排序学生信息 ..................................................
3.5 查找学生信息 ...................................................
第4章 主要数据结构 .................................................
第5章 流程图 ...................................................... 1