计算机应用 | 古代文学 | 市场营销 | 生命科学 | 交通物流 | 财务管理 | 历史学 | 毕业 | 哲学 | 政治 | 财税 | 经济 | 金融 | 审计 | 法学 | 护理学 | 国际经济与贸易
计算机软件 | 新闻传播 | 电子商务 | 土木工程 | 临床医学 | 旅游管理 | 建筑学 | 文学 | 化学 | 数学 | 物理 | 地理 | 理工 | 生命 | 文化 | 企业管理 | 电子信息工程
计算机网络 | 语言文学 | 信息安全 | 工程力学 | 工商管理 | 经济管理 | 计算机 | 机电 | 材料 | 医学 | 药学 | 会计 | 硕士 | 法律 | MBA
现当代文学 | 英美文学 | 通讯工程 | 网络工程 | 行政管理 | 公共管理 | 自动化 | 艺术 | 音乐 | 舞蹈 | 美术 | 本科 | 教育 | 英语 |

科研参考资料管理系统Delphi+Access

2016-05-01 01:05
导读:计算机应用论文论文,科研参考资料管理系统Delphi+Access应该怎么写,有什么格式要求,科教论文网提供的这篇文章是一个很好的范例:毕业
毕业

科研参考资料管理系统
 
摘要:20世纪末,随着计算机科学技术的迅速发展和数据库管理技术的不断地更新,数据库管理应用程序的开发也在不断更新。本管理系统是高等院校科研所的科研参考资料管理系统,主要为科研参考资料的管理者提供快捷的查询方法,为科研人员查询参考资料节省时间,这样的管理系统对科研人员来说是不可缺少的1部分。
本管理系统共分为5大模块,即系统登陆、查询信息管理、修改信息管理、添加信息管理和删除信息管理。系统管理模块主要用来进行系统管理,以使自己的资料更加安全,其他4个模块主要用来查询、修改、添加和删除科研参考资料信息。本系统以Delphi7为开发环境、以Access2000为数据库管理系统。开发过程中主要涉及到Delphi7中的TBDEconnection、Tdatasouce等控件和用到1些常用的函数和类,以及涉及到数据库的建立、连接和设计。

关键词:管理;模块;数据库
 
The management system of references
 
Abstract: At the end of the 20thcentury, with the rapid development of computer science, the renewal of the database management technology is going on and software development based on database management does not produce to the limit even. This system is a small information system for some people of scientific research. It mainly offers sufficient information and swift inquiry method for people of scientific research , it is an indispensable part of people of scientific research.
This System is divided into five modules, namely system logining management、searching management、modifing management、addiing management and Deleting management。 system logining management module is used for checking authority and establishing in user, so as to ensure information safe; the other four modules are mainly used for searching、adding、repairing、deleting information and stocking information.It introduces Access 2000 as database and Delphi 7 as exploit tool. It mainly involves not only control to TBDEconnection、Tdatasouce and use some functions, but also involves database build、connect and design in exploit process.

Keywords: Management; Module; Database

目    录 (转载自http://zw.NSEAC.com科教作文网)
前  言 1
1 相关知识 2
1.1 DELPHI 7编程工具简介 2
1.2 DELPHI 7的集成开发环境 5
1.3 对象PASCAL语言介绍 6
1.4 SQL语言介绍 6
1.5 ACCESS 2000数据库简介 6
1.6 数据库设计基础理论 7
2 系统总体设计 9
2.1 系统设计概要 9
2.2 考虑因素 9
2.3 系统应用需求分析 9
2.4 解决方案 10
2.5 运行环境 11
3 系统功能设计 12
3.1系统功能分析 12
3.2系统功能分配 12
3.3 系统功能模块设计 12
3.4 系统功能模块图 12
3.5 流程图 13
3.5.1系统流程图 13
3.5.2数据流程图 14
4 后台数据库解决方案 15
4.1数据库设计 15
4.1.1 数据库需求分析 15
4.1.2 概念设计 15
4.1.3 关系数据库的逻辑设计 16
4.2 DELPHI7访问数据库设置 18
4.3 数据源的配置 19
5 系统功能具体设计与实现 21
5.1系统登陆 21
5.2系统主菜单功能模块设计 23
5.3 修改当前用户密码 26
5.4 用户管理 28
5.5 删除资料 31
5.6 添加资料 32
6 结束语 33
参考文献 34
致谢 35
附录 36

注:不包括源代码.

    上一篇:基于ASP的网上银行的设计与实现ASP+SQL 下一篇:大学生信息管理系统的设计与实现SQL+VC++