代码搜索结果

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

ram.java

package com.javapatterns.abstractfactory.computer; public interface Ram { }

cpu.java

package com.javapatterns.abstractfactory.computer; public interface Cpu { }

ttdriver.c

/***************************************************************************/ /* */ /* ttdriver.c

cff.c

/***************************************************************************/ /* */ /* cff.c

fuzzymodelbase.h

// // File: FuzzyModelBase.h // // Purpose: Interface for the FuzzyModelBase class. This class holds // all the information for a fuzzy model. // // Copyright

ttdriver.c

/***************************************************************************/ /* */ /* ttdriver.c

cff.c

/***************************************************************************/ /* */ /* cff.c

sa1100_usb.h

/* * sa1100_usb.h * * Public interface to the sa1100 USB core. For use by client modules * like usb-eth and usb-char. * */ #ifndef _SA1100_USB_H #define _SA1100_USB_H #include

s3c2410_usb.h

/* * s3c2410_usb.h * * Public interface to the s3c2410 USB core. For use by client modules * like usb-eth and usb-char. * */ #ifndef _S3C2410_USB_H #define _S3C2410_USB_H #include

pxa_usb.h

/* * pxa_usb.h * * Public interface to the pxa USB core. For use by client modules * like usb-eth and usb-char. * * 02-May-2002 * Frank Becker (Intrinsyc) - derived from sa1100_usb.h * */