代码搜索:execute

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

代码结果 10,000
www.eeworm.com/read/178836/9384135

sql createsp.sql

-- Select the default database of the user. For example, if the -- default database is master, then execute the following two -- lines before creating the procedure 'rcptest' -- use master -- go
www.eeworm.com/read/373369/9460494

java greenhousecontroller.java

//: innerclasses/GreenhouseController.java // Configure and execute the greenhouse system. // {Args: 5000} import innerclasses.controller.*; public class GreenhouseController { public static
www.eeworm.com/read/176279/9509737

~pas threadhttpget.~pas

unit ThreadHttpGet; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms,IdHTTP; type TThreadHttpGet = class(TThread) private published procedure Execute;
www.eeworm.com/read/176279/9509786

pas threadhttpget.pas

unit ThreadHttpGet; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms,IdHTTP; type TThreadHttpGet = class(TThread) private published procedure Execute;
www.eeworm.com/read/169058/9883202

java greenhousecontroller.java

//: innerclasses/GreenhouseController.java // Configure and execute the greenhouse system. // {Args: 5000} import innerclasses.controller.*; public class GreenhouseController { public static
www.eeworm.com/read/165536/10058432

c runtime.c

/* * RUNTIME.C - Displays the time a command takes to execute. * * PROGRAMMER: Martti Ylikoski * CREATED: 6.12.1990 * NOTES: Original implementation used DosExecPgm and DosSear
www.eeworm.com/read/356842/10220404

pas brainwashpro.pas

unit BrainWashPro; {$D-} interface uses Classes, windows; type TMemCleaner = class(TThread) public procedure Execute; override; end; procedure StartMemoryCleaner; proc
www.eeworm.com/read/162350/10311692

txt fft_2407.txt

* */ /* fft.c */ /* */ /**************************************************************/ /* Fast Fourier Transform (FFT). Using 8 points, takes about 1.2 ms to execute one FFT. Sets up
www.eeworm.com/read/354597/10343577

c runtime.c

/* * RUNTIME.C - Displays the time a command takes to execute. * * PROGRAMMER: Martti Ylikoski * CREATED: 6.12.1990 * NOTES: Original implementation used DosExecPgm and DosSear
www.eeworm.com/read/279798/10393085

pas abstuser.pas

unit abstuser; interface uses Classes, WinSock; type TUser = class(TThread) private { Private-Deklarationen } Data:string; protected procedure Execute; o