Skip to content

Commit 7957ffa

Browse files
committed
Add Readme.md
1 parent c65a7e3 commit 7957ffa

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed

README.md

+60
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
# 23种设计模式(C#实现)Demo
2+
![设计模式](https://images2017.cnblogs.com/blog/381412/201709/381412-20170913222620657-1965614219.jpg)
3+
4+
1.预备篇
5+
6+
  UML类图10分钟快速入门
7+
8+
2.创建型模式
9+
10+
  ① 设计模式的征途-01.单例(Singleton)模式
11+
12+
  ② 设计模式的征途-02.简单工厂(Simple Factory)模式
13+
14+
  ③ 设计模式的征途-03.工厂方法(Factory Method)模式
15+
16+
  ④ 设计模式的征途-04.抽象工厂(Abstract Factory)模式
17+
18+
  ⑤ 设计模式的征途-05.原型(Prototype)模式
19+
20+
  ⑥ 设计模式的征途-06.建造者(Builder)模式
21+
22+
3.结构型模式
23+
24+
  ① 设计模式的征途-07.适配器(Adapter)模式
25+
26+
  ② 设计模式的征途-08.桥接(Bridge)模式
27+
28+
  ③ 设计模式的征途-09.组合(Composite)模式
29+
30+
  ④ 设计模式的征途-10.装饰(Decorator)模式
31+
32+
  ⑤ 设计模式的征途-11.外观(Facade)模式
33+
34+
  ⑥ 设计模式的征途-12.享元(Flyweight)模式
35+
36+
  ⑦ 设计模式的征途-13.代理(Proxy)模式
37+
38+
4.行为型模式
39+
40+
  ① 设计模式的征途-14.职责链(Chain of Responsibility)模式
41+
42+
  ② 设计模式的征途-15.观察者(Observer)模式
43+
44+
  ③ 设计模式的征途-16.访问者(Visitor)模式
45+
46+
  ④ 设计模式的征途-17.模板方法(Template Method)模式
47+
48+
  ⑤ 设计模式的征途-18.策略(Strategy)模式
49+
50+
  ⑥ 设计模式的征途-19.命令(Command)模式
51+
52+
  ⑦ 设计模式的征途-20.备忘录(Memento)模式
53+
54+
  ⑧ 设计模式的征途-21.迭代器(Iterator)模式
55+
56+
  ⑨ 设计模式的征途-22.中介者(Mediator)模式
57+
58+
  ⑩ 设计模式的征途-23.解释器(Interpreter)模式
59+
60+
Find more details : https://www.cnblogs.com/edisonchou/p/7512912.html

0 commit comments

Comments
 (0)