代码搜索:Interface
找到约 10,000 项符合「Interface」的源代码
代码结果 10,000
www.eeworm.com/read/431444/8676569
java common.java
public interface Common{
double runtimer(double A,double B,double C);
}
www.eeworm.com/read/285595/8829092
java command.java
public interface Command
{
public void Execute();
}
www.eeworm.com/read/285595/8829109
java command.java
public interface Command
{
public void Execute();
}
www.eeworm.com/read/285595/8829171
java command.java
public interface Command
{
public void Execute();
}
www.eeworm.com/read/285590/8829953
java command.java
public interface Command
{
public void Execute();
}
www.eeworm.com/read/187222/8840357
java toytest.java
//: ToyTest.java
//////////////////////////////////////////////////
// Copyright (c) Bruce Eckel, 1998
// Source code file from the book "Thinking in Java"
// All rights reserved EXCEPT as allowed
www.eeworm.com/read/187222/8841542
java contents.java
//: Contents.java
interface Contents {
int value();
}
www.eeworm.com/read/187222/8841555
java destination.java
//: Destination.java
interface Destination {
String readLabel();
}
www.eeworm.com/read/384759/8844679
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