搜索资源列表
Observer_SoftWareAchitecture
- C# observer , design patter
Observer
- 《c#设计模式》一书里的"观察者模式"代码,- C# Design Patterns book, the observer mode code,
Delegates-and-Events-in-CSharp
- C# 中的委托和事件 委托 和 事件在 .Net Framework中的应用非常广泛,然而,较好地理解委托和事件对很多接触C#时间不长的人来说并不容易。它们就像是一道槛儿,过了这个槛的人,觉得真是太容易了,而没有过去的人每次见到委托和事件就觉得心里别(biè)得慌,混身不自在。本文中,我将通过两个范例由浅入深地讲述什么是委托、为什么要使用委托、事件的由来、.Net Framework中的委托和事件、委托和事件对Observer设计模式的意义,对它们的中间代码也做了讨论。-delegate a
Observer
- 使用C#实现的 Observer 经典设计模式,值得收藏!-The classical design pattern Observer.
observerNET
- Implementation of Observer pattern under C#
DesignDemo
- 多设计模式应用,主要采用工厂和策略及观察者模式实现分类计费的动态报表生成-Multi-application design patterns, mainly plant and the observer pattern implementation strategy and unbundling of dynamic report generation
design_pattern
- 代码里是c#设计模式的实例代码,包含装饰模式、享元模式、迭代子模式、观察者模式、访问者模式,适合初学者学习 -Code is a design pattern c# example code, including decorative pattern Flyweight pattern, iterator pattern, observer pattern, visitor pattern, suitable for beginners to learn
PatternShow
- 设计模式的案例,目前已经有观察者模式,单例模式,指挥者模式,抽象工厂模式的案例。只要您给力,我会继续完善!-The case of design patterns, there are already Observer pattern, Singleton, conductor patterns, the case of the abstract factory pattern. As long as you give power, I will continue to improve!
ranSelect
- C#四种方式实现对用户操作响应灵敏及可动态更新的窗体控件及其对比 随机抽奖应用为例 开发环境vs2010 timer,backGroundWorker,多线程,委托四种方式的对比: 1.4种方式都可以实现要求 可谓条条大路通罗马 2.多线程和委托需要强行禁用CheckForIllegalCrossThreadCalls,有可能存在运行安全问题,但目前还没遇到 3.timer的源代码最少最简单 其次是多线程 4.委托本质上还是要用到多线程 区别在于委托是
observer-mode
- 经典设计模式中的观察者模式,通过代码实现,详细说明了观察者模式的思想-Classic design mode observer mode, by code, a detailed descr iption of the mode of thinking observer
observer_model
- vs2013开发-软件设计模式之观察者模式-Vs2013 development- the observer pattern of software design patterns
accord-hmm-source
- Hidden Markov Models in C#-Introduction Hidden Markov Models were first described in a series of statistical papers by Leonard E. Baum and other authors in the second half of the 1960s. One of the first applications of HMMs was speech recognition,
Observer-Pattern-with-Delegates
- Delegates libraries demonstration