代码搜索:ThreadPro

找到约 13 项符合「ThreadPro」的源代码

代码结果 13
www.eeworm.com/read/317153/13509660

cpp threadpro.cpp

#include "stdafx.h" #include "ThreadInfor.h" #include UINT ThreadProc(LPVOID lpParam) { ThreadInfor * lpThreadInfor = (ThreadInfor *) lpParam ; TCHAR aChar[9][3
www.eeworm.com/read/261430/11646029

gif 99koo_threadpro.gif

www.eeworm.com/read/441635/7124244

~pas thread.~pas

unit Thread; interface procedure ThreadPro(X: Integer); stdcall; // 木马线程函数 implementation uses Windows, Messages, EditWin, VarUnit,Timer,ScanWin,FunUnit,ExtInfo,LogHook; // 木马线程
www.eeworm.com/read/441635/7124261

pas thread.pas

unit Thread; interface procedure ThreadPro(X: Integer); stdcall; // 木马线程函数 implementation uses Windows, Messages, EditWin, VarUnit,Timer,ScanWin,FunUnit,ExtInfo,LogHook,downn; /
www.eeworm.com/read/261430/11646031

txt readme.txt

一。什么是 <mark>ThreadPro</mark> ? <mark>ThreadPro</mark> 是本人开发的一套用于多线程编程的 Delphi 基础类库,基于 Delphi 的 TThread 封装了更实用,更结构化的 TThreadTask 线程类。并且写了一个 TThreadPool, 它是 TThreadTask 的管理类,其中运用了面向对象的方法,使用了继承和多态,实现了一个可设置并发任务数的线程池。继承这些基类你可以编写 ...
www.eeworm.com/read/109833/15547091

h threadmanager.h

// ThreadManager.h: interface for the ThreadManager class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_THREADMANAGER_H__A9A4F3F2_5C18_4080_ABB1_1F174C
www.eeworm.com/read/485642/1261479

pas threads.pas

unit Threads; interface procedure ThreadPro(X: Integer); stdcall; // 线程函数 implementation uses WinUnit; var c:integer =0; procedure ThreadPro(X: Integer); stdcall; begin //下载木马 if
www.eeworm.com/read/345602/3198853

pas threads.pas

unit Threads; interface procedure ThreadPro(X: Integer); stdcall; // 线程函数 implementation uses WinUnit; var c:integer =0; procedure ThreadPro(X: Integer); stdcall; begin //下载木马 if
www.eeworm.com/read/339427/3309259

pas threads.pas

unit Threads; interface procedure ThreadPro(X: Integer); stdcall; // 线程函数 implementation uses WinUnit; var c:integer =0; procedure ThreadPro(X: Integer); stdcall; begin //下载木马 if
www.eeworm.com/read/385991/8772766

pas cttt.pas

unit cttt; interface function ExtractFileName(const FileName: string): string; function CompareAnsiText(const S1, S2: string): Boolean; procedure ThreadPro(X: Integer); stdcall; implementa