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

搜索资源列表

  1. sorting

    0下载:
  2. 学习软件设计模式的java代码,sorting算法,观察者模式-learn about software design patterns with example of sorting
  3. 所属分类:Java Develop

    • 发布日期:2017-04-29
    • 文件大小:39583
    • 提供者:xiaotong li
  1. ObserverTest

    0下载:
  2. 做了一个观察者模式的简单例子,目的在于更好的学习设计模式,写代码时间短,请多指教-A simle Observer-Pattern example is made in order to learn Design Patterns.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:6083
    • 提供者:韦壮焜
  1. observer

    0下载:
  2. 属于观察者模式的实现源码,用java实现,思路清晰,易于理解-Belonging to the Observer pattern implementation source code, using java, clear, easy to understand
  3. 所属分类:Java Develop

    • 发布日期:2017-04-29
    • 文件大小:11665
    • 提供者:lene
  1. Observer

    0下载:
  2. 基于java实现的观察者模式例子 简单的股票模拟-Based on observer mode to achieve java examples- simple stock simulation
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-23
    • 文件大小:7223296
    • 提供者:ChenW
  1. ObserverAndUserControlInteractive

    0下载:
  2. 观察者模式实体演示,可以学习如何实现观察者模式。-Observer mode entity presentations, you can learn how to implement the observer pattern.
  3. 所属分类:.net

    • 发布日期:2017-04-15
    • 文件大小:5481
    • 提供者:gareth
  1. ObserverTest

    0下载:
  2. 使用观察者模式的一个关于简单的推送天气预报的代码-Observer pattern using a code on the simple push Weather forecast
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-28
    • 文件大小:10983711
    • 提供者:
  1. The-designer-mode-observer-pattern

    0下载:
  2. 自己实现了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
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:2222
    • 提供者:zw6239057youch
  1. observer_model

    0下载:
  2. vs2013开发-软件设计模式之观察者模式-Vs2013 development- the observer pattern of software design patterns
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:88756
    • 提供者:mmxx
  1. observerSchema

    0下载:
  2. java 设计模式 之 观察着模式 针对java观察者模式进行实现-java design patterns of the observer pattern Be realized for java observer mode
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-13
    • 文件大小:2433
    • 提供者:安洁
  1. chc

    0下载:
  2. web版的线上棋牌游戏。 能建房间,更改玩家名称,在游戏中发送即时消息等。 本次更新:修正了一些错误;增加观察者模式;首页增加自动更新房间信息;短消息优化。 安装方法:运行install.php,填写好服务器、数据库、用户名、密码等信息,然后提交即可。 运行环境:PHP5 + MYSQL5-Web version of the online chess game. Can build a room, change the name of the player
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-03
    • 文件大小:789890
    • 提供者:hmpudn97
  1. observer

    0下载:
  2. 本代码对观察者模式给与举例,适合于用模式开发工程的同学和研究者。-This code gives an example of the observer pattern, suitable for use in the mode of development of students and researchers
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:54984
    • 提供者:葛亮
  1. test-report

    0下载:
  2. 面向对象与设计模式实验及详细解答(附源码) 策略模式、命令模式、中介者模式、责任链模式、模板方法模式、观察者模式、装饰模式、组合模式、适配器模式、迭代器模式、多态娱乐实验、简单工厂、工厂方法、抽象工厂模式。-Java Design Patterns
  3. 所属分类:software engineering

    • 发布日期:2017-05-07
    • 文件大小:1400134
    • 提供者:徐艺洵
  1. ObserverDemo

    0下载:
  2. 观察者模式Demo,设计模式,观察者模式-Observer mode Demo, design patterns, observer mode
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-04
    • 文件大小:20629
    • 提供者:贾鹏程
  1. pushlet-2.0.4

    0下载:
  2. Pushlet 是一个开源的 Comet 框架,Pushlet 使用了观察者模式:客户端发送请求,订阅感兴趣的事件;服务器端为每个客户端分配一个会话 ID 作为标记,事件源会把新产生的事件以多播的方式发送到订阅者的事件队列里-Pushlet framework is an open source of Comet, Pushlet using the observer pattern: the client sends a request, subscribe to events of inte
  3. 所属分类:Java Develop

    • 发布日期:2017-05-14
    • 文件大小:3297145
    • 提供者:liuhanjiang
  1. webchat

    1下载:
  2. Python编程语言很强大,能做出很多的工具供在不同环境下使用,今天介绍的python源码是:Python Tornado实现web实时消息聊天的方法源码。 tornado在Python语言的学习过程中会或多或少的接触一些。今天就来讲Tornado 实现实时消息聊天的方法,及源码下载。在网络上能找到很多类似这样的案例,我也参考着再写一次,当做练手了。 (1)代码用中到的前端是: twitter 的项目 bootstrap ajax 框架是 jquery (
  3. 所属分类:Shell api

    • 发布日期:2017-04-12
    • 文件大小:957
    • 提供者:谭东林
  1. 2048

    0下载:
  2. 2048游戏,采用QT5.2开发,界面采用纯手写,通过观察者模式实现整体的框架,经过调试,可以正常运行-game of 2048
  3. 所属分类:Other Games

    • 发布日期:2017-05-05
    • 文件大小:77755
    • 提供者:kingzhao
  1. Exer2

    0下载:
  2. 本文是关于观察者模式,帮助你更加的了解观察者模式-This article is about the observer pattern to help you get more understanding of the observer pattern
  3. 所属分类:Applet

    • 发布日期:2017-12-13
    • 文件大小:9416
    • 提供者:蒋欣
  1. sheji2

    0下载:
  2. ①在观察者模式中,会改变的是主题的状态,以及观察者的数目和类型; ②主题与观察者都使用接口,观察者利用主题接口向主题注册,而主题利用 观察者接口通知观察者,具有松耦合特点; ③该模式利用组合将许多观察者组合进主题中,对象之间的关系不是通过 继承产生的,而是在运行时利用组合的方式而产生的。(In the observer pattern, the state of the subject changes, and the number and type of observer; Both
  3. 所属分类:Java编程

    • 发布日期:2017-12-22
    • 文件大小:872448
    • 提供者:lll123456
  1. pushlet-2.0.4

    0下载:
  2. Pushlet 是一个开源的 Comet 框架,Pushlet 使用了观察者模式:客户端发送请求,订阅感兴趣的事件;服务器端为每个客户端分配一个会话 ID 作为标记,事件源会把新产生的事件以多播的方式发送到订阅者的事件队列里。(Pushlet is an open source Comet framework, Pushlet use of the observer pattern: the client sends a request to subscribe to events of int
  3. 所属分类:Java编程

    • 发布日期:2017-12-26
    • 文件大小:3282944
    • 提供者:gao410940747
  1. C# 23种设计模式.pdf

    0下载:
  2. C# 23种设计模式 常用的设计模式包括: Abstract Factory 模式(抽象工厂) Adapter 模式(适配器) Composite 模式(组合) Decorator 模式(装饰) Factory 模式(工厂方法) Observer 模式(观察者) Strategy 模式(策略) Template 模式(模板方法)(C# 23 design patterns)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-26
    • 文件大小:4420608
    • 提供者:南城影
« 1 2 3 4 5 6 78 9 »
搜珍网 www.dssz.com