代码搜索:Interface
找到约 10,000 项符合「Interface」的源代码
代码结果 10,000
www.eeworm.com/read/420813/10774085
java hello.java
import java.rmi.Remote;
//Remote Interface
public interface hello extends Remote {
double hello(String exp) throws java.rmi.RemoteException;
}
www.eeworm.com/read/420813/10774105
java hello.java
import java.rmi.Remote;
//Remote Interface
public interface hello extends Remote {
double hello(String exp) throws java.rmi.RemoteException;
}
www.eeworm.com/read/349103/10852320
scr run.sim.scr
open INTERFACE interface.out
monitor -c -n toggle -o INTERFACE EVENT /e/clk /e/reset
edit toggle
evaluate /e/clk
evaluate /e/reset
end
run 340
quit
www.eeworm.com/read/349103/10852556
scr run.sim.scr
open INTERFACE interface.out
monitor -c -n toggle -o INTERFACE EVENT /e/clk /e/reset
edit toggle
evaluate /e/clk
evaluate /e/reset
end
run 340
quit
www.eeworm.com/read/349103/10852646
scr run.sim.scr
open INTERFACE interface.out
monitor -c -n toggle -o INTERFACE EVENT /e/clk /e/reset
edit toggle
evaluate /e/clk
evaluate /e/reset
end
run 340
quit
www.eeworm.com/read/271686/10984800
txt 转-如何学习java.txt
作者:lovefan
email: lovefan@cmmail.com
日期:8/1/2001 4:08:34 PM
:(如何学习Java呢?) 枫叶国游子 2001-07-04 12:37:58
我可以结合自己的经验大致给你说一说,希望对你有所帮助,少走些弯路。
学习Java其实应该上升到如何学习程序设计这种境界,其实学习程序设计又是接受一种编程思想。每一种语言的程序设计思想大 ...
www.eeworm.com/read/417019/11007093
js 16.03 - using interfaces with the command pattern.js
/* Command interface. */
var Command = new Interface('Command', ['execute']);
/* Checking the interface of a command object. */
// Ensure that the execute operation is defined. If not, a descriptiv
www.eeworm.com/read/208134/6942805
java sortable.java
package shared;
import java.lang.*;
/** Interface for classes that need to be sorted in a specific manner.
*/
public interface Sortable{
boolean lessThan(Sortable other);
boolean Equa
www.eeworm.com/read/373321/6947794
java sortable.java
package shared;
import java.lang.*;
/** Interface for classes that need to be sorted in a specific manner.
*/
public interface Sortable{
boolean lessThan(Sortable other);
boolean Equa
www.eeworm.com/read/463902/7089468
v hmb_max.v
// --------------------------------------------------------------------
// Copyright (c) 2007 by Terasic Technologies Inc.
// --------------------------------------------------------------------