搜索资源列表
AdapterPatternTest
- 这是一个对于设计模式中适配器模式的一个简单应用.用C#编写.-This is a model for the design of the adapter a simple application. Using C#.
adaPat
- java 结构模式,适配器模式,实现变狗为猫的神话,包括例子。-java model, adapter mode and the change of cats, dogs myths, including examples.
Adapter
- 用java写的面向对象应用的一个实例 运用了适配器模式 链表中的每一个元素都能调用同一个draw方法画图 画不同的圆形 方形 三角形
Adapter
- 设计模式中的适配器模式(adapter)的程序实现,用c++实现
shepeiqimoshi
- 关于c#软件设计模式的适配器模式 对于c#的高级编程很有帮助
ClassAdapter
- 设计模式中 适配器模式的一个例子 C++编写 有工程文件可直接运行
设计模式实验
- 设计模式实验:包括策略模式、观察者模式、装饰者模式、抽象工厂模式、单件模式、命令模式、适配器模式、外观模式,共8个。
Java 设计模式实现代码工程
- 常见的设计模式具体代码实现,如,适配器模式、state ,strategy, builder ,composite ,singleton ,factory method, abstract method等等。十分具有指导意义,由本人亲自操作编写。
design
- 设计模式课件,详细介绍观察者模式 策略模式 工厂模式 适配器模式 装饰模式-Courseware design, detailed strategy to introduce the observer mode mode mode adapter Factory pattern decorative pattern
Adapter1
- Adapter 23个的GOF模式中最重要的适配器模式-Adapter GOF
Adapter
- 这是适配器模式,使用Java语言编写的。适配器模式主要应用于,当接口里定义的方法无法满足客户的需求,或者说接口里定义的方法的名称或者方法界面与客户需求有冲突的情况。-This is the adapter mode, use the Java language. Mainly used in the adapter mode, when the interface in the definition of the method can not satisfy customer demand, o
code2
- 大话设计模式17至28章代码,共有12种模式,17适配器模式,18备忘录模式-Lying design code chapter 17-28, a total of 12 models, 17 adapter mode, 18 Memorandum of mode, etc.
adapterdesignpatter
- 这个是C++的模式设计中的一个适配器模式,的实例。里面,全部是由C++语言实现的。-This is the model of C++ an adapter design pattern, example. Inside, all is by the C++ language to achieve.
LightCallCenter
- callcenter框架,应用了适配器模式,编码规范-callcenter framework, the application of the adapter mode, coding standards
adapter
- 适配器模式的例子,headfirst系列,对编程很有启发意义。-Adapter pattern example, headfirst series of programming is very instructive.
Adapter
- 设计模式适配器模式模拟代码,针对性很强。-Design patterns adapter mode simulation code, and peasant economy.
javapatterns
- 里面包含了23中设计模式源代码,其中包括工厂模式(Factory)、单例(Singleton)、观察者模式(Observer)、适配器模式-Which contains 23 design patterns in source code, including the factory pattern (Factory), Singleton (Singleton), Observer pattern (Observer), Adapter
DM-2
- JAVA设计模式之结构型模式的源码,已经做好分类,以形象的例子来描述创建型模式的7分类,有外观模式、适配器模式、代理模式、装饰模式、桥模式、组合模式、享元模式。-JAVA Design Patterns Structural model of the source, is well classified, in order to create the image of an example to describe the schema of the seven categories, with
Picross
- Picross DS 经典脑力游戏 你可以通过示例代码学习以下设计模式: 1)单件模式 2)抽象工厂模式 3)策略模式 4)适配器模式 http://en.wikipe-Picross DS brain game classic example of code you can learn the following design patterns: 1) single mode 2) the abstract factory pattern 3) Strategy Mod
DesignPattern-Adapter+Bridge
- 使用C#语言演示适配器模式和桥接模式。 绝对原创!(Demo code for Adapter pattern and Bridge pattern with C#.)