代码搜索:execute

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

代码结果 10,000
www.eeworm.com/read/190666/5178577

x strct-stdarg-1.x

# This doesn't work on PAs if { [istarget "hppa*-*-*"] } { set torture_execute_xfail "hppa*-*-*" } return 0
www.eeworm.com/read/185070/5242069

cs command.cs

using System; namespace CHolder { /// /// defines Command interface /// public interface Command { void Execute(); } }
www.eeworm.com/read/185070/5242082

cs command.cs

using System; namespace ButtonMenu { /// /// interface for Command type /// public interface Command { void Execute(); } }
www.eeworm.com/read/183001/5259275

c prepare.c

/*------------------------------------------------------------------------- * * prepare.c * Prepareable SQL statements via PREPARE, EXECUTE and DEALLOCATE * * This module also implements storag
www.eeworm.com/read/181243/5277656

java command.java

package headfirst.command.party; public interface Command { public void execute(); public void undo(); }
www.eeworm.com/read/181243/5277687

java command.java

package headfirst.command.undo; public interface Command { public void execute(); public void undo(); }
www.eeworm.com/read/174538/5360695

java task.java

package compute; import java.io.Serializable; public interface Task extends Serializable { Object execute(); }
www.eeworm.com/read/174524/5361343

txt add64.txt

AREA ARMex, CODE, READONLY ; name this block of code ENTRY ; mark first instruction ; to execute start LDR
www.eeworm.com/read/343313/3221917

bat hbm2java.bat

@echo off rem ------------------------------------------------------------------- rem Execute hbm2java tool rem ------------------------------------------------------------------- call setenv.
www.eeworm.com/read/306838/3734326

bat hbm2java.bat

@echo off rem ------------------------------------------------------------------- rem Execute hbm2java tool rem ------------------------------------------------------------------- call setenv.