1、 毕业论文 学生档案管理系统 (计算机科学与技术专业) 指导教师: 摘 要 学生档案管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端 应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的库。而对于后者则要求应 用程序功能完备,易使用等特点。 经过分析,我使用 MICROSOFT 公司的 VISUAL BASIC 开发工具,利用其提供的各种面向对象的开发工具,尤其是数 据窗口这一能方便而简洁操纵数据库的智能化对象,可以在短时间内建立系统应用原型,然后,对初始原型系统进行 需求迭代,不断修正和改进,用 ADO(ActiveX Data
2、Objects)连接数据库,直到形成最终的可行系统。 关键词 控件;窗体;数据库;ADO; Visual Basic 毕业论文 The File Management System of Student Abstract: The file management system of student is a typical application of managing information system (MIS),which mainly includes building up data-base of back-end and developing the application i
3、nterface of front-end. The former required consistency and integrality and security of data. The later should make the application powerful and easily used. By analyzing , I selected Microsoft Visual Basic 6.0 as developing tool because of its object-oriented tools in Win32. Especially for Data Form
4、, an intelligent object which can easily access the Database . It can give you a short-cut to build up a prototype of system application, Connecting to the database with ADO(ActiveX Data Objects) .The prototype could be modified and developed till the final system Key word: Active X; Form; Database
5、; ADO; Visual Basic 毕业论文 目目 录录 引言 .1 1基础知识 2 1.1 开发工具简介 2 1.2 VB 语言的基本特点及 VB 应用程序的基本特点 2 1.3 问题的来源 .2 1.4 VB 的用途 .3 2.开发的意义 .3 3.可行性分析 .3 3.1 计算机管理档案信息的意义 3 3.2 可行性研究 .4 3.2.1 经济可行性 .4 3.2.2 技术可行性 .4 3.2.3 运行可行性 .4 4.需求分析 .4 4.1 主要需求 .4 4.2 系统达到的总体目标 4 5.概要设计 .4 5.1 基本功能模块4 5.1.1 学生基本信息管理模块 5 5.1.2
6、专业信息管理模块5 5.1.3 课程信息管理模块5 5.1.4 成绩管理模块 .5 5.1.5 学生资料查询模块5 5.1.6 课程信息查询模块5 5.1.7 成绩查询模块 .5 5.1.8 系统管理模块 .5 6.数据库设计 .5 6.1 数据库的介绍 5 6.2 数据库需求分析 5 6.3 数据库概念结构设计 6 6.4 数据库逻辑结构设计 7 6.5 关系型数据库的实现 8 7.详细设计 .9 7.1 创建数据源 .9 7.2 模块和属性的构建 . 10 7.3 登陆窗体模块的设计 . 11 7.4 设计基本信息主窗体模块 . 12 7.4.1 基本信息模块功能设计 . 12 7.4.2 基本功能模块的基本操作 12 7.4.3 基本功能模块的主要程序代码及简要说明 12 7.5 学生基本信息模块的设计 . 13 7.6 课程信息管理模块的设计 . 13 7.7 专业信息模块设计 . 14 7.8 成绩信息模块设计 . 14 7.9 学生信息查询模块设计 15 毕业论文 7.10 课程查询模块设计 15