atm机管理系统.doc

约29页DOC格式手机打开展开

atm机管理系统,atm机管理系统页数 29 字数 10728摘 要atm机管理系统是银行业务流程过程中十分重要且必备的环节之一,在银行业务流程当中起着承上启下的作用,其重要性不言而喻。但是,目前许多银行在具体的一些业务流程处理过程中仍然使用手工操作的方式来实施,不仅费时、费力,效率低下,而且无法达到理想的效果。本文针对上述问题,采用软...
编号:10-26829大小:828.00K
分类: 论文>计算机论文

内容介绍

此文档由会员 刘阳 发布

ATM机管理系统

页数 29 字数 10728

摘 要

ATM机管理系统是银行业务流程过程中十分重要且必备的环节之一,在银行业务流程当中起着承上启下的作用,其重要性不言而喻。但是,目前许多银行在具体的一些业务流程处理过程中仍然使用手工操作的方式来实施,不仅费时、费力,效率低下,而且无法达到理想的效果。本文针对上述问题,采用软件工程的开发原理,依据软件流程过程规范,按照需求分析、概要设计、详细设计、程序编码、测试、软件应用、软件维护等过程开发了一个银行ATM机管理系统系统。采用Microsoft Visual Basic 6.0 作为开发工具,数据库设计遵循3范式,主要设计了用户基本信息表、用户操作表等数据表。解决了ATM机管理系统中存在的问题。
系统主要实现的有:
用户操作、包括:用户取款管理、用户余额查询管理、用户转账管理、用户密码修改管理;
管理员操作、包括:用户存款管理、开户管理、注销用户管理;
系统模块:存款、取款、开户、销户、修改信息、办卡、挂失卡;
通过该ATM机管理系统地运行,使用户和管理员可以轻松快捷的完成对账户管理的任务,提高账户管理效率,使用户的账户管理工作系统化、规范化、自动化 。
该银行ATM机管理系统,优点是设计过程思路清晰、模块划分简洁,设计各阶段分工明确。经过实践证明,该划分是合理的,极大得提高了本系统的实现。

关键字:ATM机,银行,用户
Abstract
The Automatic Teller Machine management system is a very most important part of the process of bank work flow ,it plays a key role in this process .but till now ,many banks still use hands to tackle this process ,wasting large amount of time and workforce and of course not reaching the realistic effect .This article presents a practical method to implement a bank account management information system based on software engineering .Solve the problem of data security ( DES ) and data coherence as well as the speed of system operation (HaXi). And its main function is to realize management of accout ,ATM management , users’query , query statistic ,report forms statistic and report forms printment .Which include five modules as follows : accout management module ( deposit and fetch money ,log-on ,log-out ,modify personal information ,report loss ), ATM management module ( operators’ management query and maintenace ,users’ query and fetch money ), query statistic module ( ATM business statistic ,abnormal query statistic ,the total quality of cards and the total workload ),report forms input and print .The using of this system made the work of bank account management more systematic ,regular and automatic.The practice proved that this dividing is proper and correct and advances the realization of the software..

Key Words: Automatic Teller Machine Bank user

目录

摘 要………………………………………………………… ……… …..1
引 言………………………………………………………… ……… …..3
第一章 绪论………………………………………………… ……… ……4
1.1 选题背景…………………………………… ……… ……4
1.2 选题意义……………………………………… …………… ……4
第二章 ATM机系统分析…………………………… … …………………6
2.1 软件可行性研究………………………………………… …………6
2.1.1经济可行性研究……………… ………… …… ……6
2.1.2 技术可行性研究…………… ……………… ………7
2.2 需求分析…………………… …… …… ……… …7
2.2.1 确定对系统的综合需求………………… …………………8
2.2.2 分析系统的数据需求……………… ……………… ………8
2.2.3 导出系统的逻辑模型…………………………………………9
2.2.4 特殊需求………………………… ………… ……10
第三章 系统总体结构设计………………………………………………… …11
3.1 系统目标…………………………………… …………………11
3.1.1 系统目标设计………………………… ………………………11
3.1.2 开发设计思想…………………………………………………11
3.1.3 开发和运行环境选择…………………………………………12
3.2 系统功能分析………………………………………… …………12
3.3 系统数据流程…………………………………………… ………12
3.4 数据库设计…………………………………… ………………14
3.4.1数据库需求分析……………………… ……………………14
3.4.2数据库概念结构设计………………… ……………………14
3.4.3数据库逻辑结构设计……………………… … …………15
第四章 ATM模拟系统的详细设计……………………… ………………………16
4.1 用户界面设计………………………………… ……………………16
4.2 用户系统属性设置……………………………………… …………19
4.3 用户操作模块的数据库设计………………………… …………19
4.4窗口功能的实现……………………………… ………………21
第五章 系统的测试与维护…………………………… …………………………22
5.1 面向对象的测试………………………………… ……………………22
5.1.1 白合测试……………………………… ………………………22
5.1.2 黑合测试………………………………… ……………………23
5.2 开户系统模块异常处理的测试…………… ……23
5.3 系统维护……………………… ………24
结 论…………………………… …………………………25
致 谢………………………… ……………………………26
参考文献……………………………… ……………………27


参考文献

1、刘新民、蔡琼、白康生 《Visual Basic 6.0》清华大学出版社2004-3-1
2、邹先霞、梁文健 《Visual Basic程序设计教程》冶金工业出版社,2001-1-1
3、明日科技、王春才、高春艳《Visual Basic数据库系统开发完全手册》人民邮电出版社,2002-4-1
4、萨师煊,《数据库系统概论》高等教育出版社, 2002-1-1
5、《数据库系统概论》 萨师煊 王珊 编著 高等教育出版社 北京 2000年2月第三版印刷