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

搜索资源列表

  1. PC1

    0下载:
  2. 操作系统里的生产者与消费者的问题,主要是在c++环境下运行的。可以参考-Operating system where producers and consumers, mainly in c++ Environment running under. Can refer to
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:33682
    • 提供者:cherry
  1. caozuoxitongshejiss

    0下载:
  2. 操作系统的课程设计,整理得来的,里面很多,进程管理,银行家算法,生产者和消费者,等等很多问题-Operating system, curriculum design, finishing can be accomplished, there are many process management, bankers algorithm, producers and consumers, and so many problems
  3. 所属分类:OS Develop

    • 发布日期:2017-04-29
    • 文件大小:73749
    • 提供者:牟鹏
  1. test1

    0下载:
  2. 操作系统经典同步问题 消费者与生产者问题-Operating system synchronization classic problem of consumers and producers
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:717
    • 提供者:ff
  1. 111

    0下载:
  2. 此程序利用线程模拟进程,用p、v原语操作实现生产者与消费者的问题。-This procedure simulated the process of using thread, with p, v primitive operations to achieve the producer and consumer issues.
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:1120646
    • 提供者:0
  1. OS

    0下载:
  2. 用信号量解决关于生产者和消费者的问题。用C语言编写-On the use of semaphores to solve the problem of producers and consumers. Using C language
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:33490
    • 提供者:
  1. cheat

    0下载:
  2. Java多线程问题。生产者(P)生产一个产品,消费者(C)获取一个产品;P没有生产产品之前,C不能够获取;P只能够在C获取产品之后,才能生产下一个。-Java multi-threading issues. Producer (P) production of a product, consumers (C) to obtain a product P does not produce products before, C can not access P can only obtain t
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:1520
    • 提供者:唐凝
  1. IPC-Problem

    0下载:
  2. 模拟操作系统下的IPC问题,类似生产者和消费者-Modulate the IPC problem in operating system
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:179543
    • 提供者:zi
  1. pc

    0下载:
  2. 信号量的实现和应用 实现生产者和消费者的问题-Semaphore implementation and application of issues to achieve both producers and consumers
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:602
    • 提供者:金淼
  1. multiprocess

    0下载:
  2. 消费者生产者问题,进程是相互独立的,进程间的通信需要专门的机制.-custumers and producers
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:973
    • 提供者:gaojian
  1. JThreadSynch

    0下载:
  2. 用JAVA实现生产者与消费者的同步与互斥问题-Producers and consumers to use JAVA to achieve synchronization and mutual exclusion problems
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:12067
    • 提供者:Geena
  1. ProducerConsumer.exe

    0下载:
  2. 本代码很形象的描述了生产者和消费者的同步与互斥问题-This code is a descr iption of the image of producers and consumers of synchronization and mutual exclusion problems
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:55998
    • 提供者:Geena
  1. shengchanzheyuxiaofeizhe

    0下载:
  2. 用C写的消费者与生产者问题的解决方案,希望对大家有帮助-C written by consumers and producers, solution to the problem, we want to help
  3. 所属分类:Project Design

    • 发布日期:2017-04-17
    • 文件大小:252416
    • 提供者:黄星
  1. sx2

    0下载:
  2. 操作系统课程设计,关于消费者与生产者的同步互斥问题的程序源代码。-Courses on operating system design, on consumers and producers mutual exclusion synchronization program source code.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1938172
    • 提供者:wyw
  1. sx3

    0下载:
  2. 操作系统课程设计,关于消费者与生产者的同步互斥问题的程序源代码。-Courses on operating system design, on consumers and producers mutual exclusion synchronization program source code.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-19
    • 文件大小:5342910
    • 提供者:wyw
  1. sx4

    0下载:
  2. 操作系统课程设计,关于消费者与生产者的同步互斥问题的程序源代码。-Courses on operating system design, on consumers and producers mutual exclusion synchronization program source code.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-31
    • 文件大小:13821698
    • 提供者:wyw
  1. sxword

    0下载:
  2. 操作系统课程设计,关于消费者与生产者的同步互斥问题的程序源代码及文档(转发)。-Courses on operating system design, consumers and producers on mutual exclusion synchronization program source code and documentation (Forward).
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:45233
    • 提供者:wyw
  1. source.tar

    0下载:
  2. 是关于生产者和消费者的经典IPC问题-the IPC problem of the producters and consumers~~~~~~~~~~~
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:5724
    • 提供者:manman
  1. fork

    0下载:
  2. linux下进程通讯及实现消费者生产者问题,创建进程及进程通讯-Under the process of communication and implementation of linux producer consumer problem, create processes and process communication
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:1074
    • 提供者:guozheng
  1. ProductorandCustome

    0下载:
  2. 生产者和消费者的问题应用的是java多线程,建立仓库,对生产者和消费者分别设置睡眠解锁时间,-Producers and consumers of the problem is the java multithreaded applications, the establishment of warehouses were set on the producers and consumers to unlock sleep time
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:7061
    • 提供者:谷行
  1. thread

    0下载:
  2. 实验总体要求,使用MFC相关的功能函数来模拟经典进程互斥和同步问题 生产者和消费者 读者和写者 哲学家就餐问题-The general requirements of experiments, the use of MFC function to simulate the functions related to the classical problem of mutual exclusion and synchronization producers and consumers,
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:1287
    • 提供者:m47
« 1 2 ... 19 20 21 22 23 2425 26 »
搜珍网 www.dssz.com