搜索资源列表
c程序设计
- c语言实现生产者消费者问题-producer consumer issues
shengchangzhexiaofeizhe
- 操作系统,生产者消费者问题,用C语言实现。
producter-and-consumer
- linux多线程编程,生产者消费者问题的c语言实现,模拟多线程编程资源抢占问题。-Linux multi-threaded programming, the producer-consumer problem, c language, analog multi-threaded programming resources to seize the problem.
pthread
- 利用C语言程序编写的生产者消费者模型实例-With C language programming examples of the producer consumer model
synchronizing
- 这是操作系统的课程设计,写的是同步机构中消费者和生产者如何实现同步的C语言程序-This is the operating system, curriculum design, writing is the simultaneous institution of consumers and producers how to achieve synchronization of the C language program
consumer-producer
- c语言。生产者消费者问题的信号量解决代码。简洁明了-c language. About consumer and producer.
make_use
- 使用C语言编写的生产者消费者的问题 使用了多线程 按PV操作实现-Using the C language, the producer consumer problem using multi-threaded operation to achieve by PV
BarberAndCustomer
- 1)用C语言或C++语言编程实现P、V原语并用P、V原语描述如下生产者-消费者问题: 有一个理发师,一把理发椅和n把提供给等候理发的顾客座的椅子。如果没有顾客,则理发师便在理发椅子上睡觉;当第一个顾客到来时,必须唤醒该理发师进行理发;如果理发师正在理发时又有顾客到来,则如果有空椅子可坐,他就坐下来等待,如果没有空椅子,他就离开理发店。 为理发师和顾客各编一段程序描述他们的行为,要求不能带有竞争条件,试用P、V操作实现。 (2)分析 此题可看作是n个生产者和1个消费者问题
2011os_asn1
- c语言编写的多线程生产者消费者的程序,采用环形队列-c language multi-threaded program producers and consumers, using circular queue
main
- 使用C语言实现生产者消费者流程,生产者产生数据以供消费者使用,双方共享内存。-The producer-consumer processes, producers produce data for consumers to use, and the two sides shared memory.
Producer-consumer-model
- 生产者消费者模型,用c语言实现模拟内存管理中的生产者和消费者,实现用信号量和锁的使用方法-Model of producers and consumers, producers and consumers in the analog memory management using the c language, the use of semaphores and locks
2.1
- 生产者与消费者问题,采用信号量机制,vc编程,C语言,windows环境下-Producers and consumers, using semaphore mechanism, vc programming, C language, windows environment
producer
- 生产者与消费者模型的实现,使用C语言实现的,已经编译通过-Producers and consumers to realize the model
main101
- 使用C语言实现生产者消费者流程,生产者产生数据以供消费者使用,双方共享内存。-The producer-consumer processes, producers produce data for consumers to use, and the two sides shared memory.
pcpp
- c 语言实现 进程 消费者 与和 生产者,有 over 队列, 就绪队列 与和 等待队列 。 -c progress consumer and producer using queue.