代码搜索:execute

找到约 10,000 项符合「execute」的源代码

代码结果 10,000
www.eeworm.com/read/240529/4573051

java macrocommand.java

package com.javapatterns.command.audioplayer2; public interface MacroCommand extends Command { void execute(); void remove(Command toRemove); void add(Command toAdd); }
www.eeworm.com/read/240529/4573104

java macrocommand.java

/* Generated by Together */ package com.javapatterns.command.book; public interface MacroCommand extends Command { void execute(); void remove(Command toRemove); void add(Co
www.eeworm.com/read/232683/4696351

cmbx tar.cmbx

www.eeworm.com/read/229812/4751731

gml fdosexe.gml

.chap Compiling, Linking, and Executing .* .section Introduction .* .np &product can operate in the following ways. .autopoint .point compile, link and execute your source program in a single
www.eeworm.com/read/219872/4844788

java macrocommand.java

package headfirst.command.party; public class MacroCommand implements Command { Command[] commands; public MacroCommand(Command[] commands) { this.commands = commands; } public void execute
www.eeworm.com/read/219872/4844795

java stereooffcommand.java

package headfirst.command.party; public class StereoOffCommand implements Command { Stereo stereo; public StereoOffCommand(Stereo stereo) { this.stereo = stereo; } public void execute() {
www.eeworm.com/read/219872/4844801

java lightoffcommand.java

package headfirst.command.simpleremote; public class LightOffCommand implements Command { Light light; public LightOffCommand(Light light) { this.light = light; } public void execute() {
www.eeworm.com/read/219872/4844829

java hottuboffcommand.java

package headfirst.command.remote; public class HottubOffCommand implements Command { Hottub hottub; public HottubOffCommand(Hottub hottub) { this.hottub = hottub; } public void execute() {
www.eeworm.com/read/219872/4844839

java stereooffcommand.java

package headfirst.command.remote; public class StereoOffCommand implements Command { Stereo stereo; public StereoOffCommand(Stereo stereo) { this.stereo = stereo; } public void execute() {
www.eeworm.com/read/216781/4888021

readme

Not all of the tests in this directory run on all systems. First execute "make clean" and then build all the programs that will compile: "make -i". You will get an error for every program that