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

搜索资源列表

  1. Adapter

    0下载:
  2. 用java写的面向对象应用的一个实例 运用了适配器模式 链表中的每一个元素都能调用同一个draw方法画图 画不同的圆形 方形 三角形
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1972
    • 提供者:
  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. javapatterns

    0下载:
  2. 里面包含了23中设计模式源代码,其中包括工厂模式(Factory)、单例(Singleton)、观察者模式(Observer)、适配器模式-Which contains 23 design patterns in source code, including the factory pattern (Factory), Singleton (Singleton), Observer pattern (Observer), Adapter
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:296999
    • 提供者:萤火虫
  1. DM-2

    0下载:
  2. JAVA设计模式之结构型模式的源码,已经做好分类,以形象的例子来描述创建型模式的7分类,有外观模式、适配器模式、代理模式、装饰模式、桥模式、组合模式、享元模式。-JAVA Design Patterns Structural model of the source, is well classified, in order to create the image of an example to describe the schema of the seven categories, with
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:43613
    • 提供者:陈晓杰
  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. shipenqi

    0下载:
  2. 适配器完整例子可运行+运行结果:适配器模式原理:适配器设计模式只是将某个对象的接口适配为另一个对象所期望的接口。-Complete example of the adapter can run+ run results: Adapter Patterns for: Adapter design pattern is to adapt the interface of an object to another object the desired interface.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:6377
    • 提供者:wangfeifei
  1. shipenqi1

    0下载:
  2. 自己动手编写的适配器模式的例子可运行+运行结果:适配器模式原理:适配器设计模式只是将某个对象的接口适配为另一个对象所期望的接口。-Yourself an example of the preparation of the adapter pattern can run+ run results: Adapter Patterns for: Adapter design pattern is to adapt the interface of an object to another object
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:5346
    • 提供者:wangfeifei
  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. shejimoshi7

    0下载:
  2. 设计模式的作业 实现了 适配器模式 有界面功能-Design patterns to achieve the operating mode of the adapter interface features
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:4816
    • 提供者:hsew
  1. Design-pattern

    0下载:
  2. 很不错的一些资料,DAO设计模式、java代理模式、java观察者模式、Java设计模式之外观、策略模式、单例、命令模式、桥模式、适配器模式、责任链模式、装饰者-Design pattern
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:449147
    • 提供者:hjh
  1. Adapter-pattern

    0下载:
  2. java高级编程语言—适配器模式,应用简单的代码实例教你如何巧妙运用java技术-java High-level programming language _Adapter pattern
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:2761
    • 提供者:
  1. Design-mode

    0下载:
  2. 软件架构作业参考:要求:请用观察者模式、适配器模式和迭代器三种模式,来实现第三个(下排一个)帧(Frame)的状态变更导致第一个和第二个帧的状态的同步变更。-Software Architecture Job Reference: Requirements: with observer mode, the adapter mode and iterators three modes to achieve the state of the third (bottom row) frame (Fra
  3. 所属分类:Java Develop

    • 发布日期:2017-11-10
    • 文件大小:17559552
    • 提供者:陈奕男
  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. 44

    0下载:
  2. 现有一个接口DataOperation定义了排序方法sort(int [])和查找方法search(int[], int),已知类QuickSort的quickSort(int [])方法实现了快速排序算法,类BinarySearch的binarySearch(int[], int)方法实现了二分查找算法。现使用适配器模式设计一个系统,在不修改源代码的情况下将类QuickSort和类BinarySearch的方法适配到DataOperation接口中。-An existing interface
  3. 所属分类:JavaScript

    • 发布日期:2017-04-14
    • 文件大小:5808
    • 提供者:鬼才
  1. pattern

    0下载:
  2. 23种设计模式Java源码,包括创建型模式,共五种:工厂方法模式、抽象工厂模式、单例模式、建造者模式、原型模式。 结构型模式,共七种:适配器模式、装饰器模式、代理模式、外观模式、桥接模式、组合模式、享元模式。 行为型模式,共十一种:策略模式、模板方法模式、观察者模式、迭代子模式、责任链模式、命令模式、备忘录模式、状态模式、访问者模式、中介者模式、解释器模式。-23 kinds of design patterns
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:161274
    • 提供者:康健
  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
  1. adapterSchema

    0下载:
  2. java 设计模式 之 适配器模式 针对java适配器模式的实现-java design patterns of adapter pattern For realization of java Adapter Model
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-13
    • 文件大小:2249
    • 提供者:安洁
« 12 »
搜珍网 www.dssz.com