资源列表
lock
- 读写锁 进程 线程 操作系统 解锁lock-write and read lock
threadpool2
- 线程池是一钟多线程处理形式,处理过程中将任务添加到队列,然后在创建线程后自动启动这些任务。线程池线程都是后台线程.每个线程都使用默认的堆栈大小,以默认的优先级运行,并处于多线程单元中.如果某个线程在托管代码中空闲(如正在等待某个事件),则线程池将插入另一个辅助线程来使所有处理器保持繁忙.如果所有线程池线程都始终保持繁忙,但队列中包含挂起的工作,则线程池将在一段时间后创建另一个辅助线程但线程的数目永远不会超过最大值.超过最大值的线程可以排队,但他们要等到其他线程完成后才启动-The thread
CPUUsegs
- 获取电脑CPU,内存使用情况 -Get the used percent of your Computer s CPU and memoery
MultiThread
- 多线程基础,为后面建立聊天窗口打下坚实的基础-The basis of multi-threading, and lay a solid foundation for the back to create a chat window
Multithread
- windows mutilthread pool,非常有用-windows mutilthread pool,very usefull
process_control
- 编程模拟实现进程的控制,包括进程的创建、撤销、阻塞、唤醒以及进程的调度等功能-Programming analog process control, including the creation of the process, revoked, obstruction, wake-up, as well as process scheduling function
duxie
- 操作系统读者和写者进程: 1-按优先级运行一个读者进程 2-按优先级运行一个写者进程 3-输出所有进程 4-撤销运行的进程 5-唤醒一个阻塞的进程 6-创建进程 -Operating system readers and writing process: 1- run a reader process priority 2- by priority run a write by process 3- output all processes- Revocation of running pr
ThreadCapture
- 线程--抓取线程,线程学习的好资料,简单易上手。-Thread- crawl thread, good thread to learn, simple and approachable.
VC
- vc多线程编程,是chm格式的文件,里面概括了windows下多线程的所有知识-vc multithreaded programming, chm file format, which summarizes all the knowledge of the windows multithreading
show_process
- 显示系统进程,包括隐藏的进程,并能刷新-Show system processes, including hidden processes and refresh
ThreadRunCase
- 用C#语言写的多线程演示程序:两个线程,可以开始,可以暂停,可以恢复,可以清除。-Write multi-threaded demo program with C# language: two threads, you can start, you can pause, you can recover, you can clear.
InjectRemoteThread1
- 让你的*藏得更深——线程注射技术新发展(上)-The Trojan hidden deeper- thread injection of new technology development (on)
