大学社团管理系统的设计与实现

以下是资料介绍,如需要完整的请充值下载. 本资料已审核过,确保内容和网页里介绍一致.  
无需注册登录,支付后按照提示操作即可获取该资料.
资料介绍:

摘   要
学校社团信息管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的库。而对于后者则要求应用程序功能完备,易使用等特点。本系统主要完成对会员管理、会员查询、社团查询、会费查询四个方面。系统可以完成对各类信息的浏览、查询、添加、删除、修改等功能。由于系统数据的组成对存储安全性要求较高,因此系统的开发工具选择了Microsoft Visual Basic6.0和Microsoft Access2000数据库,利用Microsoft Visual Basic6.0可视化编程的特点,Microsoft Access强大的数据处理功能,再通过对用户的需求分析,开发出适用于资料管理系统。(爱毕业设计www.2bysj.cn)
关键字:控件     窗体    数据库     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

社团管理系统虽小,但关于学生会在对学生活动中管理是必不可少的呀,  在学校要明确社团宗旨,规范社团章程、管理制度,加强社团的凝聚力。社团活动要健康、向上,要能体现当代大学生的时代风貌。大学生需要什么样的活动,如何让大学生体现自己的特长,怎样让大学生锻炼自己的能力,这是任何一个社团都必须考虑的问题。而社团活动要提高个人素质和全作能力,敢于寻求社团新的管理方法;社团之间要加强合作。很多社团在这方面很欠缺,而很多大学已成立大学生社团联合会,对社团之间交流合作起到很重要的作用。我校众多社团有着燃烧的激情。有了激情,就有了延续和发展的可能;有了延续和发展,一切都会改观。

本系统的主要功能是进行校园社团管理,包括会员的录入,社团设置、会员和社团部以及会费的查询。我创立以下几个数据表:
(1)  会员表:编号,姓名,性别,专业,班级,宿舍,电话,社团部,职位,会费,年,月,日。
(2)  社团部表:社团部,部长,成员人数,电话,社团职能,备注,社团费。
(3) 超级用户表:ID,超级用户名,密码。
(4) 用户表:ID,用户名,输入,查询,密码。










目       录
前 言 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
(爱毕业设计www.2bysj.cn)
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