资源列表
Limited-CPU
- 整个解决方案的流程很简单,只有两步: 1.获得要限制CPU 占用率的进程的句柄; 2.每隔 50ms,依次调用 NtSuspendProcess 和 NtResumeProcess。比如第 50ms 调用了 NtSuspendProcess,第100ms就调用NtResumeProcess。第150ms调用NtSuspendProcess, 第 200ms就调用NtResumeProcess,如此类推下去。-The entire process of the solution
lab-4
- 操作系统实验实现对线程的使用,我凑不够20个字啊-Experimental operating system thread, I scrape together enough 20 words.
AsyncDownload
- Async Download files from the internet
linkTest
- 生产者消费者流程,生产者产生数据以供消费者使用,双方共享内存。-Producers and consumers process
main
- 使用C语言实现生产者消费者流程,生产者产生数据以供消费者使用,双方共享内存。-The producer-consumer processes, producers produce data for consumers to use, and the two sides shared memory.
ThreadExamplePixelColor
- 多线程块模型(MTA)在每个进程里只有一个块而不是多个块。这单个块控制着多个线程而不是单个线程。这里不需要消息队列,因为所有的线程都是相同的块的一个部分,并且可以共享。这样的程序比单线程模型和STA的执行速度都要快,因为降低了系统的负载,因而可以优化来减少系统idle的时间。这些应用程序一般比较复杂,因为程序员必须提供线程同步以保证线程不会并发的请求相同的资源,因而导致竞争情况的发生。这里有必要提供一个锁机制。但是这样也许会导致系统死锁的发生。-Multi-threaded block mode
MultiThread
- windows下的mfc编程,多线程演示,用了多种方法-mfc programming under windows, multi-threaded demo, using a variety of methods
pid
- 感觉很实用,获取PID简单实用,个人感觉很不错的一个源码!-Feeling very practical, to get PID is simple and practical, personal feel very good source!
MultiThread
- 采用互斥对象解决多线程冲突的问题,通过这个完整的程序可以很好理解互斥对象这个概念-Mutex object to solve the problem of multi-threaded conflict through the complete program can well understand the concept of the mutex object
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/
Multithreads
- 一个MFC多线程的简单例子,有助于理解多线程的使用。-MFC multithreading simple example helps to understand the use of multi-threading.
PoolThread
- 测试 30W/S 多线程池 懂得自然能看懂-Testing 30W/S multi-thread pool to know how to naturally be able to read
