Welcome![Sign In][Sign Up]
Location:
Search - 生产者消费者问题

Search list

[Mathimatics-Numerical algorithms生产者-消费者问题

Description: 用c语言实现生产者-消费者问题-used language producer-consumer issues
Platform: | Size: 3142 | Author: | Hits:

[GUI Develop生产者消费者问题

Description: 进程管理中的生产者消费者问题 只要是是描述进程管理中生产者与消费者在共享文件时是否同步与互斥问题-management process, the producer consumer issues as long as it is described process management producers and consumers when sharing files synchronized with the Mutual Exclusion
Platform: | Size: 7915 | Author: 王成 | Hits:

[Windows Develop用多进程同步方法解决生产者-消费者问题

Description:

设计目的:通过研究Linux 的进程机制和信号量实现生产者消费者问题的并发控制.

说明:有界缓冲区内设有20个存储单元,放入/取出的数据项设定为1-2020个整型数.

设计要求:(1)每个生产者和消费者对有界缓冲区进行操作后,即时显示有界缓冲区的全部内容,当前指针位置和生产者/消费者线程的标识符.(2)生产者和消费者各有两个以上.(3)多个生产者或多个消费者之间须有共享对缓冲区进行操作的函数代码.

提示:(1) 有界缓冲区可用数组实现.

 


Platform: | Size: 5788 | Author: axjlxuanye | Hits:

[SourceCode经典消费者生产者问题

Description: 多进程实现经典生产者消费者问题
Platform: | Size: 5248 | Author: xuewucangqiong | Hits:

[Mathimatics-Numerical algorithms生产者-消费者问题

Description: 用c语言实现生产者-消费者问题-used language producer-consumer issues
Platform: | Size: 3072 | Author: | Hits:

[OS Developvb生产者-消费者问题

Description: 用VB实现生产者与消费者问题-VB producer and consumer issues
Platform: | Size: 144384 | Author: 李凌风 | Hits:

[Process-Threadc程序设计

Description: c语言实现生产者消费者问题-producer consumer issues
Platform: | Size: 1024 | Author: 王宇 | Hits:

[OS DevelopPROCUS

Description: 操作系统课程实验模拟生产者消费者问题的C语言程序.(Turbo C 详见ReadMe)-Experimental simulation of the operating system producers and consumers of C language program. (See ReadMe Turbo C)
Platform: | Size: 3072 | Author: 李权胜 | Hits:

[Linux-Unix解决线程死锁问题的 生产者 消费者程序

Description: 解决线程死锁问题的 生产者 消费者程序-threads of producers and consumers procedures
Platform: | Size: 21504 | Author: 王斌 | Hits:

[JSP/JavaProducer产生一个数字而Consumer消费这个数字

Description: java的多线程示例(生产者消费者问题) -java multithreading examples (producers and consumers)
Platform: | Size: 4096 | Author: 春杰 | Hits:

[Linux-Unix生产者

Description: 经典的PV操作,生产者消费者-classic PV operation, producers and consumers
Platform: | Size: 12288 | Author: 可可 | Hits:

[Documents生产者消费者

Description: 生产者消费者模拟-producers and consumers simulation
Platform: | Size: 5120 | Author: 无痕 | Hits:

[GUI Develop生产者消费者问题

Description: 进程管理中的生产者消费者问题 只要是是描述进程管理中生产者与消费者在共享文件时是否同步与互斥问题-management process, the producer consumer issues as long as it is described process management producers and consumers when sharing files synchronized with the Mutual Exclusion
Platform: | Size: 1724416 | Author: 王成 | Hits:

[OS Develop用信号量解决生产者-消费者问题

Description: 这是操作系统课,期中考试的题目,用互斥信号量解决进程同步的问题-This is the OS class, the subject of the examination period, with the volume contradict signal synchronization process to resolve the problem
Platform: | Size: 61440 | Author: 成龙 | Hits:

[Education soft system题目:多线程同步方法解决生产者-消费者问题

Description: 题目:多线程同步方法解决生产者-消费者问题 (Bounded - Buffer Problem) 内容:有界缓冲区内设有10个存储单元,放入/取出的数据项 设定为1~10这10个整形数。要求每个生产者和消费者对有界 缓冲区进行操作后,即时显示有界缓冲区的全部内容、当前指针位 置和生产者/消费者标识符。-topics : multithreaded synchronization solution to producer-consumer (Bounded- Buffer Problem) : Bounded buffer There are 10 storage units, Add/remove data items for a set of 10 ~ 10 plastic few. Require each producer and consumer sector of the buffer zone is operated, immediately after the show sector of the buffer zone all the contents of the current position and producer/consumer identifier.
Platform: | Size: 188416 | Author: 李好 | Hits:

[OS program生产者消费者程序

Description: 有关操作系统中著明的生产者消费者程序,实现进程间的同步与互斥-the operating system with the prescribed procedures for producers and consumers, the process to achieve synchronization and mutual exclusion
Platform: | Size: 2558976 | Author: | Hits:

[Process-Thread生产者和消费者问题

Description: 操作系统经典的问题-生产者和消费者问题.C++编写.-OS classic problem-producer and consumer issues. C preparation.
Platform: | Size: 3072 | Author: 大包 | Hits:

[CSharp用线程做一个生产者-消费者同步问题

Description: 用线程做一个生产者-消费者同步问题 其实我是想用线程做一个生产者-消费者同步问题,现在已经成功了,贴出来,大家请指证. 我想让线程thread1和thread2按顺序显示,于是加了个信号量mysem,并且在新建两个线程的两个函数中进行P,V操作,来控制先后显示顺序-threads do with a producer-consumer Synchronization I actually want to do with threaded a producer-consumer synchronization issue, it is a success and put them out, please refer to certification. I want threaded thread1 and thread2 sequence, then added a signal mysem volume, and the new two threads of two function for the P, V operation, to control the sequence has revealed
Platform: | Size: 22528 | Author: lj | Hits:

[Hook apiJava问题

Description: 本设计使用Java语言来实现一个生产者消费者问题,里边有详细的使用说明,可以作为课程设计使用。-use of the Java language designed to achieve a producer consumer issues, along with detailed instructions. can be used as a curriculum design.
Platform: | Size: 17408 | Author: 赵威 | Hits:

[uCOSucos生产者消费者问题

Description: (ucos)模拟生产者消费者问题,显示生产者消费者执行过程,10个buffer缓存区,5个生产者,5个消费者,1号生产者生产的产品名为1(几号生产者生产的产品名为几),消费者从buffer里取出的商品为几,则在消费过程中,右侧会显示消费的商品名
Platform: | Size: 156302 | Author: 543766887@qq.com | Hits:
« 12 3 4 5 6 7 8 9 10 ... 32 »

CodeBus www.codebus.net