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

搜索资源列表

  1. ProducerConsumerTest

    0下载:
  2. 生产者消费者多线程实现. 生产者消费者多线程实现.-producer-consumer,multiThreads
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:1042
    • 提供者:王鹏
  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. 6-1

    0下载:
  2. 操作系统课程设计,生产者消费者问题,很实用的一个程序设计论文-Operating system design, the producer consumer problem, it is a practical program design thesis
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:302311
    • 提供者:张巍
  1. include1

    0下载:
  2. 因为有多个缓冲区,所以生产者线程没有必要在生成新的数据之前等待最后一个数据被消费者线程处理完毕。同样,消费者线程并不一定每次只能处理一个数据。在多缓冲区机制下,线程之间不必互相等待形成死锁,因而提高了效率。 -Because there are a number of the buffer zone, so there is no need for the producer thread to generate new data on waiting until the last thre
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:5107
    • 提供者:张闽
  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. producerConsumer

    0下载:
  2. The problem of producer and consumer, typical in OS problems
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-04
    • 文件大小:3907
    • 提供者:m.acaceresg
  1. wyPRODUCER

    0下载:
  2. 生产者消费者 用C语言模拟LINUX操作系统的生产者和消费者同步互斥的操作-Producer consumer LINUX operating system, C language simulation of producers and consumers mutex synchronization operation
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:2034
    • 提供者:love暖色
  1. ProducersAndCustomers

    0下载:
  2. 通过研究Linux的线程机制和信号量实现生产者消费者(Bounded Buffer)问题的并发控制。 通过n个缓冲区组成缓冲池共同完成“生产和消费”任务,每个缓冲区存放一个产品,生产者将生产出的产品放入空缓冲区;消费者从满缓冲区中取出产品。一旦所有缓冲区均满时,生产者必须等待消费者提供空缓冲区。另外,对所有生产者和消费者线程来说,缓冲池是临界资源,即任何一个线程在对某个缓冲区进行“存”和“取”操作时须和其他线程互斥执行。 -By studying the Linux thread and
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:4676
    • 提供者:vivien
  1. producerandconsumer

    1下载:
  2. linux和Windows下实现的经典的生产者消费者的操作系统问题-linux and Windows under the producer of the classic problem of the consumer operating system
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:88539
    • 提供者:琳琳
  1. HYPERLINK

    0下载:
  2. 每个生产者和消费者对有界缓冲区进行操作后,即时显示有界缓冲区的全部内容,当前指针位置和生产者/消费者县城的标识符.(2)生产者和消费者各有两个以上.(3)多个生产者或多个消费者之间须有共享对缓冲区进行操作的函数代码. 提示:(1) 有界缓冲区可用数组实现. -producer and customer
  3. 所属分类:Document

    • 发布日期:2017-04-01
    • 文件大小:4860
    • 提供者:杨怀猛
  1. 2

    0下载:
  2. 每个生产者和消费者对有界缓冲区进行操作后,即时显示有界缓冲区的全部内容,当前指针位置和生产者/消费者县城的标识符.(2)生产者和消费者各有两个以上.(3)多个生产者或多个消费者之间须有共享对缓冲区进行操作的函数代码. 提示:(1) 有界缓冲区可用数组实现. -producer and customer
  3. 所属分类:Document

    • 发布日期:2017-04-06
    • 文件大小:2998
    • 提供者:杨怀猛
  1. Consumerandproducerproblem

    0下载:
  2. 生产者消费者问题 存在竞争互斥 死锁问题的解决 三个线程-Consumer producer problem competition problems mutex deadlock three threads
  3. 所属分类:OS Develop

    • 发布日期:2017-04-25
    • 文件大小:42538
    • 提供者:landu
  1. producer_consumer

    0下载:
  2. 操作系统中的经典算法—生产者消费者,算法可实现。-Classical algorithm in the operating system- producer of consumer, the algorithm can be realized.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1889191
    • 提供者:xiangcao
  1. ProducerConsumerExample

    0下载:
  2. 类似一个可乐销售机系统,LabVIEW网络讲坛《状态机》(State Machine)下集里面用作例子-Producer Consumer Example This particular example, a simulated soda machine, uses an event structure in the producer loop to register user input (depositingclicking on quarter, dime or nickel), an
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:549818
    • 提供者:tavel
  1. cheat

    0下载:
  2. Java多线程问题。生产者(P)生产一个产品,消费者(C)获取一个产品;P没有生产产品之前,C不能够获取;P只能够在C获取产品之后,才能生产下一个。-Java multi-threading issues. Producer (P) production of a product, consumers (C) to obtain a product P does not produce products before, C can not access P can only obtain t
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:1520
    • 提供者:唐凝
  1. 1-1st-Chapter3

    0下载:
  2. 正弦信号发生器的单片机编程程序,适用于凌阳单片机,05年电子设计大赛源文件 -sine signal producer
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-16
    • 文件大小:42605
    • 提供者:沉郁然
  1. HelixProducerPlus

    0下载:
  2. 教你如何使用real公司官方压缩软件Helix Producer Plus去制作rmvb,说明个参数设置,应用选择,算法,此为中文版教程-Teach you how to use compression software real company official Helix Producer Plus to produce rmvb, that parameter settings, the application of choice of algorithm, this is the Chi
  3. 所属分类:Video Capture

    • 发布日期:2017-03-30
    • 文件大小:159133
    • 提供者:贾硕
  1. pudn_1

    0下载:
  2. 此程序是用WTL+ATL编写,开发环境为VS2008。data.dll模拟访问驱动程序获得数据序列(本例中设计为正弦曲线数据,详见DataInfo.h),PC.exe用于模拟生产者消费者模型:一个生产者线程调用DLL获得数据,一个消费者线程获得数据并更新显示数据,主界面线程显示该数据,画出动态数据演变的曲线图。-This procedure is used WTL+ ATL development, development environment for the VS2008. visit da
  3. 所属分类:Process-Thread

    • 发布日期:2017-06-08
    • 文件大小:15802484
    • 提供者:闫帅
  1. PCModel

    0下载:
  2. 用windows api实现的生产者消费者模型程序 c++来的-Use windows api to achieve the producer consumer model program c++ to the
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:155372
    • 提供者:L_jin
  1. ProductAndConsumer

    0下载:
  2. 计算机网络经典算法:生产者与消费者问题的源代码-classic algorithm of computer network:producer and consumer
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:142990
    • 提供者:若欣
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 29 »
搜珍网 www.dssz.com