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

搜索资源列表

  1. pc

    0下载:
  2. 用于实现生产者消费者问题的源代码,应该会很好用的,而且程序很简单,适于初学者-Used to implement the source code of the producer consumer problem
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:1778
    • 提供者:我爱罗
  1. OS

    0下载:
  2. 题目一:实现生产者消费者问题;题目二:实现银行家算法。此程序的设计在Windows XP操作系统下,基于Microsoft Visual C++6.0环境下的一个关于实现生产者与消费者问题和银行家算法的程序。用C语言实现编程。-Title 1: Achieving the producer consumer problem Title 2: achieving banker' s algorithm. The design of this program under the Window
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:120763
    • 提供者:蒋思
  1. 1

    0下载:
  2. 操作系统 生产者与消费者问题 掌握进程(线程)的同步与互斥。 掌握生产者消费者问题的实现方法-The operating system to master the process of issue of producers and consumers (thread) synchronization and mutual exclusion. Grasp the realization method of the producer consumer problem
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:1604
    • 提供者:超越
  1. rain

    0下载:
  2. 关于进程同步的,完成的是生产者消费者问题。包含信号量-With regard to the process of synchronization, and the completion of the producer consumer problem. With semaphores
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:2494
    • 提供者:rain
  1. 1

    1下载:
  2. 本次课程设计在本着加强课本知识运用能力的前提下,用PV操作来解决生产者消费者问题这个题目。该题目主要是解决操作系统中进程的同步与互斥的问题。 有界缓冲区内设有20个存储单元,放入/取出的数据项设定为1-20这20个整型数. (1)每个生产者和消费者对有界缓冲区进行操作后,即时显示有界缓冲区的全部内容,当前指针位置和生产者/消费者进程的标识符. (2)生产者和消费者各有两个以上. (3)多个生产者或多个消费者之间须有共享对缓冲区进行操作的函数代码. -The cur
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:1692
    • 提供者:王欣
  1. ProducerConsumer

    0下载:
  2. 实现生产者消费者问题,readme.txt文档中有详细说明功能-To achieve the producer consumer problem, readme.txt document is described in detail capabilities
  3. 所属分类:software engineering

    • 发布日期:2017-04-24
    • 文件大小:154019
    • 提供者:
  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. PCP

    0下载:
  2. 模拟操作系统的进程调度。 问题选择:生产者-消费者问题。 -Simulation of the operating system process scheduling. Problem choice: Producer- Consumer problem.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:161242
    • 提供者:tj
  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. P_C

    0下载:
  2. 生产者消费者问题。操作系统编程 线程 进程-Producer consumer problem. Operating system programming thread process
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:2453
    • 提供者:林安
  1. make_use

    0下载:
  2. 使用C语言编写的生产者消费者的问题 使用了多线程 按PV操作实现-Using the C language, the producer consumer problem using multi-threaded operation to achieve by PV
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:782
    • 提供者:黄金芳
  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. Productor-Consumer

    0下载:
  2. 利用Java的多线程机制很好的处理生产者—消费者这个经典问题!有助于对生产者-消费者问题的理解和Java多线程机制的掌握!-Use of Java multithreading handled well producer- consumer this classic problem! Contribute to the producer- consumer understanding of the issues and multi-threading mechanism of Java mast
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:6122
    • 提供者:紫风
  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. 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. The-problem-of-product-and-consume

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

    • 发布日期:2017-03-29
    • 文件大小:1050
    • 提供者:岳豪
  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 2 34 5 6 7 »
搜珍网 www.dssz.com