代码搜索:Interface
找到约 10,000 项符合「Interface」的源代码
代码结果 10,000
www.eeworm.com/read/329489/12952216
~pas sendreceiverecunit.~pas
unit sendReceiveRecUnit;
interface
implementation
end.
www.eeworm.com/read/141334/13021180
java position.java
public interface Position
{
public Object element() ;
}
www.eeworm.com/read/141332/13021303
java position.java
public interface Position
{
public Object element() ;
}
www.eeworm.com/read/325558/13196858
java actor.java
//------------------------------------------------------------------------------
public interface Actor{
//
void tick();
}
www.eeworm.com/read/240561/13213557
txt readme.txt
"Hello World!"
A simple program which sends a greeting to UART0, then echos
characters on UART0 and blinks an LED every 1/2 second.
The mainline code should run in either Thumb or ARM mode. Ce
www.eeworm.com/read/138595/13229040
txt operators and assignments(2).txt
作者:jeru
email: jeru@163.net
日期:7/3/2001 9:56:15 AM
Objective 2)
Determine the result of applying the boolean equals(Object) method to objects of any combination of the classes java.lang.String ja
www.eeworm.com/read/138595/13230016
txt language fundamentals.txt
作者:jeru
email: jeru@163.net
日期:7/3/2001 9:54:36 AM
4) Language Fundamentals
Objective 1)
Identify correctly constructed package declarations import statements class declarations (of all forms i
www.eeworm.com/read/240158/13234304
todo
_ _ ____ _
___| | | | _ \| |
/ __| | | | |_) | |
| (__| |_| |
www.eeworm.com/read/323072/13356042
pas dcimportdecomps.pas
unit dcImportDecomps;
interface
implementation
end.