摘要:
读/facid/是法文 facade Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> internal class Wheel { public void WAction1() { } public void WAction2() ... 阅读全文
摘要:
给T50型坦克加上,夜视,两栖,卫星定位等拓展功能 sufferedWay... old Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->//传统的做法 //每一种需要扩展的坦克型号都需要写一个新的更加复杂的类 public class Tank {... 阅读全文
摘要:
原始耦合度较高的操作方式: old Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->using System.Collections; public interface IBox { void process(); } public clas... 阅读全文
摘要:
做一个"坦克大战"的游戏,在手机上和PC上同时实现: 传统的实现方式: oldSchool Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->public abstract class Tank { public abstract void Sh... 阅读全文