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

搜索资源列表

  1. Consumer-Producer

    0下载:
  2. java生产者消费者程序实现   线程,信号量互斥事件   临界资源-java producer consumer program threads, semaphores contradict critical resources incident
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:10194
    • 提供者:龙杏
  1. producer-consumer

    0下载:
  2. producer-consumer problem 的源码-producer-consumer source of the problem
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:7935
    • 提供者:ws
  1. producter-and-consumer

    0下载:
  2. linux多线程编程,生产者消费者问题的c语言实现,模拟多线程编程资源抢占问题。-Linux multi-threaded programming, the producer-consumer problem, c language, analog multi-threaded programming resources to seize the problem.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-09
    • 文件大小:1119868
    • 提供者:wangfeng
  1. productor_consumer

    0下载:
  2. 生产者与消费者问题,用信号量实现!linux环境下的C代码-Producer and consumer issues, using semaphores to achieve! C code in linux environment
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1303
    • 提供者:flydragon
  1. the-producer---consumer-problem

    0下载:
  2. 模拟PV操作同步机构,且用PV操作解决生产者——消费者问题-PV operation synchronization, simulation, and the use of PV operation to solve the producer- consumer problem
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:1581
    • 提供者:liu
  1. producer-consumer-problem

    0下载:
  2. Introduction In this project, we will design a programming solution to the bounded-buffer problem using the producer and consumer processes . The solution uses three semaphores: empty and full, which count the number of empty and full slots
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-23
    • 文件大小:96073
    • 提供者:MidnightD
  1. producer-consumer

    1下载:
  2. 用信号量解决生产者消费者问题,简捷易懂!-Semaphore producers with consumers to solve the problem, simple and understandable!
  3. 所属分类:OS Develop

    • 发布日期:2016-03-21
    • 文件大小:1309
    • 提供者:王春林
  1. consumer

    0下载:
  2. 生产者消费者问题的一个小程序,结合操作系统实验可以用来加深对线程的理解.-Producers of consumer issues, a small program, combined with the operating system can be used to deepen their understanding of experimental threads understanding.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-25
    • 文件大小:1760
    • 提供者:li
  1. produce_consume

    0下载:
  2. 操作系统课程设计:很好的课程设计:研究的是生产者消费者的进程同步问题,需要的人赶紧下吧-Operating systems curriculum design: a very good curriculum design: the study is the process of the producer consumer synchronization problem, those who need it quickly, are you
  3. 所属分类:OS Develop

    • 发布日期:2017-05-11
    • 文件大小:17835
    • 提供者:张薇薇
  1. linear

    1下载:
  2. - 1、限幅滤波法(又称程序判断滤波法) 2、中位值滤波法 3、算术平均滤波法 4、递推平均滤波法(又称滑动平均滤波法) 5、中位值平均滤波法(又称防脉冲干扰平均滤波法) 6、限幅平均滤波法 7、一阶滞后滤波法 8、加权递推平均滤波法 9、消抖滤波法 10、限幅消抖滤波法 -- 1, limiting filtering method (also known as filtering method to determine the procedure) 2, the median filteri
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:1668
    • 提供者:張治國
  1. thread

    0下载:
  2. 该程序运用线程的mutex控制数据流的锁定,实现Producer和consumer之间对buffer的合理有序的利用-The program to control the use of thread mutex lock data stream to achieve Producer and consumer of buffer between the rational and orderly use of
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2753
    • 提供者:dreamshello
  1. Producer_Consumer

    0下载:
  2. 用java实现经典consumer和producer通信问题的程序-use java to realize the consumer and producer
  3. 所属分类:Java Develop

    • 发布日期:2017-04-25
    • 文件大小:209764
    • 提供者:fd
  1. producer_consumer_problem

    0下载:
  2. a code that represents the consumer producer problem
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:1664
    • 提供者:denis
  1. os

    0下载:
  2. 操作系统中生产者和消费者算法模拟,pb实现-the simulation of the producer-consumer algorithm in os,made by pb
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-22
    • 文件大小:54630
    • 提供者:fan
  1. Life

    0下载:
  2. life is producer-consumer design pattern code.-life
  3. 所属分类:source in ebook

    • 发布日期:2017-04-02
    • 文件大小:721206
    • 提供者:chendong
  1. pthread

    0下载:
  2. pthread同步信号量解决生产者消费者问题-pthread producer consumer synchronization semaphores to solve the problem
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:1075
    • 提供者:123
  1. consumer

    0下载:
  2. 题目二:用多进程同步方法解决生产者-消费者问题。 说明:有界缓冲区内设有20个存储单元,放入/取出的数据项设定为1-20这20个整型数. 设计要求:(1)每个生产者和消费者对有界缓冲区进行操作后,即时显示有界缓冲区的全部内容,当前指针位置和生产者/消费者线程的标识符.(2)生产者和消费者各有两个以上.(3)多个生产者或多个消费者之间须有共享对缓冲区进行操作的函数代码.-Title 2: The multi-process synchronization solution to
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:37837
    • 提供者:duge
  1. producer-consumer

    0下载:
  2. producer & consumer based on linux-producer & consumer based on linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:208727
    • 提供者:liuzhenhua
  1. producercustomer

    0下载:
  2. 多线程编程示例,解决生产者消费者问题.水平有限,仅供初学者参考.-Multi-threaded programming examples to solve the producer consumer problem. Is limited, only for advanced users.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-27
    • 文件大小:9986632
    • 提供者:zhen
  1. consumer-producer

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

    • 发布日期:2017-05-13
    • 文件大小:3552171
    • 提供者:申俊泽
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com