代码搜索:execute
找到约 10,000 项符合「execute」的源代码
代码结果 10,000
www.eeworm.com/read/408202/11401806
s ldrlabel.s
AREA LDRlabel, CODE, READONLY
ENTRY ; Mark first instruction to execute
start
BL func1 ; Branch to first subroutine
www.eeworm.com/read/408202/11401814
s loadcon.s
AREA Loadcon, CODE, READONLY
ENTRY ; Mark first instruction to execute
start
BL func1 ; Branch to first subroutine
www.eeworm.com/read/341217/12100826
java command.java
/* Generated by Together */
package com.javapatterns.command.undoconcept;
public interface Command {
void execute();
void unexecute();
void reexecute();
}
www.eeworm.com/read/127116/14377796
java command.java
/* Generated by Together */
package com.javapatterns.command.undoconcept;
public interface Command {
void execute();
void unexecute();
void reexecute();
}
www.eeworm.com/read/126214/14437769
jvs script1.jvs
/////////////////////////////////////////////////////////////
//
// script1.jvs - Don Box, 1996-1997
//
// A JavaScript program
//
// handler that will execute when games are played by "shell
www.eeworm.com/read/126214/14437782
vbs script1.vbs
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
''
'' script1.vbs - Don Box, 1996-1997
''
'' A VBScript program
''
'' handler that will execute when games are played by "shell"
www.eeworm.com/read/214917/15083748
s thumbsub.s
AREA ThumbSub, CODE, READONLY ; Name this block of code
ENTRY ; Mark first instruction to execute
CODE32 ; Subsequent ins
www.eeworm.com/read/214917/15083766
s ldrlabel.s
AREA LDRlabel, CODE, READONLY
ENTRY ; Mark first instruction to execute
start
BL func1 ; Branch to first subroutine
www.eeworm.com/read/214917/15083781
s loadcon.s
AREA Loadcon, CODE, READONLY
ENTRY ; Mark first instruction to execute
start
BL func1 ; Branch to first subroutine
www.eeworm.com/read/12865/249974
s thumbsub.s
AREA ThumbSub, CODE, READONLY ; Name this block of code
ENTRY ; Mark first instruction to execute
CODE32 ; Subsequent ins