代码搜索:execute
找到约 10,000 项符合「execute」的源代码
代码结果 10,000
www.eeworm.com/read/417462/10988791
c item.c
#include
void main()
{
int counter = 1; // Initialize the control variable
while (counter
www.eeworm.com/read/417019/11007095
js 16.01 - stopad and startad classes.js
/* AdCommand interface. */
var AdCommand = new Interface('AdCommand', ['execute']);
/* StopAd command class. */
var StopAd = function(adObject) { // implements AdCommand
this.ad = adObject;
};
St
www.eeworm.com/read/417019/11007097
js 16.06 - undo with reversible commands.js
/* ReversibleCommand interface. */
var ReversibleCommand = new Interface('ReversibleCommand', ['execute', 'undo']);
/* Movement commands. */
var MoveUp = function(cursor) { // implements Reversible
www.eeworm.com/read/416391/11031145
cpp dbconn.cpp
#include "DBConn.h"
DBConn::DBConn()
{
typedef void (__fastcall *TDBConn) (DBConn*);
TDBConn _DBConn = (TDBConn)0x00428A80;
_DBConn(this);
}
DBConn::~DBConn()
{
typedef void (__fastca
www.eeworm.com/read/416009/11044667
c main.c
#include "def.h"
main(void)
{
int i;
initcold();
for (;;)
{
initwarm();
if (getline())
if (i = parse())
execute(i);
}
www.eeworm.com/read/470743/6907630
txt readme.txt
DragDropHandlerShellExt
This application demonstrates how to create a Drag Drop Handler shell extension
using the TDragDropHandler component.
Description of Drag Drop Handlers from MSDN:
Whe
www.eeworm.com/read/470743/6907657
txt readme.txt
ContextMenuHandlerShellExt
This application demonstrates how to create an advanced Context Menu Handler
shell extension using the TDropContextMenu component.
Description of Context Menu Handler
www.eeworm.com/read/470743/6907695
txt readme.txt
SimpleContextMenuHandlerShellExt
This application demonstrates how to create a simple Context Menu Handler shell
extension using the TDropContextMenu component.
Description of Context Menu Hand
www.eeworm.com/read/470743/6907739
txt readme.txt
DropHandlerShellExt and FoobarEdit
This application demonstrates how to create a Drop Handler shell extension
using the TDropHandler component.
Description of Drag Drop Handlers from MSDN:
B