搜索资源列表
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
- 设计模式中的适配器模式(adapter)的程序实现,用c++实现
设计模式实验
- 设计模式实验:包括策略模式、观察者模式、装饰者模式、抽象工厂模式、单件模式、命令模式、适配器模式、外观模式,共8个。
Java 设计模式实现代码工程
- 常见的设计模式具体代码实现,如,适配器模式、state ,strategy, builder ,composite ,singleton ,factory method, abstract method等等。十分具有指导意义,由本人亲自操作编写。
Adapter1
- Adapter 23个的GOF模式中最重要的适配器模式-Adapter GOF
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.
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
The_Android_GUI_Framework
- Document about Android GUI framework,
GeneticAlgorithms
- 求解任务分配和路径选择的改进遗传算法。针对传统的遗传算法编程求解过程中存在的代码复用性不高,灵活性差的情况,在参考麻省理工学院Matthew Wall开发的遗传算法类库GAlib的基础上,提出了基于设计模式的改进遗传算法设计框架,提供了Visual C#代码。该框架通过使用模板方法模式、策略模式和适配器模式大大提高了改进遗传算法在设计实现过程中的可扩展性和灵活性。-Traditional genetic algorithm programming in the process of solvin
Adapter
- 设计模式中的适配器模式的完整代码实现,可以直接运行。-Adapter design pattern in the complete model code can be directly run.
Adapter
- 该模式是适配器模式,此模式讲解了适配器的相关用法-this is the adapt model
Adapter
- 适配器模式的源代码,可直接运行,可以较好的解释这个模式。-Adapter model source code can be run directly, you can better explain this pattern.
AdpterPattern
- 设计模式--适配器模式,用C++写的,可以很好的使用-design model--AdpterPattern
ezsvr
- linux环境下的ACE框架的网络服务器,能用UDP、TCP进行通信。采用适配器模式。-the ACE framework network server linux environment
DesignPattern-Adapter+Bridge
- 使用C#语言演示适配器模式和桥接模式。 绝对原创!(Demo code for Adapter pattern and Bridge pattern with C#.)