搜索资源列表
ATM_java
- 简单ATM(Automatic Teller Machine)系统的基本功能包括登录、注销、查询、存款、取款以及修改密码。 模拟的ATM终端在用户登录时,将其账号和密码通过网络传送到ATM服务器,ATM服务器根据数据库中的信息查询该账号和密码是否正确,并将结果返回给ATM终端。如果账号和密码正确,ATM终端进入下一操作界面;否则提示出错。注销操作用于通知ATM服务器本次交易结束,查询、存款、取款以及修改密码操作都是先将命令发送给ATM服务器,再由ATM服务器在数据库上执行相应操作,并将操作结
ATM
- java写的一个atm模拟取款机,可以作为java的大作业,链接数据库。-java write a atm cash machine simulation, can be a big job as java, link database.
ATM
- 模拟ATM取款机,没有连接数据库!自己设的密码和账号!功能基本实现!-Simulation of ATM teller machines, not connected to the database! Own password and account set up! Function basically realize!
ATM
- 本程序主要实现简单的ATM机取款,查询余额,修改密码等操作,跟银行取款模式一样的同界面! 主要用到的是ACCESS数据库-The main achievement of this process simple ATM machine withdrawals, balance inquiries, modify password operation, with the bank teller interface with the same model! The main use is the
ATM
- QL SERVER 应用开发 银行ATM(取款机)系统 数据库设计 我在学校的 SQL项目,模拟 银行ATM(取款机)系统-QL SERVER Application Development Bank ATM (ATM) system, database design in my school SQL projects, simulation bank ATM (ATM) system
ATM_IN_JAVA
- 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
ATM
- 利用简单的数据库实现ATM柜员机的基本功能(包括存取款,转账,开户,开锁)实现管理员与普通用户的区分-Using simple database implementation of the basic functions of ATM teller machines [including deposits, transfers, account opening, unlock] the administrator and general users to realize the distinct
ATM_Database_System
- GOOD PROJECT ABOUT ATM DATABASE SYSTEM WITH DATABASE IN MS ACCE-GOOD PROJECT ABOUT ATM DATABASE SYSTEM WITH DATABASE IN MS ACCESS
ATM
- 用vb开发atm界面,具有修改密码,转账,存款取款功能,中英文界面,然后连接数据库,添加时间功能-Vb interface atm with the development of a modified password, fund transfer, cash deposit function, in both Chinese and English interface, and then connect to the database, add the time function
ATM
- 这是由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 s
ATM
- ATM取款机系统数据库设计,并且有PPT可以按步骤教学生尽快掌握,方便高效-ATM Teller Machine System database design, and the PPT steps to teach students can be as soon as possible to facilitate the efficient
atm
- 简单ATM(Automatic Teller Machine)系统的基本功能包括登录、注销、查询、存款、取款以及修改密码。 模拟的ATM终端在用户登录时,将其账号和密码通过网络传送到ATM服务器,ATM服务器根据数据库中的信息查询该账号和密码是否正确,并将结果返回给ATM终端。如果账号和密码正确,ATM终端进入下一操作界面;否则提示出错。注销操作用于通知ATM服务器本次交易结束,查询、存款、取款以及修改密码操作都是先将命令发送给ATM服务器,再由ATM服务器在数据库上执行相应操作,并将操作结果返
ATM
- 这个系统的功能是模拟ATM机的登陆、取款、存款、转帐、查询余额、更改密码等功能,利用了JDBC接口、GUI、数据库SQL Server-The system' s function is to simulate the landing of ATM machines, withdrawals, deposits, transfers, check balances, change your password and other functions, use of JDBC interfac
ATM
- 当地银行打算安装新的自动取款机(ATM),允许用户在其上进行基本的银行交易。每个用户在银行只能拥有一个账号。ATM用户应当能够查看他们的账户余额,提取现金,并存入资金。银行每天装入500张面值为20美元的钞票。 ATM的交易包括根据账号和用户标识(PIN)来验证用户身份的真实性,然后创建和执行银行交易。为了验证用户身份和执行交易,ATM必须与银行的账户信息数据库进行交互。 本例使用计算机的显示器来模拟ATM屏幕,用计算机的键盘来模拟ATM的键区。 -Local bank intend
ATM
- 模拟ATM机的基本功能,采用access作为数据库。-Simulate the basic functions of ATM machines, using access as the database.
ATM
- C#模仿ATM取款机,实现基本的存取款功能,包含数据库。-C# imitate the ATM cash machines, to achieve the basic deposit and withdrawal functions, including the database.
ATM
- ATM课程设计。全部是代码 ,功能是很全的SQL的数据库,采用了socket和 线程-ATM curriculum design. All code, all of the SQL function is a database, using socket and thread
ATM Database System Code
- ATM MACHINE USE JAVA
java图像界面ATM模拟程序
- 使用JAVA自带的图形化编程编程出带界面的ATM模拟程序,包括:使用用户名密码登录;取款;存款;修改密码;转账,可以连接数据库。(The ATM simulation program with interface is programmed by JAVA's graphical programming. It includes: login with user name, password, withdraw money, deposit, modify password, transfer
ATM
- 实现了ATM基础功能(存钱、取钱、转账、身份验证等),数据库利用MD5加密(The basic functions of ATM (save money, money, transfer, authentication, etc.) are realized, and the database is encrypted with MD5)