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

搜索资源列表

  1. PCProblem

    0下载:
  2. 多进程同步解决生产者消费者问题 代码+报告+EXE演示文件-Multi-process synchronization code to solve the producer consumer+ report+ EXE demo file
  3. 所属分类:JavaScript

    • 发布日期:2017-04-01
    • 文件大小:171803
    • 提供者:L
  1. pthread.tar

    0下载:
  2. linux下多线程实现生产者消费者及用并行算法求圆周率等经典算法-linux under the multi-threaded use of consumers and producers to achieve parallel algorithm for the classical algorithm, such as pi
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:2446
    • 提供者:brave_gen
  1. 在nachos系统中实现生产者—消费者问题

    0下载:
  2. 在nachos系统中实现生产者—消费者问题-Implement the system in the nachos Producer- Consumer problem
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-03-24
    • 文件大小:137866
    • 提供者:jeremy
  1. 516

    0下载:
  2. 操作系统的课程设计 一个简单的关于用多进程同步方法解决生产者-消费者问题的代码以及论文-Curriculum design operating system on a simple multi-process synchronization solution to the producer- consumer issues, as well as paper code
  3. 所属分类:OS Develop

    • 发布日期:2017-03-24
    • 文件大小:118623
    • 提供者:萧天
  1. ProducerandConsumerProblem

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

    • 发布日期:2016-03-21
    • 文件大小:29701
    • 提供者:CoCo
  1. shchzh

    0下载:
  2. 本原程序为个人操作系统课程设计 演示了生产者/消费者问题-This program is designned for personal OS course, it demos the problems between producer and consumer.
  3. 所属分类:

    • 发布日期:2017-12-02
    • 文件大小:653762
    • 提供者:曹洪光
  1. xrdshengchanxiaofei

    0下载:
  2. 操作系统关于生产者消费者问题的-Operating system on the producers of consumer issues
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:71959
    • 提供者:Anny
  1. ServerMFC

    0下载:
  2. C++解决的一个生产者消费者模型,中间用到了临界资源的处理,队列的处理。-C++ Solve a producer consumer model, the middle of a critical resource used in processing, queue handling.
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-06
    • 文件大小:101711
    • 提供者:徐明胜
  1. R_WP1

    0下载:
  2. os的一次作业,生产者消费者问题,用信号量来实现的-os an operation, producers of consumer problems, and use semaphores to achieve the
  3. 所属分类:OS Develop

    • 发布日期:2017-05-04
    • 文件大小:13831
    • 提供者:xieyuan
  1. producer-consumer

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

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

    0下载:
  2. 生产者消费者问题的解决,不错的源码,望对大家有用-Producer consumer problem, a good source, hope for all of us useful
  3. 所属分类:JavaScript

    • 发布日期:2017-04-04
    • 文件大小:982
    • 提供者:changyanhe
  1. P_C

    0下载:
  2. 模拟操作系统的著名问题--生产者消费者问题,并且可以任意设置缓冲区大小并从标准文件读入数据-Simulation of the operating system a well-known problem- the producers of consumer issues and can set the buffer size and read from the standard document data
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:3579
    • 提供者:王小二
  1. TicketSell

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

    • 发布日期:2017-04-11
    • 文件大小:1269
    • 提供者:xxc
  1. Producer

    0下载:
  2. 程序实现了两个生产者和两个消费者的生产者消费者问题(当生产者消费者数目再多时加上几个子进程就可以了)为了防止程序陷入死循环,给生产者限定了生产次数,同时为了方便截图,将次数限定的比较少。下面是我的程序:-Procedures to achieve the two producers and two consumers and producers of consumer issues (when the number of producers of consumers to add a few m
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:64677
    • 提供者:wangshan
  1. shengchanxiaofei

    0下载:
  2. 这是我做的操作系统的实验生产者消费者问题 包括程序和文档 -This is my operating system to do experiments producers of consumer issues, including procedures and documentation
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:17831
    • 提供者:张志文
  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-11
    • 文件大小: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. produce

    0下载:
  2. 一个操作系统实验的程序,模拟生产者消费者问题-An operating system trials, simulation producer consumer issues
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-09
    • 文件大小:43122
    • 提供者:吴日晖
  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. ThreadTest

    0下载:
  2. java线程学习时,用来演示生产者-消费者的经典程序!例子-java thread example about productor-consumer
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:4054
    • 提供者:cls
« 1 23 4 5 6 7 8 9 10 ... 48 »
搜珍网 www.dssz.com