资源列表
Multithread
- sun公司出版的经典的多线程编程指南,里面有很多关于多线程编程的经验!-Multithreaded Programming Guide Multithreaded Programming Guide
ProducerAndConsumer
- 生产者消费者源程序,实现进程间同步和互斥-Producer consumer source, to achieve inter-process synchronization and mutual exclusion
SmartThreadPool-2.2.1.0
- 关于线程的源码,详细解说了,智能调度多线程。-The source of thread, a detailed explanation, and intelligent scheduling multiple threads.
TestProcessEnum
- 枚举进程并获取进程ID已经相关属性的函数。-Enumeration process and get process ID has associated attributes of functions.
multi-thread-example
- 此源码为C++多线程实例,能够实现多任务的演示。-The source code for the C++ multi-threading example, to achieve multi-task demonstration.
ThreadCtrl
- 线程控制,控制线程的挂起与恢复,在多线程开发中有重要的作用。-Thread control, thread hang and restore control in multi-threaded development has an important role.
277
- 关于进程的源代码,自己对这方面不太懂,看了这个源代码,有些基本概念,应该对大家有所帮助,-On the process of source code, its not really understand this aspect, read the source code, some basic concepts, should be helpful to you, huh, huh
MultiThreadComm
- 线程间通信,使用自定义消息;利用Windows操作系统的消息驱动机制,当一个线程发出一条消息时,操作系统首先接收到该消息,然后把该消息转发给目标线程,接收消息的线程必须已经建立了消息循环。 -Communication between threads, using custom message use Windows operating system, message-driven mechanism, when a thread with a message, the operatin
ProcessCommunication
- 有剪切板,匿名管道,命名管道,邮槽实现的进程间的通信,例子很简单,对入门有帮助-A clipboard, anonymous pipes, named pipes, mail slot communications between the process of implementation, examples of very simple, entry-help
matrix
- multithreahing matrix multiplication sourcecode ,can be used in both single platform and multiplatform Successfully compiled bu gcc -lpthread-multithreahing matrix multiplication sourcecode ,can be used in both single platform and multiplatfo
ProducerConsumer
- 基于对象调用wait与notify方法解决生产者-消费者问题-Object-based solution to call the wait and notify the producer- consumer issues
