代码搜索:execute
找到约 10,000 项符合「execute」的源代码
代码结果 10,000
www.eeworm.com/read/381271/9099870
c instrument.c
/********************************************************************
* File: instrument.c
*
* Instrumentation source -- link this with your application, and
* then execute to build trace data fi
www.eeworm.com/read/417276/10997809
c ram_execution.c
/*********************************************************************
*
* Executing from RAM
*
* This example demonstrateS how PIC32 can be programmed to execute from RAM
*
www.eeworm.com/read/238672/13869740
s subrout.s
# AREA subrout, CODE, READONLY ; name this block of code
# ENTRY ; mark first instruction
# ; to execute
.text
start:
www.eeworm.com/read/238672/13869759
s armex.s
# AREA ARMex, CODE, READONLY ; name this block of code
# ENTRY ; mark first instruction
/* to execute */
.text
start:
www.eeworm.com/read/120487/6072365
c prepare.c
/*-------------------------------------------------------------------------
*
* prepare.c
* Prepareable SQL statements via PREPARE, EXECUTE and DEALLOCATE
*
* This module also implements storag
www.eeworm.com/read/258395/11865931
c skmon_dispatch.c
//SkMon_Dispatch.c
/////////////////////////////////////////////////////////////////////////////////////////
// The File contains function that execute SkMon_Registry
// Dispatch functions.
/////
www.eeworm.com/read/492368/1176129
bat hbm2java.bat
@echo off
rem -------------------------------------------------------------------
rem Execute hbm2java tool
rem -------------------------------------------------------------------
call setenv.
www.eeworm.com/read/488979/1226894
java task.java
package compute;
import java.io.Serializable;
public interface Task extends Serializable {
Object execute();
}
www.eeworm.com/read/483551/1277535
bat hbm2java.bat
@echo off
rem -------------------------------------------------------------------
rem Execute hbm2java tool
rem -------------------------------------------------------------------
call setenv.
www.eeworm.com/read/472524/1409527
java task.java
package compute;
import java.io.Serializable;
public interface Task extends Serializable {
Object execute();
}