搜索资源列表
changyuxiao
- 操作系统课程设计,模拟算法生产者与消费者-courses on operating system design, simulation algorithm for producers and consumers
3
- 生产者与消费者问题,很不错的,大家可以互相交流一下吗
jinchengguanli
- 了解生产者与消费者在实现进程同步过程中的解决方案
comsumerandproducer
- 操作系统生产者与消费者问题,进行PV操作的模拟
productor_consumer
- 生产者与消费者问题,用信号量实现!linux环境下的C代码-Producer and consumer issues, using semaphores to achieve! C code in linux environment
producer_and_consumer
- 操作系统同步与互斥的经典问题--生产者与消费者问题编程代码-Operating system synchronization and mutex classic problem- the issue of producers and consumers of programming code
pv_rw
- 利用Windows提供的API函数,用VISUALC++ 6.0编写程序,解决生产者与消费者问题,实现进程的互斥与同步 实验设计在同一个进程地址空间内执行的七个线程。三个生产者线程四个消费者线程。生产者线程生产物品,然后将物品放置在一个空缓冲区中供消费者线程消费。消费者线程从缓冲区中获得物品,然后释放缓冲区。生产者线程生产物品时,若无空缓冲区可用,生产者线程必须等待消费者线程释放出一个空缓冲区;消费者线程消费物品时,若无满的缓冲区,消费者线程将被阻塞,直到新的物品被生产出来。-err
thred
- 关于java的县城源代码,提款机模拟,生产者与消费者原理-The county on the java source code, ATM simulation, the principle of producers and consumers
pthreads_applications
- 这是一个典型的多线程的实验,是用互斥锁来实现生产者与消费者的关系-This is a typical multi-threaded experiments Mutex are used to achieve the relationship between producers and consumers
ipc_demo
- linux ipc经典问题生产者与消费者问题及几个简短多线程编程代码-linux ipc classical problem about consumer and the pruducer and some easy pthread codes
1
- 操作系统 生产者与消费者问题 掌握进程(线程)的同步与互斥。 掌握生产者消费者问题的实现方法-The operating system to master the process of issue of producers and consumers (thread) synchronization and mutual exclusion. Grasp the realization method of the producer consumer problem
linux
- 本系统包含图形与网络的linux编程实现生产者与消费者系统,界面美观。 该文件里有实验报告和代码,用linux+图形工具编程。-This system consists of graphics and network programming producers and consumers linux system, beautiful interface. There are experimental reports that document and code, using linux+
progrem
- Linux应用程序,多线程应用开发,关于生产者与消费者的问题-Linux applications, multi-threaded application development, the question on the producers and consumers
anwser_for_bothroom
- 生产者与消费者的一个问题求解。对了解其原理有很大帮助-Producers and consumers of a problem-solving. Understand the principles of great help
windows-unix
- 通过研究linux线程机制,利用多线程解决生产者与消费者的信号并发控制-Through the research Linux thread mechanism of multithread, producers and consumers solve the concurrent control signal
Operating-system-related-experiments
- 一共有三个实验,包括:一、生产者与消费者 二、内存分配三、 进程-A total of three experiments, including: producers and consumers, the memory allocation of three, the process
111
- 编写一个生产者-消费者程序组,支持多个生产者和消费者,生产者进程数为2, 消费者进程数为3。 生产者与消费者之间使用共享内存进行数据传递,并使用信号量对数据的内容进行保护。-Preparation of a producer- consumer program group, supports multiple producers and consumers, the the producer process for 2 Consumers number of processes.
WindowsPC
- 实现操作系统实验4——生产者与消费者windows系统-Experimental operating system- producers and consumers windows system
Producer_consumer-
- 多进程同步的方法演示“生产者与消费者”问题-Multi-process synchronization method to demonstrate " producer and consumer"
pc_lin
- ?一个大小为3的缓冲区,初始为空 ?2个生产者 –随机等待一段时间,往缓冲区添加数据, –若缓冲区已满,等待消费者取走数据后再添加 –重复6次 ?3个消费者 –随机等待一段时间,从缓冲区读取数据 –若缓冲区为空,等待生产者添加数据后再读取 –重复4次 ?显示每次添加和读取数据的时间及缓冲区的状态(a buffer size of 3, initially empty 2 producers Random waiting for a period of time, addin