代码搜索:Interface
找到约 10,000 项符合「Interface」的源代码
代码结果 10,000
www.eeworm.com/read/444086/7618531
java command.java
public interface Command
{
public void Execute();
}
www.eeworm.com/read/444086/7618605
java command.java
public interface Command
{
public void Execute();
}
www.eeworm.com/read/444086/7618614
java command.java
public interface Command
{
public void Execute();
}
www.eeworm.com/read/444086/7618711
java command.java
public interface Command
{
public void Execute();
}
www.eeworm.com/read/443723/7624741
txt readme.txt
USING THE IDE HARD DISK INTERFACE ON THE XST-3.0 BOARD
This is a simple design example that writes data to sectors on an IDE
hard disk and then reads it back to verify it.
DESIGN FILES
www.eeworm.com/read/442446/7651482
java mediafile.java
public interface MediaFile {
String getName();
}
www.eeworm.com/read/440853/7680097
pas publicunit.pas
unit publicUnit;
interface
implementation
end.