资源列表
CThreadPool
- c++线程池,完成基本线程池功能。没有加优先级策略。-c++ thread pool thread pool to complete the basic functions. No increase priority policy.
Processid2windowshandle
- 自定义类,能通过进程名来获取窗口句柄,进程ID,主线程ID-Custom class name through the process to get the window handle, process ID, host thread ID
Cashiers-and-customers
- 收银员与顾客问题(信号量操作) 设计目的:了解信号量机制,了解并掌握进程同步和互斥机制,熟悉信号量的操作函数,利用信号量实现对共享资源的控制。 操作系统是一门工程性很强的课程,它不仅要求学生掌握操作系统的工作原理和理论知识,也要求学生的实际动手能力,以加深对所学习内容的理解,使学生熟练地掌握计算机的操作方法,使用各种软件工具,加强对课程内容的理解。 要求:在某超市里有一个收银员,且同时最多允许有n个顾客购物,我们可以将顾客和收银员看成是两类不同的进程,且工作流程如下图所示。为了利用P
multithread-OCX
- VB多线程控件,测试过还比较稳定,里面还有调用例程-VB multithreaded controls, tested relatively stable.....。
PVSample
- PV信号量的实现,使用信号量来解决进程之间的各种同步问题-Implementation, using semaphores PV semaphore to solve various synchronization between processes
Thread-function
- MFC多线程,线程函数写入类中,并发送消息,适合自定义消息的发送以及用消息传递数据-MFC multi thread, thread function into the class, and send messages, suitable for custom message sending and message delivery data
uav-auto-control
- 数学建模论文_无人机自主飞行航迹规划问题,这篇文章还不错,内容比较全面,可以拿来参考-Mathematical modeling of paper _ UAV autonomous flight path planning problem, the article is also good, the content is more comprehensive, can be used to reference
semaphore_ex
- windows系统平台,多线程信号量(semaphore)示例源码。-semaphore sample
Thread-Synchronization
- VC++6.0中实现线程同步,分别采用互斥对象、临界区对象、事件对象以及信号量对象来实现对线程的同步操作,代码经过项目的检验。-VC++ 6.0 to implement thread synchronization, respectively mutex object, the critical section object, event objects, and semaphores objects to implement thread synchronization, the code
AfxBeginThread
- 采用AfxBeginThread创建工作线程。采用素数的判断来演示,涉及到多参数的传递,消息的响应和信息的实时显示等。-Using AfxBeginThread to create a working thread. The judgment of the prime number is used to demonstrate the multi parameters, the response of the message and the real-time display of the in
MyShareMemory
- 本程序提供了共享内存操作类,使用该类可以方便的完成共享内存的各项操作: 1. 创建、读写共享内存; 2. 支持互斥处理。-This program provides a shared memory operations, the use of such can easily complete the operation of shared memory: 1. Create, read and write shared memory 2. Support exclusive d
ThreadPro
- 里面详细介绍了线程的使用,以及各线程之间的优先算法,VC下可直接运行,适合初学者。-Which detailed the use of threads, and each thread between the first algorithm, the VC can be run directly, suitable for beginners.