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

搜索资源列表

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

    0下载:
  2. 生产者消费者问题,多线程-临界区进入问题模拟。-Producers of consumer issues, multi-threaded- critical issue of access simulation.
  3. 所属分类:Windows Kernel

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

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

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

    0下载:
  2. 虚拟仪器labview的数据采集程序,简单、使用。使用生产者消费者构架。-ProducerConsumerData
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-06
    • 文件大小:99855
    • 提供者:李夏河
  1. process

    0下载:
  2. Windows编程操作系统生产者消费者问题源代码C++实现-ProcessControlusersandcustomer
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:69222
    • 提供者:wujia
  1. MultiThreading

    0下载:
  2. 生产者消费者问题的JAVA解决,线程同步问题-Productor and Consumer, Using Java to implement thread problem
  3. 所属分类:Java Develop

    • 发布日期:2017-04-27
    • 文件大小:42961
    • 提供者:Freya
  1. sem

    0下载:
  2. 代码在Linux上运行,主要是解决生产者消费者的问题,实现进程间的通信。-Code running on Linux, the main producers and consumers to solve the problem, to achieve inter-process communication.
  3. 所属分类:Linux-Unix program

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

    0下载:
  2. 用c语言实现生产者消费者问题,可以任意确定个数-Producers, consumers with c language problem, you can arbitrarily determine the number of
  3. 所属分类:Network Security

    • 发布日期:2017-05-08
    • 文件大小:1845527
    • 提供者:李牧哲
  1. consumer_producer

    0下载:
  2. 著名的生产者消费者问题 在linux下实现 操作系统必备-the famous consumer-producer problem
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:2855
    • 提供者:小猪猪
  1. fafa

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

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

    0下载:
  2. 实现操作系统的PV操作中的经典算法——生产者消费者-PV operation to achieve the operating system in the classical algorithm- producers and consumers
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:1783
    • 提供者:吴蕾
  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. 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. Linux_pc

    0下载:
  2. Linux下的编程,实现生产者消费者程序。-Linux, programming, implementation procedures for producers and consumers.
  3. 所属分类:Linux-Unix program

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

    0下载:
  2. 生产者消费者多线程版,不是单线程的哦,大家可以学习学习-Multi-threaded version of producers and consumers, not single-threaded, we can learn from
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:56087
    • 提供者:田野
  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. 11111

    0下载:
  2. 关于操作系统的生产者消费者问题, 用VC++实现-Producers of consumer issues on the operating system, using VC++ Implementation
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1970915
    • 提供者:刘洪
  1. 45

    0下载:
  2. 说明:有界缓冲区内设有20个存储单元,放入/取出的数据项设定为1-20这20个整型数。 设计要求:(1)每个生产者和消费者对有界缓冲区进行操作后,即时显示有界缓冲区的全部内容,当前指针位置和生产者/消费者县城的标识符。(2)生产者和消费者各有两个以上。(3)多个生产者或多个消费者之间须有共享对缓冲区进行操作的函数代码。(提示:有界缓冲区可用数组实现)
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:2884
    • 提供者:刘达
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 48 »
搜珍网 www.dssz.com