搜索资源列表
BeginthreadDemo.rar
- 这是我写的Win32 console Application程序来测试_beginthread函数创建多线程程序的用法以及参数传递的程序。
安全稳定的实现进线程监控
- 用PsSetCreateProcessNotifyRoutine,PsSetCreateThreadNotifyRoutine来进行进程线程监控我想大家已经都非常熟练了.sinister在<>一文中已经实现得很好了.前一段时间看到网上有人在研究监视远线程的文章,比较有意思.就写代码玩一玩.这之中就出现了一些问题.比方说直接用sinister的代码的话,是不能动态卸载的,因为他在安装了进线程监视函数后没有进行清除动作,造成在动态卸载时蓝屏,BUGCHECK为0x000000ce,错误码
BeginthreadDemo.rar
- 这是我写的Win32 console Application程序来测试_beginthread函数创建多线程程序的用法以及参数传递的程序。, This is Win32 console which I writes the Application procedure tests the _beginthread function foundation multithreading procedure the usage as well as the parameter transmissio
PThreadTest
- 多线程测试小代码。使用API多线程函数编程。-Small multi-threaded test code. Multithreaded programming functions using the API.
Mutex_Critical
- 这个例子利用多线程使用不同的排序算法对数据进行排序,每一个线程使用不同的算法。主线程里使用快速排序QuickSort,其他四个算法分别建立四个子线程,在子线程中进行排序。因为每一个线程都要调用函数PrintResult把结果输出到显示器上,所以不同的线程就会争夺着向显示器输出,这样,不同线程的输出就会混合在一起,所以呢必须让线程一个接着一个输出。也就是必须对PrintResult进行互斥控 制。要进行互斥控制,则必须用到Event、Mutex、CrititicalSection、Semaph
tongyongdongtiankutiaoshi
- 通用动态库调试工具,在测试动态库时,不用通过开发语言环境,定义函数调用过程,再去调用测试,而是直接在本工具程序中直接调用。程序支持几乎所有的动态库函数。-Universal dynamic library debugging tool when testing the dynamic library, not the environment through the development of language, the definition of a function call, go cal
Glis
- 该压缩包包含一些虚函数的测试程序,为下载程序-This package contains some virtual function test procedures, procedures for download
326750
- 基于opnet的自编统计量测试代码,对使用opnet中的API函数的统计量函数()