Welcome![Sign In][Sign Up]
Location:
Search - producer

Search list

[JSP/Javaproducer-java

Description: 用java为源代码,解决多线程编程中的经典问题:生产者消费者问题-with java source code to solve multi-threaded programming with a classic problem : Producer consumer issues
Platform: | Size: 9632 | Author: 苏晓 | Hits:

[Process-ThreadProducer & Consumer

Description: VC实现的生产者 消费者,使进程学习中非常重要的东西 ~~希望大家支持-VC consumers, the producer, the process of learning something very important ~ ~ hope we support
Platform: | Size: 37861 | Author: osr | Hits:

[JSP/JavaConsumer-Producer

Description: java生产者消费者程序实现   线程,信号量互斥事件   临界资源-java producer consumer program threads, semaphores contradict critical resources incident
Platform: | Size: 10194 | Author: 龙杏 | Hits:

[File Operateproducer-consumer

Description: producer-consumer problem 的源码-producer-consumer source of the problem
Platform: | Size: 7935 | Author: ws | Hits:

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

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

[JSP/Javaproducer-java

Description: 用java为源代码,解决多线程编程中的经典问题:生产者消费者问题-with java source code to solve multi-threaded programming with a classic problem : Producer consumer issues
Platform: | Size: 9216 | Author: 苏晓 | Hits:

[Process-ThreadProducer & Consumer

Description: VC实现的生产者 消费者,使进程学习中非常重要的东西 ~~希望大家支持-VC consumers, the producer, the process of learning something very important ~ ~ hope we support
Platform: | Size: 37888 | Author: osr | Hits:

[JSP/JavaConsumer-Producer

Description: java生产者消费者程序实现   线程,信号量互斥事件   临界资源-java producer consumer program threads, semaphores contradict critical resources incident
Platform: | Size: 10240 | Author: 龙杏 | Hits:

[File Formatproducer-consumer

Description: producer-consumer problem 的源码-producer-consumer source of the problem
Platform: | Size: 7168 | Author: ws | Hits:

[OS Developproducer_consummer

Description: 应用临界区解决操作系统生产者消费者问题源码,实验实现环境 Visual Studio 2005。-Application of the critical areas to solve the producer consumer problem of the operating system source code, experimental realization of the environment Visual Studio 2005.
Platform: | Size: 14336 | Author: pk | Hits:

[JSP/JavaJava

Description: 用多进程同步方法解决生产者——费者问题 设计目的:通过研究Linux 的进程机制和信号量实现生产者消费者问题的并发控制. 说明:有界缓冲区内设有20个存储单元,放入/取出的数据项设定为1-20这20个整型数. 设计要求: (1)每个生产者和消费者对有界缓冲区进行操作后,即时显示有界缓冲区的全部内容,当前指针位置和生产者/消费者县城的标识符. (2)生产者和消费者各有两个以上. (3)多个生产者或多个消费者之间须有共享对缓冲区进行操作的函数代码. -Multi-process synchronization solution to the producer- the issue of fees is designed to: Linux by studying the process of the mechanism and signal volume producers realize concurrency control on consumer issues. Description: Bounded buffer zone there are 20 storage units, Add/Remove the data item is set to 1-20 this 20 integer. design requirements: (1) Each producer and consumer sector of the buffer zone have to operate immediately after showing the entire contents of the buffer zone community, current pointer location and producer/consumer identifier county. (2) producers and consumers have more than two. (3) or more consumers than producers have to be shared between the conduct of the buffer zone a function of the operation code.
Platform: | Size: 4096 | Author: heige | Hits:

[Process-Threadproducer-consumer-problem

Description: Introduction In this project, we will design a programming solution to the bounded-buffer problem using the producer and consumer processes . The solution uses three semaphores: empty and full, which count the number of empty and full slots in the buffer, and mutex, which is a binary (or mutual exclusive) semaphore that protects the actual insertion or removal of items in the buffer. For this project, standard counting semaphores will be used for empty and full, and, rather than a binary semaphore, a mutex lock will be used to represent mutex. The producer and consumer – running as separate threads – will move items to and from a buffer that is synchronized with these empty, full, and mutex structures. You are required to use the pthread package to solve this problem in this project. And there can be several producers/consumers as many as you want. -Introduction In this project, we will design a programming solution to the bounded-buffer problem using the producer and consumer processes. The solution uses three semaphores: empty and full, which count the number of empty and full slots in the buffer, and mutex, which is a binary (or mutual exclusive) semaphore that protects the actual insertion or removal of items in the buffer. For this project, standard counting semaphores will be used for empty and full, and, rather than a binary semaphore, a mutex lock will be used to represent mutex. The producer and consumer- running as separate threads- will move items to and from a buffer that is synchronized with these empty, full, and mutex structures. You are required to use the pthread package to solve this problem in this project.And there can be several producers/consumers as many as you want.
Platform: | Size: 96256 | Author: MidnightD | Hits:

[OS Developproducer-consumer

Description: 用信号量解决生产者消费者问题,简捷易懂!-Semaphore producers with consumers to solve the problem, simple and understandable!
Platform: | Size: 1024 | Author: 王春林 | Hits:

[Booksproducator_consumator.cpp.tar

Description: 生产者-消费者模式的OpenMP下的实现。已经调试通过,体现了OpenMP的相应功能。-Producer- Consumer model of the realization of OpenMP. Has debugging through, embodies the corresponding OpenMP function.
Platform: | Size: 1024 | Author: 祥子 | Hits:

[OS Developproduce_consume

Description: 操作系统课程设计:很好的课程设计:研究的是生产者消费者的进程同步问题,需要的人赶紧下吧-Operating systems curriculum design: a very good curriculum design: the study is the process of the producer consumer synchronization problem, those who need it quickly, are you
Platform: | Size: 2106368 | Author: 张薇薇 | Hits:

[Linux-Unixthread

Description: 该程序运用线程的mutex控制数据流的锁定,实现Producer和consumer之间对buffer的合理有序的利用-The program to control the use of thread mutex lock data stream to achieve Producer and consumer of buffer between the rational and orderly use of
Platform: | Size: 2048 | Author: dreamshello | Hits:

[Data structsProducer

Description: Producer Consumer Algorithm Implement by Java
Platform: | Size: 19456 | Author: MAHMUD | Hits:

[JSP/JavaProducer_Consumer

Description: 用java实现经典consumer和producer通信问题的程序-use java to realize the consumer and producer
Platform: | Size: 209920 | Author: fd | Hits:

[ERP-EIP-OA-PortalproducerConsumerProblem

Description: this test program which tries to solve producer consumer problem -this is test program which tries to solve producer consumer problem
Platform: | Size: 3072 | Author: hassaanbinaslam | Hits:

[Software EngineeringProducer-Consumer_Problem

Description: producer-concumer problem with buffering and threads
Platform: | Size: 2048 | Author: nh | Hits:
« 12 3 4 5 6 7 8 9 10 ... 34 »

CodeBus www.codebus.net