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

搜索资源列表

  1. shengchangxiaofeize

    0下载:
  2. “生产者-消费者”问题模拟系统hlp.pdf-"producer-consumer" simulation system hlp.pdf
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:64990
    • 提供者:诸葛三皮
  1. producerandcosumer

    0下载:
  2. 1、 生产者—消费者问题是一种同步问题的抽象描述。 2、 计算机系统中的每个进程都可以消费或生产某类资源。当系统中某一进程使用某一资源时,可以看作是消耗,且该进程称为消费者。 3、 而当某个进程释放资源时,则它就相当一个生产者 -one, producer-consumer problem is a problem of synchronization of the abstract descr iption. 2, the computer systems of each proc
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:116463
    • 提供者:张宁
  1. dnxx200406-0037

    0下载:
  2. JAVA多线程解决生产者消费者的问题,讲的十分生动,并配有详细的例子说明
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:78751
    • 提供者:cheng
  1. shengchanxiaofei

    0下载:
  2. 操作系统课程设计 模拟生产者消费者问题
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:5016
    • 提供者:kevin3225521
  1. OSCurriculumDesignReport

    0下载:
  2. 关于操作系统的课程设计报告,包含两个程序的设计:生产者与消费者的问题、银行家算法
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:122168
    • 提供者:huangtao
  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. os

    0下载:
  2. java和c语言编写的操作系统的算法,有生产者消费者问题和银行家算法,具体的实验报告格式-java and c language operating system algorithms, there are producers of consumer issues and banker s algorithm, the specific reporting format experiment
  3. 所属分类:Project Design

    • 发布日期:2017-03-29
    • 文件大小:59733
    • 提供者:fantasysq
  1. OS

    0下载:
  2. 题目一:实现生产者消费者问题;题目二:实现银行家算法。此程序的设计在Windows XP操作系统下,基于Microsoft Visual C++6.0环境下的一个关于实现生产者与消费者问题和银行家算法的程序。用C语言实现编程。-Title 1: Achieving the producer consumer problem Title 2: achieving banker' s algorithm. The design of this program under the Window
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:120763
    • 提供者:蒋思
  1. ProducerConsumer

    0下载:
  2. 实现生产者消费者问题,readme.txt文档中有详细说明功能-To achieve the producer consumer problem, readme.txt document is described in detail capabilities
  3. 所属分类:software engineering

    • 发布日期:2017-04-24
    • 文件大小:154019
    • 提供者:
  1. sczVSxfz

    0下载:
  2. 演示操作系统中生产者与消费者问题的解法,在多道程序和多任务系统中,系统内同时处于就绪状态的进程可能有若干个。也就是说能运行的进程数大于处理机个数。为了使系统中的进程能有条不紊地工作,必须选用某种调度策略,选择一进程占用处理机。设计一个模拟处理机调度算法,实现处理机调度。-Demonstration in the operating system Problem of producers and consumers, in the multi-channel programs and multi-
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:1962
    • 提供者:ChenZhenXing
  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. thread

    0下载:
  2. 我们的课设报告,用多线程解决经典的生产者与消费者问题,用锁操作原语实现互斥。-Our class set up the report, using multiple threads to solve the classic problem of producers and consumers, with the locking primitives, to achieve mutually exclusive.
  3. 所属分类:File Formats

    • 发布日期:2017-03-29
    • 文件大小:134345
    • 提供者:刘芸
  1. sellandbought

    0下载:
  2. 本文论述了多进程同步方法解决生产者-消费者问题的过程。该程序使学生对操作系统的工作机制有了初步的了解,其主要目的是使学生了解和撑握在Linux系统平台下的C语言编程,用来解决实现生活中遇到的问题。并以Linux系统开发平台,以及虚拟机来实现。-This article discusses the multi-process synchronization solution to the producer- consumer issues in the process. The program a
  3. 所属分类:software engineering

    • 发布日期:2017-05-08
    • 文件大小:1895746
    • 提供者:武秀
  1. sellandbought-(2)

    0下载:
  2. 本文论述了多进程同步方法解决生产者-消费者问题的过程。该程序使学生对操作系统的工作机制有了初步的了解,其主要目的是使学生了解和撑握在Linux系统平台下的C语言编程,用来解决实现生活中遇到的问题。并以Linux系统开发平台,以及虚拟机来实现。-This article discusses the multi-process synchronization solution to the producer- consumer issues in the process. The program a
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:44517
    • 提供者:武秀
  1. Customer

    0下载:
  2. 通过研究Linux的进程同步机制和信号量,实现生产者消费者问题的并发控制。-Through the study of Linux process synchronization mechanism and semaphores, concurrency control of the producer-consumer problem.
  3. 所属分类:software engineering

    • 发布日期:2017-05-18
    • 文件大小:4847616
    • 提供者:litao
  1. EOS

    0下载:
  2. 使用EOS的信号量,编程解决生产者—消费者问题,理解进程同步的意义。 调试跟踪EOS信号量的工作过程,理解进程同步的原理。 修改EOS的信号量算法,使之支持等待超时唤醒功能(有限等待),加深理解进程同步的原理。 -Semaphore using EOS programming to solve the producer- consumer issues, understand the significance of the process of synchronization. Th
  3. 所属分类:software engineering

    • 发布日期:2017-11-06
    • 文件大小:830750
    • 提供者:张薇
  1. Producer_consumer

    0下载:
  2. 用多进程同步方法演示“生产者-消费者”问题 -With multi-process synchronization demo " producer- consumer"
  3. 所属分类:software engineering

    • 发布日期:2017-04-24
    • 文件大小:439961
    • 提供者:sunlei
  1. product-and-custom

    0下载:
  2. 调用Windows API,模拟解决生产者-消费者问题-Call the Windows API, analog solutions producer- consumer issues
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:1884
    • 提供者:Mark
搜珍网 www.dssz.com