代码搜索:INTERFACES

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

代码结果 10,000
www.eeworm.com/read/223321/14645913

in sinek.spec.in

%define ver @VERSION@ %define prefix /usr Summary: Multimedia player based on the Xine media library Summary(es): Reproductor de multimedios basado en la libreria de medios Xine Name: sinek Version:
www.eeworm.com/read/223321/14645996

spec sinek.spec

%define ver 0.7 %define prefix /usr Summary: Multimedia player based on the Xine media library Summary(es): Reproductor de multimedios basado en la libreria de medios Xine Name: sinek Version: %{ver}
www.eeworm.com/read/222909/14668159

pro qimage.pro

###################################################################### # Automatically generated by qmake (1.05a) Fri Mar 31 21:42:28 2006 #############################################################
www.eeworm.com/read/122539/14685802

h iface.h

// // Iface.h // // Interfaces interface IX : IUnknown { virtual void __stdcall Fx() = 0 ; } ; interface IY : IUnknown { virtual void __stdcall Fy() = 0 ; } ; interface IZ : IUnkno
www.eeworm.com/read/122539/14685895

h iface.h

// // Iface.h - // Declarations of interfaces, IIDs, and CLSID // shared by the client and the component. // interface IX : IUnknown { virtual void pascal Fx() = 0 ; }; interface
www.eeworm.com/read/221828/14718825

word linux.word

Adamson Addis interfaces interfacing territorial territories territory inappropriate inappropriateness Ailene
www.eeworm.com/read/219777/14863850

c netdiagnostics.c

/****************************************************************************** FILE: NetDiagnostics.c SERVICES: Network Diagnostics example application GENERAL DESCRIPTION: PUBLIC CLASSES
www.eeworm.com/read/118495/14868239

html ifaces.html

Supported Network Interfaces
www.eeworm.com/read/116603/14962966

java months.java

//: c08:Months.java // From 'Thinking in Java, 2nd ed.' by Bruce Eckel // www.BruceEckel.com. See copyright notice in CopyRight.txt. // Using interfaces to create groups of constants. package c08;
www.eeworm.com/read/116603/14963004

java iinterface.java

//: c08:IInterface.java // From 'Thinking in Java, 2nd ed.' by Bruce Eckel // www.BruceEckel.com. See copyright notice in CopyRight.txt. // Static inner classes inside interfaces. interface IInt