《基于多线程ATM前置机毕业论文及代码》.docVIP

  • 6
  • 0
  • 约3.18万字
  • 约 38页
  • 2016-12-11 发布于贵州
  • 举报

《基于多线程ATM前置机毕业论文及代码》.doc

基于Socket的ATM银行前置机 摘 要 ATM是 Automated Teller Machine 的缩写,意为自动柜员机。它是一种高度精密的机电一体化设备,利用磁卡或智能IC卡储存用户信息并通过加密键盘(EPP)输入密码然后通过银行内部网络验证并进行各种交易的金融自助设备。本文主要是对ATM银行前置机进行模拟,主要是利用了Socket通信技术来完成了客户端和服务器的通信交流,并且利用多线程的技术可以实现多个用户的同时对服务器的请求,对于同个用户自然要实现线程同步,为了保证同个用户多处登录操作账户时,对帐户进行保护。对于模拟界面是使用了Swing组件,还有就是对单利模式的使用,使系统在运行中开销降低了很多,提高了系统的性能。 关键词 Socket;线程同步;单例模式ATM banking front-end based on Socket ABSTRACT ATM stands for Automated Teller Machine. It is a highly sophisticated electromechanical integration equipment, the use of magnetic cards or smart IC card to store user information and enter the password by encrypting the keyboard (EPP) and various types of transactions through the banks internal network authentication and financial self-service equipment. In this paper, the ATM banking front-end simulation, using Socket Communication Technology to complete the exchange of client and server communication, and multi-threading technology allows multiple users on the server request for the same users naturally want to synchronize threads in order to ensure the same user multiple login to operate the account, the account protection. For analog interface is to use the Swing components, there is the use of the simple interest model system to reduce the running cost of a lot to increase the performance of the system. Keywords Socket;Thread synchronization ;Singleton Pattern目录 第一章 绪 论 1 1.1 系统开发的背景和意义 1 1.2 ATM银行前置机概述 1 1.3本文的内容安排 2 第二章 ATM前置机的工作原理 3 2.1 ATM前置机的主要组成部分 3 2.2 ATM银行前置机的工作流程 3 第三章 ATM前置机相关技术介绍 4 3.1 关于Socket技术及运用 4 3.1.1 Socket的基本原理 4 3.1.2 Socket单例模式的运用 5 3.1.3 Socket对ATM的支持 7 3.2 关于多线程技术及运用 8 3.2.1 多线程的基本原理 8 3.2.2 多线程的同步技术 9 3.2.3 多线程对ATM的支持 10 3.3 Swing技术及运用 11 3.3.1 Swing的简介 11 3.3.2 Swing对ATM的支持 12 3.4 关于Oracle数据库 12 3.4.1 Oracle的特点与优势 12 3.4.2 选择数据库的考虑 13 第四章 ATM前置机的设计与实现 14 4.1 ATM前置机客户端的设计 14 4.2 ATM服务器端的设计 19 第五章 结束语 23 5.1 论文工作总结 23 5.2 进一步工作打算 23 参考文献 24 致 谢 25插图清单 图4-1 ATM登录流程图 14 图4-2 ATM登录界面 15 图4-3 ATM主操作界面 15 图4-4 查询流程图

您可能关注的文档

文档评论(0)

1亿VIP精品文档

相关文档