搜索资源列表
bridge_cs
- vc桥接模式源码.-code of bridge_cs by vc
qiaojiemoshi
- 关于c#软件设计模式的桥接模式 对于c#的高级编程很有帮助
software-structure-design
- 参加软件机构培训的资料,包括软件生命周期与软件架构介绍;软件架构风格;UML与面向对象程序设计;UML建模与分析;技术架构视图-设计原则与模式;软件系统坏死的症状;liskov替换原则(LSP);接口隔离原则(ISP;依赖倒置原则(DIP);设计模式;策略(Strategy)模式;桥接(Bridge)模式;命令(command)模式等,是老师智慧的结晶。-Institutions to participate in training software, including software li
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, simulate the following situations. Th
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
蓝牙4.0 BLE物联网开发技术实战完全教程电子书
- 模块做为智能手机外设的桥梁,使得主机端应用开发异常简单。在桥接模式下(串口), 用户的现有产品或者方案配合此透传模块,能十分方便地和移动设备(需支持蓝牙 4.0)相互通讯,实现超强的智能化控制和管理。(As a bridge of smart phone peripherals, modules make the host application development very simple. In the bridge mode (serial port), the existing pro
MT7628开发板的WIFI驱动
- 该源码驱动适合联发科的基于mips架构的开发板。适合联发科的网卡驱动。能够实现桥接模式,路由模式,无线放大器模式。(The source driver for MediaTek based on the MIPs framework development board. NIC driver for mediatek. Bridge mode, routing mode, wireless amplifier mode can be implemented.)
DesignPattern-Adapter+Bridge
- 使用C#语言演示适配器模式和桥接模式。 绝对原创!(Demo code for Adapter pattern and Bridge pattern with C#.)