客服一(QQ:40114597):
该资料价格:¥200
,查看汇款方式

页数:41
字数:11,529
字符数:24,218
摘要
高校科研管理信息系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的库,而对于后者则要求应用程序功能完备,易使用等特点。
在本论文中,首先介绍了系统开发工具的功能和特点。系统使用Visual Basic 6.0作为前台开发工具,利用其数据库SQL Server作为系统数据库。接着论述了系统的需求分析,对系统的功能进行了阐述,其功能主要有实现用户登录、用户查询与授权以及修改用户信息;实现信息查询,其中包括论文信息、成果信息、著作信息等的查询;实现对系统库的维护。然后,介绍了系统整体结构和数据库设计,并给出了主要数据库表的详细定义。最后,说明了系统的模块组成,各模块的功能,以及这些模块的具体实现方法和程序核心代码 ,并附带了一些主要的窗口。
关键词 科研管理系统;VB; Microsoft SQL Server
Abstract
The system of managing Science Research Information file is a typical application of managing information system(MIS), which mainly includes building up data-base of back-end and developing the application interface of front-end . The former required consistency and integrality and security of data , the later should make the application powerful and easily used .
In this paper , it introduces the function and characteristic of the systematic developing instrument at first . The system uses Visual Basic 6.0 as the front desk developing instrument , utilizes its database SQL Server as the systematic database . Then it expounds the systematic demand analyse* , **plains the function of the system . Its function mainly have : Realize user login , user inquiry and adapt user information ; Realize information inquiry , Including paper information inquiry , accomplishment information inquiry , literature information inquiry and so on ; Realize the maintenance of the system database . Then it introduces system total structure and the design of database and gives a detail table design . Finally , proves the systematic module making up , the function of every module , and the concrete implementation method of the module and key code of procedure , at the same time have some main windows .
KeyWords The system of managing Science Research Information ; Visual Basic ; Microsoft SQL Server
目录
绪 论 1
1 系统概述 2
1.1 VB简介 2
1.2 SQL SERVER 2000简介 3
1.2.1 SQL Server 2000概述 3
1.2.2 访问SQL Server 2000 3
1.3 ADO简介 4
1.4 使用ADO访问数据库 5
2 需求分析 7
2.1 用户需求 7
2.2 可行性研究 7
2.3 系统处理流程设计 7
2.3.1 系统流图 7
2.3.2 系统处理流程 8
2.4 数据库逻辑结构设计 9
3 系统概要设计 13
3.1 系统的功能模块图 13
3.2 系统各功能模块详细介绍 13
3.3 系统功能划分 15
4 详细设计 16
4.1 总体介绍 16
4.2 具体设计和实现 18
4.2.1 一般用户对教师信息、成果信息、论文信息进行浏览 18
4.2.2 管理员用户录入/查询/修改/删除页面及编码 20
4.2.3 综合查询功能的实现 32
4.2.4 用户权限维护功能的实现 33
结束语 34
致 谢 35
参考文献 36
高校科研管理信息系统
绪 论
随着计算机技术的广泛应用以及现代社会信息量的急剧增加,传统的人工信息管理体系已经远远不能满足快节奏、高效率的现代生活的需要,落后的管理技术严重阻碍了信息的交流与共享。同时,网络技术的普及,如何通过网络来实现对高校科技信息的远程访问和与远程管理,从而实现对信息的共享和交流成为当务之急。
高校科研成果数量增加较快,教师的科研内容较为复杂,涉及范围极其广泛,而且为了公平合理的推动教师队伍的科研学建设,为今后科研信息的查找提供方便、快捷的服务,鉴于此目的基于Visual Basic技术的科研信息管理系统为我们提供了强有力的应用工具。该系统可以达到用户检索迅速,查找方便,录入简单,可靠性高,存储量大,保密性好的要求。
利用Visual Basic 6.0 ,开发了一套基于数据库SQL Server的科研管理软件。使用此管理软件,用户可以通过轻松实现科研信息的录取与修改,也可对科研信息情况进行管理与查询。
技术特点:
(1) 界面精致简洁,操作容易方便
本着以质为先的思想,本系统数据显示采VB独有的数据窗口机制,摒弃了花哨的界面;各功能项内容以菜单显示,清晰明了,可以及点及出。
(2) 安全可靠
本系统有强大的权限管理功能,其权限分两种:系统管理员级权限、普通管理员级权限。通过权限设计保证数据的安全性。

