代码搜索结果

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

data.java

public interface Data { public abstract String getContent(); }

data.java

public interface Data { public abstract String getContent(); }

observer.java

/** * Observer interface */ public interface Observer { public void update(Subject s); }

shape.java

/** * A interface */ public interface Shape { public void Draw(); public void Border(); }

zlib.3

.TH ZLIB 3 "11 March 2002" .SH NAME zlib \- compression/decompression library .SH SYNOPSIS [see .I zlib.h for full description] .SH DESCRIPTION The .I zlib library is a general purpose data

readme

Two things are provided in this directory: an automatic model selection tool and a python binding for libsvm. Part I: Model Selection Tools Introduction =============== grid.py is a model selecti

setting.ini

[Serial] Serial=XWFNFOPTSFKKJPKE [InterFace] ListToolbar=1 MainToolbar=1 Statusbar=1

helloworld.idl

module sample{ interface HelloWorld{ string sayHello(); }; };

active template library (atl) frequently asked questions.txt

作者:wgenry 日期:2000-9-19 14:49:51 Questions on ATL 2.0 Setup -------------------------- 1. What are the known problems with the ATL 2.0 Object Wizard? (3/5/97) Questions on ATL controls ----

classinterface.java

/* ClassInterface.java */ public interface ClassInterface { public double Cost(); }