【编者按】网学网VB频道为大家收集整理了“大学社团管理系统“提供大家参考,希望对大家有所帮助!
附开题报告,答辩演示,论文,设计,论文字数:14214,页数:62
摘 要
学校社团信息管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的库。而对于后者则要求应用程序功能完备,易使用等特点。本系统主要完成对会员管理、会员查询、社团查询、会费查询四个方面。系统可以完成对各类信息的浏览、查询、添加、删除、修改等功能。由于系统数据的组成对存储安全性要求较高,因此系统的开发工具选择了Microsoft Visual Basic6.0和Microsoft Access2000数据库,利用Microsoft Visual Basic6.0可视化编程的特点,Microsoft Access强大的数据处理功能,再通过对用户的需求分析,开发出适用于资料管理系统。
关键字:控件 窗体 数据库 VB6.0 会员信息 社团信息
[The summary ] :corporation''s information management system is a typical information management system (MIS ), it develops two respects of main development including setting-up and maintenance and front application program of backstage supporter''s database . Demand to set up the consistency of the data and integrality the storehouse of strong , data with good security to the former. Require to the latter the function of the application program is complete , apt characteristic of using etc. . This system finishes inquiring about four respects to member''s management , member''s inquiry , corporation''s inquiry , membership dues mainly. The system can finish such functions as having a look around , inquiry , adding , deleting , revising of all kinds of information ,etc. . Because expect relatively much in storing the security in composition of the systematic data, Because composition, system of data to store security expect relatively much , so systematic developing instrument choose Microsoft Visual Basic6. 0 Chinese enterprises edition and Microsoft Access2000 database, utilize Microsoft Visual Basic6. The characteristic of 0 visual programming, Microsoft Access strong data processing function, analyse through the demand to users and then, develop and is suitable for the materials administrative system.
Key word: Controlling part, window body, database , VB6. 0, member''s information , corporation''s information
目 录
前 言 2
摘 要 3
第一章 绪论 5
第二章 系统分析 6
2.1 开发背景 6
2.2 Microsoft Visual Basic软件简介 7
2.2.1开发工具的选择 7
2.2.2关系型数据库的实现 9
2.2.3二者的结合(DBA) 9
第三章 系统设计 10
3.1系统概要 10
3.2 系统的开发环境 10
3.3 系统结构图 11
3.4 系统流程图 11
第四章 数据库设计 12
4.1 数据库需求分析 12
4.2 数据库逻辑结构设计 12
4.3 数据库中表的设计模式 13
4.4 用户界面的实现 20
设计体会 24
参考文献 25
程序源代码 25