学生信息管理系统毕业论文正文终稿 联系客服

发布时间 : 星期一 文章学生信息管理系统毕业论文正文终稿更新完毕开始阅读db9fa76c15791711cc7931b765ce050877327556

毕业论文(设计)诚信声明书

本人郑重声明:

兹提交的毕业论文(设计)《学生信息管理系统 》,是本人在指导老师 的指导下独立研究、撰写的成果;论文(设计)未剽窃、抄袭他人的学术观点、思想和成果,未篡改研究数据,论文(设计)中所引用的文字、研究成果均已在论文(设计)中以明确的方式标明;在毕业论文(设计)工作过程中,本人恪守学术规范,遵守学校有关规定,依法享有和承担由此论文(设计)产生的权利和责任。

声明人(签名):

2010年 04月 18日

1

摘 要

目前,学校工作繁杂、资料重多,虽然各类管理信息系统已进入中小学,但还未普及,因此,开发一套适和大众的、兼容性好的系统是很有必要的。 此论文介绍了学生信息管理系统的开发整个过程,重点介绍了学生信息管理系统的实现过程,包括需求分析,功能设计,数据库设计,系统实现,系统测试和调试等。在开发方法上本系统利用了软件工程化的思想和方法,总体上采用结构化生命周期开发方法,具体模块实施采用了原型法和面向对象系统开发方法。并采用VisualStudio.net2008作为开发工具,SQL Server 2005作为后台数据库。本学生信息管理系统包括学生信息管理,教师信息管理,账号信息管理,班级信息管理,课程信息管理,成绩信息管理六大模块。

本系统的用户界面十分简洁,实用,系统编制过程中考虑了计算机的优越性,对于不是计算机专业的人员来说,也可以很方便的进入系统和使用本系统提供的功能。

关键字:学生信息管理系统;生命周期;软件工程;原型法

2

Abstract

Nowdays,the universities work are miscellaneous,especially inprivate ones.It's important to put the teachers'management on the table.Up to now,mamage ment has come in to elementary and secondary school but not popularized.so it's very necessary to develop a common,compatibleone.

This paper introduces the student information management system for the development of the whole process,The point introduces the student the result management system carries out the process;include the need analysis,system investigate,function design,the database design,the system carry out,system test and adjust to try etc.In the development of methods on the use of the software engineering system of thinking and methods used on the whole structure of the life cycle of development methods, the use of specific modules of the prototype system development and object-oriented approach. Visual Studio.net2008 and used as a development tool, SQL Server 2005 as a background database.This system includes six following modules:student information management,teacher information management,account number information management,class information management ,course information management and score information management. The customer interface of this system is simple and direct and practical,considering the superiority of the calculator well in the system establishment process,for is not a professional personnel of calculator to say,can only enter the system and usages this the function that system provide very conveniently.

Key word:student information management system;the life-cycle;software engineering;

proto

3

目 录

1 绪论 .................................................. 1

1.1背景 .......................................................... 1

1.2 系统开发目标与意义 .................................. 1

1.2.1 系统开发目标 ................................................ 1 1.2.2 意义 ........................................................ 2

2 需求分析 .............................................. 3

2.1 系统需求 ...................................................... 3 2.2 可行性分析 .................................................... 3 2.3 程序流程图 .................................................... 4 2.4 系统功能介绍 .................................................. 4 2.4.1 学生信息管理模块 ............................................ 5 2.4.2 教师信息管理模块 ............................................ 5 2.4.3 班级管理模块 ................................................ 6 2.4.4 课程管理模块 ................................................ 7 2.4.5 成绩管理模块 ................................................ 7 2.4.6 账号管理模块 ................................................ 8 2.5 UML对系统建模 ................................................ 9 2.6 运行环境规定 ................................................. 11 2.6.1 设备 ....................................................... 11 2.6.2 支持软件 ................................................... 11

3 概要设计 ............................................. 12

3.1 C#.NET技术 ................................................... 12 3.2 开发工具的选择 ............................................... 12 3.3 数据库的选择 ................................................. 12

4 详细设计 ............................................. 14

4.1 功能类设计 ................................................... 14 4.1.1 用户登入功能类 ............................................. 14 4.1.2 用户管理功能类 ............................. 错误!未定义书签。 4.1.3 学生信息管理功能类 ......................... 错误!未定义书签。 4.1.4 教师信息管理功能类 ......................................... 14 4.1.5 班级管理功能类 ............................................. 15 4.1.6成绩管理功能类 ............................................. 16 4.1.7 课程信息管理功能类 ......................... 错误!未定义书签。

1