代码搜索:execute
找到约 10,000 项符合「execute」的源代码
代码结果 10,000
www.eeworm.com/read/284410/8935528
def zlib.def
LIBRARY "zlib"
DESCRIPTION '"""zlib data compression library"""'
EXETYPE NT
SUBSYSTEM WINDOWS
STUB 'WINSTUB.EXE'
VERSION 1.13
CODE EXECUTE READ
DATA READ WRITE
HEAPSIZE
www.eeworm.com/read/283498/9016680
txt readme.txt
Note:
To properly execute this program you will need to copy the following two files
to your C:\Windows\System directory (or whereever your windows\system directory
happens to be):
switch.vbx
www.eeworm.com/read/176279/9509868
pas thread_unit3.pas
unit thread_Unit3;
interface
uses
Classes,define_Unit,SysUtils,StrUtils;
type
MyThread = class(TThread)
public
procedure Execute; override;
private
{ Private declarations