搜索资源列表
Delphi Multi Thread
- 一个很简单的Multi Thread例子。是在2cc.com论坛上看到有人提问Thread的问题,所以做一个简单的例子供参考。对初学者有帮助。-a very simple example of the Multi Thread. In 2cc.com Forum Thread see someone question of the problem, so a simple example for reference. Help for beginners.
一个多线程的后台管理扫描器
- 一个多线程的后台管理扫描器,用delphi开发 ,是一个多线程软件 -a multithreaded background of the management software, with delphi development is a multi-threaded software
操作系统部分算法模拟软件
- 本软件设计的目的是: 通过编写程序,将操作系统部算法以可视化的方式模拟出来,最终达到对这些算法有一个比深的理解。 本软件演示的算法有: 多种资源的银行家算法 可变分区存储算法 生产者——消费者(PV操作模拟) FIFO算法和LRU算法(页面淘汰算法) 请求分页算法 CUP——I/0利用率分析 开发工具: Delphi 7.0 -The software is designed to : develop procedures of the opera
exitw
- 定时关机程序,在9x,2k,xp测试通过,Dephi中定时器的演示,关机代码的演示,30秒提醒功能。窗口在最顶端,较为实用。-Mytob.BSNotes procedures, the 9x, 2k, xp test pass, Delphi timer demonstration, the demonstration code shutdown, 30 seconds to remind function. In the top of the window, a more practical.
Delphi_TestThread
- 一个简单明了的线程示例。对Delphi的线程可以有个感性的认识。-a straightforward example of threads. Right Delphi threads can be a perceptual awareness.
可以方便地进行多线程编程的控件
- 一个可以方便地在Delphi下进行多线程编程的控件。很好用的。-a convenient in Delphi under multithreaded programming controls. Very good use.
KillProcessEx
- 用系统底层API,用多种方法结束进程,一般没有被驱动保护的应用程序都能被强制结束掉,代码仅供参考,如有问题,请发邮件给我。-With the system, the underlying API, using a variety of ways the end of the process, generally has not been driven to protect the application can be forced off the end of the code for refe
MultiThread
- 本程序是一个多线程实例,界面中包含了三个进度条。-This procedure is a multi-threaded example, the interface includes three progress bar.
MsTimer
- 高精度的时间控件,支持多线程处理,可以精确到一微秒-High-precision time control, support multi-threaded processing, can be accurate to a microsecond
progress
- 一个简单显示子线程进度的DEMO,不用定时读取,采用事件触发-A simple show the progress of sub-thread DEMO, do not regularly read, the use of event-triggered
1
- 使用Delphi进行程序开发的一个多线程例子-Delphi developers to use a multi-threaded example
ProgrMger
- 定名为进程管理器,一个具有任务管理器部分功能的程序。-To be called the process manager, a part of Task Manager function procedures.
ThreaPools
- 本源码为delphi源码,通过简单的描述来实现线程池的概念。通俗易懂-The source code for the delphi source, described by a simple thread pool to achieve the concept. User-friendly
A002
- 一个用D7开发的多线程的简单例子,应合刚才开始学习多线程的人员学习.-D7 with the development of a multi-threaded simple example, just started to learn to be competent personnel to learn multi-threading.
ISAPIFilter_ThreadLimit
- 使用 ISAPI Filter 实现的限制 IIS 多线程访问程序。 主要应用在下载系统,或者使用 IIS 做的流媒体点播系统中,稍加修改可以使其具有认证功能。在程序中已经对 用户认证 事件做了直接返回的处理。 使用本 Filter 可以很容易的获得服务器的连接数,从而可以实现多个服务器的负载平衡(可以把请求分发到连接较少的一个服务器上)。 可以对访问的有效控制,可以自定义无限制用户IP,限制用户的IP。 从而可以实现对某个IP的限制数不限制,或者对某个IP的封杀-R
InJectDLL
- 这个DLL封装了两个函数,一个是InJectDll,一个是UnLoadDll,分别是讲一个DLL注入到一个进程和将一个DLL从一个进程中卸载。两个函数的参数都一样,第一个是要操作的进程PID,一个是要操作的dll名称字符串。-The DLL encapsulates the two functions, one is InJectDll, one UnLoadDll, respectively, talk about a DLL injected into a process and a DLL
alglib-2.1.2.stable.delphi
- delphi写的线性代数库,很完整、全面,速度很快,-delphi write linear algebra library, is a complete, comprehensive, fast,
asynccalls-thread-pool-example
- 利用多线程异步函数调用。 {版本:2.98(2011年10月22日)} {添加:德尔福XE264位的支持} {} {版本:2.97(2011-05-21)} {修正:线程的优先级恢复正常新AsyncCall任务。 } {修正:代替暂停/恢复代码,以防止竞争条件,在所有线程} {暂停但他们FSuspended标志是假的。 } {修正:异常处理TAsyncCall.InternExecuteSyncCall。退出()后不叫AN} {引发异常。 } -Async
Delphi-unloading-DLL-process
- 正一些*采用DLL注入的方式存在于系统中,由于其隐蔽性,对于用户来说是很大威胁,下面介绍如何用Delphi卸载任意进程的某个动态链接库DLL。一、DLL注入DLL注人是指以各种如钩子、远程线程、*DLL等方式,将某个DLL注入到目标进程中运行,由于不需要进程驻留,这种方式往往能达到较好的隐藏效果。-Some Trojans are using DLL injection methods exist in the system, because of its hidden nature, is
delphi-thread-gui
- The problem I had to solve is how to make file processing as fast as possible. Having a bunch of files ( 500 to 2000+) I have to process them (let s call this scanning ). The sequential approach (one after another) proven to be too slow. Machines hav