搜索资源列表
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等等。十分具有指导意义,由本人亲自操作编写。
AdapterPatternTest
- 这是一个对于设计模式中适配器模式的一个简单应用.用C#编写.-This is a model for the design of the adapter a simple application. Using C#.
myAdapter
- 设计模式实例: 适配器(Adapter)模式源代码-design patterns Example : Adapter (Adapter) mode source code
adaPat
- java 结构模式,适配器模式,实现变狗为猫的神话,包括例子。-java model, adapter mode and the change of cats, dogs myths, including examples.
Adapter
- 用java写的面向对象应用的一个实例 运用了适配器模式 链表中的每一个元素都能调用同一个draw方法画图 画不同的圆形 方形 三角形-Using java to write object-oriented applications, an example of the use of the adapter model list of every element be able to call the draw method of pai
Adapter
- 设计模式中的适配器模式(adapter)的程序实现,用c++实现-The adapter design pattern mode (adapter) of the program, using c++ Achieve
shepeiqimoshi
- 关于c#软件设计模式的适配器模式 对于c#的高级编程很有帮助-On c# Software design patterns adapter mode c# Helpful high-level programming
ClassAdapter
- 设计模式中 适配器模式的一个例子 C++编写 有工程文件可直接运行-Adapter design pattern in an example of model C++ The preparation of engineering documents can be directly run
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
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 f
DesignPattern-Adapter+Bridge
- 使用C#语言演示适配器模式和桥接模式。 绝对原创!(Demo code for Adapter pattern and Bridge pattern with C#.)