搜索资源列表

  1. observer_cs

    0下载:
  2. 观察者模式vc源码实例。-VC Source Code/Example from the view of observator
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2.51kb
    • 提供者:陈其
  1. 摄像漫游

    0下载:
  2. 用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
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:106.71kb
    • 提供者:田雨
  1. headfirst.java

    0下载:
  2. 关于常用的几个设计模式的java实现原代码(包括工厂模式,命令模式,观察者模式,策略模式,个体模式等)-on several commonly used design patterns to achieve the java source code (including factory pattern, order patterns, observer mode, strategy model, individual mode)
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:280.71kb
    • 提供者:付联榕
  1. Observerwangdxh

    0下载:
  2. 这是国外牛人写的一个关于设计模式的观察者的图像化代码,我曾经在设计模式课堂上向老师和同学们演示,获得了很好的评介,值得一看-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 demo
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:35.92kb
    • 提供者:wangdxh
  1. PhotoMgr

    0下载:
  2. 观察者模式delphi实例实现,同时注意软件的设计-observer mode delphi example, at the same time, attention to the design software
  3. 所属分类:Dephi控件源码

    • 发布日期:2008-10-13
    • 文件大小:9.48kb
    • 提供者:洪生
  1. DXFViewer_cs

    1下载:
  2. 例子装载文件DXF 。DLL + 原始代码是包括的分析器和观察者。-example loading documents DXF. DLL source code is included in the analyzer and observers.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:417.16kb
    • 提供者:Luis Arce
  1. Eclipse_RCP_WizrdPage_IMP

    0下载:
  2. 文章介绍了eclipse Rcp wizardPage的动态实现方法.主要运用了观察者模式来实现各WizardPage间的通知和刷新.-article on the eclipse Rcp wizardPage dynamic method. Win main with the observer mode to achieve the WizardPage the notice and updated.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:14.31kb
    • 提供者:康珂硕
  1. cexample

    0下载:
  2. c#的小例子:用到的知识点: * c#编程基础 * IO流 * 读取HTTP响应 * 多线程异步GUI的使用 * 使用“委派”实现“监听-观察者”模式
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:79.53kb
    • 提供者:zijie
  1. java_observer

    0下载:
  2. java观察者模式的具体代码,通过使用观察者模式更新多个窗体的数据。
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:2.26kb
    • 提供者:zhouyaping
  1. ObserverEventImplement

    0下载:
  2. Csharp实现设计模式代码,主要实现观察者设计模式,代码准确无误
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:6.6kb
    • 提供者:sunyong
  1. 07.11.10

    0下载:
  2. 两个观察者模式的例子,vc++,命令行程序
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:14.83kb
    • 提供者:cg
  1. vp_observer

    1下载:
  2. 此例详细讲解了vegaprime的观察者位置控制
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:8.56kb
    • 提供者:Garett
  1. javadesignpattern

    0下载:
  2. 用策略模式和观察者模式混合设计的一个游戏模拟
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:38.53kb
    • 提供者:朱安然
  1. Stock-Observer

    0下载:
  2. 基于股票价格变化的观察者模式的java源代码。初学者可看
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:9.21kb
    • 提供者:sailing
  1. Spring

    0下载:
  2. Spring中提供一些Aware相关的接口,BeanFactoryAware、 ApplicationContextAware、ResourceLoaderAware、ServletContextAware等等,其中最常用到的是ApplicationContextAware。实现ApplicationContextAware的Bean,在Bean被初始后,将会被注入 ApplicationContext的实例。ApplicationCo
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4.23kb
    • 提供者:xyl
  1. ObserverPattern

    0下载:
  2. Head First 设计模式原书用的是JAVA写的代码,网络上也有C#的,但没有见到用C++实现的。这是我用C++实现的观察者模式的代码
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:13.36kb
    • 提供者:wang
  1. ChatRoom

    0下载:
  2. 套接字编程, 观察者模式实现若干用户消息同步更新-Socket programming, observer mode to achieve a number of users simultaneously update the news
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-11-07
    • 文件大小:109kb
    • 提供者:风呤
  1. observe

    0下载:
  2. 用观察者实现天气预报,天气显示,天气预测的各项功能的改变。-With the observer to achieve forecast, the weather showed that the various functions of the weather forecast changes.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-11-07
    • 文件大小:3kb
    • 提供者:liusha
  1. ObserverModel

    0下载:
  2. 本程序是java开发设计模式中观察者设计模式最基本的实现原理(This program is java development design patterns, observer design patterns, the most basic principles of implementation)
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-11-07
    • 文件大小:2kb
    • 提供者:幻想_52
  1. 设计模式

    0下载:
  2. 3-5 观察者模式实例之股票变化:某在线股票软件需要提供如下功能:当股票购买者所购买的某支股票价格变化幅度达到5%时,系统将自动发送通知(包括新价格)给购买股票的股民。现使用观察者模式设计该系统,绘制类图并编程模拟实现。 3-6状态模式实例之银行转账:在某银行系统中,我们定义了账户的三种状态:(1)如果账户(Account)中余额(balance)大于等于0,此时账户的状态为绿色(GreenState),即正常状态,表示既可以向该账户
  3. 所属分类:其他小程序

« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org