登录
首页 » Java » ATM

ATM

于 2013-10-14 发布 文件大小:3KB
0 223
下载积分: 1 下载次数: 8

代码说明:

  编写一个控制台程序,模拟在ATM机的存款和取款过程,当输入给定的卡号和密码(初始卡号和密码到数据文件里查看)时,系统能登录ATM系统,根据用户的身份不同显示不同的程序界面;取款   每次取款金额只能为100的倍数,总额不超过2000元,不允许透支。且取款之后,要记录取款的金额和时间。 存款   每次存款金额只能为100的倍数,总额不超过2000元。 修改密码   新密码长度不小于6位,不允许出现6位完全相同的情况,只有旧密码正确,新密码符合要求,且两次输入相同的情况下才可以成功修改密码。(Write a console program to simulate the ATM deposits and withdrawals process, when you enter a given number and password (the initial number and password to the data file view), the system can log in ATM systems, according to the user' s identity different display different The program interface withdrawal amount each withdrawal can only be a multiple of 100, the total does not exceed 2,000 yuan, does not allow overdrafts. And withdrawals after the withdrawal of the amount to be recorded and time. Deposit Amount per Deposit only a multiple of 100, totaling no more than 2,000 yuan. Change Password New Password length not less than six, allowed six identical situation, only the old password is correct, the new password meets the requirements, and enter the same case twice before they can successfully change the password.)

文件列表:

ATM.java,10962,2013-10-10

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • lucky38
    hangle unicode used AI
    2011-08-30 18:34:33下载
    积分:1
  • minroob
    console application mineswiper
    2013-03-04 06:01:55下载
    积分:1
  • shiper
    Воронежский гос университет, задача по сям
    2009-10-11 01:30:49下载
    积分:1
  • 抗积分饱和PID算法及仿真抗积分饱PIDsimulation2
    抗积分饱和PID控制算法及仿真抗积分饱和PID控制算法及仿真抗积分饱和PID控制算法及仿真抗积分饱和PID控制算法及仿真(Anti-integral saturation PID control algorithm and simulation)
    2020-07-07 19:38:56下载
    积分:1
  • bldcbcheng
    用来仿真直流无刷电机控制系统,该系统运行良好,修改参数可以模拟任意电机的运行(used for simulation brushless DC motor control system, which is operating well, Parameter changes can simulate the operation of any motor)
    2007-05-28 08:57:11下载
    积分:1
  • MY_YangHuiTriangle
    利用二维数组创建杨辉三角形,基于vc++程序设计(Creating a Yang Hui triangle by using a two-dimensional array .Programming based on vc++)
    2018-01-03 22:40:15下载
    积分:1
  • Triangle
    求解符号三角形问题.给定一行符号(比如+和-),按照同号为+异号为-的原则计算第二行直至下面的行,最后的一行只有一个符号,要求统计各个符号的个数.(Problem solving triangle symbols. Given his symbols (such as+ And-), in accordance with the same number is+ Different number- the principle of calculation of the second line until the following line, the last line there is only one symbol, all symbols requested statistics number.)
    2008-07-15 14:53:58下载
    积分:1
  • ATM
    编写一个控制台程序,模拟在ATM机的存款和取款过程,当输入给定的卡号和密码(初始卡号和密码到数据文件里查看)时,系统能登录ATM系统,根据用户的身份不同显示不同的程序界面;取款   每次取款金额只能为100的倍数,总额不超过2000元,不允许透支。且取款之后,要记录取款的金额和时间。 存款   每次存款金额只能为100的倍数,总额不超过2000元。 修改密码   新密码长度不小于6位,不允许出现6位完全相同的情况,只有旧密码正确,新密码符合要求,且两次输入相同的情况下才可以成功修改密码。(Write a console program to simulate the ATM deposits and withdrawals process, when you enter a given number and password (the initial number and password to the data file view), the system can log in ATM systems, according to the user' s identity different display different The program interface withdrawal amount each withdrawal can only be a multiple of 100, the total does not exceed 2,000 yuan, does not allow overdrafts. And withdrawals after the withdrawal of the amount to be recorded and time. Deposit Amount per Deposit only a multiple of 100, totaling no more than 2,000 yuan. Change Password New Password length not less than six, allowed six identical situation, only the old password is correct, the new password meets the requirements, and enter the same case twice before they can successfully change the password.)
    2013-10-14 22:50:17下载
    积分:1
  • StringDataManage
    控制台下的字符串管理程序,并且带有好看的节面(使用其他人的库)(String under the console management program, and with a good-looking face of the section (using other people s libraries))
    2012-11-22 01:26:14下载
    积分:1
  • CheckManage
    考勤管理系统可以有效地管理企事业单位员工的出勤情况,规范人事制度管理,保证企事业单位的正常动作,是人力资产管理的重要组成部分。本系统的开发主要包括后台数据库的建立、维护以及前端应用程序的开发两个方面。本系统采用目前比较流行的ADO数据访问技术,并将每个数据库表的字段和操作封装到类中,使应用程序的各个窗体都能够共享对表的操作,无需重复编码,使程序更加易于维护,从而成功地将面向对象的程序设计思想应用到数据库应用程序设计中。这也是本系统的特色和优势。 第1步:还原数据库 按照前面的步骤,还原“考勤管理系统”的数据库为“CheckManage”。 第2步:打开项目并运行 ➊ 在Visual C++ 6.0中,打开“考勤管理系统”项目文件。 ➋ 编译、连接、运行,在“登录对话框”中输入用户名“Admin”,密码“111111”,单击【确定】按钮。(CheckManage System very good)
    2012-08-21 19:33:04下载
    积分:1
  • 696518资源总数
  • 104830会员总数
  • 42今日下载