-
PropertyPermission
Property Permission extends Basic Permission Source Code for Andriod.
- 2014-01-22 11:05:18下载
- 积分: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
-
Javacode_mashibing
尚学堂科技-马士兵-JAVA视频教程-J2SE_5.0源代码,和视频配套使用。代码比较完整。(Shangxue Tang Technology- Mashi Bing-JAVA video tutorials-J2SE_5.0 source code, and supporting the use of video. Code is complete.)
- 2014-10-23 14:23:39下载
- 积分:1
-
EduManage
一个用JAVA编写的连接SQLite数据库的教务管理系统,能实现学生成绩录入和统计。(JAVA prepared a SQLite connectivity educational management system, to achieve entry and student achievement statistics.)
- 2015-11-28 15:37:16下载
- 积分:1
-
change-the-voice
在Eclipse开发环境下,可以直接导入,导入之后可以依据自己的情况,改变音量调节的大小,同时还可以自行设计音量进度条的显示方式(In the Eclipse development environment, you can directly import, after import can be based on their own circumstances, to change the size of the volume control, but also can design their own volume progress bar is displayed)
- 2013-09-23 20:07:35下载
- 积分:1
-
javagame
java语言编写的几个小程序,对java学习人员有很大帮助。(java language of several small procedures, java learning staff are very helpful.)
- 2014-04-05 11:13:21下载
- 积分:1
-
Converting-floating-point-to-32-bit-fixed-point-i
A simple guide to Converting floating point to 32-bit fixed point in Java
- 2012-09-26 19:11:22下载
- 积分:1
-
Mutiroot
算法设计的一个作业,输入一个正整数,把它的2~36进制形式打印出来(Algorithm design of a job, enter a positive integer, it s 2 to 36 hexadecimal form printed )
- 2010-12-28 10:33:46下载
- 积分:1
-
Dynsql
带参数Oracle SQL构造工具。用于帮助在java代码中构造复杂的SQL。应用本工具可以省去构造SQL时的对数据格式的处理的问题,避免了在处理数据格式时候可能出现的许多细节问题。有助于编写精简、紧凑、高质量的代码!(Tool help to structure complicated Oracle SQL in Java code.)
- 2012-05-03 20:12:56下载
- 积分: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