搜索资源列表
observer_cs
- 观察者模式vc源码实例。-VC Source Code/Example from the view of observator
cexample
- c#的小例子:用到的知识点: * c#编程基础 * IO流 * 读取HTTP响应 * 多线程异步GUI的使用 * 使用“委派”实现“监听-观察者”模式
ChatRoom
- 套接字编程, 观察者模式实现若干用户消息同步更新
abc
- C#观察者模式
Observer
- 《c#设计模式》一书里的"观察者模式"代码,- C# Design Patterns book, the observer mode code,
guanchazhe2
- 观察者模式 vs2005适合初学者以及提高学习-VS2005 observer mode suitable for beginners as well as enhance the learning
design_pattern
- C++的模式设计,用C++编写了工厂模式、观察者模式、装饰者模式等实例-design pattern for c++
testoberver
- 用vs2005实现的简单的观察者模式编程,通过这个可以了解基本的观察者模式-an observer program can help you study
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
observer
- 观察者模式(Observer Design Pattern )的基类。使用者只要把这四个文件加入到工程,并且从CSubject派生自己的Subject类,从CObserver中派生自己的Observer类,并且实现Update()函数。即可实现观察者模式。-Observer Design pattern.You just need to add these four files into your project.You can easily implement the observer pat
subjectobserver
- 一个封装好的观察者模式的类,非常实用,可以实现界面控制、跨层通信等功能。-A packaged class observer mode, very useful, can interface control, cross-layer communication and other functions.
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!
Weather
- 学习设计模式中的"对象+观察者"模式的一个入门程序,实现对象间的松耦合-A project of learning subject+ observer mode in design patterns to achieve loose coupling between objects.
14Observer
- 23种设计模式中的观察者模式,用c++实现了解耦实践一、解耦实践二、以及委托,委托代码的实现使用的vs2008 sp1以上版本才支持的std::tr1-Observer mode, 23 kinds of design patterns implemented in c++ decoupling practice, decoupling practice and commissioned, commissioned vs2008 sp1 version of the code' s imp
Weather
- WCF写的天气的例子,运用观察者模式,结合Tcp,http两种协议方式实现天气的推送-weather report in wcf with tcp,http protocl
observer
- 观察者模式的简单代码实现。有助于对初学设计模式这对观察者模式的理解。-Simple observer pattern code. This design pattern helps the beginner understand the observer pattern.
Pattern
- C# 23种设计模式事例,包含单件模式,工厂模式,适配器模式,观察者模式等-C# 23 kinds of design patterns examples
msgrouter
- 观察者模式实现各模块之间的异步通讯。模拟MFC消息-message router
设计模式
- 3-5 观察者模式实例之股票变化:某在线股票软件需要提供如下功能:当股票购买者所购买的某支股票价格变化幅度达到5%时,系统将自动发送通知(包括新价格)给购买股票的股民。现使用观察者模式设计该系统,绘制类图并编程模拟实现。 3-6状态模式实例之银行转账:在某银行系统中,我们定义了账户的三种状态:(1)如果账户(Account)中余额(balance)大于等于0,此时账户的状态为绿色(GreenState),即正常状态,表示既可以向该账户存款(deposit)也可以向从该账户取款(whithdra
