资源列表
CreateEvent
- 通过CreateEvent(),SetEvent()函数实现线程通知主线程结束,主线程继续执行。-Through the CreateEvent (), SetEvent () function to inform the main thread the end of the thread, the main thread to continue.
jincheng
- 操作系统进程的同步与互斥。解决经典的水果问题。-The operating system process synchronization and mutual exclusion. To solve the classic problem of fruit.
remoteinject
- 线程注入的好例子,适合初学者,大家看看吧,很经典的例子
Signal
- Windows操作系统下,信号通信 VC6环境-Signal Communicate
process
- 模拟进程调度的算法(时间片轮转及先来先服务) 包含图形演示-Process Scheduling algorithms (time slice cycle and first come first served)
在VC++ 6.0下利用共享内存、消息实现内部进程通讯
- 在VC++ 6.0下利用共享内存、消息实现内部进程通讯-in VC 6.0 using shared memory, message achieving internal communications process
OpenCL
- 基本的OpenCL代码框架,实现了矩阵相加-The basic OpenCL code
CreatePcocess
- windows下创建进程实验 使用VC6环境-Create Process
PLCTest
- 三菱PLC控制程序,多线程控制,用于过业控制的解决方案。-Mitsubishi PLC control program, multiple threads of control, control for over-industry solution.
ThreedPool
- windows操作系统下的线程池功能模拟,可以实线简单的线程池功能-The Threed Pool
synchronism-and-mutex
- 有关线程的同步与互斥,实现了老师讲的银行家算法。-About thread synchronization and mutual exclusion teacher talk about bankers algorithm.
MultiSort
- WINDOWS多线程与但线程的使用区别