搜索资源列表
信号量来解决操作系统的消费者与生产者问题
- 一个UNIX进程间通讯的程序,使用了信号量来解决操作系统的消费者与生产者问题,使用了fork,wait,nanosleep,sempo等unix函数。-a UNIX inter-process communication, the use of the signal operating system to solve the volume of consumers and producers, the use of the fork,
生产者消费者程序
- 有关操作系统中著明的生产者消费者程序,实现进程间的同步与互斥-the operating system with the prescribed procedures for producers and consumers, the process to achieve synchronization and mutual exclusion
操作系统生产者消费者
- 操作系统生产者消费者
用信号量解决生产者-消费者问题
- 这是操作系统课,期中考试的题目,用互斥信号量解决进程同步的问题-This is the OS class, the subject of the examination period, with the volume contradict signal synchronization process to resolve the problem
信号量来解决操作系统的消费者与生产者问题
- 一个UNIX进程间通讯的程序,使用了信号量来解决操作系统的消费者与生产者问题,使用了fork,wait,nanosleep,sempo等unix函数。-a UNIX inter-process communication, the use of the signal operating system to solve the volume of consumers and producers, the use of the fork,
生产者消费者程序
- 有关操作系统中著明的生产者消费者程序,实现进程间的同步与互斥-the operating system with the prescribed procedures for producers and consumers, the process to achieve synchronization and mutual exclusion
操作系统试验报告
- 试验目的:通过研究Linux的线程机制和信号量实现生产者消费者问题的并发控制 说明:有界缓冲区内设有20个存储单元,放入/取出的数据项设定为1~20这20个整型数。 要求: (1)每个生产者和消费者对有界缓冲区进行操作后,即时显示有界缓冲区的全部内容.当前指针位置和生产者/消费者线程的标识符 (2)生产者和消费者各有两个以上 (3)多个生产者或多个消费者之间须共享对缓冲区进行操作的函数代码。-Test Objective : To st
生产者消费者c++
- 计算机操作系统的c++版本,很不错的哦,实用,适合广大的大学生参考-computer operating system c version, oh very good, practical and suitable for the majority of the students reference
sheng
- 操作系统生产者消费者问题的一个程序,用信号量做的-operating system producers and consumers of a program that will signal to do
ProcessSynchronization
- 实现操作系统几个经典问题:生产者消费者,读者写者,哲学家进餐问题.共做一个界面-The realization of the operating system a few classic problems: producers of consumer, readers-writer, philosopher eating problems. Were to do an interface
producer_consummer
- 应用临界区解决操作系统生产者消费者问题源码,实验实现环境 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 200
pro_con
- 操作系统生产者消费者多线程的编程实现,使用信号量,c-Operating system producers consumers realize multi-threaded programming, the use of semaphores, c
guofengniu
- 用信号量机制解决操作系统课程设计中的生产者消费者的问题,值得参考-Semaphore mechanism used to solve the design of operating systems courses producer of consumer issues, it is also useful
P_C
- 模拟操作系统的著名问题--生产者消费者问题,并且可以任意设置缓冲区大小并从标准文件读入数据-Simulation of the operating system a well-known problem- the producers of consumer issues and can set the buffer size and read from the standard document data
produce_consume
- 操作系统课程设计:很好的课程设计:研究的是生产者消费者的进程同步问题,需要的人赶紧下吧-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 yo
6-1
- 操作系统课程设计,生产者消费者问题,很实用的一个程序设计论文-Operating system design, the producer consumer problem, it is a practical program design thesis
516
- 操作系统的课程设计 一个简单的关于用多进程同步方法解决生产者-消费者问题的代码以及论文-Curriculum design operating system on a simple multi-process synchronization solution to the producer- consumer issues, as well as paper code
生产者消费者作业02
- C#编写的有关操作系统中生产者与消费者问题的实例,画面美观,生动形象的描绘了生产者与消费者之间的关系,代码部分简介易懂。(C# is an example of the problem of producers and consumers in the operation system. The picture is beautiful, vividly depicting the relationship between produc
OS
- 操作系统生产者消费者问题啊啊啊啊啊啊啊啊啊啊(OS ::DeleteObject(full1); ::DeleteObject(empty1); ::DeleteObject(full2); ::DeleteObject(empty2); ::DeleteObject(buffer1); ::DeleteObject(buffer2); full1 = ::CreateSemaphore(0,m_bu
生产者消费者
- 实现操作系统生产者消费者算法,内有两个算法文件和运行结果(operating system Producer consumer algorithm)