代码搜索:execute
找到约 10,000 项符合「execute」的源代码
代码结果 10,000
www.eeworm.com/read/281789/9134773
pas ufreemethread.pas
unit uFreeMeThread;
interface
uses
Classes, SysUtils;
type
FreezeMeThread = class(TThread)
private
{ Private declarations }
protected
procedure Execute; override;
end
www.eeworm.com/read/281789/9134775
pas uholdmethread.pas
unit uHoldMeThread;
interface
uses
Classes, SysUtils;
type
HoldMeThread = class(TThread)
private
{ Private declarations }
protected
procedure Execute; override;
end;
www.eeworm.com/read/380481/9145607
c forkdemo2.c
/* forkdemo2.c - shows how child processes pick up at the return
* from fork() and can execute any code they like,
* even fork(). Predict number of lines of output.
*/
www.eeworm.com/read/281518/9151968
pas runwaitexe.pas
//在线程中运行并等待可执行文件运行完毕
unit RunWaitEXE;
interface
uses
Classes,windows,SysUtils,adodb,ActiveX,Dialogs;
type
trun = procedure;
TRunWait = class(TThread)
public
constructor
www.eeworm.com/read/281485/9153577
def wpig-32.def
LIBRARY "wpig-32"
DESCRIPTION 'wpig-32'
EXETYPE NT
SUBSYSTEM WINDOWS
STUB 'WINSTUB.EXE'
VERSION 1.0
CODE EXECUTE READ
DATA READ WRITE
HEAPSIZE 1048576,4096
www.eeworm.com/read/281416/9156519
h receive.h
//---------------------------------------------------------------------------
#ifndef receiveH
#define receiveH
//---------------------------------------------------------------------------
#inc
www.eeworm.com/read/281416/9156988
h receive.h
//---------------------------------------------------------------------------
#ifndef receiveH
#define receiveH
//---------------------------------------------------------------------------
#inc
www.eeworm.com/read/281317/9165066
cpp fptreemain.cpp
// fptree.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "fptree.h"
#include
#include
using namespace std;
void main(int ar