代码搜索:Interface
找到约 10,000 项符合「Interface」的源代码
代码结果 10,000
www.eeworm.com/read/314664/13562120
txt s.txt
public interface s
{
public abstract void a(int i, int j);
}
www.eeworm.com/read/314466/13567078
java payable.java
public interface Payable {
double getPayAmount(); //得到支付总金额
}
www.eeworm.com/read/312003/13620316
txt distributions.txt
Distribution specific notes on Wireless Configuration
-----------------------------------------------------
***** HELP *****
If people send me information about the specifics of each
distribution,
www.eeworm.com/read/311048/13637971
java contents.java
//: Contents.java
interface Contents {
int value();
}
www.eeworm.com/read/311048/13637973
java destination.java
//: Destination.java
interface Destination {
String readLabel();
}
www.eeworm.com/read/308307/13704394
pas unittoexcel.pas
unit UnitToExcel;
interface
implementation
end.
www.eeworm.com/read/307142/13727999
readme
This package contains a simulator for simulating datalink protocols, and
codes for simulating the protocols of Chapter 3 of "Computer Networks 4/e"
by Andrew S. Tanenbaum, published by Prentice Hall P