学习C#设计模式(十三)策略模式
策略模式 using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;name...
策略模式 using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;name...
访问者者模式 using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;na...
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace...
/** AcceleratorReceiveMeasurement.cs** Gocator 2000 Sample* Copyright (C) 2011-2019 by LMI Technologies Inc.** Licensed ...
简单工厂模式 今天开始学习C# 设计模式 将每天的学习成果分享到博客 希望可以帮助到大家! using System;using System.Collections.Generic;using System.Linq;using Syst...
抽象工厂模式 using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;na...
工厂模式 废话不多说先上代码! using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading...
建造者模式 using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;nam...
单例模式 代码实例为单例模式。该代码以果园喷洒杀虫剂为例实现单例模式的用法。目前在北京和上海两地都有果园,而只有一架直升机往返于两地,为两地的果园喷洒杀虫剂。该代码利用了单例模式使直升机实例全局唯一。 using System;using ...
原型模式 using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;name...