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

搜索资源列表

  1. shchzh.rar

    0下载:
  2. 本原程序为个人操作系统课程设计 演示了生产者/消费者问题
  3. 所属分类:源码下载

    • 发布日期:
    • 文件大小:653491
    • 提供者:
  1. 生产者-消费者问题.rar

    1下载:
  2. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:2875
    • 提供者:
  1. 操作系统中得生产者与消费者问题

    0下载:
  2. 操作系统中得生产者与消费者问题
  3. 所属分类:操作系统开发

    • 发布日期:2011-12-15
    • 文件大小:33126
    • 提供者:Asialyz
  1. 编程实现生产者消费者或读写者的同步问题

    0下载:
  2. 编程实现生产者消费者或读写者的同步问题 编程实现生产者消费者或读写者的同步问题,目标掌握信号量实现进程同步及其应用-Programming producers or consumers who read and write the synchronization programming producers, consumers or those who read and write synchronization problem, the target volume to achieve
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-23
    • 文件大小:1165
    • 提供者:瓜哥
  1. Java.rar

    0下载:
  2. 一个经典的解决生产者和消费者问题的源代码(Java实现)。希望大家下载来看看。,A classic solution to the issue of producers and consumers of the source code (Java to achieve). Hope that we take a look at the download.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-22
    • 文件大小:10786
    • 提供者:wangshan
  1. 实现生产者和消费者问题

    1下载:
  2. 实现生产者和消费者问题。输入:由英文字母和数字组成的不定长度字符串数组,例如{“abc”,”23d”,”1a”}。每隔100毫秒,生产者线程读入数据,放入生产者公用的仓库;消费者从仓库中取出字符串,进行倒置,-Producers and consumers realize the problem. Input: letters and numbers from the adventitious length of the string array, for example, {" ab
  3. 所属分类:JSP源码/Java

    • 发布日期:2017-03-27
    • 文件大小:778
    • 提供者:
  1. 913319973434234

    0下载:
  2. 题目:多线程同步方法解决生产者-消费者问题-Title: Multi-thread synchronization solution to the producer- consumer issues
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-08
    • 文件大小:116407
    • 提供者:霖犀一智
  1. 617758producerConsumerModel_src

    0下载:
  2. 题目:多线程同步方法解决生产者-消费者问题-Title: Multi-thread synchronization solution to the producer- consumer issues
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:20242
    • 提供者:霖犀一智
  1. OS_NO1

    0下载:
  2. 系统编程中消费者,生产者的实现源代码,初学者可能很有用。-System Programming consumers, producers realize the source code, it might be useful to beginners.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-12
    • 文件大小:5132
    • 提供者:asly
  1. producer_and_consumer

    0下载:
  2. 操作系统同步与互斥的经典问题--生产者与消费者问题编程代码-Operating system synchronization and mutex classic problem- the issue of producers and consumers of programming code
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:46282
    • 提供者:陈小龙
  1. TestPC

    0下载:
  2. 操作系统课程实验,演示生产者与消费者问题。进程显示。-Experimental operating system courses, presentation producers and consumer issues. Processes show.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-11
    • 文件大小:1229
    • 提供者:gongchang
  1. thread

    0下载:
  2. 生产者消费者多线程问题,通过调用系统函数,来解决生产者消费者多线程问题。-Consumer producer problem of multi-threading, by calling the system function, to address the issue of multi-threaded producer consumer.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-12
    • 文件大小:641
    • 提供者:zhang
  1. ProducerConsumer1

    0下载:
  2. 生产者, 消费者问题-Producers, consumer issues
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:687
    • 提供者:braveking
  1. procon

    0下载:
  2. 生产者消费者同步问题,用于模拟都线程的并行与互斥-Producer consumer synchronization, threads are used to simulate parallel and mutually exclusive
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:87636
    • 提供者:guanggan
  1. consumer

    0下载:
  2. 题目二:用多进程同步方法解决生产者-消费者问题。 说明:有界缓冲区内设有20个存储单元,放入/取出的数据项设定为1-20这20个整型数. 设计要求:(1)每个生产者和消费者对有界缓冲区进行操作后,即时显示有界缓冲区的全部内容,当前指针位置和生产者/消费者线程的标识符.(2)生产者和消费者各有两个以上.(3)多个生产者或多个消费者之间须有共享对缓冲区进行操作的函数代码.-Title 2: The multi-process synchronization solution to
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:37837
    • 提供者:duge
  1. 1

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

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

    0下载:
  2. 通过创建线程实现生产者、消费者对缓冲区进行互斥操作。 用信号量机制解决进程(线程)的同步与互斥问题。 缓冲区大小为31,缓冲区满则不允许生产者生产数据,缓冲区空则不允许消费者消费数据。 程序一直运行下去,直到敲击回车停止。-Achieved by creating a thread producers, consumers mutually exclusive operation of the buffer. Settlement process with the semaphore
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:256681
    • 提供者:moondancing
  1. 生产者和消费者问题

    0下载:
  2. Java实现经典的消费者和生产者问题。利用图形化界面演示生产者和消费者问题
  3. 所属分类:数学计算/工程计算

  1. pac

    0下载:
  2. 模拟商店商品销售,生产者消费者进程同步问题,对缓冲区的访问(store; shop;merchandising; merchandise sales)
  3. 所属分类:进程与线程

    • 发布日期:2017-12-23
    • 文件大小:36864
    • 提供者:敷衍666666
  1. 理发师问题

    0下载:
  2. 其实际为生产者消费者问题,理发师忙时,顾客等待,理发师闲时,给顾客理发。(In fact, it is the problem of producer consumers, when the barber is busy, the customer is waiting, and the barber is free to make a haircut for the customer.)
  3. 所属分类:Java编程

    • 发布日期:2018-01-10
    • 文件大小:3072
    • 提供者:mamagician
« 1 2 3 45 6 7 8 9 10 ... 26 »
搜珍网 www.dssz.com