代码搜索:INTERFACES
找到约 10,000 项符合「INTERFACES」的源代码
代码结果 10,000
www.eeworm.com/read/352425/10553712
java ex14.java
// interfaces/Ex14.java
// TIJ4 Chapter Interfaces, Exercise 14, page 330
/* Create three interfaces, each with two methods. Inherit a new interface
* that combines the three, adding a new method.
www.eeworm.com/read/352425/10553732
java testex6.java
// interfaces.TestEx6.java
// TIJ4 Chapter Interfaces, Exercise 6, page 320
// Prove that all the methods in an interface are automatically public
/* Solution includes, in package interfaces.ex
www.eeworm.com/read/278011/10585272
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/159878/10597117
pas soapfishintf.pas
{ Invokable interface ISoapFish }
unit SoapFishIntf;
interface
uses InvokeRegistry, Types, XSBuiltIns;
type
{ Invokable interfaces must derive from IInvokable }
ISoapFish = interface
www.eeworm.com/read/351841/10604000
pro zbench.pro
TEMPLATE = app
CONFIG = qt warn_on release
HEADERS = zbench.h
SOURCES = main.cpp \
zbench.cpp \
fft.c \
integer.c
INCLUDEPATH += $(QPEDIR)/include
DEPENDPATH += $(QPEDIR)/include
LIBS