vb学籍管理系统毕业设计.rar
vb学籍管理系统毕业设计,vb学籍管理系统毕业设计1.9万字 61页包括论文和系统程序【内容摘要】本学籍管理系统是采用visaul basic6.0开发的一个数据库管理系统。本设计说明书主要讲述了visaul basic6.0的基本功能及设计方法。紧接着以本系统为例,逐一介绍开发本系统系统的步骤:系统分析、系统设计、系统实现、系统维护。在系统分...
该文档为压缩文件,包含的文件列表如下:
内容介绍
原文档由会员 qq520 发布
VB学籍管理系统毕业设计
1.9万字 61页
包括论文和系统程序
【内容摘要】
本学籍管理系统是采用VISAUL BASIC6.0开发的一个数据库管理系统。本设计说明书主要讲述了VISAUL BASIC6.0的基本功能及设计方法。紧接着以本系统为例,逐一介绍开发本系统系统的步骤:系统分析、系统设计、系统实现、系统维护。在系统分析中先后用数据流图、数据字典、系统的功能结构图分析了系统所需的各种数据。在系统的设计中,详细的展现了系统的各个功能模块。所需的数据库表及表字段。菜单的设计等。在系统的实现中,给出了实现表单中相应的功能控件的事件及代码。以及菜单实现的方法。文章的最后则给出了本系统的主要功能源代码。
本系统具有数据输入,数据存储,档案查询,报表打印等功能,系统的人机对话界面友好。系统功能全面,用户操作方便是本设计的一个特色。
【Abstract】
This student status management system is a database that adopt VISAUL BASIC6.0's develop management of system.This design the manual primarily related the visaul basic6.0 basic function and design methoded.The I introduce this system as the examples:System analysis, system design, the system realizes, system maintenance.Analyzed the inside to successively used the data float the diagram , the data function construction of the dictionary, system the diagram to analyze the every kind of data for needing of system in the system.In the system’s design inside, detailed emerged the system’s piece of each function mold.Database form for needing and watch word segment.The menu’s design etc..In the realizing of system, given outed to realize the form and listed the function control inside of the piece’s affairs and code.And menu method that realizes.Article of finally then give outed the main function code of this system.
This system has the data importation, data save , file search, statement to print to wait the person machine dialogue of the function, system the interface amity.The system function is completely, customer operation convenience is this design a special features
【关键字】
面向对象 学籍 学籍管理 VISAUL BASIC6.0
目 录
【内容摘要】 2
【Abstract】 3
【关键字】 3
引言 4
第一章 概述 4
1.1、 管理信息系统简介: 4
1•2:面向对象的程序设计 6
1•3、系统软件开发环境简介 8
第二章 需求分析 9
2•1数据字典: 9
2•2、数据流图 10
2•3、系统功能结构图 14
第三章 计算机学籍系统的设计 16
3.1方案设计 16
3•2、模块处理功能设计 17
3•3、数据库表结构设计 20
第四章 应用系统实现 22
4•1典型模块的实现: 22
4•2系统菜单 35
总 结 37
致 谢 38
主要参考文献 38
附录: 40
主要参考文献
1、《Visual Basic 6使用指南》 田金兰等 电子工业出版社 2002年出版
2、《Visual Basic 6数据库访问技术》Jeffrey 机械工业出版社 2003年出版
3、《软件开发技术》 潘锦平 西安电子科技大学出版社1999年出版
4、《数据库系统概论》 王珊、萨师宣 高等教育出版社 2001年出版
5、《如何使用Visual Basic 6.0中文版》 机械工业出版社 2001年出版
6、《中文Visual Basic 6.0实用教程》北京希望电脑公司希望电子出版社
1.9万字 61页
包括论文和系统程序
【内容摘要】
本学籍管理系统是采用VISAUL BASIC6.0开发的一个数据库管理系统。本设计说明书主要讲述了VISAUL BASIC6.0的基本功能及设计方法。紧接着以本系统为例,逐一介绍开发本系统系统的步骤:系统分析、系统设计、系统实现、系统维护。在系统分析中先后用数据流图、数据字典、系统的功能结构图分析了系统所需的各种数据。在系统的设计中,详细的展现了系统的各个功能模块。所需的数据库表及表字段。菜单的设计等。在系统的实现中,给出了实现表单中相应的功能控件的事件及代码。以及菜单实现的方法。文章的最后则给出了本系统的主要功能源代码。
本系统具有数据输入,数据存储,档案查询,报表打印等功能,系统的人机对话界面友好。系统功能全面,用户操作方便是本设计的一个特色。
【Abstract】
This student status management system is a database that adopt VISAUL BASIC6.0's develop management of system.This design the manual primarily related the visaul basic6.0 basic function and design methoded.The I introduce this system as the examples:System analysis, system design, the system realizes, system maintenance.Analyzed the inside to successively used the data float the diagram , the data function construction of the dictionary, system the diagram to analyze the every kind of data for needing of system in the system.In the system’s design inside, detailed emerged the system’s piece of each function mold.Database form for needing and watch word segment.The menu’s design etc..In the realizing of system, given outed to realize the form and listed the function control inside of the piece’s affairs and code.And menu method that realizes.Article of finally then give outed the main function code of this system.
This system has the data importation, data save , file search, statement to print to wait the person machine dialogue of the function, system the interface amity.The system function is completely, customer operation convenience is this design a special features
【关键字】
面向对象 学籍 学籍管理 VISAUL BASIC6.0
目 录
【内容摘要】 2
【Abstract】 3
【关键字】 3
引言 4
第一章 概述 4
1.1、 管理信息系统简介: 4
1•2:面向对象的程序设计 6
1•3、系统软件开发环境简介 8
第二章 需求分析 9
2•1数据字典: 9
2•2、数据流图 10
2•3、系统功能结构图 14
第三章 计算机学籍系统的设计 16
3.1方案设计 16
3•2、模块处理功能设计 17
3•3、数据库表结构设计 20
第四章 应用系统实现 22
4•1典型模块的实现: 22
4•2系统菜单 35
总 结 37
致 谢 38
主要参考文献 38
附录: 40
主要参考文献
1、《Visual Basic 6使用指南》 田金兰等 电子工业出版社 2002年出版
2、《Visual Basic 6数据库访问技术》Jeffrey 机械工业出版社 2003年出版
3、《软件开发技术》 潘锦平 西安电子科技大学出版社1999年出版
4、《数据库系统概论》 王珊、萨师宣 高等教育出版社 2001年出版
5、《如何使用Visual Basic 6.0中文版》 机械工业出版社 2001年出版
6、《中文Visual Basic 6.0实用教程》北京希望电脑公司希望电子出版社