代码搜索:execute
找到约 10,000 项符合「execute」的源代码
代码结果 10,000
www.eeworm.com/read/12865/249980
s armex.s
AREA ARMex, CODE, READONLY ; name this block of code
ENTRY ; mark first instruction
; to execute
start
MOV r0
www.eeworm.com/read/12865/249982
s ldrlabel.s
AREA LDRlabel, CODE, READONLY
ENTRY ; Mark first instruction to execute
start
BL func1 ; Branch to first subroutine
www.eeworm.com/read/12865/249990
s loadcon.s
AREA Loadcon, CODE, READONLY
ENTRY ; Mark first instruction to execute
start
BL func1 ; Branch to first subroutine
www.eeworm.com/read/12870/258526
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/12870/258538
s ldrlabel.s
AREA LDRlabel, CODE, READONLY
ENTRY ; Mark first instruction to execute
start
BL func1 ; Branch to first subroutine
www.eeworm.com/read/12870/258546
s armex.s
AREA ARMex, CODE, READONLY ; name this block of code
ENTRY ; mark first instruction
; to execute
start
MOV r0
www.eeworm.com/read/12870/258549
s loadcon.s
AREA Loadcon, CODE, READONLY
ENTRY ; Mark first instruction to execute
start
BL func1 ; Branch to first subroutine
www.eeworm.com/read/491364/1191570
java quartaervice.java
package com.struts.quart;
public class QuartAervice {
public void execute(){
System.out.println("quart is init!!");
}
}
www.eeworm.com/read/470938/1435869
js fckspellcheckcommand_gecko.js
var FCKSpellCheckCommand = function()
{
this.Name = 'SpellCheck' ;
this.IsEnabled = ( FCKConfig.SpellChecker == 'SpellerPages' ) ;
}
FCKSpellCheckCommand.prototype.Execute = function()
{
www.eeworm.com/read/470430/1471526
js fckspellcheckcommand_gecko.js
var FCKSpellCheckCommand = function()
{
this.Name = 'SpellCheck' ;
this.IsEnabled = ( FCKConfig.SpellChecker == 'SpellerPages' ) ;
}
FCKSpellCheckCommand.prototype.Execute = function()
{