搜索资源列表
share-consumer
- 信号量实现对生产者和消费者的共享内存的控制
ProcessSynchronization
- 实现操作系统几个经典问题:生产者消费者,读者写者,哲学家进餐问题.共做一个界面
11
- 用多进程同步方法解决生产者——消费者问题,进行一个完整的程序
ex03_semaphore
- Linux系统下实现,生产者与消费者的及时通讯问题-Linux system implementation, producers and consumers of timely communication problems
同一个进程地址空间内执行的七个线程
- 本实验设计在同一个进程地址空间内执行的七个线程。三个生产者线程四个消费者线程。生产者线程生产物品,然后将物品放置在一个空缓冲区中供消费者线程消费。消费者线程从缓冲区中获得物品,然后释放缓冲区。生产者线程生产物品时,若无空缓冲区可用,生产者线程必须等待消费者线程释放出一个空缓冲区;消费者线程消费物品时,若无满的缓冲区,消费者线程将被阻塞,直到新的物品被生产出来。-The experimental design in the same process address space implementa
humin
- linux 环境下编写的生产者--消费者问题-linux environment, prepared by the producer- consumer problem
6-6-1
- 这是一个比较经典的生产者和消费者问题。在linux上的模拟-producter and customer
pthread
- linux2.6.27,fc8平台,使用信号量实现生产者消费者问题-linux semaphore producers and consumers
product_custom
- 一个 生产者 消费者 模型的代码, 代码不多 但是真的实现还不是那么简单的哦-A producer consumer model code, the code is not really achieve much, but oh so simple
produce1
- linux下面C写的生产者和消费者问题,只是作为参考,希望提出宝贵意见-the produce and consumer problem solved in linux written by C langeuage.just for some reference,welcome to suggest!
producer_consumer
- 信号量---线程间通信,“生产者消费者” 问题C代码模拟---- Thread semaphore communication between producers and consumers in the C code simulation
daima
- Linux进程编程,生产者-消费者程序组,支持多个生产者和消费者,生产者进程数为2, 消费者进程数为3。 生产者与消费者之间使用共享内存进行数据传递,并使用信号量对数据的内容进行保护。-The Linux process programming, producer- consumer program group, supports multiple producers and consumers, the the producer process for 2, consumers pr
pthread-interview
- 主要将有线程的互斥锁和生产者消费者等功能的复习总结。数据池的封装等。-Major will have a thread mutex and features such as producers and consumers of the review summary.
socket
- 基于unix环境的多线程编程聊天室实现源码,能实现群聊功能。客服端可以设置20个,服务器端多个线程实现数据接收转发,数据采用生产者-消费者模式处理-Unix-based programming environment for multi-threaded chat room source code, to achieve a group chat feature. Client service can be set 20, the server receives multiple threads
linux
- 生产者消费者问题 ◦ 一个大小为3的缓冲区,初始为空 ◦ 2个生产者 – 随机等待一段时间,往缓冲区添加数据, – 若缓冲区已满,等待消费者取走数据后再添加 – 重复6次 ◦ 3个消费者 – 随机等待一段时间,从缓冲区读取数据 – 若缓冲区为空,等待生产者添加数据后再读取 – 重复4次 说明: ◦ 显示每次添加和读取数据的时间及缓冲区的状态 生产者和消费者用进程
multi-thread
- linx多线程编程,实现一个多线程生产者消费者模型,用信号量处理线程间的同步和互斥问题。-Linx multithreaded programming, the realization of a multi thread producer consumer model, process synchronization and mutual exclusion problem among threads using signal volume
produceracustmer
- 生产者消费者问题,VS2010的WIN32控制台测试-Producers and consumers, VS2010 WIN32 console test
productor
- 生产者和消费者的问题 两种情况 一个生产者和一个消费者 多个生产者和多个消费者 代码描述 一个 egg 类表示生产者 和消费者 生产或消费的 蛋 一个 eggbox 类表示 装蛋 的容器 有固定大小 一个生产者类 一个消费者类-productor and customer
多生产者-多消费者
- 随便写点啥,虽然我也不知道该写啥,但是我还是写了不少(Write something casually, though I don't know what to write, but I still write a lot)
usudec
- spring mvc与rabbitMQ的整合Demo,基本的配置文件,消息生产者和消费者的简单实现()