Welcome![Sign In][Sign Up]
Location:
Search - adapter

Search list

[JSP/JavaAdapter

Description: 意图 将一个类的接口转换成客户希望的另外一个接口。A d a p t e r 模式使得原本由于接口不兼容而不能一起工作的那些类可以一起工作。 适用性 · 你想使用一个已经存在的类,而它的接口不符合你的需求。 · 你想创建一个可以复用的类,该类可以与其他不相关的类或不可预见的类(即那些接口可能不一定兼容的类)协同工作。 · (仅适用于对象A d a p t e r )你想使用一些已经存在的子类,但是不可能对每一个都进行子类化以匹配它们的接口。对象适配器可以适配它的父类接口。 -intent to a kind of interface into customers want another one interface. A p d a t e r model makes the original interface is not as compatible and not those working class can work together. Applicability you want to use an already existing category, and its interface does not meet your needs. You want to create a reusable class, and other such can not related to the type or unpredictable category (that is, those interface may not necessarily compatible) to work together. (Only applies to a target A d p t e r) you want to use already existing sub-categories, but not all right for every child class to fit their interface. Object Adapter can Adapter its parent interface.
Platform: | Size: 41089 | Author: 刘先生 | Hits:

[Other resourceMSP430-JTAG-Adapter

Description: MSP430-JTAG-Adapter:MSP430-JTAG doesn’t need external power supply, as MSP430 microcontrollers require only 3-5 mA while programming and all necessary power supply is taken from the LPT port.-MSP430 - JTAG-Adapter : MSP430 - JTAG does not need external power supply, as MSP430 microcontrollers require only 3-5 mA while programming and all necessary power supply is taken from the LPT port.
Platform: | Size: 811557 | Author: 王晗 | Hits:

[Other resourceAdapter

Description: java设计模式的例子,Adapter设计模式
Platform: | Size: 7050 | Author: edith000 | Hits:

[Other resourceAdapter

Description: 设计模式中的适配器模式(adapter)的程序实现,用c++实现
Platform: | Size: 275552 | Author: 蒋丽 | Hits:

[TCP/IP stackNetcardInfo

Description: This class can be used to get netcard adapter information such as MAC,IP,DHCP
Platform: | Size: 20480 | Author: 鄭名珊 | Hits:

[OtherAdapter_Class

Description: 设计模式的VC例子,可以用于学习设计模式。我自己觉得 很有用。这个是Adapter模式-design patterns VC example, can be used to study design patterns. I feel very useful. This is Adapter Model
Platform: | Size: 3072 | Author: 陈刚 | Hits:

[OtherPC技术内幕

Description: 讲述PC的原理技术,包括cpu与内幕指令、系统与设备检测、适配卡开发,bios数据、cmos与时钟、DMA服务等-on the principle of PC technologies, including the cpu with insider instructions, systems and equipment for testing, the development of an adapter card, BIOS data, and the CMOS clock, DMA services
Platform: | Size: 19101696 | Author: | Hits:

[JSP/JavaAdapter

Description: 意图 将一个类的接口转换成客户希望的另外一个接口。A d a p t e r 模式使得原本由于接口不兼容而不能一起工作的那些类可以一起工作。 适用性 · 你想使用一个已经存在的类,而它的接口不符合你的需求。 · 你想创建一个可以复用的类,该类可以与其他不相关的类或不可预见的类(即那些接口可能不一定兼容的类)协同工作。 · (仅适用于对象A d a p t e r )你想使用一些已经存在的子类,但是不可能对每一个都进行子类化以匹配它们的接口。对象适配器可以适配它的父类接口。 -intent to a kind of interface into customers want another one interface. A p d a t e r model makes the original interface is not as compatible and not those working class can work together. Applicability you want to use an already existing category, and its interface does not meet your needs. You want to create a reusable class, and other such can not related to the type or unpredictable category (that is, those interface may not necessarily compatible) to work together. (Only applies to a target A d p t e r) you want to use already existing sub-categories, but not all right for every child class to fit their interface. Object Adapter can Adapter its parent interface.
Platform: | Size: 40960 | Author: 刘先生 | Hits:

[SCMMSP430-JTAG-Adapter

Description: MSP430-JTAG-Adapter:MSP430-JTAG doesn’t need external power supply, as MSP430 microcontrollers require only 3-5 mA while programming and all necessary power supply is taken from the LPT port.-MSP430- JTAG-Adapter : MSP430- JTAG does not need external power supply, as MSP430 microcontrollers require only 3-5 mA while programming and all necessary power supply is taken from the LPT port.
Platform: | Size: 811008 | Author: 王晗 | Hits:

[JSP/Javaadapter

Description: java设计模式不需帐号就可自由下载此源码(-java design pattern can not account free download this source (
Platform: | Size: 7168 | Author: yinlei | Hits:

[VHDL-FPGA-Verilogusb_cpld_code

Description: usb_cpld_code.zip usbjtag - Variations on the implementation of a USB JTAG adapter.-usb_cpld_code.zip usbjtag-o Variations n the implementation of a USB JTAG adapter.
Platform: | Size: 26624 | Author: david | Hits:

[SCMBluetooth_bc04usb

Description: Bluetooth usb adapter ,include schematic pcb and design file
Platform: | Size: 26624 | Author: csallon | Hits:

[JSPAdapter

Description: 《java设计模式》一书的源码,适配器模式的源码和示例
Platform: | Size: 32768 | Author: tanqiang | Hits:

[JSP/JavaAdapter

Description: java设计模式的例子,Adapter设计模式-java design pattern example, Adapter Design Pattern
Platform: | Size: 7168 | Author: edith000 | Hits:

[JSP/JavaAdapter

Description: 用java写的面向对象应用的一个实例 运用了适配器模式 链表中的每一个元素都能调用同一个draw方法画图 画不同的圆形 方形 三角形-Using java to write object-oriented applications, an example of the use of the adapter model list of every element be able to call the draw method of painting with a different picture of a square circle triangle
Platform: | Size: 2048 | Author: | Hits:

[Data structsAdapter

Description: 设计模式中的适配器模式(adapter)的程序实现,用c++实现-The adapter design pattern mode (adapter) of the program, using c++ Achieve
Platform: | Size: 275456 | Author: 蒋丽 | Hits:

[Delphi VCLNetCtrl

Description: delphi API编程实现启用,禁用本机的所有网卡,可以指定是哪一块-delphi API Programming enable, disable all the local network adapter, you can specify which one
Platform: | Size: 176128 | Author: 张三 | Hits:

[OtherDA14681 uart adapter

Description: 本文主要介绍DA14681 UART ADAPTER的使用。利用SDK中提供的ADAPTER,可以方便地使用各种外设,如IIC、SPI、UART等。(This paper mainly introduces the use of DA14681 UART ADAPTER. The use of SDK provided in ADAPTER, you can easily use a variety of peripherals, such as IIC, SPI, UART and so on.)
Platform: | Size: 273408 | Author: liyanhonghaidanaifee | Hits:

[androidAdapter

Description: ListView 自定义ITEM的adapter(custom List view Item)
Platform: | Size: 1671168 | Author: 花梨木 | Hits:

[Otheradapter-master

Description: C and C ++ based Fanuc adapter sample
Platform: | Size: 3142656 | Author: AYDOGAN | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net