CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 观察者模式

搜索资源列表

  1. j2meObservable

    0下载:
  2. 在设计模式里面有一个叫观察者模式,在j2me里面经常会有使用到这个模式,比如在连接网络的时候,更新界面~-In the design of models, there' s a known observer mode, which often have to use j2me to this model, such as connecting to the internet, update interface ~
  3. 所属分类:J2ME

    • 发布日期:2017-04-03
    • 文件大小:2331
    • 提供者:sam
  1. Observer.cpp.tar

    0下载:
  2. 当OfficeDoc 对象的内容或状态发生变化时,所有与之相关联的DocExplorer对象都将得到通知,这种应用被称为观察者模式-When the OfficeDoc the content or status of the object changes, all associated DocExplorer object will be notified that this application has been referred to as Observer Pattern
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:1585
    • 提供者:tomcat
  1. javapatterns

    0下载:
  2. 里面包含了23中设计模式源代码,其中包括工厂模式(Factory)、单例(Singleton)、观察者模式(Observer)、适配器模式-Which contains 23 design patterns in source code, including the factory pattern (Factory), Singleton (Singleton), Observer pattern (Observer), Adapter
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:296999
    • 提供者:萤火虫
  1. testoberver

    0下载:
  2. 用vs2005实现的简单的观察者模式编程,通过这个可以了解基本的观察者模式-an observer program can help you study
  3. 所属分类:.net

    • 发布日期:2017-04-17
    • 文件大小:107359
    • 提供者:Jane
  1. Observerthestock

    0下载:
  2. 针对初学者的Java设计模式--观察者模式-Java Design Patterns for beginners- Observer pattern
  3. 所属分类:Applet

    • 发布日期:2017-04-12
    • 文件大小:1312
    • 提供者:李道凯
  1. Observer

    0下载:
  2. 设计模式中的观察者模式模拟及相关代码和测试-The observer design pattern models and related code and test simulation
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:8013
    • 提供者:董涛
  1. DesignDemo

    0下载:
  2. 多设计模式应用,主要采用工厂和策略及观察者模式实现分类计费的动态报表生成-Multi-application design patterns, mainly plant and the observer pattern implementation strategy and unbundling of dynamic report generation
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:2964
    • 提供者:zhaoyaoyao
  1. Design_Modal

    0下载:
  2. 十几种常见设计模式的实现,如工厂模式、观察者模式、单件模式等。-Ten implementation of several common design patterns, such as the factory pattern, observer pattern, single mode.
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:101609
    • 提供者:wangfeng
  1. Observerpatterncode

    0下载:
  2. 观察者模式代码-软件设计模式上机实验- -Observer pattern code
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1276
    • 提供者:刘旭
  1. design_pattern

    0下载:
  2. 代码里是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
  3. 所属分类:CSharp

  1. observer

    0下载:
  2. 观察者模式(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
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:1654
    • 提供者:小建
  1. WeatherStation

    0下载:
  2. 设计模式,观察者模式实例,气象台监控气象信息-design model
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:8136
    • 提供者:尤文
  1. GUI

    0下载:
  2. GUI编程与观察者模式。实现一个简单的聊天程序,实现客户端和服务器端的消息互通-GUI programming and observer mode. To implement a simple chat program, to achieve client and server side message exchange
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:3003
    • 提供者:ningwu
  1. ObserverPStrategy-model

    0下载:
  2. 设计模式-策略与观察者模式--UML图+源码-Design Patterns- Strategy and Observer pattern- UML diagram+ source
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:167319
    • 提供者:张艺阳
  1. observer

    0下载:
  2. 观察者模式.观察者模式定义了对象之间的一对多依赖,这样一来,当一个对象改变状态时,它的所有依赖者都会收到通知并自动更新-Observer pattern. Observer pattern defines a one to many dependency between objects, so that, when an object changes state, all its dependents are notified and updated automatically
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:436303
    • 提供者:freeing
  1. observer

    0下载:
  2. 观察者 模式 java 是学习java的好帮助-观察者 模式 java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:1842
    • 提供者:swxg
  1. MyBox

    0下载:
  2. 观察者模式实现的排列方块小游戏,大家可以试玩一下-The arrangement of the observer pattern implementation box game, we can look at demo
  3. 所属分类:Game Program

    • 发布日期:2017-03-25
    • 文件大小:8078
    • 提供者:haizei
  1. chat

    0下载:
  2. 一套Java开发的聊天程序,主要使用观察者模式协议消息传递的过程,程序有完备的注释。-Developed a set of Java chat program, the main messaging protocol using the Observer pattern process, the program has a comprehensive comments.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:5279
    • 提供者:atom
  1. ObServer

    0下载:
  2. Java观察者模式范例. Observer模式是行为模式之一,它的作用是当一个对象的状态发生变化时,能够自动通知其他关联对象,自动刷新对象状态。 Observer模式提供给关联对象一种同步通信的 手段,使某个对象与依赖它的其他对象之间保持状态同步。-Design pattern of observer pattern in Java
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:7265
    • 提供者:Yuzhou
  1. observer_mode

    0下载:
  2. 设计模式,观察者模式的源码实现,其中包含智能指针的使用-Design pattern, observer pattern in the source implementation, which includes the use of smart pointers
  3. 所属分类:GIS program

    • 发布日期:2017-03-31
    • 文件大小:1528
    • 提供者:jolin
« 1 2 34 5 6 7 8 9 »
搜珍网 www.dssz.com