代码搜索:execute
找到约 10,000 项符合「execute」的源代码
代码结果 10,000
www.eeworm.com/read/382638/2628683
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/382638/2628685
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/377893/2695432
cs command.cs
using System;
namespace UndoCommand
{
///
/// defines Command interface
///
public interface Command {
void Execute();
void Undo();
bool isUndo();
}
}
www.eeworm.com/read/375736/2721094
h scanner.h
#undef SCANNER_H
#define SCANNER_H ON
/*======================================================================*/
/* Scanner state definitions */
#define SS_EXECUTE (ushort)0
#defi
www.eeworm.com/read/364575/2902336
cs command.cs
using System;
namespace UndoCommand
{
///
/// defines Command interface
///
public interface Command {
void Execute();
void Undo();
bool isUndo();
}
}
www.eeworm.com/read/265336/4283066
~pas unit3.~pas
unit Unit3;
interface
type
HoldMeThread = class(TThread)
private
protected
procedure Execute:override;
end;
implementation
end.
www.eeworm.com/read/260597/4331099
h scanner.h
#undef SCANNER_H
#define SCANNER_H ON
/*======================================================================*/
/* Scanner state definitions */
#define SS_EXECUTE (ushort)0
#defi
www.eeworm.com/read/259633/4340039
pas thread.pas
unit thread;
interface
uses
Classes;
type
CheckThread = class(TThread)
private
{ Private declarations }
protected
procedure Execute; override;
end;
implementation
www.eeworm.com/read/259633/4340042
pas thread.pas
unit Thread;
interface
uses
Classes;
type
CheckThread = class(TThread)
private
{ Private declarations }
protected
procedure Execute; override;
end;
implementatio
www.eeworm.com/read/259633/4340169
pas thread.pas
unit Thread;
interface
uses
Classes;
type
CheckThread = class(TThread)
private
{ Private declarations }
protected
procedure Execute; override;
end;
implementation