CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - Producer-Consumer problem

搜索资源列表

  1. the-producer---consumer-problem

    0下载:
  2. 模拟PV操作同步机构,且用PV操作解决生产者——消费者问题-PV operation synchronization, simulation, and the use of PV operation to solve the producer- consumer problem
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:1581
    • 提供者:liu
  1. producer-consumer

    1下载:
  2. 用信号量解决生产者消费者问题,简捷易懂!-Semaphore producers with consumers to solve the problem, simple and understandable!
  3. 所属分类:OS Develop

    • 发布日期:2016-03-20
    • 文件大小:1309
    • 提供者:王春林
  1. produce_consume

    0下载:
  2. 操作系统课程设计:很好的课程设计:研究的是生产者消费者的进程同步问题,需要的人赶紧下吧-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
  3. 所属分类:OS Develop

    • 发布日期:2017-05-10
    • 文件大小:17835
    • 提供者:张薇薇
  1. sfhsjk

    0下载:
  2. 通过本程序能够实现os中经典的生产者消费者问题,可显示-This procedure can be achieved through the os in the classic producer consumer problem, shows
  3. 所属分类:OS Develop

    • 发布日期:2017-05-09
    • 文件大小:49457
    • 提供者:笑哈哈
  1. producder

    0下载:
  2. 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
  3. 所属分类:OS Develop

    • 发布日期:2017-04-14
    • 文件大小:4023
    • 提供者:helen
  1. producer_consumer_problem

    0下载:
  2. a code that represents the consumer producer problem
  3. 所属分类:Compiler program

    • 发布日期:2017-04-12
    • 文件大小:1664
    • 提供者:denis
  1. ProducerConsumer

    0下载:
  2. Producer Consumer problem simulator to solve Synchronization issues
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:13564
    • 提供者:Nasir
  1. 1

    1下载:
  2. 本次课程设计在本着加强课本知识运用能力的前提下,用PV操作来解决生产者消费者问题这个题目。该题目主要是解决操作系统中进程的同步与互斥的问题。 有界缓冲区内设有20个存储单元,放入/取出的数据项设定为1-20这20个整型数. (1)每个生产者和消费者对有界缓冲区进行操作后,即时显示有界缓冲区的全部内容,当前指针位置和生产者/消费者进程的标识符. (2)生产者和消费者各有两个以上. (3)多个生产者或多个消费者之间须有共享对缓冲区进行操作的函数代码. -The cur
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:1692
    • 提供者:王欣
  1. P_C

    0下载:
  2. 生产者消费者问题。操作系统编程 线程 进程-Producer consumer problem. Operating system programming thread process
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:2453
    • 提供者:林安
  1. producer_consumerWin32

    0下载:
  2. 操作系统课程相关 win32下实现生产者消费者问题-Courses related to the operating system to achieve the producer consumer problem win32
  3. 所属分类:OS Develop

    • 发布日期:2017-05-11
    • 文件大小:2705014
    • 提供者:小小小
  1. Produce_Consume_Pthread

    0下载:
  2. 利用各自操作系统提供的Mutex和信号量机制(Win32 API或Pthreads),实现生产者/消费者问题-Provided by each operating system Mutex and semaphore mechanism (Win32 API or Pthreads), to achieve the producer/consumer problem
  3. 所属分类:OS Develop

    • 发布日期:2017-05-13
    • 文件大小:3400899
    • 提供者:赵阳
  1. os

    0下载:
  2. Fork: 实现了以进程解决生产者消费者问题. pclone: 实现了以线程解决生产者消费者问题. test_scheduler: 实现了处理机调度--实时调度算法EDF和RMS store_scheduler: 实现了存贮管理--动态不等长存储资源分配算法 HashFile: 实现了文件系统--Hash结构文件 device: 实现了设备管理--Linux设备驱动程序安装(注意头文件的位置随环境不同而改变)-Fork: to achieve a solution to pr
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:31590
    • 提供者:詹磊
  1. 10

    0下载:
  2. 此源代码使用的是C语言编写,可以实现操作系统中经典的生产者-消费者问题的验证-This source code is written in C can be achieved in the classic operating system producer- consumer problem verification
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:852
    • 提供者:梦泽天
  1. P_C

    0下载:
  2. 经典的操作系统生产者消费者问题,大多数都是控制台实现,我用的mfc实现了界面操作,结果操作简单易懂。-Mostly of the classic producer-consumer problem of the operating system console, I use the mfc interface operation, the result is straightforward.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:1921781
    • 提供者:liujunjie
  1. Semaphore

    0下载:
  2. 操作系统中的生产者—消费者问题,在Windows上实现-The producer- consumer problem, the operating system on Windows
  3. 所属分类:OS Develop

    • 发布日期:2017-04-11
    • 文件大小:914
    • 提供者:Jack
  1. producer-consumer

    0下载:
  2. 关于操作系统的经典问题--消费者与生产者问题-Classic problem of the operating system- consumers and producers
  3. 所属分类:OS Develop

    • 发布日期:2017-11-22
    • 文件大小:1532674
    • 提供者:吴天兴
  1. Producer-Consumer

    0下载:
  2. 实现了生产者消费者的问题,通过调用系统函数随机产生字符对生产者消费者问题进行很好、直观的描述-Producers and consumers to realize the problem, randomly generated characters to be good producers and consumers, intuitive descr iption by calling the system function
  3. 所属分类:source in ebook

    • 发布日期:2017-04-12
    • 文件大小:2376
    • 提供者:
  1. Producer-consumer-problem

    0下载:
  2. 生产者消费者完整代码 C语言,操作系统作业-Producer-consumer problem
  3. 所属分类:OS Develop

    • 发布日期:2017-05-04
    • 文件大小:5292
    • 提供者:qxbiao
  1. sem.c

    0下载:
  2. 这是关于操作系统中生产者消费者问题的一段代码,其中生产者和消费者问题是用信号量实现的,临界资源是用数组实现的。-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
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:1578
    • 提供者:宗道明
  1. windows_pc

    0下载:
  2. 生产者 消费者问题 生产者-消费者问题是一个经典的进程同步问题,该问题最早由Dijkstra提出,用以演示他提出的信号量机制。在同一个进程地址空间内执行的两个线程生产者线程生产物品,然后将物品放置在一个空缓冲区中供消费者线程消费。消费者线程从缓冲区中获得物品,然后释放缓冲区。当生产者线程生产物品时,如果没有空缓冲区可用,那么生产者线程必须等待消费者线程释放出一个空缓冲区。当消费者线程消费物品时,如果没有满的缓冲区,那么消费者线程将被阻塞,直到新的物品被生产出来。(prodecer consu
  3. 所属分类:操作系统开发

    • 发布日期:2017-12-20
    • 文件大小:3790848
    • 提供者:ewq1
« 12 »
搜珍网 www.dssz.com