CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 生产者消费者问题

搜索资源列表

  1. 进程间同步的研究

    0下载:
  2. 本文从信号量、管程和消息传递三个方面讨论了进程间的同步问题,并分别给出了关于生产者/消费者问题的解决算法,最终还分析了以上三种方法的优缺点。-signal from the amount of paper tube and messaging three discussed the process of synchronization and were given on the producer / consumer problem solving algorithm, ultimately a
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:125201
    • 提供者:Gavin
  1. 用信号量解决生产者-消费者问题

    0下载:
  2. 这是操作系统课,期中考试的题目,用互斥信号量解决进程同步的问题-This is the OS class, the subject of the examination period, with the volume contradict signal synchronization process to resolve the problem
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:61279
    • 提供者:成龙
  1. wonlen

    0下载:
  2. 我们学校操作系统实验做的一些程序 包括进程同步,处理器调度,生产者消费者问题-our schools operating system to do some experimental procedures include process synchronization, processor scheduling, producer consumer issues. .
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:75371
    • 提供者:姚雷
  1. 操作系统试验报告

    2下载:
  2. 试验目的:通过研究Linux的线程机制和信号量实现生产者消费者问题的并发控制 说明:有界缓冲区内设有20个存储单元,放入/取出的数据项设定为1~20这20个整型数。 要求: (1)每个生产者和消费者对有界缓冲区进行操作后,即时显示有界缓冲区的全部内容.当前指针位置和生产者/消费者线程的标识符 (2)生产者和消费者各有两个以上 (3)多个生产者或多个消费者之间须共享对缓冲区进行操作的函数代码。-Test Objective : To study the Linux threading mechan
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:8533
    • 提供者:张飞
  1. 用多进程同步方法解决生产者-消费者问题

    0下载:
  2. 所属分类:Linux/Unix编程

    • 发布日期:2008-12-07
    • 文件大小:49152
    • 提供者:hello_cy
  1. VC下实现生产者消费者问题

    0下载:
  2. 所属分类:进程与线程

    • 发布日期:2008-12-23
    • 文件大小:1614983
    • 提供者:coolphx2007
  1. shengchanzheyuxiaofeizhe.rar

    0下载:
  2. 操作系统实验报告三——PV操作,生产者与消费者问题,Three experiments report the operating system- PV operation, the producer and consumer issues
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-07
    • 文件大小:1690921
    • 提供者:孙率
  1. ProducerAndConsumer_using_CS_

    0下载:
  2. 生产者/消费者问题示例,系统级编程课程设计-Producer/Consumer Problem Example
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:12179
    • 提供者:吴婧
  1. MFCProducersAndConsumers

    0下载:
  2. 一个用MFC做的关于生产者与消费者的问题.-Producers and consumers
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:56778
    • 提供者:victip
  1. humin

    0下载:
  2. linux 环境下编写的生产者--消费者问题-linux environment, prepared by the producer- consumer problem
  3. 所属分类:Linux Network

    • 发布日期:2017-04-25
    • 文件大小:36798
    • 提供者:
  1. Main

    0下载:
  2. linux下用多进程同步方法解决生产者-消费者问题源代码 -linuxlinuxlinux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:2174
    • 提供者:张莞昕
  1. PV

    0下载:
  2. PV操作,生产者消费者问题,适用于初学者及操作系统同步机构入门,内含实验报告-PV operation, the producer consumer problem for beginners and the operating system synchronization, entry, reports containing experimental
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:208634
    • 提供者:HomerW
  1. producter-and-consumer

    0下载:
  2. linux多线程编程,生产者消费者问题的c语言实现,模拟多线程编程资源抢占问题。-Linux multi-threaded programming, the producer-consumer problem, c language, analog multi-threaded programming resources to seize the problem.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-09
    • 文件大小:1119868
    • 提供者:wangfeng
  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. PV

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

    • 发布日期:2017-03-24
    • 文件大小:691
    • 提供者:王瑞
  1. os11

    0下载:
  2. 这是个典型的生产者与消费者问题,用的是PV操作实现的程序!-This is a typical problem of producers and consumers, using a PV operating procedures to achieve!
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:1333
    • 提供者:杰杰
  1. PC

    0下载:
  2. 生产者与消费者问题是进程同步的经典问题,而进程同步是进程这章的重点。我们要通过编写生产者与消费者问题的程序加深关于进程同步的印象,巩固所学知识。-Producers and consumers of the problem is a classic problem of synchronization process, and the process of synchronization is the process the focus of this chapter. We want to p
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:8166
    • 提供者:uygju
  1. procon

    0下载:
  2. 试验目的:通过研究Linux的线程机制和信号量实现生产者消费者问题的并发控制,windows环境下运行-Test Objective: To study the mechanisms and thread Linux Semaphore producers to achieve concurrency control on consumer issues, windows environment running
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-27
    • 文件大小:1361
    • 提供者:吕璐
  1. ProducerConsumer

    0下载:
  2. java写的另一个生产者消费者问题 java写的另一个生产者消费者问题-java write another producer consumer problem java write another producer consumer problem
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:2099
    • 提供者:xxc
  1. pv

    0下载:
  2. 在linux环境下c语言实现生产者消费者问题。多个生产者消费者互斥访问缓冲区-In linux environment c language producers consumer issues. Mutex consumers to visit a number of producers in the buffer zone
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:1575
    • 提供者:
« 1 2 3 4 5 6 78 9 10 11 12 ... 26 »
搜珍网 www.dssz.com