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

搜索资源列表

  1. 913319973434234

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

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

    0下载:
  2. 实现了将一个任务创建多个线程执行的功能。而且实现了多个生产者和多个消费者同步的功能。-To achieve a task that will create multiple threads perform executive functions. But also achieved a number of producers and multiple consumers in synchronization feature.
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:24224
    • 提供者:nxd
  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. 617758producerConsumerModel_src

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

    • 发布日期:2017-03-29
    • 文件大小:20242
    • 提供者:霖犀一智
  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. 焦玉超

    1下载:
  2. 操作系统课程设计生产者-消费者模拟算法。(我上传的为几种不同的算法,我这里还有好多,大家可以加我QQ联系)- The operating system curriculum designs the producer- consumer to simulate the algorithm. (On me passes on is several different algorithms, my here also has many, everybody may add my QQ relati
  3. 所属分类:操作系统开发

    • 发布日期:2013-06-27
    • 文件大小:2009909
    • 提供者:陈国强
  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. xrdshengchanxiaofei

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

    • 发布日期:2017-04-03
    • 文件大小:71959
    • 提供者:Anny
  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. 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. 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. 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. 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. Producer_Customer

    0下载:
  2. 模拟操作系统中进程的互斥和同步,解决生产者和消费者问题。使用图形界面,可以在程序中方便的更改生产者和消费者个数,和模拟速度。-Simulation of the operating system mutex and synchronization process to resolve the issue of producers and consumers. Use graphical interface, you can change the process convenient number
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:14186
    • 提供者:xjp
« 1 2 34 5 6 7 8 9 10 ... 48 »
搜珍网 www.dssz.com