代码搜索:execute
找到约 10,000 项符合「execute」的源代码
代码结果 10,000
www.eeworm.com/read/424976/2011652
s mul.s
AREA ARMex, CODE, READONLY ; name this block of code
ENTRY ; mark first instruction
; to execute
start
MOV r0, #1
www.eeworm.com/read/424976/2011664
s mul64.s
AREA ARMex, CODE, READONLY ; name this block of code
ENTRY ; mark first instruction
; to execute
start
MOV ip, a1, L
www.eeworm.com/read/424976/2011667
s mla.s
AREA ARMex, CODE, READONLY ; name this block of code
ENTRY ; mark first instruction
; to execute
start
MOV r0, #1
www.eeworm.com/read/397826/2399805
java command.java
package com.javapatterns.command.audioplayer;
/**
* This class plays the role of Abstract Command
*/
public interface Command
{
public abstract void execute ( );
}
www.eeworm.com/read/393293/2475076
java updateproxy.java
/**
*
*/
package com.htxx.service.dao;
/**
* @author FanGang
*
*/
public abstract class UpdateProxy {
public abstract void execute(Object vo);
}
www.eeworm.com/read/392558/2494735
java command.java
package com.javapatterns.command.audioplayer;
/**
* This class plays the role of Abstract Command
*/
public interface Command
{
public abstract void execute ( );
}
www.eeworm.com/read/389157/2542828
pas usendmessagethread.pas
unit uSendMessageThread;
interface
uses
Classes, Windows, Controls;
type
TSendMessage = class(TThread)
private
{ Private declarations }
protected
procedure Execute; over
www.eeworm.com/read/389157/2543210
pas uendlessthread.pas
unit uEndlessThread;
interface
uses
SysUtils, Classes;
type
TEndless = class(TThread)
private
{ Private declarations }
protected
procedure Execute; override;
proced
www.eeworm.com/read/382638/2628667
s mla.s
AREA ARMex, CODE, READONLY ; name this block of code
ENTRY ; mark first instruction
; to execute
start
MOV r0, #1
www.eeworm.com/read/382638/2628676
s armex.s
AREA ARMex, CODE, READONLY ; name this block of code
ENTRY ; mark first instruction
; to execute
start
MOV r0, #1