搜索资源列表
ATM_get_money
- 模拟银行ATM提款机系统(单线程),我的RAD项目,得到了刘岩博士的大力支持,目前完成了单线程的程序结构,开发平台VC6.0,运行平台DOS7.0。程序是C/S结构,由服务端和客户端程序构成,还有一个配置程序来定义文件和IP,程序还实现了冲帐功能。我还在思考如何设计多线程的设计,特公布了原码,望大家帮我看看。-Simulation of ATM bank teller machine system (single-threaded),
MHServerDEVS
- Source File Basicly, You ll have to watch the video to guide you....But that video is not complete, it doesn t tell you how to edit the rate of the server and use of the GM Tools.... Here s the step that he didnt
simple-atm
- atm系统实现框架:1.编写工具类KB,实现系统接收用户输入这个动作。 2.定义普通客户类Customer,包括:使用构造函数初始化该类;存钱方法 saveMoney();取钱方法getMoney();查询卡上余额search()等。 3.编写主类BankTest,在此进入建立用户对象,进行帐号和密码验证 4.定义VIP客户类CustomerVip -atm system implementation fr a mework: 1. W