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

搜索资源列表

  1. Observer

    0下载:
  2. 观察者模式,java代码示例,大家一起学编程模式哈,-obverse model
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:11222
    • 提供者:黄紫笛
  1. Design-pattern

    0下载:
  2. 很不错的一些资料,DAO设计模式、java代理模式、java观察者模式、Java设计模式之外观、策略模式、单例、命令模式、桥模式、适配器模式、责任链模式、装饰者-Design pattern
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:449147
    • 提供者:hjh
  1. ObserverPattern

    0下载:
  2. 设计模式 观察者 使用java实现的一个观察者模式的一个简单例子-disign pattern observer
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:2947
    • 提供者:chengc017
  1. design_patternPCHMPSourceCode

    0下载:
  2. 讲述23种设计模式,并附有源码。其中包括观察者模式、工厂模式等-About 23 kinds of design patterns, along with source code. Including observer mode, factory mode
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:177616
    • 提供者:xjc
  1. ObserverTest

    0下载:
  2. android下,java的观察者模式学习-android, java observer mode learning
  3. 所属分类:android

    • 发布日期:2017-04-07
    • 文件大小:6098
    • 提供者:erich4
  1. Weather

    0下载:
  2. 学习设计模式中的"对象+观察者"模式的一个入门程序,实现对象间的松耦合-A project of learning subject+ observer mode in design patterns to achieve loose coupling between objects.
  3. 所属分类:Console

    • 发布日期:2017-11-22
    • 文件大小:8876395
    • 提供者:alvinw
  1. Design-mode

    0下载:
  2. 软件架构作业参考:要求:请用观察者模式、适配器模式和迭代器三种模式,来实现第三个(下排一个)帧(Frame)的状态变更导致第一个和第二个帧的状态的同步变更。-Software Architecture Job Reference: Requirements: with observer mode, the adapter mode and iterators three modes to achieve the state of the third (bottom row) frame (Fra
  3. 所属分类:Java Develop

    • 发布日期:2017-11-10
    • 文件大小:17559552
    • 提供者:陈奕男
  1. demo

    0下载:
  2. 实现的是一个简单的日记本程序,主要运用JTree和设计模式中的观察者模式,该模式实现统计日志中的数字和字符,将其分开显示。还能随时打开关闭日志,甚至是删除。读者可以自己设置源码中存日志的路径。-To achieve a simple diary program, mainly in the use the JTree and design mode observer mode, the mode to achieve statistical log of numbers and characte
  3. 所属分类:Java Develop

    • 发布日期:2017-11-27
    • 文件大小:4977
    • 提供者:lichengchao
  1. 14Observer

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

    • 发布日期:2017-11-22
    • 文件大小:17752
    • 提供者:
  1. MVCPattern

    0下载:
  2. mvc框架实现,输入球体半径,对球体的改变,采用了观察者模式-MVC framework to achieve the change of the input sphere
  3. 所属分类:Java Develop

    • 发布日期:2017-12-01
    • 文件大小:10309
    • 提供者:tim
  1. Observer_Pattern_1

    0下载:
  2. 观察者模式(别名:依赖,发布-订阅) 定义对象间的一种一对多的依赖关系,当一个对象的状态发生变化时,所有依赖它的对象都得到通知并被自动更新。 观察者模式是关于多个对象想知道一个对象中数据变化的情况的一种成熟的模式。观察者模式中有一个称作”主题“的对象和若干个称作”观察者“的对象,”主题“和”观察者“间是一种一对多的依赖关系,当”主题“的状态发生变化时,所有”观察者“都得到通知。前面的例子中,”求职中心”相当于观察者模式中的一个具体“主题”;每个“求职者”相当于观察者模式中的一个具体“
  3. 所属分类:Java Develop

    • 发布日期:2017-11-21
    • 文件大小:9963
    • 提供者:liuy
  1. DesignPattern-Observer

    0下载:
  2. 这是一个观察者设计模式的JAVA实现。同时也分析了JDK中Swing/AWT部分对于观察者模式的实现。-This is a JAVA realization of the observer design pattern. Also analyzed the JDK Swing/AWT part of the observer pattern implementation.
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-11-24
    • 文件大小:30800
    • 提供者:Davy
  1. MessageObserve

    0下载:
  2. 利用观察者模式实现的可配置的信息通知,可根据需要配置是否发送消息及发送消息的方式。--有注释。-Observer pattern can be implemented using the information configured notifications, can be configured to send messages and send messages.- have Notes.
  3. 所属分类:Java Develop

    • 发布日期:2017-12-08
    • 文件大小:7012
    • 提供者:大伟
  1. Weather

    0下载:
  2. WCF写的天气的例子,运用观察者模式,结合Tcp,http两种协议方式实现天气的推送-weather report in wcf with tcp,http protocl
  3. 所属分类:.net

    • 发布日期:2017-05-10
    • 文件大小:2465355
    • 提供者:zhanghanwen
  1. observer

    0下载:
  2. 观察者模式的简单代码实现。有助于对初学设计模式这对观察者模式的理解。-Simple observer pattern code. This design pattern helps the beginner understand the observer pattern.
  3. 所属分类:Console

    • 发布日期:2017-04-07
    • 文件大小:212740
    • 提供者:
  1. wifi

    0下载:
  2. 飞鸽传书的Android客户端相信大部分同学都看过并且用过吧?我这里就小小的还原一下一个小模块,WIFI热点搜索与创建模块,功能是很简单,至于效果怎么样,那就是各位看官的评价了,通过这个例子,您可以学习到的是:1.WIFI热点创建与连接API的使用。 2.普通动画和gif动画的使用(比如搜索wifi时的水波纹扩散动画)。 3.ListView的item动态添加与更新使用。 4.观察者模式的使用。 5.“android.net.wifi.WIFI_STATE_CHANGED” 与“
  3. 所属分类:Applet

    • 发布日期:2017-04-10
    • 文件大小:1632889
    • 提供者:刘胸毛
  1. Pattern

    0下载:
  2. C# 23种设计模式事例,包含单件模式,工厂模式,适配器模式,观察者模式等-C# 23 kinds of design patterns examples
  3. 所属分类:.net

    • 发布日期:2017-05-02
    • 文件大小:537937
    • 提供者:hui088
  1. Observer_Mode

    0下载:
  2. 该源码 展示了观察者模式 设计的运用;仅供大家学习参考;谢谢!-The source code demonstrates the use of the Observer pattern design only to learn information Thank you!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-02
    • 文件大小:547622
    • 提供者:cheng
  1. msgrouter

    0下载:
  2. 观察者模式实现各模块之间的异步通讯。模拟MFC消息-message router
  3. 所属分类:Communication

    • 发布日期:2017-03-22
    • 文件大小:217883
    • 提供者:
  1. 967645

    0下载:
  2. 单例模式与观察者模式,C#编程练习源码,很好的学习资料。-The singleton pattern and observer pattern, C# programming exercises the source code, very good learning materials.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:71300
    • 提供者:南煎丸子
« 1 2 3 4 56 7 8 9 »
搜珍网 www.dssz.com