萬惡的中介

2022-05-10 18:24:51 字數 1535 閱讀 7404

///

/// 中介者模式 鬥地主

///

using system.collections.generic;

#region 主程式

public class 鬥地主

}#endregion

///

/// 乙個牌局 (中介者)

///

public class mediator

}///

/// 倍率

///

public int multiple

}///

/// 加入

///

///

public bool register(parter part)

///

/// 退出

///

///

public bool unregister(parter part)

///

/// 地主贏

///

public bool win()

else

}this.end();

return true;

}///

/// 地主輸

///

public bool fall()

else

}this.end();

return true;

}///

/// 搶地主 每搶一次倍率翻倍

///

///

public bool grablandowner(parter part)

///

/// 開始牌局

///

public bool start()

return true;

}///

/// 結束牌局

///

public void end()}}

}///

/// 玩家

///

public class parter

}///

/// 遊戲局數

///

private int times = 0;

public void win(decimal count)

public void fall(decimal count)

///

/// 場地費

///

///

public void place(decimal count)

}#region 使用者們

public class partera : parter

public class parterb : parter

public class parterc : parter

public class parterd : parter

public class partere : parter

public class parterf : parter

#endregion

萬惡的英語

entity en ti ty ent t n.實體 本質 存在 attribute at trib ute tr bju t n.屬性 標誌,象徵 特質,特性 定語 v.歸於,屬於 perspective per spec tive p r spekt v p s n.遠景,透視,看法 take ...

萬惡的英語

entity en ti ty ent t n.實體 本質 存在 attribute at trib ute tr bju t n.屬性 標誌,象徵 特質,特性 定語 v.歸於,屬於 perspective per spec tive p r spekt v p s n.遠景,透視,看法 take ...

萬惡的三校聯考

提高組 text 求 sum limits st i st i i 的約數個數。l leq r leq 10 7 並不知道怎麼推公式,所以就暴力直接跑。時間複雜度 sum limits frac 怎麼辦,大概是 1.6 times 10 8 況且我還用了 pascal 後面想到一種卡常方法,只要不開...