资源列表
Thread-demo
- 这是介绍c++多线程的文档,重点介绍基础础介绍开始,并且附有例子,方便初学者尽快入门。-This is the introduction of the c++ multithreading document, focuses on the foundation of the start, and with examples, easy for beginners entry as soon as possible.
multihread-server-model
- 一份介绍多线程服务器的常用编程模型的文档,pdf格式-this is a pdf file about multithread server model
thread-research
- 关于基于线程的并发控制技术研究与应用的文档,pdf格式-this is a thread research file
201151617124156
- Hanoi塔演示。 这是c语言中的一个著名程序演示。 看看对你一定有帮助 -Towers of Hanoi demo. This is a well-known in the c language program presentations. You must look for help
129615073033125000
- java进程与线程管理的课件-ppt版课件-Java thread of courseware management process and-PPT edition courseware
thread
- 双线程通信,创建2个进程,让2个进程之间进行信息的传递-Dual-thread communication, to create two processes, so that two processes of information transfer between
jcbf
- 简单模拟进程并发, 测试文档说明: 第一行表示缓冲区的大小 第二行起第一列表示线程的ID 第二列表示类别:生产者P,消费者C 第三列表示线程休眠的时间-Simple simulation of concurrent processes
Process-scheduling-algorithm
- 进程调度算法Process scheduling algorithm Process scheduling algorithm -Process scheduling algorithm
xianchengchi
- C#的线程池演示程序,演示多线程的线程池技术-C# thread pool demo!!!
CMDC
- 一个应用于实时数据库项目的线程池框架代码-threadpool for database
vcthreads
- 10个VC++多线程操作实例源代码,内容涉及如何安全终止线程、如何创建UI线程、如何创建Worker线程、如何等待线程结束、如何挂起和恢复线程、如何获得线程的退出码、如何使用互斥量、如何使用临界区、如何使用信号量等内容,入门者更应该看一看,多线程的使用很广泛,可以提高程序效率-10 VC++ multi-threaded operation examples of source code, content involves how to safely terminate a thread, ho
heart
- 自己用的进程心跳状态监测动态库。心跳防护动态库用于实现无人值守的程序的自维护功能,使得被防护程序由于某种异常而导致崩溃时可以自动重新启动,满足无人值守的环境要求。 心跳防护程序的核心是在心脏跳动和心脏恢复两个模块之间创建一个信号量。心脏跳动模块负责给信号量增值,心脏恢复模块负责给信号量减值。-have two func, StartHeartBeat((char* pszProgamName,int nTimeOut) ,StopHeartBeat()
