资源列表
04-ProcessInfo
- 显示进程的详细信息,包括进程ID,所有线程的详细信息。-Display the detailed information of the process
09-Queue
- 一个在window环境下的线程安全的队列,可以在多线程中使用,也可以跨进程调用。-A thread-safe queue in the window environment can be used in multi-threaded, you can also cross-process calls.
clientAndserver
- 共享内存实现进程间通讯,同时包含client和server。还实现管道的进程间通讯,本例步骤详细,内容丰富。-Shared memory interprocess communication, and contains both client and server. Pipeline inter-process communication, in this case the steps detailed and rich in content.
Client
- 应用分别Pipe和共享内存现实进程间通讯,此工程为Client工程,在debug目录包含Server应用程序,同时运行2个程序,实现进程间通讯.-Applications, respectively, Pipe and shared memory in real inter-process communication, Client projects, this project contains the Server application in the debug directory, and
Worker-thread
- 创建workes线程,可以自定义线程,线程向主窗口发送数据。-Create the workes programming, you can customize the thread, the thread sends data to the main window.
Safe-termination-of-thread
- windows安全终止线程,自定义线程,自己控制线程的生命期。随时终止线程。-windows security to terminate the thread, to control their own thread of life of a custom thread.At any time terminate the thread.
ThreadPool
- python多线程模板模块 通过简单参数调整即可使用-python multi-thread module
pstat
- 多线程程序 , 代码优化过了 多线程程序 , 代码优化过了-thread code thread code thread code
MulThread
- MulThread多线程管理类,很强大的学习多线程类-MulThread multi-thread management class, a very powerful learning multi-threaded class
morethread
- 基于MFC和vc6.0编写的多线程程序,能动态添加线程,分线程计算10000自然数累加和-Multithreaded programs written in MFC and vc6.0 can dynamically add a thread, the thread computing 10000 natural number sum
07socket
- VC下得多线程和 socket 代码 非常不错 期待您的下载-socket VC++ under windows
producer-consumer
- 利用记录型信号量解决生产者-消费者问题 利用记录型信号量解决生产者-消费者问题-Record semaphore to solve the producer- consumer problem
