搜索资源列表
Mediator
- 设计模式之Mediator,设计模式之Mediator
Game_Teris
- 这是一个贪食蛇的游戏源代码 代码的设计模式室调停者 -This is a game贪食蛇source code, design patterns Room mediator
Mediator
- 设计模式之Mediator,设计模式之Mediator-Design Pattern of Mediator, the Mediator Design Pattern
RemotingChat
- this a sampe C# Chat Application. it contains the clint, server and chat mediator. you need to have visual studio 2005 intalled to run the samples-this is a sampe C# Chat Application. it contains the clint, server and ch
Mediator
- 这是设计模式中的中介者模式源代码,自己写的大家相互学习一下。-This is the design model of the intermediary source code, we wrote it myself and learn from each other about.
StanfordUniversityDatabaseSystem
- 斯坦福大学数据库系统实现,书中对数据库系统实现原理进行了深入阐述,并具体讨论了数据库管理系统的三个主要成分—存储管理器、查询处理器和事务管理器的实现技术。书中还对信息集成的最新技术,例如数据仓库、OLAP、数据挖掘、Mediator、数据立方体系统等进行了介绍。 -Stanford University database system implementation, the book Principles of database s
1
- 麦尔多拉蓝作为电子介体的一次性血清酒精生物传感器 配合生物传感器探测仿真-Mediator Meldola Blue as a one-time e-serum alcohol biosensor with biosensor detection simulation
tacoba
- Java Mediator Pattern Example
Mediator
- Mediator模式示例代码,仅供学习之用-Mediator Pattern sample code, only for learning purposes
Mediator
- 中介者模式: 用一个中介对象来封装一系列的对象交互。中介者使各对象不需要显式地相互引用,从而使其耦合松散,而且可以独立地改变它们之间的交互。-Intermediary model: using an intermediary object to encapsulate the set of objects interact. Intermediaries to make objects do not need to explicitly
Mediator
- C# 中介者模式范例。 C# 中介者模式范例。 -C# sample intermediary model. C# sample intermediary model. C# sample intermediary model. C# sample intermediary model.
Mediator
- 设计模式中的原型终结者模式,相对来说比较好理解的一种设计模式。-The Mediator pattern
KeyguardViewCallback
- The callback used by the keyguard view to tell the Keyguard View Mediator various things Source Code for Linux.
113
- Delphi:语音卡电话自助Delphi源码下载,本实例是一个提高效率、人性化的程序,在这个实例中主要用到了几个控播放制声音的函数:1) rsetindexplayfile 这个函数是用来清空存放声音文件的缓冲区,准备存放新的声音文件。2)addindexplayfile 这个函数是用来向声音缓冲区中增加新的声音文件。3)startindexplayfile 这个函数是用来播放声音缓冲区中的声音文件。 用语音卡实现产品介绍,
Mediator
- java 编程学习,软件设计思想,mediator模式设计-this is a example of mediator pattern in the software design with java code
modesqhrce
- Mediator mode 中介者模式 C # source code-Mediator mode broker mode C# source code
Mediator
- With the mediator pattern, communication between objects is encapsulated within a mediator object. Objects no longer communicate directly with each other, but instead communicate through the mediator. This reduces the de