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

搜索资源列表

  1. producer_consumerWin32

    0下载:
  2. 操作系统课程相关 win32下实现生产者消费者问题-Courses related to the operating system to achieve the producer consumer problem win32
  3. 所属分类:OS Develop

    • 发布日期:2017-05-12
    • 文件大小:2705014
    • 提供者:小小小
  1. ProdCons

    0下载:
  2. a C program that implements a producer-consumer system with two processes.(using semaphores)
  3. 所属分类:Linux Network

    • 发布日期:2017-04-08
    • 文件大小:798
    • 提供者:MPLinux
  1. philosophersproblem

    0下载:
  2. 利用多线程技术实现生产者-消费者问题以及n个哲学家就餐问题,其中生产者或消费者或哲学家用不同线程实现-Using multi-threading technology producer- consumer issues and the n-dining philosophers problem, in which the producer or consumer or a philosopher to achieve a different thread
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:5708
    • 提供者:刘晨
  1. ProducerConumerProblem

    0下载:
  2. It is java program. it is example of producer consumer problem in java
  3. 所属分类:JavaScript

    • 发布日期:2017-04-08
    • 文件大小:1363
    • 提供者:mnasir
  1. pthread

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

    • 发布日期:2017-04-06
    • 文件大小:955
    • 提供者:pk
  1. tongbuhuchi

    0下载:
  2. 实现并发线程之间的同步和互斥问题 解决一类典型的进程间同步问题,如生产者-消费者问题,读者-写者问题等-To achieve synchronization between concurrent threads and the mutex problem solving process of a class of synchronization between the typical problems, such as the producer- consumer issues, reade
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-08
    • 文件大小:8689
    • 提供者:
  1. problem-2

    0下载:
  2. Using condition variables to implement a producer-consumer algorithm. Here we have two threads: one producer and one consumer.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:7519
    • 提供者:魏玉娣
  1. fork

    0下载:
  2. linux下进程通讯及实现消费者生产者问题,创建进程及进程通讯-Under the process of communication and implementation of linux producer consumer problem, create processes and process communication
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:1074
    • 提供者:guozheng
  1. PV

    1下载:
  2. 用多线程实现“生产者-消费者问题”本作业要求设计并实现一个进程,该进程拥有一个生产者线程和一个消费者线程,它们使用N个不同的缓冲区(N为一个自定义的确定的数值,例如N=32)。你需要使用如下信号量:一个互斥信号量,用以阻止生产者线程和消费者线程同时操作缓冲区列表;一个信号量,当生产者线程生产出一个物品时可以用它向消费者线程发出信号;一个信号量,消费者线程释放出一个空缓冲区时可以用它向生产者线程发出信号; -Achieved with multi-threaded " producer
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-08
    • 文件大小:1953737
    • 提供者:panwang
  1. niksa

    0下载:
  2. producer consumer c program
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-11
    • 文件大小:629
    • 提供者:nxa
  1. pthread

    0下载:
  2. 基于ARM9的linux下线程实例,仅供参考-the thread instance linux,The classic producer-consumer example.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:1111
    • 提供者:yakemozu
  1. czxt

    0下载:
  2. 此程序是操作系统中生产者-消费者问题的一个演示程序,也是JAVA种多线程的一个程序,采用SWT编写的界面-This program is the operating system producer- consumer issues, a presentation program, but also multi-threaded JAVA kind of a program written using SWT interface
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:1754
    • 提供者:百凡
  1. Source-Code

    0下载:
  2. 用labview编写的基于队列的生产者/消费者模式演示-Labview write with queue-based producer/consumer model demonstration
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:285376
    • 提供者:ss
  1. The-problem-of-product-and-consume

    0下载:
  2. 生产者-消费者问题是一个经典的进程同步问题,该问题最早由Dijkstra提出,用以演示他提出的信号量机制。在同一个进程地址空间内执行的两个线程。生产者线程生产物品,然后将物品放置在一个空缓冲区中供消费者线程消费。消费者线程从缓冲区中获得物品,然后释放缓冲区。当生产者线程生产物品时,如果没有空缓冲区可用,那么生产者线程必须等待消费者线程释放出一个空缓冲区。当消费者线程消费物品时,如果没有满的缓冲区,那么消费者线程将被阻塞,直到新的物品被生产出来。-The producer- consumer qu
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:1050
    • 提供者:岳豪
  1. graphic

    0下载:
  2. 一款基于QT graphic view 的动态图形程序,实现了生产者/消费者模型-Based on the QT graphic view a dynamic graphical procedures, the producer/consumer model
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-23
    • 文件大小:18183
    • 提供者:lemon
  1. p-and-c

    0下载:
  2. 在Windows和Linux操作系统上,利用各自操作系统提供的Mutex和信号量机制(Win32 API或Pthreads),实现生产者/消费者问题-In the Windows and Linux operating systems, the use of their operating system provided Mutex and semaphore mechanism (Win32 API or Pthreads), to achieve the producer/consumer
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-27
    • 文件大小:17377
    • 提供者:凡亚东
  1. multithreadSyn

    0下载:
  2. 多线程同步,解决生产者消费者问题,应用临界区、互斥量、信号量等多种方式-Multi-thread synchronization to solve the producer consumer problem, apply the critical region, mutexes, semaphores and other methods
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-15
    • 文件大小:10087
    • 提供者:lanyuna
  1. Produce_Consume_Pthread

    0下载:
  2. 利用各自操作系统提供的Mutex和信号量机制(Win32 API或Pthreads),实现生产者/消费者问题-Provided by each operating system Mutex and semaphore mechanism (Win32 API or Pthreads), to achieve the producer/consumer problem
  3. 所属分类:OS Develop

    • 发布日期:2017-05-13
    • 文件大小:3400899
    • 提供者:赵阳
  1. Fork

    0下载:
  2. 实现了以进程解决生产者消费者问题.适合初学者学习操作系统是学习-Implemented to process the producer consumer problem solving. Suitable for beginners to learn the operating system is to learn
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4874
    • 提供者:ypolestar
  1. Sem

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

    • 发布日期:2017-04-06
    • 文件大小:1080
    • 提供者:chenyiyu
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 22 »
搜珍网 www.dssz.com