资源列表
Elevator
- 操作系统电梯调度通过多线程调度实现电梯调度 -Elevator dispatching operating system achieved through a multi-elevator dispatching thread scheduling
BarberAndCustomer
- 1)用C语言或C++语言编程实现P、V原语并用P、V原语描述如下生产者-消费者问题: 有一个理发师,一把理发椅和n把提供给等候理发的顾客座的椅子。如果没有顾客,则理发师便在理发椅子上睡觉;当第一个顾客到来时,必须唤醒该理发师进行理发;如果理发师正在理发时又有顾客到来,则如果有空椅子可坐,他就坐下来等待,如果没有空椅子,他就离开理发店。 为理发师和顾客各编一段程序描述他们的行为,要求不能带有竞争条件,试用P、V操作实现。 (2)分析 此题可看作是n个生产者和1个消费者问题
dayinji_jiankong
- 监控系统的打印队列,采用多线程同时监控多个打印机中的打印队列。-Print queue monitoring system, using multiple threads simultaneously monitoring multiple printers in the print queue.
PV
- 用多线程实现“生产者-消费者问题”本作业要求设计并实现一个进程,该进程拥有一个生产者线程和一个消费者线程,它们使用N个不同的缓冲区(N为一个自定义的确定的数值,例如N=32)。你需要使用如下信号量:一个互斥信号量,用以阻止生产者线程和消费者线程同时操作缓冲区列表;一个信号量,当生产者线程生产出一个物品时可以用它向消费者线程发出信号;一个信号量,消费者线程释放出一个空缓冲区时可以用它向生产者线程发出信号; -Achieved with multi-threaded " producer
BaseProcessorLib
- 自己封装的线程类,非常好用。已经用在多个商业代码上。MFC程序可以使用这个库。使用方式包括继承方式和接口方式。作者tanis-Own thread class package, very easy to use. Has been used in many commercial code. MFC programs can use this library
multithread
- VC++多线程编程实例,很好的一个例子,容易理解-VC++ multi-threaded programming examples, an example of good, easy to understand
ThreadPoolProject
- 是我这几天写的一个C++线程池 注释很全 设计思路也写上去了 同步问题考虑的详细的不能在详细了-I write these days, a C++ thread pool comment is also written up the whole design concept of the synchronization problem can not be considered in more detail the
NTFSPARASER
- 基于NTFS文件格式解析来检测系统文件中隐藏文件-NTFS-based file format parsing to detect system files hidden files
10VCPPMultithread
- windows MFC 多线程的开发的实例代码供参考,多学习多线程-windows MFC examples of the development of multi-threaded code for reference, to learn multi-threading
Brake-Test02
- 基于PCI2013,PCI2361数据采集卡的实时采集程序!其中用了多线程和多媒体定时器!-Based on PCI2013, PCI2361 data acquisition card real-time acquisition program! Which uses multi-threading and multi-media timer!
mpi
- 使用多线程编程,采取和mpi相结合的方式,实现了jacob迭代。分为四个线程执行。文件包含编译后的exe文件,使用MPICH运行即可。运行后显示出来的是截取的10*10的运行结果片段(如果显示1024*1024可能会导致内存消耗过大使得mpich崩溃)。可通过更改steps的数值来观察每次迭代的变化、。-Using multi-threaded programming, adoption and mpi combination to achieve the jacob iteration. Fo
Pthread
- windows下的Pthread 库,包括源码,编译好的头文件和库文件。-Pthread library under windows, including source code, compiled header files and libraries.