代码搜索结果

找到约 322,615 项符合 Interface 的代码

state.java

package headfirst.state.gumballstatewinner; public interface State { public void insertQuarter(); public void ejectQuarter(); public void turnCrank(); public void dispense(); }

command.java

package headfirst.command.party; public interface Command { public void execute(); public void undo(); }

command.java

package headfirst.command.simpleremote; public interface Command { public void execute(); }

command.java

package headfirst.command.undo; public interface Command { public void execute(); public void undo(); }

command.java

package headfirst.command.remote; public interface Command { public void execute(); }

command.java

package Operation; /** *@author 黄素鹏 *定义一个抽象命令接口 */ public interface Command { /** *定义命令执行的抽象方法 */ public abstract void execute(); }

实验c(1)6.rtr

Building configuration... Current configuration: ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! interface Ethernet0/1 ! interface Ethernet0/2 ! interface Ethernet0/3 ! interface Et

实验c(2)3.rtr

! Version 12.1 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname routerC ! ! ! ip subnet-zero ! ! ! ! interface Serial0 no ip a

实验c4.rtr

! Version 12.1 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname routerD ! ! ! ip subnet-zero ! ! ! ! interface Serial0 ip addr

实验c(2)6.rtr

Building configuration... Current configuration: ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! interface Ethernet0/1 ! interface Ethernet0/2 ! interface Ethernet0/3 ! interface Et