CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - 生产者

搜索资源列表

  1. sms_que

    0下载:
  2. 一个实现可以在进程间或者线程间通信的高效环形队列类,特别适用于那种生产者/消费者模型的应用中-an achievement in inter-process communication between threads or efficient circular queue category, particularly applicable to the kind of producer / consumer model of the application
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7163
    • 提供者:杨雨虹
  1. mae

    0下载:
  2. 生产者和消费者的问题,主要解决进程的同步和异步的问题-producers and consumers that the main problem solving process synchronous and asynchronous problems
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:25256
    • 提供者:mingming
  1. caozuoxitongkechengsheji

    0下载:
  2. 实现了生产者消费者问题和实现银行家算法
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:75949
    • 提供者:易朝晖
  1. pro_con

    0下载:
  2. 生产者消费者问题,于网上的大众答案相比,本人使用了rand()函数,随机挂起线程
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:119509
    • 提供者:宋楠
  1. systemexperiment

    0下载:
  2. 几个实现操作系统算法的小程序 有哲学家 算法 生产者消费者等算法的实现 供初学者学习参考
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:37044
    • 提供者:廖登榜
  1. 7

    0下载:
  2. 生产者/消费者问题在windows2000下的实现
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:19719
    • 提供者:hu
  1. PRO_CUS1

    0下载:
  2. 生产者与消费者演示-producers and consumers demo
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3774
    • 提供者:大男孩
  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. 生产者--消费者问题例程

    0下载:
  2. 02.生产者--消费者问题例程.rar
  3. 所属分类:数据结构常用算法

  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. circbuf-1.0

    0下载:
  2. 循环队列,C语言版本,可用于生产者消费者策略使用-Circular Queue, C language version of the strategy can be used for producers of consumer use
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:266480
    • 提供者:zhangzhen
  1. PCTest

    0下载:
  2. 基于java开发的OS中经典PV算法:生产者和消费者算法的演示。-Java-based OS development of PV in the classical algorithm: algorithm for producers and consumers of the presentation.
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:20315
    • 提供者:潘晓光
  1. dhjghfjg

    0下载:
  2. 一组生产者向一组消费者提供消息,它们共享一个有界缓冲池,生产者向其中投放消息,消费者从中取得消息。只要缓冲池未满,生产者可将消息送入缓冲池;只要缓冲池未空,消费者可从缓冲池取走一个消息。-A group of a group of producers to provide consumers with information, they share a community pool, producers put messages to which consumers get the news.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:67651
    • 提供者:万相友
  1. 111

    0下载:
  2. 此程序利用线程模拟进程,用p、v原语操作实现生产者与消费者的问题。-This procedure simulated the process of using thread, with p, v primitive operations to achieve the producer and consumer issues.
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:1120646
    • 提供者:0
  1. JThreadSynch

    0下载:
  2. 用JAVA实现生产者与消费者的同步与互斥问题-Producers and consumers to use JAVA to achieve synchronization and mutual exclusion problems
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:12067
    • 提供者:Geena
  1. ProducerConsumer.exe

    0下载:
  2. 本代码很形象的描述了生产者和消费者的同步与互斥问题-This code is a descr iption of the image of producers and consumers of synchronization and mutual exclusion problems
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:55998
    • 提供者:Geena
  1. Producers-consumer-test-procedure

    0下载:
  2. 很好的一个教程实验——生产者-消费者实验程序-A good tutorial experiment-- producer- consumer experimental procedures
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:3262
    • 提供者:梦子
  1. Sem

    0下载:
  2. 用Win32中的信号量实现生产者-消费者问题-Use Win32 semaphore in the producer- consumer issues
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1080
    • 提供者:chenyiyu
  1. ex4

    0下载:
  2. 生产者消费者算法 找素数线程每次只放一个素数 显示素数线程每次只显示一个素数-Producer-consumer algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:505004
    • 提供者:abel nightlord
  1. 生产者消费者问题

    0下载:
  2. 操作系统课程设计中模拟生产者消费者问题的程序.
  3. 所属分类:数据结构常用算法

« 12 »
搜珍网 www.dssz.com