当前位置:
首页
资源下载

搜索资源 - Producer Consumer semaphores
搜索资源列表
-
0下载:
java生产者消费者程序实现
线程,信号量互斥事件
临界资源-java producer consumer program threads, semaphores contradict critical resources incident
-
-
0下载:
生产者与消费者问题,用信号量实现!linux环境下的C代码-Producer and consumer issues, using semaphores to achieve! C code in linux environment
-
-
0下载:
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
-
-
0下载:
pthread同步信号量解决生产者消费者问题-pthread producer consumer synchronization semaphores to solve the problem
-
-
0下载:
操作系统实验:用信号量解决producer & consumer问题。
包括:
WIN ProCon(1).cpp
WIN ProCon(2).cpp
LINUX ProCon.c-Operating System Experiment: Using Semaphores solve the producer & consumer issues. Include: WIN ProCon (1). Cpp WIN ProCon (2). Cpp LINUX ProCon.c
-
-
0下载:
关于进程同步的,完成的是生产者消费者问题。包含信号量-With regard to the process of synchronization, and the completion of the producer consumer problem. With semaphores
-
-
0下载:
利用记录性信号量解决生产者——消费者问题-Record of the use semaphores to solve the producer- consumer issues
-
-
0下载:
a C program that implements a
producer-consumer system with two
processes.(using semaphores)
-
-
0下载:
Implementation of Producer and Consumer using semaphores and pthreads in c.
-
-
0下载:
生产者消费者模型,多线程程序,主要涉及互斥、信号量等操作系统知识-Producer consumer model, multi-threaded programs, mainly related to mutual exclusion, semaphores and other operating system knowledge
-
-
0下载:
多线程同步,解决生产者消费者问题,应用临界区、互斥量、信号量等多种方式-Multi-thread synchronization to solve the producer consumer problem, apply the critical region, mutexes, semaphores and other methods
-
-
0下载:
设计目的:通过研究Linux 的进程机制和信号量,实现生产者消费者问题的并发控制.
说明:有界缓冲区内设有20个存储单元,有界缓冲区可用数组实现,缓冲区中的内容自定。
设计要求:(1)每个生产者和消费者对有界缓冲区进行操作后,即时显示有界缓冲区的全部内容,当前指针位置和生产者/消费者进程标识符.(2)生产者和消费者至少各有两个以上.(3)多个生产者或多个消费者之间须有对缓冲区进行共享操作的函数代码(注意互斥与同步).-Design Objective: To study the mech
-
-
0下载:
用Semaphores解决JAVA生产者消费者问题-Using Semaphore to solve the producer and consumer Question
-
-
0下载:
通过研究Linux的进程同步机制和信号量,实现生产者消费者问题的并发控制。-Through the study of Linux process synchronization mechanism and semaphores, concurrency control of the producer-consumer problem.
-
-
0下载:
编写一个生产者-消费者程序组,支持多个生产者和消费者,生产者进程数为2,
消费者进程数为3。
生产者与消费者之间使用共享内存进行数据传递,并使用信号量对数据的内容进行保护。-Preparation of a producer- consumer program group, supports multiple producers and consumers, the the producer process for 2
Consumers number of processes.
-
-
0下载:
Linux进程编程,生产者-消费者程序组,支持多个生产者和消费者,生产者进程数为2,
消费者进程数为3。
生产者与消费者之间使用共享内存进行数据传递,并使用信号量对数据的内容进行保护。-The Linux process programming, producer- consumer program group, supports multiple producers and consumers, the the producer process for 2, consumers pr
-
-
0下载:
生产者消费者模型,用c语言实现模拟内存管理中的生产者和消费者,实现用信号量和锁的使用方法-Model of producers and consumers, producers and consumers in the analog memory management using the c language, the use of semaphores and locks
-
-
0下载:
我是编程小菜鸟= =,这是一个信号量互斥的经典问题,消费者生产者问题的简单实现,使用线程方式,所以在调试时须选择多线程方式。-I was programming a small rookie = = This is a classic problem of mutual exclusion semaphores, producer consumer problem s simple implementation, using threads, so when debugging multith
-
-
0下载:
solving the producer consumer problem using threads and semaphores
-
-
0下载:
这是关于操作系统中生产者消费者问题的一段代码,其中生产者和消费者问题是用信号量实现的,临界资源是用数组实现的。-This is a piece of code about the producer-consumer problem in the operating system, where producer and consumer problems are implemented with semaphores, and the critical resource is implemente
-