搜索资源列表
The-designer-mode-observer-pattern
- 自己实现了23种经典的设计模式之观察者模式,观察者模式的两种模型“拉”模型和“推”模型-Their implementation of 23 kinds of classic design patterns of the observer pattern, two kinds of model of the observer pattern "pull" model and "push" model
WeatherStation
- 运用面向对象中的观察者模式,进行编写的简单的气象站-The use of object-oriented observer pattern, for the preparation of a simple weather station
Observer
- 在VS上用C++编写的观察者软件设计模式的模板。-Templates in VS written by C++ observer software design patterns.
notifyTest
- 自写的一个使用观察者模式对多窗口进行消息通知的小例子。VS2013开发。-An example for notify any other Dialog with Observer Design Pattern.
Observer
- 基于java实现的观察者模式例子 简单的股票模拟-Based on observer mode to achieve java examples- simple stock simulation
ObserverDemo
- 观察者模式Demo,设计模式,观察者模式-Observer mode Demo, design patterns, observer mode
设计模式
- 3-5 观察者模式实例之股票变化:某在线股票软件需要提供如下功能:当股票购买者所购买的某支股票价格变化幅度达到5%时,系统将自动发送通知(包括新价格)给购买股票的股民。现使用观察者模式设计该系统,绘制类图并编程模拟实现。 3-6状态模式实例之银行转账:在某银行系统中,我们定义了账户的三种状态:(1)如果账户(Account)中余额(balance)大于等于0,此时账户的状态为绿色(GreenState),即正常状态,表示既可以向该账户存款(deposit)也可以向从该账户取款(whithdra
