银行储蓄管理系统的设计与实现毕业设计论文
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
毕业论文(设计)
题目:银行储蓄管理系统的设计与实现
姓名:
学院:
专业:
班级:
学号:
毕业设计(论文)原创性声明和使用授权说明
原创性声明
本人郑重承诺:所呈交的毕业设计(论文),是我个人在指导教师的指导下进行的研究工作及取得的成果。尽我所知,除文中特别加以标注和致谢的地方外,不包含其他人或组织已经发表或公布过的研究成果,也不包含我为获得及其它教育机构的学位或学历而使用过的材料。对本研究提供过帮助和做出过贡献的个人或集体,均已在文中作了明确的说明并表示了谢意。
作者签名:日期:
指导教师签名:日期:
使用授权说明
本人完全了解XX大学关于收集、保存、使用毕业设计(论文)的规定,即:按照学校要求提交毕业设计(论文)的印刷本和电子版本;学校有权保存毕业设计(论文)的印刷本和电子版,并提供目录检索与阅览服务;学校可以采用影印、缩印、数字化或其它复制手段保存论文;在不以赢利为目的前提下,学校可以公布论文的部分或全部内容。
作者签名:日期:
银行储蓄管理系统的设计与实现
摘要:近几年来,随着科技的发展和社会的进步,尤其是计算机大范围的普及,计算机应用逐渐由大规模科学计算的海量数据处理转向大规模的事务处理和对工作流的管理,这就产生了以台式计算机为核心,以数据库管理系统为开发环境的管理信息系统在大规模的事务处理和对工作流的管理等方面的应用,特别是在银行储蓄管理之中的应用日益引起人们的关注。本文基于Visual C++数据库编程技术,以可视化的集成开发环境Visual studio 2008为开发工具, Access 2007为后台数据库实现了一个小型的银行储蓄管理系统,该系统主要功能包括用户注册、销户、存款、取款、查询历史记录、用户修改信息等功能。从而满足了广大人民群众的需要同时也实现了银行储蓄管理的系统化、规范化、自动化和智能化,提高了银行管理的效率。
关键字:Visual C++;Access 2007;银行储蓄管理系统
Bank Savings Management System Design and Implementation
Abstract: In recent years, as technology development and social progress, in particular, the popularity of a wide range of computers, computer application gradually from large-scale scientific computing shift large-scale mass data processing and workflow transaction management, which resulted in of the desktop computer as the core database management system for the development of environmental management information system in large-scale transaction processing and management, workflow applications, especially in the management of bank savings into the application has attracted much attention. Based on the Visual C + + database programming techniques to visualize the integrated development environment, Visual studio 2008 as development tool, Access 2007 database for the background to achieve a small bank savings management system, which mainly features include user registration, cancel the account, deposit , withdrawals, query history, user modify the information and other functions. To meet the needs of the masses but also to achieve the systematic management of bank savings, standardization, automation and intelligence to improve the efficiency of bank management.
Key word: visual c + +; Visual studio 2008; Access 2007; Bank savings management system
目录
1概述 (1)
1.1 课题背景 (1)
1.2 研究目的 (2)
1.3 本文主要工作 (2)
2 相关技术与环境配置 (1)
2.1 Visual C++ (1)
2.2 Access基础 (2)
2.3 系统运行需要的软硬件环境 (3)
2.3.1 硬件需求 (3)
2.3.2 软件要求 (3)
3 需求分析 (5)
3.1 功能需求 (5)
3.2 数据需求 (6)
3.3其他需求 (6)
4 系统总体设计 (7)
4.1 可行性研究 (7)
4.2 系统功能模块划分 (7)
4.3 数据库设计 (8)
4.3.1 概念结构设计 (8)
4.3.2 逻辑结构设计 (8)
4.3.3物理结构设计 (9)
5 系统详细设计与实现 (10)
5.1开发及运行环境 (10)
5.2数据库创建过程及其连接 (10)
5.3 各模块功能设计 (10)
5.3.1用户注册功能的实现 (11)
5.3.2用户存款功能的实现 (13)
5.3.3用户取款功能的实现 (15)
5.3.4 修改密码功能的实现 (17)
5.3.5 交易查询功能的实现 (17)