代码搜索:execute
找到约 10,000 项符合「execute」的源代码
代码结果 10,000
www.eeworm.com/read/388359/8613211
java executionexperiment.java
import java.io.*;
interface Execute {
void initData(int totalNumber, int initPos, long initStep); // 数据初始化
void execute(); // 模拟执行处死犯人
int getSurvival(); // 返回生存下来的犯人的序号
}
class Execu
www.eeworm.com/read/390965/8431431
s subrout.s
# AREA subrout, CODE, READONLY ; name this block of code
# ENTRY ; mark first instruction
# ; to execute
.text
start:
www.eeworm.com/read/390965/8431443
s armex.s
# AREA ARMex, CODE, READONLY ; name this block of code
# ENTRY ; mark first instruction
/* to execute */
.text
start: