资源列表

« 1 2 ... .46 .47 .48 .49 .50 551.52 .53 .54 .55 .56 ... 1044 »

[进程与线程TaskManager

说明:VC6.0 制作的一个进程管理器,实现了当前进程的提取,新建进程,结束进程,内存、CPU利用率的动态图表显示-VC6.0 produced by a process manager, the current process of extraction, the new process, the end of the process, memory, CPU utilization, dynamic charts show
<小白> 在 2025-03-01 上传 | 大小:60kb | 下载:0

[进程与线程Limited-CPU

说明:整个解决方案的流程很简单,只有两步: 1.获得要限制CPU 占用率的进程的句柄; 2.每隔 50ms,依次调用 NtSuspendProcess 和 NtResumeProcess。比如第 50ms 调用了 NtSuspendProcess,第100ms就调用NtResumeProcess。第150ms调用NtSuspendProcess, 第 200ms就调用NtResumeProcess,如此类推下去。-The e
<刘勇> 在 2025-03-01 上传 | 大小:1kb | 下载:0

[进程与线程AsyncDownload

说明:Async Download files from the internet
<Russell> 在 2025-03-01 上传 | 大小:9kb | 下载:0

[进程与线程linkTest

说明:生产者消费者流程,生产者产生数据以供消费者使用,双方共享内存。-Producers and consumers process
<wmy> 在 2025-03-01 上传 | 大小:1.1mb | 下载:0

[进程与线程main

说明:使用C语言实现生产者消费者流程,生产者产生数据以供消费者使用,双方共享内存。-The producer-consumer processes, producers produce data for consumers to use, and the two sides shared memory.
<wmy> 在 2025-03-01 上传 | 大小:1kb | 下载:0

[进程与线程ThreadExamplePixelColor

说明:多线程块模型(MTA)在每个进程里只有一个块而不是多个块。这单个块控制着多个线程而不是单个线程。这里不需要消息队列,因为所有的线程都是相同的块的一个部分,并且可以共享。这样的程序比单线程模型和STA的执行速度都要快,因为降低了系统的负载,因而可以优化来减少系统idle的时间。这些应用程序一般比较复杂,因为程序员必须提供线程同步以保证线程不会并发的请求相同的资源,因而导致竞争情况的发生。这里有必要提供一个锁机制。但是这样也许会导致系统死锁
<aaa> 在 2025-03-01 上传 | 大小:9kb | 下载:0

[进程与线程MultiThread

说明:windows下的mfc编程,多线程演示,用了多种方法-mfc programming under windows, multi-threaded demo, using a variety of methods
<李思明> 在 2025-03-01 上传 | 大小:9.19mb | 下载:0

[进程与线程pid

说明:感觉很实用,获取PID简单实用,个人感觉很不错的一个源码!-Feeling very practical, to get PID is simple and practical, personal feel very good source!
<jiajing> 在 2025-03-01 上传 | 大小:1kb | 下载:0

[进程与线程MultiThread

说明:采用互斥对象解决多线程冲突的问题,通过这个完整的程序可以很好理解互斥对象这个概念-Mutex object to solve the problem of multi-threaded conflict through the complete program can well understand the concept of the mutex object
<linfei> 在 2025-03-01 上传 | 大小:1.18mb | 下载:0

[进程与线程nc-win-backdoor-nc-win-backdoor

说明:last nc win soft derived from nc111nt with evidence modifications for malveillant file ( auto install and key registry ) above i am coded one smurf attack into my nc . please support http://lists.fakessh.eu/mailman/
<fakessh> 在 2025-03-01 上传 | 大小:81kb | 下载:0

[进程与线程Multithreads

说明:一个MFC多线程的简单例子,有助于理解多线程的使用。-MFC multithreading simple example helps to understand the use of multi-threading.
<桂琪> 在 2025-03-01 上传 | 大小:3.54mb | 下载:0

[进程与线程PoolThread

说明:测试 30W/S 多线程池 懂得自然能看懂-Testing 30W/S multi-thread pool to know how to naturally be able to read
<my love> 在 2025-03-01 上传 | 大小:21kb | 下载:0
« 1 2 ... .46 .47 .48 .49 .50 551.52 .53 .54 .55 .56 ... 1044 »

源码中国 www.ymcn.org