freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

銀行賬戶管理系統(tǒng)-課程設(shè)計報告(參考版)

2025-01-24 17:23本頁面
  

【正文】 八、參考資料[1]耿祥義、張躍平. JAVA2實用教程(修定),清華大學出版社,[2]袁然、電子工業(yè)出版社,[3]劉繼承、清華大學出版社,.[4],國防工業(yè)出版社。經(jīng)過這次試驗,讓我深深的感受到了“一分耕耘,一分收獲”,寫程序的確是挺消耗時間的,不過自己也在熟練或掌握一些知識。六、功能測試圖7 添加賬戶圖8 登錄賬戶圖9 存款圖10 取款圖11 轉(zhuǎn)賬圖12 查看賬戶余額七、結(jié)論與心得這次實驗可以說是完美的也可以說是不完美的,完美的就是在這次實驗中熟練掌握了用java中的一些比較精髓的東西,比如說調(diào)用函數(shù),文件等操作,同時也讓自己更進一步的熟練的編寫程序,可以說這次實驗對自己的java學習是完美的。 } /** * 取款(取款方式由賬戶類型決定,所以設(shè)為抽象方法,相應(yīng)的Account類應(yīng)設(shè)為抽象類) */ public abstract void withdraw(double money)。 } public void setBalance(double balance) { = balance。 } public void setAccountType(int accountType) { = accountType。 } public void setPersonId(String personId) { = personId。 } public void setName(String name) { = name。 } public void setPassword(String password) { = password。 } public void setId(long id) { = id。 = balance。 = personId。 = password。 } public Account(long id, String password, String name, String personId, int accoutType,double balance) { super()。 protected double balance。 protected String personId。 protected String password。 } }} Account類對賬戶進行存款等操作。 } //實現(xiàn)父類的withdraw() public void withdraw(double money){ if((balance + ceiling) money){ (對不起,已超出您的信用額度!)。 } //getXxx,setXxx方法 public int getCeiling() { return ceiling。 } public CreditAccount(long id, String password, String name, String personId,int accountType, double balance, int ceiling){ super(id, password, name, personId, accountType, balance)。圖5 信用卡用戶操作頁面public class CreditAccount extends Account{ private int ceiling。 } else { balance = money。 } public SavingAccount(long id, String password, String name, String personId,int accountType, double balance) { super(id, password, name, personId, accountType, balance)。 } SavingAccount類對儲蓄卡用戶進行取款,轉(zhuǎn)賬,查看余額等操作。 } /** * 存款 */ public void deposit(Account account, double money){ (money)。 } /** * 轉(zhuǎn)賬 */ public void transferAccount(Account account1, Account account2, double money){ (money)。 } } else { break。i++) { //若存在賬戶 if(accounts[i] != null) { //驗證id號和password if(id == accounts[i].getId()) { account = accounts[i]。 for(int i = 0。 } } return account。 break。amp。i 。 } } } /** * 登錄驗證 */ public Account verifyAccount(long id, String password){ Account account = null。 }finally{ try {
點擊復制文檔內(nèi)容
環(huán)評公示相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1