搜索资源列表
BAM.rar 银行账户管理系统
- 银行账户管理系统 简称BAM(项目介绍及源码),Bank account management system referred to as BAM (project presentation and source code)
08mbaljjx
- 项目名称:Bank Account Management System 银行账户管理系统 简称BAM 项目描述:这是一个基于C/S结构的银行账户在线管理系统,用户可以通过ATM终端界面来操作自己的银行账户. 项目实施方式:这是一个同步练习,随着达内CoreJava课程的深入,这个项目将趋于完整,学员的任务是随着知识点的深入,完成每一个进阶的项目要求.-Project name: Bank Account Management System bank account manageme
Account.java
- Account.java,是java课程的试验3 设计银行账户类及存取款操作方法-Account.java, is a java program designed test 3 types of bank accounts and deposit method of operation
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
Account
- 编写用户程序account类。并打印余额和月利率。-The preparation of user program account type. And print the balance and monthly interest rates.
atm
- Bank Account -- Write a program that simulates a bank account. A button allows a deposit to be made into the account. The amount is entered into a text field. A second button allows a withdrawal to be made. The amount (the balance) and the state of t
BankAccount
- 一个关于银行账户系统的JAVA程序,包括储蓄卡、信用卡、贷款储蓄卡、贷款信用卡-System on the bank account of a JAVA program, including savings, credit cards, loans, savings cards, loans, credit cards
Account
- 银行账户的存取款设计,Java多线程的理解及应用-Bank account deposit and withdrawal design, Java understanding and application of multi-threaded
Bank
- 简易银行系统。能添加账户 能够模拟添加一笔存款,需要指定存款金额、存款日期和利率rate类型 能查询指定账户在指定日期能提取的总金额(定期未到期的直接按活期利率计算) 能够模拟取钱. 输入: 取钱日期, 取钱数额amount, 从哪一存款类型中去. 当取钱数额大于帐户的余额, 要提醒用户,并告知可以取的钱总额. 如果定期存额时间未到, 要取款,按活期计算. 如果某笔定期存款, 在取钱时, 时间已经超过定期时间, 多余的时间按活期计算利率.-Simple banking syst
Account
- 个人账户小程序。使用mysql数据库。有图形化界面。方便个人使用。-Personal Account applet. Use mysql database. A graphical interface. Easy personal use.
stpi-project(ACCOUNT-MANGT-SYS)
- Account Management System (AMS) is a financial account management system. It manages every business activity of Iron & Steel Credit Co-operative Society Ltd. (ISCCS), which is a Co-operative society of employees of Rourkela Steel Plant (RSP), Rourkel
Account
- 银行账户存取款业务程序,包括开户、销户、查询、统计余额和透支余额、统计信用卡用户数、储蓄卡用户数-Bank account deposit and withdrawal services program, including account opening, closing accounts, inquiries, statistical balance and overdraft balances statistics the number of credit card users, savi
Account
- Account stores all of the settings for a single account defined by the user. It is able to save and delete itself given a Preferences to work with. Each account is defined by a UUID for Andriod.
Account
- 设计一个名为Account的类,包括: 一个名为id的int类型的私有账户数据域(默认值为0)。 一个名为balance的double类型私有账户数据域(默认值为0)。 一个名为annualInterestRate的double类型的私有数据存储当前利率(默认值为0)。假设所有的账户都有相同的 利率。 一个名为dataCreated 的Data类型的私有数据域存储账户的开户日期。 一个能创建默认账户的无参构造方法。 一个能创建带特定id和初始余额的账户的构造方法。 i
Account
- 银行账户管理系统;数据库My Sql;为自己练习项目-Bank account management system database My Sql practice for their projects
Account
- Account Class Java source code for Banking Applcation
account
- 个人账户管理系统,java编写,太好了-Personal account management system
Account
- 一个描述银行账户信息的类,提供了存取款与查询余额的功能。-A descr iption of the class bank account information, and provides the ability to access funds and balance inquiries.
Android-custom-account-demo
- Andorid个人记账程序示例源码,值得下载-Andorid user customed account demo
Account
- 设计一个名为Account的类,它包括:一个名为id的int类型私有数据域(默认值为0)一个名为balance的double类型私有账户数据域默认值为0)一个名为annualInterestRate的double类型私有数据域存储当前年利率(默认值为0)。假设所有账户都有相同的利率。 一个名为dateCreated的Date类型私有数据域存储账户的开户日期。 一个能创建默认账户的无参数构造方法。 一个能创建带特定id和初始余额的账户的构造方法。id、balance和