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

搜索资源列表

  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. PCP

    0下载:
  2. 操作系统名著的生产者消费者问题,解决互斥等问题,代码简单-OS classic producer consumer issues, to resolve such issues as mutually exclusive, the code simple
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:1453
    • 提供者:poplar
  1. CycQueue

    0下载:
  2. 循环缓冲队列 ,常用于数据的采集等。比如生产者-消费者模式。-Circular buffer queue, commonly used in data collection and so on. For example the producer- consumer model.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:2036
    • 提供者:阿焦
  1. PROSUM

    0下载:
  2. 编程实现生产者-消费者问题。提示:生产者-消费者问题是一个实现线程同步的问题,生产者线程总是先运行,消费者线程在其后,两者交替运行,在程序中生产者线程和消费者线程可以共享数据,生产者线程为数据赋值,消费者线程将数据返回。可以利用创建Thread类的子类来实现。-Programming producer- consumer issues. Tip: Producer- Consumer problem is an implementation of thread synchronization
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4830
    • 提供者:朱蓉
  1. ProducerandConsumer

    0下载:
  2. this program solve problem of producer/consumer on semaphors and mutex
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:882
    • 提供者:szamek
  1. ProducerAndConsumer

    0下载:
  2. 生产者消费者源程序,实现进程间同步和互斥-Producer consumer source, to achieve inter-process synchronization and mutual exclusion
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:1869
    • 提供者:Nigel
  1. ProducerConsumer

    0下载:
  2. 基于对象调用wait与notify方法解决生产者-消费者问题-Object-based solution to call the wait and notify the producer- consumer issues
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-08
    • 文件大小:685
    • 提供者:1
  1. fafa

    0下载:
  2. 利用记录性信号量解决生产者——消费者问题-Record of the use semaphores to solve the producer- consumer issues
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-08
    • 文件大小:1845150
    • 提供者:谢天
  1. PCP

    0下载:
  2. 模拟操作系统的进程调度。 问题选择:生产者-消费者问题。 -Simulation of the operating system process scheduling. Problem choice: Producer- Consumer problem.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:161242
    • 提供者:tj
  1. consumer-producer

    0下载:
  2. c语言。生产者消费者问题的信号量解决代码。简洁明了-c language. About consumer and producer.
  3. 所属分类:Other systems

    • 发布日期:2017-05-13
    • 文件大小:3552171
    • 提供者:申俊泽
  1. Linux-Windows

    0下载:
  2. 分别在Linux和Windows两个平台上实现的生产者消费者进程调度-Linux and Windows at the two platforms to achieve the process of dispatching the producer consumer
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:386088
    • 提供者:liaolizi
  1. thread

    0下载:
  2. 生产者消费者程序,打印生产消费的情况,让你更加直观理解生产消费状况。-Producer consumer program, print production and consumption of the situation, make you more intuitive understanding of production and consumption situation.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:1646
    • 提供者:田野
  1. Producer_Consumer

    0下载:
  2. 关于死锁的问题,而生产者、消费者问题是死锁问题的一个比较经典的问题,此代码反映出死锁的一些方面。-On the deadlock problem, and the producer, consumer issues is the question of a more classic deadlock problem, this code reflects some aspects of the deadlock.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:37389
    • 提供者:liuting
  1. producerandcustomer

    0下载:
  2. 用VC++实现生产者消费者问题,不过没有界面,也可作平时参考使用-Using VC++ to achieve the producer consumer problem, but no interface can also be used as normal reference
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:1387
    • 提供者:凌夏
  1. ProducerAndConsumerSynchronization

    0下载:
  2. 生产者-消费者进程同步问题.生产者和消费者两个进程独立运行.-Producer- Consumer process synchronization problem. Producers and consumers operate independently of the two processes
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-17
    • 文件大小:48450
    • 提供者:小白鲨
  1. P_C

    0下载:
  2. 生产者消费者问题。操作系统编程 线程 进程-Producer consumer problem. Operating system programming thread process
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:2453
    • 提供者:林安
  1. make_use

    0下载:
  2. 使用C语言编写的生产者消费者的问题 使用了多线程 按PV操作实现-Using the C language, the producer consumer problem using multi-threaded operation to achieve by PV
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:782
    • 提供者:黄金芳
  1. Mystack

    0下载:
  2. 写一个线程安全的栈,底层用LinkedList实现,提供进栈和 出栈的方法,应用生产者-消费者模式。另外写两个类, 分别实现生产和消费者。 -Write a thread safe stack, the bottom with a LinkedList implementation, providing out of the stack into the stack and method of application of the producer- consumer model
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:692
    • 提供者:盒子
  1. producerANDconsumer

    0下载:
  2. 操作系统经典实验,模拟生产者消费者问题,采用java语言编写,互斥同步-OS classic experiment, simulation producer consumer issues, using java language, mutual exclusion synchronization
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:1622
    • 提供者:孟祥安
  1. product_custom

    0下载:
  2. 一个 生产者 消费者 模型的代码, 代码不多 但是真的实现还不是那么简单的哦-A producer consumer model code, the code is not really achieve much, but oh so simple
  3. 所属分类:Linux Network

    • 发布日期:2017-04-06
    • 文件大小:1024
    • 提供者:卫良刚
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 22 »
搜珍网 www.dssz.com