资源列表
[进程与线程] threadpool2
说明:线程池是一钟多线程处理形式,处理过程中将任务添加到队列,然后在创建线程后自动启动这些任务。线程池线程都是后台线程.每个线程都使用默认的堆栈大小,以默认的优先级运行,并处于多线程单元中.如果某个线程在托管代码中空闲(如正在等待某个事件),则线程池将插入另一个辅助线程来使所有处理器保持繁忙.如果所有线程池线程都始终保持繁忙,但队列中包含挂起的工作,则线程池将在一段时间后创建另一个辅助线程但线程的数目永远不会超过最大值.超过最大值的线程可以排队,但他们要等到其他线程完成后才启动-The thread<张华> 在 2025-06-09 上传 | 大小:28kb | 下载:0
[进程与线程] MultiThread
说明:多线程基础,为后面建立聊天窗口打下坚实的基础-The basis of multi-threading, and lay a solid foundation for the back to create a chat window<耿莹> 在 2025-06-09 上传 | 大小:1.47mb | 下载:0
[进程与线程] Filesearch
说明:主要是一个C++方面的小项目,使用了多线程的方式和MFC的界面,程序读取文件夹中的文本文件,然后判断文件中是否有指定字符串。使用信号量来维持线程间的通信,用临界区来保护资源。-Is a C++ aspects of small items, use the text file on multiple threads, and the MFC interface, the program reads the file in the folder, and then determine whethe<andy> 在 2025-06-09 上传 | 大小:1.91mb | 下载:0
[进程与线程] Multithread
说明:windows mutilthread pool,非常有用-windows mutilthread pool,very usefull<fdsf > 在 2025-06-09 上传 | 大小:3.94mb | 下载:0
[进程与线程] process_control
说明:编程模拟实现进程的控制,包括进程的创建、撤销、阻塞、唤醒以及进程的调度等功能-Programming analog process control, including the creation of the process, revoked, obstruction, wake-up, as well as process scheduling function<feng yunpeng> 在 2025-06-09 上传 | 大小:253kb | 下载:0
[进程与线程] 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<feng yunpeng> 在 2025-06-09 上传 | 大小:70kb | 下载:0
[进程与线程] ThreadCapture
说明:线程--抓取线程,线程学习的好资料,简单易上手。-Thread- crawl thread, good thread to learn, simple and approachable.<yang long> 在 2025-06-09 上传 | 大小:246kb | 下载:0
[进程与线程] show_process
说明:显示系统进程,包括隐藏的进程,并能刷新-Show system processes, including hidden processes and refresh<XL> 在 2025-06-09 上传 | 大小:4kb | 下载:0
[进程与线程] ThreadRunCase
说明:用C#语言写的多线程演示程序:两个线程,可以开始,可以暂停,可以恢复,可以清除。-Write multi-threaded demo program with C# language: two threads, you can start, you can pause, you can recover, you can clear.<cfr> 在 2025-06-09 上传 | 大小:34kb | 下载:0