搜索资源列表
bridge_cs
- vc桥接模式源码.-code of bridge_cs by vc
qiaojiemoshi
- 关于c#软件设计模式的桥接模式 对于c#的高级编程很有帮助
bridge_cs
- vc桥接模式源码.-code of bridge_cs by vc
qiaojiemoshi
- 关于c#软件设计模式的桥接模式 对于c#的高级编程很有帮助-On c# Software design patterns bridge mode c# Helpful high-level programming
software-structure-design
- 参加软件机构培训的资料,包括软件生命周期与软件架构介绍;软件架构风格;UML与面向对象程序设计;UML建模与分析;技术架构视图-设计原则与模式;软件系统坏死的症状;liskov替换原则(LSP);接口隔离原则(ISP;依赖倒置原则(DIP);设计模式;策略(Strategy)模式;桥接(Bridge)模式;命令(command)模式等,是老师智慧的结晶。-Institutions to participate in training s
logtest1.0
- 用于服务器的日志输出,输出到终端和文件中,采用桥接模式。用c++语言实现。-For server log output, output to the terminal and file, use the bridge mode. Using c++ language.
BridgeTest
- 用C++写的桥接模式,该模式时候通过选择不同开关,可以打开相同的设备-this is bridge model,the model change switch and open the same device
Javaeye-mode
- 包揽JavaEye设计模式类前十名,包含前言、简单工厂、工厂方法模式、单例模式、桥接模式-Taking JavaEye design patterns like the top ten, including the preamble, the simple factory, factory method patterns, singleton, bridge mode
Bridgemode
- 桥接模式的ppt教程,详细讲述了桥接模式、从简单的例子开始,并且讲了多维的应用-Bridging mode ppt tutorial, a detailed account of the bridging mode, starting from simple example, and talked about the application of multi-dimensional
Bridge
- 桥接模式应用演示,实现一个数据视图,用delphi实现。-Bridge mode application demo, and a view of the data, and with delphi achieve.
DesignMode_Bridge
- 桥接模式 桥接模式 桥接模式 桥接模式-Bridge Mode Bridge Mode Bridge Mode Bridge Mode Bridge Mode
Video
- 设计模式中桥接模式的简单实例。主要模拟了不同播放器怎样在不同系统下实现其播放功能的-Design Patterns in bridge mode simple example. Major simulate how different players in different systems to achieve its playback function
55
- 用桥接模式解决以下问题: 编写一段代码,模拟以下情境。有三种操作系统Windows、Unix和Linux,它们都有各自的处理不同格式图像(BMP JPG PNG GIF)的库函数。编写类,使它们能灵活地在Windows、Unix和Linux平台上处理不同格式的图像。-To solve the following problems in bridge mode: The preparation of a code, simulat
BridgePattern
- 设计模式的简单c++代码实现-桥接模式。-Simple design pattern c++ code- bridging mode.
HW7-Strategy-Sorting
- 软件体系结构与设计模式,实现了桥接模式。含有桥接模式的一些基本问题。且进行了回答。-Software architecture and design patterns to achieve a bridging mode. Some basic questions contain bridging mode. And were answered.
pattern
- 23种设计模式Java源码,包括创建型模式,共五种:工厂方法模式、抽象工厂模式、单例模式、建造者模式、原型模式。 结构型模式,共七种:适配器模式、装饰器模式、代理模式、外观模式、桥接模式、组合模式、享元模式。 行为型模式,共十一种:策略模式、模板方法模式、观察者模式、迭代子模式、责任链模式、命令模式、备忘录模式、状态模式、访问者模式、中介者模式、解释器模式。-23 kinds of design patterns
Singleton
- 设计模式中的单例模式 Singleton 还有桥接模式 c++代码实现-Design pattern Singleton pattern Singleton c++ code! ! ! !
bridge
- 桥接模式的实现源码,用java实现,思路清晰,易于理解。-Bridge mode to achieve the source, using java, clear and easy to understand.
moddlmode
- Bridging mode 桥接模式 C # source code-Bridging mode bridge model C# source code
DesignPattern-Adapter+Bridge
- 使用C#语言演示适配器模式和桥接模式。 绝对原创!(Demo code for Adapter pattern and Bridge pattern with C#.)