资源列表
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
calc_pi
- 基于api的多线程编程求pi值,比较简单。-Api-based multi-threaded programming requirements pi value, is relatively simple.
Process
- 实现几种进程调度算法的简单模拟程序,包括先服务算法、短作业算法等。-Several process scheduling algorithm to achieve a simple simulation program, including the first service algorithm, a short operation algorithm.
