代码搜索:Interface

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

代码结果 10,000
www.eeworm.com/read/130042/14210315

java sortable.java

package shared; import java.lang.*; /** Interface for classes that need to be sorted in a specific manner. */ public interface Sortable{ boolean lessThan(Sortable other); boolean Equa
www.eeworm.com/read/129956/14215902

idl printdirect.idl

// PrintDirect.idl : IDL source for PrintDirect.dll // // This file will be processed by the MIDL tool to // produce the type library (PrintDirect.tlb) and marshalling code. import "oaidl.idl"
www.eeworm.com/read/129220/14257320

java sortable.java

package shared; import java.lang.*; /** Interface for classes that need to be sorted in a specific manner. */ public interface Sortable{ boolean lessThan(Sortable other); boolean Equa
www.eeworm.com/read/128436/14299063

pas opccomn.pas

{*******************************************************} { } { OPC Common 1.1 } {
www.eeworm.com/read/123850/14609745

txt 转-如何学习java.txt

作者:lovefan email: lovefan@cmmail.com 日期:8/1/2001 4:08:34 PM :(如何学习Java呢?) 枫叶国游子 2001-07-04 12:37:58 我可以结合自己的经验大致给你说一说,希望对你有所帮助,少走些弯路。 学习Java其实应该上升到如何学习程序设计这种境界,其实学习程序设计又是接受一种编程思想。每一种语言的程序设计思想大 ...
www.eeworm.com/read/223082/14660350

java sortable.java

package shared; import java.lang.*; /** Interface for classes that need to be sorted in a specific manner. */ public interface Sortable{ boolean lessThan(Sortable other); boolean Equa
www.eeworm.com/read/219464/14879694

java checkboxmenulistener.java

// // INTERFACE // CheckboxMenuListener - listen for checkbox change events // // DESCRIPTION // The checkboxChanged method is called by users of this class // to notify the listene
www.eeworm.com/read/117594/14911942

java cityweatherreportinterface.java

import java.rmi.*; public interface cityWeatherReportInterface extends Remote { /* 定义Remote Interface */ String getCityTemperature() throws RemoteException; String getWeathe
www.eeworm.com/read/116795/14953797

dox fat.dox

/** \defgroup fat fat: FAT16/32 File System Interface This FAT16/32 interface allows you to detect and mount FAT16/32 partitions, browse directories and files, and read file data.
www.eeworm.com/read/116795/14954437

dox ata.dox

/** \defgroup ata ata: IDE/ATA Interface Driver (for IDE/ATA hard disks and CF Cards) This library provides an interface from AVR processors to IDE/ATA hard disks.