代码搜索:INTERFACES

找到约 10,000 项符合「INTERFACES」的源代码

代码结果 10,000
www.eeworm.com/read/428803/8839930

inf dm9usb.inf

;******************************************************************************* ; INF for Windows 98 and Windows 2000 [Version] Signature = "$CHICAGO$" Compatible = 1 Class = Net Clas
www.eeworm.com/read/428803/8839973

inf dm9usb.inf

;******************************************************************************* ; INF for Windows 98 and Windows 2000 [Version] Signature = "$CHICAGO$" Compatible = 1 Class = Net Clas
www.eeworm.com/read/428803/8839981

inf dm9usb.inf

;******************************************************************************* [Version] Signature = "$CHICAGO$" Compatible = 1 Class = Net ClassGUID = {4d36e972-e325-11ce-bfc1-080
www.eeworm.com/read/187222/8840624

java months.java

//: Months.java // Using interfaces to create groups of constants public interface Months { int JANUARY = 1, FEBRUARY = 2, MARCH = 3, APPIL = 4, MAY = 5, JUNE = 6, J
www.eeworm.com/read/187103/8855535

readme

This is GNU libltdl, a system independent dlopen wrapper for GNU libtool. It supports the following dlopen interfaces: * dlopen (Solaris, Linux and various BSD flavors) * shl_load (HP-UX) * LoadLibra
www.eeworm.com/read/427263/8955408

txt 转:学不会的java,消不了的忧愁!(1).txt

作者:NOVEMBER RAIN email: haoy@dongyu.com.cn 日期:2001-5-9 17:16:20 学不会的JAVA,消不了的忧愁! 发言者:jigenghua 时 间:2001/03/11 17:23:51 来 自:www.javaunion.org ----------------------------------------------
www.eeworm.com/read/185679/8992579

pas peerrecipeintf.pas

{ Invokable interface IPeerRecipe } unit PeerRecipeIntf; interface uses InvokeRegistry, Types, XSBuiltIns; type { Invokable interfaces must derive from IInvokable } IPeerRecipe = int
www.eeworm.com/read/382755/9002165

html experimental.html

Experimental Interfaces body { margin: auto; font
www.eeworm.com/read/283325/9029212

lib pthreadlib.lib

pthreadLib {POSIX 1003.1c thread library interfaces } pthreadLib {pthreadLib} {VxWorks API Reference} {OS Libraries} {} {}
www.eeworm.com/read/381515/9088083

h iface.h

// // Iface.h // // Interfaces interface IX : IUnknown { virtual void __stdcall Fx() = 0 ; } ; interface IY : IUnknown { virtual void __stdcall Fy() = 0 ; } ; interface IZ : IUnknown { virtual v