客服一(QQ:40114597):
该资料价格:¥200
,查看汇款方式
PB+SQL Server 学生信息管理系统
以下仅为该设计的基本说明介绍,若需要完整的设计和论文,建议您购买本设计 。
本系统开发工具:PB + SQL SERVER
本设计包含内容:源代码+可执行程序+毕业论文+开题报告+答辩稿
论文大概:39页 1.6万字
摘 要
学生信息管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。本系统采用Power Builder 9.0作为前台开发工具,用SQL Server 2000 作为后台数据库开发工具,在短时间内建立系统应用原型,不断修正和改进,直到形成用户满意的系统。本系统是在系统分析与设计的基础上开发而成,实现了学生基本信息的录入与查询的功能操作,界面友好,便于操作。
本文以“中学学生信息管理系统”的开发为背景,论述了管理信息系统的概念、结构及系统开发的基本原理和方法。全文共分为系统概述、系统需求分析、系统概要设计、系统详细设计、系统实施、系统运行及维护、结束语等,详细阐述了系统需求分析、系统设计的方法及其内容。同时,可以了解到学生管理的有关内容以及怎样使用该系统,对如何使用PB开发本系统作了较为详细的介绍。重点介绍了本系统的六大特点:通用性强,界面美观,操作方便,安装时自动配置ODBC数据源,可进行打印设置等。
关键词:学生信息管理; 数据库设计; 模块; 菜单
Abstract
Student Management Information System is a typical management information system (MIS), including development of its key database background to the establishment and maintenance of front-end applications and the development of the two areas. The system uses Power Builder 9.0 as a development tool for the future, using SQL Server 2000 as a background database development tool in a short period of time to establish a prototype application system, and revised and improved constantly, until the formation of user satisfaction with the system. The software is the analysis and design on the basis of the development of footpaths and achieving students basic information input and query function operation, interface and easy to operate friendly.
This thesis take the "middle school students information management system" as background, discussed the information management system concepts, structure and system development basic principles and methods. By the system consists of an overview, system requirements analysis, system design overview, a detailed system design, system implementation, System Operation and Maintenance, the elaborate system requirements analysis, system design and its contents. Meanwhile, people can understand the management of the content and how to use the system.It makes a detailed introduction of how to use PB on the system. Focus on the system's six major features : universal applicability, beautiful interface, easily operation, Installed automatically configure ODBC Data Source, print settings, among others.
Keywords:Student Management Information;Database Design; module; menu
目录
1系统概述……………………………………………………………………1
1.1学生信息管理系统概述……………………………………………………1
1.2 管理信息系统的开发………………………………………………………3
1.2.1 系统开发的一般方法…………………………………………………3
1.2.2 管理信息系统的开发过程……………………………………………3
1.3 软件开发工具的选择………………………………………………………4
2系统需求分析 ……………………………………………………………5
2.1 需求分析…………………………………………………………………………5
2.2系统调查…………………………………………………………6
2.3系统的可行性分析…………………………………………………7
3 系统概要设计……………………………………………………………………9
3.1 系统功能设计………………………………………………………………9
3.2系统结构图 ……………………………………………………………10
3.3数据库设计……………………………………………………………11
4 系统详细设计………………………………………………………………15
4.1 创建系统菜单 ………………………………………………………15
4.1.1窗体的主菜单……………………………………………………………16
4.1.2创建系统主窗体………………………………………………………17
4.2 创建各功能模块 ……………………………………………………17
4.2.1班级信息维护功能的实现………………………………………17
4.2.2学生信息维护功能的实现………………………………………21
4.2.3课程信息维护功能的实现………………………………………22
4.2.4课程信息维护功能的实现………………………………………23
4.2.5课表查询功能的实现……………………………………………25
4.2.6输入成绩功能的实现……………………………………………26
4.2.7打印成绩单功能的实现…………………………………………28
5 系统运行和维护 ……………………………………………………………30
5.1 系统运行………………………………………………………………30
5.2系统编译生成 ………………………………………………………30
5.3 系统测试…………………………………………………………………30
5.4 系统维护………………………………………………………………31
结束语 ………………………………………………………………………33
致谢 …………………………………………………………………………34
参考文献………………………………………………………………………35

