随笔分类 -  设计模式

摘要:UML类图 简单工厂模式 1.1类图 策略模式 2.1策略模式结构图 2.2策略模式解析 策略模式时一种定义一系列算法的方法,从概念上看,所有这些算法完成的算法都是相同的工作,只是实现不同,他们可以以相同的方式调用所有的算法,减少了各种算法类与使用算法类之间的耦合。 策略模式的Strategy类层次 阅读全文
posted @ 2018-01-31 17:54 码农阿宇 阅读(392) 评论(0) 推荐(0)
摘要:using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Text; using System.Threadin 阅读全文
posted @ 2016-12-18 21:38 码农阿宇 阅读(359) 评论(0) 推荐(0)