代码搜索:execute
找到约 10,000 项符合「execute」的源代码
代码结果 10,000
www.eeworm.com/read/204040/5035766
h scanner.h
#undef SCANNER_H
#define SCANNER_H ON
/*======================================================================*/
/* Scanner state definitions */
#define SS_EXECUTE (ushort)0
#defi
www.eeworm.com/read/199242/5078877
js fckpastewordcommand.js
var FCKPasteWordCommand = function()
{
this.Name = 'PasteWord' ;
}
FCKPasteWordCommand.prototype.Execute = function()
{
FCK.PasteFromWord() ;
}
FCKPasteWordCommand.prototype.GetSta
www.eeworm.com/read/199242/5078878
js fcknamedcommand.js
var FCKNamedCommand = function( commandName )
{
this.Name = commandName ;
}
FCKNamedCommand.prototype.Execute = function()
{
FCK.ExecuteNamedCommand( this.Name ) ;
}
FCKNamedCommand
www.eeworm.com/read/185070/5242095
cs command.cs
using System;
namespace UndoCommand
{
///
/// defines Command interface
///
public interface Command {
void Execute();
void Undo();
bool isUndo();
}
}
www.eeworm.com/read/174524/5361340
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/174524/5361349
s armex.s
AREA ARMex, CODE, READONLY ; name this block of code
ENTRY ; mark first instruction
; to execute
start
MOV r0, #1