资源列表
process-communication
- 进程通信代码,包括发送端和接收端程序,包含进程通信的基本步骤,初学者参考-Process communication code, including the sending end and the receiving end procedures, the basic steps of the process of communication that contains a reference for beginners
TASKS
- 一个模仿任务管理器功能的VC++代码,界面简洁大方-Task Manager features an imitation of VC++ code, simple and elegant interface
aevent_v1.1.0
- Implements a synchronization event manager, the different threads of events sent to a thread to handle.
2
- 在windows操作系统上实现生产者和消费者问题PV操作实现的源代码。-PV producers and consumers to achieve the source code operating on windows operating system.
3
- C语言设计一个先进先出算法程序实现页面置换的模拟.-C language design a FIFO page replacement algorithm simulation program
MultiThreadTest
- simple code of multithread under BCB6.0 (simple but easy to get in)
Start_New_Thread
- 本文介绍如何启动一个类作为一个单独的线程。该项目是一个MFC对话框项目。它显示了如何开始一个简单的C函数作为一个单独的线程。-This article describes how to start a class as a separate thread. The project is an MFC dialog project. It shows how to start a simple C function as a separate thread.
Fiddler2
- 一个好用的线程跟踪程序,跟踪所有线程的软件-A nice thread tracking program, the software keeps track of all threads
service2
- Windows NT service sample: Module : MSJTimeSrv.c Notices: Written 1997 by Jeffrey Richter Descr iption: Minimal Service Template -Windows NT service sample: Module : MSJTimeSrv.c Notices: Written 1997 by Jeffrey Richter Descr ip
MultiThread2
- 基于VC++ MFC的多线程程序实例,该线程演示了如何传送一个整型的参数到一个线程中,以及如何等待一个线程完成处理。-Based VC++ MFC examples of multi-threaded program, which demonstrates how to send a thread integer parameters to a thread, and how to wait for a thread to finish processing.
MultiThread3
- 基于VC++的MFC多线程实例,该实例演示了如何传送一个结构体给一个线程函数,可以通过传送一个指向结构体的指针参数来完成。-MFC examples of multi-thread based VC++ of the examples demonstrated how to transfer a structure to a thread function, the parameters can be a pointer to a structure through transfer to co
MutilThread8
- 基于VC++的多线程实例,该例程演示了如何使用自定义消息进行线程间通信。首先,主线程向CCalculateThread线程发送消息WM_CALCULATE,CCalculateThread线程收到消息后进行计算,再向主线程发送WM_DISPLAY消息,主线程收到该消息后显示计算结果。 -Examples VC++ based multithreading, which is routine demonstrates how to use a custom message for inter-th
