package com.game.huntervsmonster02;
public class hunter
break;
case 2:
break;
case 3:
break;
} }/* * public hunter(int i, int life, boolean islive, string weapon, int attack,
* int defend)
*/void fight(monster monster)
monster.injured(this);
show();
} void injured(monster monster)
this.show();
this.fight(monster);
} void dead()
void show()
}
package com.game.huntervsmonster02;
public class monster
break;
case 2:
break;
case 3:
break;
case 4:
break;
case 5:
break;
case 6:
break;
case 7:
break;
case 8:
break;
case 9:
break;
} }/* * public monster(int i, int life, boolean islive, int attack, int defend)
*/public void fight(hunter hunter)
hunter.injured(this);
show();
} public void injured(hunter hunter)
this.show();
this.fight(hunter);
} void dead()
void show()
}
package com.game.huntervsmonster02;
public class testgme
}
編譯apue 第三版
想要直接使用作者提供的源 就需要編譯下,這個檔名是src.3e.tar.gz 很簡單的幾步就搞定了.解壓src.3e.tar.gz 進入apue.3e make 進入apue.3e lib目錄,複製libapue.a到 usr local lib目錄 進入 apue.3e include目錄,複製 ...
UnixShell程式設計 第三版
這本書相當老了,04年的,現在 在linux上做實驗。1,date 顯示日期。2,who 顯示使用者,who am i 3,echo 後面字串會全部輸出,會過濾掉多餘空格,單雙引號,分號等。4,ls 列出檔案。5,cat 檢視檔案。6,wc 檔名,第乙個數字是檔案行數,第二個數字是檔案單詞書,第三個...
CSS權威指南(第三版)
很早就買了這本書,之前都是斷斷續續地看,前段時間總算是花時間系統的把它看了一遍。嚴格的說是第二次才把這本書系統的看完,之前是因為很多知識點看不懂,所以沒有系統看。雖然這一次也有好多知識點沒有看懂。但是每一次看這本書總有不一樣的收穫,因為每一次你都在提高,我想這本書會一直陪伴著我。這本書講的非常通俗,...