代码搜索:execute

找到约 10,000 项符合「execute」的源代码

代码结果 10,000
www.eeworm.com/read/107777/6188430

asp comview.asp

www.eeworm.com/read/100285/6272276

hlp create_trigger.hlp

.pgaw:Help.f.t insert end "CREATE TRIGGER" {bold} " will enter a new trigger into the current data base. The trigger will be associated with the relation relname and will execute the specified functio
www.eeworm.com/read/494521/6377141

svn-base zlib.def.svn-base

LIBRARY "zlib" DESCRIPTION '"""zlib data compression library"""' EXETYPE NT SUBSYSTEM WINDOWS STUB 'WINSTUB.EXE' VERSION 1.14 CODE EXECUTE READ DATA READ WRITE HEAPSIZE
www.eeworm.com/read/494521/6377180

def zlib.def

LIBRARY "zlib" DESCRIPTION '"""zlib data compression library"""' EXETYPE NT SUBSYSTEM WINDOWS STUB 'WINSTUB.EXE' VERSION 1.14 CODE EXECUTE READ DATA READ WRITE HEAPSIZE
www.eeworm.com/read/408502/11384219

cpp refcursors.cpp

/* This example demonstrates how to use Oracle REF CURSORs with SQLAPI++ Library. To execute and test this example, first run following script in SQLPlus to create test stored procedure that w
www.eeworm.com/read/408502/11384283

cpp refcursors.cpp

/* This example demonstrates how to use Oracle REF CURSORs with SQLAPI++ Library. To execute and test this example, first run following script in SQLPlus to create test stored procedure that w
www.eeworm.com/read/405440/11462542

h syntaxanalyzer.h

#pragma once /* * Class CSyntaxAnalyzer - Parse and execute */ class CSyntaxAnalyzer { private: // Runtime context CContext *m_Context; // Tokenlist from the lexer tokenlist_t *m_token
www.eeworm.com/read/400011/11585817

m harris_conner_detection.m

% Harris detector % The code calculates % the Harris Feature Points(FP) % % When u execute the code, the test image file opened % and u have to select by the mouse the region where u % want to
www.eeworm.com/read/260836/11699128

cpp command.cpp

#include #include #include using namespace std; class Command { public: virtual void Execute() = 0; virtual void Undo() = 0; virtual void Off() = 0; };