上一页 1 ··· 47 48 49 50 51 52 53 54 55 ··· 118 下一页
摘要: /// <summary> /// 中介者模式 Mediator Pattern 亦称: 调解人、控制器、Intermediary、Controller、Mediator /// geovindu,Geovin Du, Edit /// </summary> interface IMediator 阅读全文
posted @ 2022-10-11 21:35 ®Geovin Du Dream Park™ 阅读(28) 评论(0) 推荐(0)
摘要: /// <summary> /// 状态模式 State Pattern /// geovindu, Geovin Du edit /// </summary> interface IPossibleStates { //Users can press any of these buttons-On 阅读全文
posted @ 2022-10-10 23:07 ®Geovin Du Dream Park™ 阅读(32) 评论(0) 推荐(0)
摘要: /// <summary> /// 备忘录模式 Memento Pattern 亦称: 快照、Snapshot、Memento /// geovindu,Geovin Du edit /// </summary> class Originator { /// <summary> /// 状态 /// 阅读全文
posted @ 2022-10-10 21:57 ®Geovin Du Dream Park™ 阅读(28) 评论(0) 推荐(0)
摘要: #region Iterator /// <summary> /// 迭代器模式 Iterator Pattern /// geovindu,Geovin Du edit /// </summary> public interface IIterator { /// <summary> /// Re 阅读全文
posted @ 2022-10-10 20:31 ®Geovin Du Dream Park™ 阅读(26) 评论(0) 推荐(0)
摘要: /// <summary> /// Receiver Class /// 命令模式 Command Pattern 亦称: 动作、事务、Action、Transaction、Command /// geovindu,Geovin Du eidt /// </summary> public class 阅读全文
posted @ 2022-10-09 22:09 ®Geovin Du Dream Park™ 阅读(36) 评论(0) 推荐(0)
摘要: /// <summary> /// Basic skeleton of actions/steps /// 基础工程 /// 模板方法模式Template Method Pattern /// geovindu,Geovin Du eidt /// </summary> public abstrac 阅读全文
posted @ 2022-10-09 20:58 ®Geovin Du Dream Park™ 阅读(27) 评论(0) 推荐(0)
摘要: /// <summary> /// 车辆行为模型 /// Abstract Behavior /// 策略模式 Strategy Pattern /// geovindu, Geovin Du edit /// /// </summary> public abstract class Vehicle 阅读全文
posted @ 2022-10-08 23:34 ®Geovin Du Dream Park™ 阅读(27) 评论(0) 推荐(0)
摘要: /// <summary> ///观察者模式 Observer Pattern 亦称: 事件订阅者、监听者、Event-Subscriber、Listener、Observe /// geovindu,Geovin Du eidt /// /// </summary> interface IObse 阅读全文
posted @ 2022-10-08 22:34 ®Geovin Du Dream Park™ 阅读(26) 评论(0) 推荐(0)
摘要: /// <summary> /// 访问者模式 Visitor Pattern /// geovindu,Geovin Du eidt /// </summary> interface IEmployee { /// <summary> /// To set an employee name /// 阅读全文
posted @ 2022-10-07 22:57 ®Geovin Du Dream Park™ 阅读(31) 评论(0) 推荐(0)
摘要: /// <summary> /// 单例模式 Singleton Pattern /// geovindu,Geovin Du edit /// </summary> public class Database { /// <summary> /// /// </summary> private D 阅读全文
posted @ 2022-10-07 14:04 ®Geovin Du Dream Park™ 阅读(23) 评论(0) 推荐(0)
上一页 1 ··· 47 48 49 50 51 52 53 54 55 ··· 118 下一页