摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text; /* */ namespace App_MYCS.HDL_SJMS.ZTMS{ class my_ZTMS { public void 阅读全文
posted @ 2016-08-28 15:25 悟道007 阅读(126) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text; /* 模板方法模式 */ namespace App_MYCS.HDL_SJMS.MBFFMS{ class my_MBFFMS { 阅读全文
posted @ 2016-08-28 15:24 悟道007 阅读(114) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text; /* 命令模式 * * 可以对操作相关命令处理进行过滤和取消回退的操作 * (让命令和操作分开来) */ namespace App_ 阅读全文
posted @ 2016-08-28 15:24 悟道007 阅读(142) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data;using System.Collections;/* 享元模式 * (共享单元) * 有太多的相同 阅读全文
posted @ 2016-08-28 15:23 悟道007 阅读(112) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text; /* * * 如同数据转换 文本解释等 可用于协议等的接收数据处理解释 */ namespace App_MYCS.HDL_SJMS. 阅读全文
posted @ 2016-08-28 15:23 悟道007 阅读(141) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text; /* 访问者模式 */ namespace App_MYCS.HDL_SJMS.FWZMS{ class my_FWZMS { pub 阅读全文
posted @ 2016-08-28 15:22 悟道007 阅读(103) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text; /* 观察者模式 * 当一个对象的改变需要同时改变其它对象时 * 不知具体会同时改变多少个对象时 * */namespace App_ 阅读全文
posted @ 2016-08-28 15:22 悟道007 阅读(124) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text; /* 策略模式 */ namespace App_MYCS.HDL_SJMS.CLMS{ //调用 public class my_c 阅读全文
posted @ 2016-08-28 15:20 悟道007 阅读(127) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text; /* */ namespace App_MYCS.HDL_SJMS.DDQMS{ class my_DDQMS { public vo 阅读全文
posted @ 2016-08-28 15:20 悟道007 阅读(343) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text; /* 备忘录模式 */ namespace App_MYCS.HDL_SJMS.BWLMS{ class my_BWLMS { pub 阅读全文
posted @ 2016-08-28 15:19 悟道007 阅读(162) 评论(0) 推荐(0)