代码搜索结果

找到约 10,000 项符合 Interface 的代码

salesformatter.java

public interface SalesFormatter { public String formatSales(Sales sales); }

f32x_usb_descriptor.h

//----------------------------------------------------------------------------- // F32x_USB_Descriptor.h //----------------------------------------------------------------------------- // Copyright

product.java

package com.javapatterns.simplefactory; public interface Product { }

usb_descriptor.h

/* File: USB_DESCRIPTOR.h Author: DM Created: 11/22/02 Target Device: C8051F320 Header file for USB firmware. Defines standard descriptor structures. */ #ifndef

product.java

package com.javapatterns.factorymethod; public interface Product { }

producta.java

package com.javapatterns.abstractfactory; public interface ProductA { }

productb.java

package com.javapatterns.abstractfactory; public interface ProductB { }

unidevice_tcpip.pas

unit UniDevice_TCPIP; interface implementation end.

intfdochostuihandler.pas

{ This demo application accompanies the article "How to call Delphi code from scripts running in a TWebBrowser" at http://www.delphidabbler.com/articles?article=22. This unit defines the