搜索资源列表
observer_cs
- 观察者模式vc源码实例。-VC Source Code/Example from the view of observator
摄像漫游
- 用OpenGL绘制的一个不断旋转的摄像台以及上空盘旋的一个飞行物.可以通过键盘控制观察者的视角和位置,-OpenGL rendering with a constant rotation of the camera platform and circled over the one flying objects. Keyboard control can be the observer perspective and position
Observerwangdxh
- 这是国外牛人写的一个关于设计模式的观察者的图像化代码,我曾经在设计模式课堂上向老师和同学们演示,获得了很好的评介,值得一看-foreign cattle wrote on the design of a model of the image of the observer code I worked in the design pattern to the classroom teachers and the students demonstration was a good Review, a
PhotoMgr
- 观察者模式delphi实例实现,同时注意软件的设计-observer mode delphi example, at the same time, attention to the design software
DXFViewer_cs
- 例子装载文件DXF 。DLL + 原始代码是包括的分析器和观察者。-example loading documents DXF. DLL source code is included in the analyzer and observers.
cexample
- c#的小例子:用到的知识点: * c#编程基础 * IO流 * 读取HTTP响应 * 多线程异步GUI的使用 * 使用“委派”实现“监听-观察者”模式
ObserverEventImplement
- Csharp实现设计模式代码,主要实现观察者设计模式,代码准确无误
07.11.10
- 两个观察者模式的例子,vc++,命令行程序
vp_observer
- 此例详细讲解了vegaprime的观察者位置控制
Spring
- Spring中提供一些Aware相关的接口,BeanFactoryAware、 ApplicationContextAware、ResourceLoaderAware、ServletContextAware等等,其中最常用到的是ApplicationContextAware。实现ApplicationContextAware的Bean,在Bean被初始后,将会被注入 ApplicationContext的实例。ApplicationContextAware提供了publishEvent()方法,
ChatRoom
- 套接字编程, 观察者模式实现若干用户消息同步更新
abc
- C#观察者模式
设计模式实验
- 设计模式实验:包括策略模式、观察者模式、装饰者模式、抽象工厂模式、单件模式、命令模式、适配器模式、外观模式,共8个。
tree
- 向3d场景中添加树木。十字交叉树和始终面向观察者!-Adding trees to the 3d scene. Cross tree and always facing the observer!
fog
- VRML中关于雾的情况 可以通过观察者能见度调整雾的浓淡。 雾的龙都与人在雾中的能见度相反-VRML on the foggy situation can be adjusted by the observer visibility fog shading. Dragon fog in fog with the visibility of the opposite
Observer
- 在Windows和VxWorks平台下,观察者模式C++实用实现.-In Windows and VxWorks platforms, the observer model C++ Practical realization.
Observer
- 《c#设计模式》一书里的"观察者模式"代码,- C# Design Patterns book, the observer mode code,
TinyOS
- 基于T i n y O S 的无线传感器网络体系结构 无线传感器网络WSN(Wireless Sensor Network) 由部署在监测区域内大量廉价的传感器节点组成,通过 无线通信方式形成multi2hop 自组织的网络系统,其目的是协作地感知、采集和处理网络覆盖区域中感知 对象的信息,并发送给观察者。本文从分析无线传感器节点Mica 和其上运行的操作系统TinyOS 出发, 着重描述无线传感器网络节点应用程序体系结构和消息通信机制。 -T iny OS-ba
observe
- 用观察者实现天气预报,天气显示,天气预测的各项功能的改变。-With the observer to achieve forecast, the weather showed that the various functions of the weather forecast changes.
设计模式
- 3-5 观察者模式实例之股票变化:某在线股票软件需要提供如下功能:当股票购买者所购买的某支股票价格变化幅度达到5%时,系统将自动发送通知(包括新价格)给购买股票的股民。现使用观察者模式设计该系统,绘制类图并编程模拟实现。 3-6状态模式实例之银行转账:在某银行系统中,我们定义了账户的三种状态:(1)如果账户(Account)中余额(balance)大于等于0,此时账户的状态为绿色(GreenState),即正常状态,表示既可以向该账户存款(deposit)也可以向从该账户取款(whithdra
