搜索资源列表
ProCon
- 简易地演示操作系统方面的一个重要问题——生产者消费者-simple demonstration to the operating system an important issue -- producers and consumers
final.c
- 读者和写者,有关操作系统课程设计的 进程和线程,我急需生产者和消费者-readers and writing, the operating system of curriculum design process and thread, I hasten to producers and consumers
VC中的生产和消费问题
- VC中实现的生产者和消费者问题的算法。此为转帖,算法讲的不错。-VC achieve producers and consumers of the algorithm. This was patented algorithm for the good.
ProducerConsumerProblem
- 关于操作系统生产者与消费者的源码,没有解压密码.-operating system on producers and consumers of the source, without extracting passwords.
jingkl
- 关于一个java线程的问题说明,是以生产者与消费者讲述-java threads of a problem that is about producers and consumers
producers
- 在Windows2000/XP环境下,创建一个控制台进程,在此进程中创建n个线程来模拟生产者或消费者。-In Windows2000/XP environment, create a console process, in the process of creating n threads to simulate the producers or consumers.
Producers
- (1)操作系统中允许同时有多个进程并发进行,进程对共享资源存在互斥或者协作关系。其中生产者进程产生信息资源,可以是计算进程。消费者进程使用信息,它可以是输出打印进程,对于缓冲区生产者与消费者进程互斥使用,其次,消费者进程依赖于生产者产生的资源,如果尚未得到满足,则必须等待生产者信号的唤醒; (2)本程序运行必须设置模拟系统缓冲区的个数以及系统进程的个数,对于每个程序,还必须设置其属性,即是生产者或者消费者,由简单的数字1和2表示。对
linux-c-producers-and-consumers-
- linux c实现生产者 消费者程序 -linux c program producers and consumers to achieve
producers-and-consumers-
- 一个或多个生产者消费者实现线程间的同步、互斥 使用AND型信号量-One or more producers and consumers to achieve synchronization between threads, mutual exclusion semaphores with the AND-type
producers-and-consumers
- 生产者消费者问题的具体实现要求: (1)、至少提供3个生产者和3个消费者六个进程并发执行; (2)、缓冲区单元至少为十个; (3)、生产者进程的运行速度和消费者进程的运行速度可通过时间调整,目的便于查看当生产者进程比消费者进程快时缓冲区单元的变化情况,同样的,当消费者进程比生产者进程快时也能便于查看缓冲区单元内容的变化情况; (4)、实时显示缓冲区单元内容的变化情况,并告知是哪一个进程的行为导致了缓冲区单元内容的变化。
Producers-and-consumers
- 生产者与消费者问题的实现。创建一组“生产者”线程和一组“消费者”线程,并建立一个长度为N的全局数组作为共享缓冲区。“生产者”向缓冲区输入数据,“消费者”从缓冲区读出数据。当缓冲区满时,“生产者”必须阻塞,等待“消费者”取走缓冲区数据后将其唤醒。当缓冲区空时,“消费者”阻塞,等待“生产者”生产了产品后将其唤醒。试用信号量实现“生产者”与“消费者”线程之间的同步。 -Producers and consumers
labview-producers-and-consumers
- 通过labview程序的演示,进一步掌握生产者与消费者循环,该压缩文件中包含有如何控制箱子的移动,及方向的控制等-Through the LabVIEW program demonstration, further grasp the producers and consumers of circulation, the compressed file contains how to control the moving directi
producers-and-consumers
- 操作系统生产者消费者的Csharp编程实现的,很适合初学者参考使用-Operating system producers and consumers
Producers-and-consumers
- 基于windows平台的生产者消费者互斥代码,已经在VC6下调试通过-Producers and consumers based on Windows platform mutex code in VC6 debugging through
Producers-and-consumers
- 多进程/ 线程编程:生产者 - 消费者问题。 1,设置两类进程/ 线程,一类为生产者,一类为消费者; 2,建立缓冲区的数据结构; 3,随机启动生产者或消费者; 4,显示缓冲区状况; 5,随着进程/ 线程每次操作缓冲区,更新显示;-Multi-process/thread programming: producer- consumer issues. 1, set two types of processes/thr
Producers-and-consumers
- 操作系统进程互斥(消费者与生产者算法)演示-The Demo of Producers and consumers
The-issue-of-producers-and-consumers
- 本程序用VS2005实现多线程生产者和消费者问题,本程序含有界面,生产者和消费者数目可时时再现-The program realization multithreading producer and consumer issues with VS2005, the program contains a number of interface, producers and consumers can keep reproducing
producers-and-consumers
- 进程生产者消费者,生产者消费者问题是操作系统课上十分基础的问题,对深入理解操作系统有十分重要的意义-The process of producers and consumers, producers and consumers is a very basic lesson on operating system issues, in-depth understanding of the operating system has grea
Producers-and-consumers
- 生产者与消费者 设计要求:设计一程序,由一个进程创建三个子进程,三个子进程一个是生产者进程,两个是消费者进程,父子进程都使用父进程创建的共享存储区进行通信,由生产者进程将一个数组中的十个数值发送到由5个缓冲区组成的共享内存中,两个消费者进程轮流接收并输出这十个数值,同时将两个消费者进程读出的数值进行累加求各和。-Producers and consumers Design requirements: to design a pr
LABVIEW-Producers-and-consumers
- NI的第三季讲坛LABVIEW生产者与消费者的妙用-Third-quarter pulpit NI LABVIEW use of producers and consumers