搜索资源列表
-
0下载:
模拟PV操作同步机构,且用PV操作解决生产者——消费者问题-PV operation synchronization, simulation, and the use of PV operation to solve the producer- consumer problem
-
-
1下载:
用信号量解决生产者消费者问题,简捷易懂!-Semaphore producers with consumers to solve the problem, simple and understandable!
-
-
0下载:
操作系统课程设计:很好的课程设计:研究的是生产者消费者的进程同步问题,需要的人赶紧下吧-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 you
-
-
0下载:
通过本程序能够实现os中经典的生产者消费者问题,可显示-This procedure can be achieved through the os in the classic producer consumer problem, shows
-
-
0下载:
C++语言实现生产者消费者问题
生产者-消费者问题是一个经典的进程同步问题,该问题最早由Dijkstra提出,用以演示他提出的信号量机制。-C++ language to achieve the producer consumer problem producers- consumers are a classic problem of process synchronization problem, the problem was first proposed by Dijkstra pr
-
-
0下载:
a code that represents the consumer producer problem
-
-
0下载:
Producer Consumer problem simulator to solve Synchronization issues
-
-
1下载:
本次课程设计在本着加强课本知识运用能力的前提下,用PV操作来解决生产者消费者问题这个题目。该题目主要是解决操作系统中进程的同步与互斥的问题。
有界缓冲区内设有20个存储单元,放入/取出的数据项设定为1-20这20个整型数.
(1)每个生产者和消费者对有界缓冲区进行操作后,即时显示有界缓冲区的全部内容,当前指针位置和生产者/消费者进程的标识符.
(2)生产者和消费者各有两个以上.
(3)多个生产者或多个消费者之间须有共享对缓冲区进行操作的函数代码.
-The cur
-
-
0下载:
生产者消费者问题。操作系统编程 线程 进程-Producer consumer problem. Operating system programming thread process
-
-
0下载:
操作系统课程相关 win32下实现生产者消费者问题-Courses related to the operating system to achieve the producer consumer problem win32
-
-
0下载:
利用各自操作系统提供的Mutex和信号量机制(Win32 API或Pthreads),实现生产者/消费者问题-Provided by each operating system Mutex and semaphore mechanism (Win32 API or Pthreads), to achieve the producer/consumer problem
-
-
0下载:
Fork: 实现了以进程解决生产者消费者问题.
pclone: 实现了以线程解决生产者消费者问题.
test_scheduler: 实现了处理机调度--实时调度算法EDF和RMS
store_scheduler: 实现了存贮管理--动态不等长存储资源分配算法
HashFile: 实现了文件系统--Hash结构文件
device: 实现了设备管理--Linux设备驱动程序安装(注意头文件的位置随环境不同而改变)-Fork: to achieve a solution to pr
-
-
0下载:
此源代码使用的是C语言编写,可以实现操作系统中经典的生产者-消费者问题的验证-This source code is written in C can be achieved in the classic operating system producer- consumer problem verification
-
-
0下载:
经典的操作系统生产者消费者问题,大多数都是控制台实现,我用的mfc实现了界面操作,结果操作简单易懂。-Mostly of the classic producer-consumer problem of the operating system console, I use the mfc interface operation, the result is straightforward.
-
-
0下载:
操作系统中的生产者—消费者问题,在Windows上实现-The producer- consumer problem, the operating system on Windows
-
-
0下载:
关于操作系统的经典问题--消费者与生产者问题-Classic problem of the operating system- consumers and producers
-
-
0下载:
实现了生产者消费者的问题,通过调用系统函数随机产生字符对生产者消费者问题进行很好、直观的描述-Producers and consumers to realize the problem, randomly generated characters to be good producers and consumers, intuitive descr iption by calling the system function
-
-
0下载:
生产者消费者完整代码 C语言,操作系统作业-Producer-consumer problem
-
-
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
-
-
0下载:
生产者 消费者问题
生产者-消费者问题是一个经典的进程同步问题,该问题最早由Dijkstra提出,用以演示他提出的信号量机制。在同一个进程地址空间内执行的两个线程生产者线程生产物品,然后将物品放置在一个空缓冲区中供消费者线程消费。消费者线程从缓冲区中获得物品,然后释放缓冲区。当生产者线程生产物品时,如果没有空缓冲区可用,那么生产者线程必须等待消费者线程释放出一个空缓冲区。当消费者线程消费物品时,如果没有满的缓冲区,那么消费者线程将被阻塞,直到新的物品被生产出来。(prodecer consu
-