搜索资源列表
routs
- 使用两块网卡实现网卡路由的功能-use two Ethernet network adapter routing function
Adapter
- 意图 将一个类的接口转换成客户希望的另外一个接口。A d a p t e r 模式使得原本由于接口不兼容而不能一起工作的那些类可以一起工作。 适用性 · 你想使用一个已经存在的类,而它的接口不符合你的需求。 · 你想创建一个可以复用的类,该类可以与其他不相关的类或不可预见的类(即那些接口可能不一定兼容的类)协同工作。 · (仅适用于对象A d a p t e r )你想使用一些已经存在的子类,但是不可能对每一个都进行子类化以匹配它们的接口。对象适配器可以适配它的父类接口。 -inten
Eai
- 该文件是多层体系结构的数据访问层,它使用工厂模式、Adapter模式,封装了NHibernate,提供基本CRUD接口。想利用NHibernate实现ORM的兄弟们,冲啊!-the document is a multi-storey structure data access layer, which uses the factory model Adapter mode, the NHibernate package, the provision of basic CRUD interfac
adapter
- java设计模式不需帐号就可自由下载此源码(-java design pattern can not account free download this source (
Adapter
- java设计模式的例子,Adapter设计模式
DesignPattern_Adapter
- Java Design Pattern:Adapter 希望对大家有所帮助!-Java Design Pattern: Adapter hope all of you to help!
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
adapter
- Java演示Adapter设计模式,用Eclipse开发-Adapter Design Pattern Java demo with Eclipse development
Adapter
- 设计模式之adapter模式,接口模式的java实现-Adapter design pattern of the model, interface, java implementation mode
Adapter
- java设计模式Adapter源码,大家可以参考-failed to translate
adapter
- java设计模式中的装饰者模式的学习代码,看完代码后非常容易理解装饰者模式。-java design patterns in the decoration of learning who model code, reading the code is very easy to understand those patterns decorated.
adapter
- java Adapter related coding in java
Adapter-mode
- 设计模式--适配器模式--UML图+源码~-Design Patterns- Adapter Pattern- UML diagram+ source ~
02-Adapter
- java设计与模式中的适配器模式事例,可供参考,学习,交流之用。-java design patterns and models in case the adapter is available for reference, learning, communication purposes.
Adapter
- 适配器模式,完整代码,运行结果截图 题目: 有一个类(adaptee)实现了数学中的幂次运算,方法中需要传入两个参数,一个是基数base,另外一个是幂次exp。现在客户端需要一个求得一个数的平方的函数接口(target),传入一个数,得到它的平方值。为了复用已经存在的类adaptee,适用Adapter来适配adaptee,adapter实现了target接口。 -Adapter mode, the complete code, the results capture Title: A
Adapter-mode
- 适配器模式(有时候也称包装样式或者包装)将一个类的接口适配成用户所期待的。一个适配允许通常因为接口不兼容而不能在一起工作的类工作在一起,做法是将类自己的接口包裹在一个已存在的类中。-Adapter mode (sometimes also known as packaging styles or packaging) adapted to the interface of a class users expect. An adapter allows usually can not work t
Adapter-Pattern
- customer information validation system in Adapter Pattern java小程序 设计模式的应用-application of customer information validation system in Adapter Pattern java applet design mode
Adapter
- java设计模式之适配器模式,代码通俗易懂,注释明确-java design patterns adapter mode, the code is easy to understand, clear notes
adapter
- java设计模式,适配器模式,带源码和uml视图展示,清晰易懂-java design pattern adapter
adapter
- 属于适配器模式,使用java语言编写,思路清晰,易于理解-It belongs adapter mode, use the java language, clear, easy to understand