{$cfg_webname}
主页 > 硕士 >

艺术院校招生管理信息系统设计与实现(硕士)

来源:56doc.com  资料编号:5D15049 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9A5D15049
资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用. 帮助
资料介绍

艺术院校招生管理信息系统设计与实现(硕士)(论文27000字)
Design and Implementation of Art Academy Enrollment Management Information System
当前,绝大多数艺术高校都是采用比较传统的招生方式来进行相关工作,例如单机系统。但是艺术专业招生具有其特殊性,再加上报考人数的快速增长,这种传统招生录取管理方式的工作效率已经有所滞后。因此,为了能够有效地提高工作效率,并充分考虑到艺术院校招生录取管理工作的特殊性,需开发出与之相适应的招生录取管理系统,从而实现招生录取管理工作的规范化、信息化。
本文对艺术院校招生录取管理系统的需求、设计、实现等各个关键环节都进行了详细深入地分析与研究,并取得了如下成果:
(1)认真细致地对本学院的招生录取管理工作进行了业务分析,包括其所需信息项以及数据来源等必要信息,据此提出了相应的需求分析。
(2)为实现招生录取管理系统能够在网络连通的情况下随时随地使用,提出了一种基于互联网模式的网络拓扑结构,将应用服务器置于外网,数据库服务器置于内网,物理上两者使用交换机连接于同一个内网中,这样既能够确保数据信息安全又能够使应用服务器访问数据库服务器。
(3)针对上述的相应需求分析与基于互联网模式的网络结构,利用基于 B/S模式的方案对艺术院校招生录取管理系统进行实现,能够有效地提高系统开发的效率并有利于系统的后期维护。
(4)根据艺术院校招生录取管理工作的业务需求,仔细分析研究,设计了程序流程、功能模块、界面效果以及数据库等。
(5)对艺术院校招生录取管理系统进行了实质性的开发,主要是用户管理、招生计划管理等功能进行了开发。
综上所述,本文基于B/S模式,采用VB+SQLServer的开发平台,旨在设计开发人机界面交互性良好、操作简单的艺术院校招生管理信息系统。
该招生录取管理系统优点较多,例如操作简单、实用性好、数据精确、运行优良,能够广泛使用并且能够及时更新信息,充分体现了当今计算机、网络技术的优势之处。将它应用在学校招生录取管理的工作中,能够大力提高工作人员的效率,对建设信息化校园大有益处。

关键词:高校招生录取;管理系统;VB;SQL

At present, the vast majority of Art Academics are using a more traditional way to recruit students to work, such as stand-alone system. But the art of professional enrollment has its particularity, coupled with the rapid growth of the number of candidates, this traditional enrollment management approach has been lagging behind the work efficiency.
Therefore, to effectively improve the work efficiency and fully take into account the special nature of the Art Academics enrollment management, the need to develop and adapt to the enrollment management system, so as to achieve the standardization and information management of enrollment.
In this paper, the requirements, design, implementation and other key links of the enrollment management system are analyzed and studied in detail, and the following results are obtained:
(1)The business analysis, including the necessary information and the data source and the necessary information. Accordingly,the corresponding demand analysis is put forward.
(2)For the implementation of enrollment management system in network connectivity anytime, anywhere, put forward a kind of network topology based on Internet, the application server is placed outside the network, database servers are placed in the network, physical two switches connected to the same network, which can not only ensure the security of data information,but also make the application server access database server.
(3)Aiming at the above requirements analysis and network structure based on the Internet, the software development technology based on B/S model of the art academy enrollment management system to achieve,which can effectively improve the efficiency of the system development and is conducive to the maintenance of the system.
(4)According to the business needs of enrollment management in art academys, carefully analyze and design of the program flow, function modules, interface effects and database, etc..
(5)The development of enrollment management system for art academys is mainly the function of user management, enrollment  plan management and so on.
To sum up, this paper use VB and SQLServer as development platform,based on B/S mode, to design and develop art academy enrollment management information system,Which is good man-machine interface and simple operation .
The system has many advantages,such as simple operation,good practicability,accurate data,good running, and can be used widely and can update the information in time,which fully reflects the advantages of the computer and network technology.
The application of this system can greatly improve the efficiency of the staff and can be very beneficial for campus information construction.

Keywords: academy enrollment;management system;VB;SQL

目 录
1 引言    1
1.1研究背景    1
1.2 国内外研究现状    3
1.2.1国外研究现状    3
1.2.2国内研究现状    4
1.3研究意义    5
1.4 本文研究内容    5
1.5本章小结    6
2相关理论知识    7
2.1 系统开发方法    7
2.1.1  结构化方法    7
2.1.2  原型法    8
2.2 网络开发架构    9
2.2.1  C/S架构    9
2.2.2  B/S架构    10
2.2.3分析比较    10
2.3 Visual Basic    11
2.4 MVC设计模式    11
2.5 数据库选择    12
2.6 本章小结    13
3 系统需求分析    15
3.1学院概况    15
3.2总体需求分析    15
3.3功能需求分析    16
3.4本章小结    19
4 系统详细设计    21
4.1总体结构设计    21
4.1.1 系统管理    21
4.1.2 基本信息管理    21
4.1.3 招生信息管理    22
4.1.4 学生信息管理    22
4.1.5 统计信息模块    22
4.2 系统业务流程与数据流程    22
4.2.1系统业务流程    22
4.2.2系统数据流程    23
4.3数据库设计    24
4.3.1 关系数据库设计理论    24
4.3.2 数据库表的设计    26
4.4 本章小结    29
5 系统设计实现    30
5.1 系统登录窗口    30
5.1.1 实现目标    30
5.1.2 开发流程    30
5.1.3 程序设计及代码    31
5.2 主程序界面    33
5.2.1 实现目标    33
5.2.2 开发流程    33
5.2.3 程序设计及代码    34
5.3基本信息模块    34
5.3.1 实现目标    34
5.3.2 开发流程    35
5.3.3 程序设计及代码    36
5.4招生信息管理    38
5.4.1 实现目标    38
5.4.2 开发流程    40
5.4.3 程序开发及代码    40
5.5学生信息管理    45
5.5.1 实现目标    45
5.5.2 开发流程    47
5.5.3 程序设计及代码    47
5.6本章小结    50
6 系统测试    51
6.1软件测试    51
6.2系统调试    52
6.3 本系统测试    52
6.4 系统性能评价    53
6.5本章小结    54
7 结论与展望    55
参考文献    57

推荐资料