Description: 模拟ATM系统(JAVA与数据库):这个系统的功能是模拟ATM机的登陆、取款、更改密码等功能,利用了多线程、JDBC接口、GUI。
-ATM Simulation System (Java and database) : The system's function is simulated landing ATM machine, withdrawals, change passwords, and other functions, use of the multi-thread, JDBC interface, GUI. Platform: |
Size: 39936 |
Author:wq |
Hits:
Description: ATM模拟系统,不是本人的作品,是从CSDN上交换来的,主要是模拟ATM的模拟,可以作为学习材料,内容比较简单,但模拟的很到位.大家看了就知道了.-ATM simulation system is not my work, from the exchange to CSDN. ATM simulation is the simulation can be used as learning materials, which is relatively simple. However, the simulation is in place. We read will know. Platform: |
Size: 45056 |
Author:李伟 |
Hits:
Description: 字符界面模拟ATM。输入姓名等进行下一步。
比较适合JAVA初学者参考-Characters in interface simulation ATM. Enter the name to the next step. More suitable for beginners reference JAVA Platform: |
Size: 1024 |
Author:guoxian |
Hits:
Description: 一个小的模拟,实现了存款,取款,和密码的更改-A small simulation, the realization of the deposits, withdrawals, and password changes Platform: |
Size: 2048 |
Author:nirvana |
Hits:
Description: JAVA版ATM会员机模拟程序设计,数据库-JAVA version of ATM machine simulation program members design, database Platform: |
Size: 2740224 |
Author:11111 |
Hits:
Description: 模拟ATM取款机,没有连接数据库!自己设的密码和账号!功能基本实现!-Simulation of ATM teller machines, not connected to the database! Own password and account set up! Function basically realize! Platform: |
Size: 142336 |
Author:郭宏光 |
Hits:
Description: 一.TM柜员机模拟程序,其功能为:
当输入给定的卡号和密码(初始卡号和密码为123456)时,系统能登录ATM柜员机系统,用户可以进行:
1 查询余额:初始余额为10000元
2 ATM取款:每次取款金额为100的倍数,总额不超过5000元,支取金额不允许透支。
3 ATM存款:不能出现负存款。
4 修改密码:新密码长度不小于6位,不允许出现6位完全相同的情况,只有旧密码正确,新密码符合要求,且两次输入相同的情况下才可以成功修改密码。
-1. TM ATM simulation program, and its function as follows: When you enter a given number and password (initial card number and password is 123456), the system can log on ATM teller machine system, the user can: 1 query the balance: the initial balance of 10000 2 ATM withdrawals million: the amount of money each time a multiple of 100, not exceeding a total of 5,000 yuan is not allowed to receive the amount of overdraft. 3 ATM deposits: deposits can not be negative. 4 Change Password: The new password length is not less than six, does not allow the emergence of six identical circumstances, only the old password is correct, the new password to meet the requirements, and the two enter the same circumstances can successfully modify the password. Platform: |
Size: 3072 |
Author:tang |
Hits:
Description: simple ATM [Automatic Teller Machine] system the basic functions Login including write-offs, inquiries, deposits, withdrawals and alter the code. Simulation of ATM terminal users logged in, their account numbers and passwords through the ATM network to transmit to the server, ATM database server based on the information to confirm the account number and password is correct, the results back to the ATM terminal. If the correct account number and password, the ATM into the next terminal interface Otherwise prompt mistakes. Cancellation notice for the operation of the server ATM transactions concluded inquiries, deposits, withdrawals and alter the code operations are first sent an order to ATM servers, ATM by the database server implementation of the corresponding operation and operating res-simple ATM [Automatic Teller Machine] system the basic functions Login including write-offs, inquiries, deposits, withdrawals and alter the code. Simulation of ATM terminal users logged in, their account numbers and passwords through the ATM network to transmit to the server, ATM database server based on the information to confirm the account number and password is correct, the results back to the ATM terminal. If the correct account number and password, the ATM into the next terminal interface Otherwise prompt mistakes. Cancellation notice for the operation of the server ATM transactions concluded inquiries, deposits, withdrawals and alter the code operations are first sent an order to ATM servers, ATM by the database server implementation of the corresponding operation and operating res Platform: |
Size: 21504 |
Author:sreng |
Hits:
Description: 这是由Java的GUI模拟银行ATM机的一些基本操作功能,并且连接MySQL数据库,保证数据的储蓄,希望对大家的学习有所帮助!-This is the GUI by the Java simulation of the bank ATM machine to operate some basic functions, and to connect MySQL database to ensure that the savings data, and they hope to help you study! Platform: |
Size: 693248 |
Author:永不放弃 |
Hits:
Description: 这是我学java是课程设计时作的一个ATM模拟系统,里面包括了基本上所有的Atm应具备的功能。-Java This is my school when the curriculum design is an ATM simulation system, which basically includes all the features should have Atm. Platform: |
Size: 52224 |
Author:zzh |
Hits:
Description: 一.TM柜员机模拟程序,其功能为: 当输入给定的卡号和密码(初始卡号和密码为123456)时,系统能登录ATM柜员机系统,用户可以进行: 1 查询余额:初始余额为10000元 2 ATM取款:每次取款金额为100的倍数,总额不超过5000元,支取金额不允许透支。 3 ATM存款:不能出现负存款。 4 修改密码:新密码长度不小于6位,不允许出现6位完全相同的情况,只有旧密码正确,新密码符合要求,且两次输入相同的情况下才可以成功修改密码。 -1. TM ATM simulation program, its function is: When you enter a given number and password (the initial number and the password is 123456), the system can log on ATM ATM system, the user can: 1 query the balance: the initial balance of 10000 2 ATM withdrawals million: the amount of money every time a multiple of 100, not exceeding a total of 5,000 yuan is not allowed to receive the amount of overdraft. 3 ATM deposits: deposits can not be negative. 4 Change Password: The new password length is not less than 6, there does not permit the situation exactly the same as 6, only the old password is correct, the new password meets the requirements, and enter the same two cases, the password can only be successfully modified. Platform: |
Size: 5120 |
Author:菁 |
Hits:
Description: Java ATM柜员机模拟程序 使用图形用户界面,设计登陆界面,使用图形界面实现,要符合日常软件使用规范来设计菜单和界面,方便用户操作-Java ATM ATM simulation program using the graphical user interface, design entry interface, using the graphical interface implementation, to meet the daily software specifications to design menus and interface, user-friendly operation Platform: |
Size: 39936 |
Author:keke |
Hits: