代码搜索:execute

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

代码结果 10,000
www.eeworm.com/read/232759/4696293

java threadpool.java

package com.brackeen.javagamebook.util; import java.util.LinkedList; /** A thread pool is a group of a limited number of threads that are used to execute tasks. */ public class ThreadP
www.eeworm.com/read/225009/4799945

java testcreator.java

package xyz.frame.plugin; import xyz.frame.LogicRequest; /** * Creates a test based in a request and * * @author Guilherme Silveira */ public interface TestCreator { void execute(Object compo
www.eeworm.com/read/222388/4819674

install

Installation for TinyOS-specific uisp: Execute ./COMPILE (you can run the commands it contains directly if you prefer) Then: make install (you must be root on Linux to perform this step) WARNIN
www.eeworm.com/read/219872/4844786

java lightoncommand.java

package headfirst.command.party; public class LightOnCommand implements Command { Light light; public LightOnCommand(Light light) { this.light = light; } public void execute() { light.on();
www.eeworm.com/read/219872/4844810

java lightoffcommand.java

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

java lightoncommand.java

package headfirst.command.undo; public class LightOnCommand implements Command { Light light; public LightOnCommand(Light light) { this.light = light; } public void execute() { light.on()
www.eeworm.com/read/219872/4844823

java lightoffcommand.java

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

java lightoncommand.java

package headfirst.command.remote; public class LightOnCommand implements Command { Light light; public LightOnCommand(Light light) { this.light = light; } public void execute() { light.on()
www.eeworm.com/read/216802/4881720

def zlib.def

LIBRARY "zlib" DESCRIPTION '"""zlib data compression library"""' EXETYPE NT SUBSYSTEM WINDOWS STUB 'WINSTUB.EXE' VERSION 1.13 CODE EXECUTE READ DATA READ WRITE HEAPSIZE