-
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
-
lyout
用于学习java Andriod编程用途, JAVA Ui(用于学习java Andriod编程用途,Java UI)
- 2015-04-12 22:08:15下载
- 积分:1
-
java
java并发编程实战pdf及源码,java并发编程实战pdf及源码(Java Concurrent Programming PDF and source code,Java Concurrent Programming PDF and source code)
- 2016-04-24 20:43:02下载
- 积分:1
-
NIOTest
Tests for some buffers from the java.nio package.
- 2014-02-21 15:54:12下载
- 积分:1
-
ResultValue
Represents an evaluation of the goodness of a result.
- 2013-12-05 11:00:58下载
- 积分:1
-
guava-20.0
说明: Guava 20.0 正式发布,Google 的 Java 常用类库。 guava-20.0.zip(Guava 20 is officially released, Google's Java common class library. guava-20.0.zip)
- 2018-04-28 13:28:00下载
- 积分:1
-
java2-Swing
一部分 Swing基础 第1章 简介 1.1 Swing的历史 1.2 轻量组件与重量组件的比较 1.3 Swing组件 1.3.1 AWT的替代组件 1.3.2 Swing增加的组件 1.4 J组(Part of the Swing-based Chapter 1 Introduction 1.2 History 1.1 Swing lightweight components and weight comparison of 1.3 Swing components 1.3.1 AWT component replacement components 1.3.2 Swing component 1.4 J group increased)
- 2011-10-29 11:22:13下载
- 积分:1
-
demo
关于ireport导出,看看希望帮助大家(About ireport export, to see wants to help you)
- 2011-07-20 23:37:17下载
- 积分:1
-
yizhu
该源码实现电子医嘱管理系统,可以查询、增加、修改、删除病人信息,科室信息,就诊记录信息等。(The source code for electronic prescription management system that can query, add, modify, delete patient information, department information, medical records and other information.)
- 2015-04-22 20:24:26下载
- 积分:1
-
complex
说明: 编写一个复数类,可以进行复数加法和减法运算。编写一个包含main方法的类(应用程序)测试该复数类。要求该复数类至少包含一个无参的构造方法和一个带参的构造方法;数据成员包括复数的实部和虚部,为double类型;包括两个方法,分别实现复数的加法和减法运算。(Write a complex class, which can add and subtract complex numbers. Write a class (application) containing the main method to test the complex class. The complex class is required to include at least one parametric construction method and one parametric construction method; the data members include the real and imaginary parts of the complex, which are of double type; and two methods are included to realize the addition and subtraction operations of the complex respectively.)
- 2019-04-13 20:31:45下载
- 积分:1