CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - adapter

搜索资源列表

  1. routs

    0下载:
  2. 使用两块网卡实现网卡路由的功能-use two Ethernet network adapter routing function
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:4308
    • 提供者:何力
  1. Adapter

    0下载:
  2. 意图 将一个类的接口转换成客户希望的另外一个接口。A d a p t e r 模式使得原本由于接口不兼容而不能一起工作的那些类可以一起工作。 适用性 · 你想使用一个已经存在的类,而它的接口不符合你的需求。 · 你想创建一个可以复用的类,该类可以与其他不相关的类或不可预见的类(即那些接口可能不一定兼容的类)协同工作。 · (仅适用于对象A d a p t e r )你想使用一些已经存在的子类,但是不可能对每一个都进行子类化以匹配它们的接口。对象适配器可以适配它的父类接口。 -inten
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:41089
    • 提供者:刘先生
  1. Eai

    0下载:
  2. 该文件是多层体系结构的数据访问层,它使用工厂模式、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
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:18621
    • 提供者:汪五
  1. adapter

    0下载:
  2. java设计模式不需帐号就可自由下载此源码(-java design pattern can not account free download this source (
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:7209
    • 提供者:yinlei
  1. Adapter

    0下载:
  2. java设计模式的例子,Adapter设计模式
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:7050
    • 提供者:edith000
  1. DesignPattern_Adapter

    0下载:
  2. Java Design Pattern:Adapter 希望对大家有所帮助!-Java Design Pattern: Adapter hope all of you to help!
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3898
    • 提供者:bob
  1. Adapter

    0下载:
  2. 这是适配器模式,使用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
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:10035
    • 提供者:云帆
  1. adapter

    0下载:
  2. Java演示Adapter设计模式,用Eclipse开发-Adapter Design Pattern Java demo with Eclipse development
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:5934
    • 提供者:jack liu
  1. Adapter

    0下载:
  2. 设计模式之adapter模式,接口模式的java实现-Adapter design pattern of the model, interface, java implementation mode
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:31921
    • 提供者:bobhpf
  1. Adapter

    0下载:
  2. java设计模式Adapter源码,大家可以参考-failed to translate
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:6787
    • 提供者:萧铭
  1. adapter

    0下载:
  2. java设计模式中的装饰者模式的学习代码,看完代码后非常容易理解装饰者模式。-java design patterns in the decoration of learning who model code, reading the code is very easy to understand those patterns decorated.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-23
    • 文件大小:4270
    • 提供者:henry
  1. adapter

    0下载:
  2. java Adapter related coding in java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2904
    • 提供者:mani
  1. Adapter-mode

    0下载:
  2. 设计模式--适配器模式--UML图+源码~-Design Patterns- Adapter Pattern- UML diagram+ source ~
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:88686
    • 提供者:张艺阳
  1. 02-Adapter

    0下载:
  2. java设计与模式中的适配器模式事例,可供参考,学习,交流之用。-java design patterns and models in case the adapter is available for reference, learning, communication purposes.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:3575
    • 提供者:阳光茶园
  1. Adapter

    0下载:
  2. 适配器模式,完整代码,运行结果截图 题目: 有一个类(adaptee)实现了数学中的幂次运算,方法中需要传入两个参数,一个是基数base,另外一个是幂次exp。现在客户端需要一个求得一个数的平方的函数接口(target),传入一个数,得到它的平方值。为了复用已经存在的类adaptee,适用Adapter来适配adaptee,adapter实现了target接口。 -Adapter mode, the complete code, the results capture Title: A
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:108030
    • 提供者:hhy
  1. Adapter-mode

    0下载:
  2. 适配器模式(有时候也称包装样式或者包装)将一个类的接口适配成用户所期待的。一个适配允许通常因为接口不兼容而不能在一起工作的类工作在一起,做法是将类自己的接口包裹在一个已存在的类中。-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
  3. 所属分类:JavaScript

    • 发布日期:2017-11-22
    • 文件大小:12264
    • 提供者:锡睿
  1. Adapter-Pattern

    0下载:
  2. customer information validation system in Adapter Pattern java小程序 设计模式的应用-application of customer information validation system in Adapter Pattern java applet design mode
  3. 所属分类:Java Develop

    • 发布日期:2017-11-12
    • 文件大小:55263
    • 提供者:王燕青
  1. Adapter

    0下载:
  2. java设计模式之适配器模式,代码通俗易懂,注释明确-java design patterns adapter mode, the code is easy to understand, clear notes
  3. 所属分类:Java Develop

    • 发布日期:2017-11-26
    • 文件大小:54072
    • 提供者:wang
  1. adapter

    0下载:
  2. java设计模式,适配器模式,带源码和uml视图展示,清晰易懂-java design pattern adapter
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:60428
    • 提供者:jayenho
  1. adapter

    0下载:
  2. 属于适配器模式,使用java语言编写,思路清晰,易于理解-It belongs adapter mode, use the java language, clear, easy to understand
  3. 所属分类:Java Develop

    • 发布日期:2017-04-30
    • 文件大小:10144
    • 提供者:lene
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com