代码搜索:execute
找到约 10,000 项符合「execute」的源代码
代码结果 10,000
www.eeworm.com/read/392558/2494742
java command.java
package com.javapatterns.command.television;
public interface Command
{
void execute();
}
www.eeworm.com/read/380073/2663850
java command.java
package headfirst.command.simpleremote;
public interface Command {
public void execute();
}
www.eeworm.com/read/380073/2663875
java command.java
package headfirst.command.remote;
public interface Command {
public void execute();
}
www.eeworm.com/read/361182/2951482
cs icommand.cs
namespace NCindy.CommandProcessor
{
using System;
public interface ICommand
{
void Execute();
}
}
www.eeworm.com/read/255418/4375991
java command.java
package headfirst.command.simpleremote;
public interface Command {
public void execute();
}
www.eeworm.com/read/255418/4376016
java command.java
package headfirst.command.remote;
public interface Command {
public void execute();
}
www.eeworm.com/read/102006/15795024
cmm runtime.cmm
/*******************************************************
*** RunTime.cmm - Execute commands at supplied time ***
*******************************************************/
#include
www.eeworm.com/read/243262/12952224
c syscall.c
/* SPIM S20 MIPS simulator.
Execute SPIM syscalls, both in simulator and bare mode.
Execute MIPS syscalls in bare mode, when running on MIPS systems.
Copyright (C) 1990-2004 by James Larus (
www.eeworm.com/read/190666/5178011
x strct-varg-1.x
# This doesn't work on mn10200
if { [istarget "mn10200*-*-*"] } {
set torture_execute_xfail "mn10200*-*-*"
}
if { [istarget "h8300*-*-*"] } {
set torture_execute_xfail "h8300*-*-*"
}
return 0
www.eeworm.com/read/190666/5178485
x va-arg-3.x
# This doesn't work on mn10200
if { [istarget "mn10200*-*-*"] } {
set torture_execute_xfail "mn10200*-*-*"
}
if { [istarget "h8300*-*-*"] } {
set torture_execute_xfail "h8300*-*-*"
}
return 0