CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 生产者与消费者

搜索资源列表

  1. jchc

    0下载:
  2. 以生产者/消费者模型为依据,在Windows 2000环境下创建一个控制台进程,在该进程中创建n个线程模拟生产者和消费者,实现进程(线程)的同步与互斥。-to producer / consumer model as the basis, in Windows 2000 to create an environment console process, in the process of creating n threads simulation producers and consumers
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:3130
    • 提供者:飞翔
  1. 生产者-消费者源程序

    0下载:
  2. 实现线程之间的通信与互斥-achieve communication between threads and Exclusion
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:5905
    • 提供者:张兵
  1. 信号量来解决操作系统的消费者与生产者问题

    0下载:
  2. 一个UNIX进程间通讯的程序,使用了信号量来解决操作系统的消费者与生产者问题,使用了fork,wait,nanosleep,sempo等unix函数。-a UNIX inter-process communication, the use of the signal operating system to solve the volume of consumers and producers, the use of the fork, wait, nanosleep, sempo other u
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2495
    • 提供者:飞杨
  1. 生产者消费者程序

    0下载:
  2. 有关操作系统中著明的生产者消费者程序,实现进程间的同步与互斥-the operating system with the prescribed procedures for producers and consumers, the process to achieve synchronization and mutual exclusion
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:51103
    • 提供者:gaoyan
  1. consumer_producer

    0下载:
  2. 用信号量机制实现多个生产者—消费者问题,实现线程间的同步与互斥-Semaphore implementation mechanism with a number of producers- the consumer problem, achieve inter-thread synchronization and mutual exclusion
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:4168
    • 提供者:qingangjun
  1. procon

    0下载:
  2. 生产者消费者同步问题,用于模拟都线程的并行与互斥-Producer consumer synchronization, threads are used to simulate parallel and mutually exclusive
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:87636
    • 提供者:guanggan
  1. threadstime

    0下载:
  2. 循环创建三个线程,并分别显示时间与生产者和消费者问题 此为线程知识点的应用-Loop to create three thread, and showed the time and the producer and consumer issues This is the thread of the application of knowledge points
  3. 所属分类:Applet

    • 发布日期:2017-03-28
    • 文件大小:1742
    • 提供者:雅婷
  1. pv_rw

    0下载:
  2. 利用Windows提供的API函数,用VISUALC++ 6.0编写程序,解决生产者与消费者问题,实现进程的互斥与同步实验设计在同一个进程地址空间内执行的七个线程。三个生产者线程四个消费者线程。生产者线程生产物品,然后将物品放置在一个空缓冲区中供消费者线程消费。消费者线程从缓冲区中获得物品,然后释放缓冲区。生产者线程生产物品时,若无空缓冲区可用,生产者线程必须等待消费者线程释放出一个空缓冲区;消费者线程消费物品时,若无满的缓冲区,消费者线程将被阻塞,直到新的物品被生产出来。-err
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:3200
    • 提供者:llj0j870wen
  1. pv_rw

    0下载:
  2. 利用Windows提供的API函数,用VISUALC++ 6.0编写程序,解决生产者与消费者问题,实现进程的互斥与同步实验设计在同一个进程地址空间内执行的七个线程。三个生产者线程四个消费者线程。生产者线程生产物品,然后将物品放置在一个空缓冲区中供消费者线程消费。消费者线程从缓冲区中获得物品,然后释放缓冲区。生产者线程生产物品时,若无空缓冲区可用,生产者线程必须等待消费者线程释放出一个空缓冲区;消费者线程消费物品时,若无满的缓冲区,消费者线程将被阻塞,直到新的物品被生产出来。-err
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:2740
    • 提供者:douduul
  1. consumer_producer

    0下载:
  2. 使用了三个信号量: empty (以记录有多少空位)、full (以记录有多少满位)以及mutex (二进制信号量或互斥信号量,以保护对缓冲插入与删除的操作)。对于本项目, empty 与full 将采用标准计数信号量,而mutex 将采用二进制信号量。生产者与消费者作为独立线程,在empty、full、mutex 的同步前提下,对缓冲进行插入与删除。 -Producer and consumer problem of operating system.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1128
    • 提供者:chen ming hui
  1. 进程同步与互斥

    0下载:
  2. 依据生产者-消费者模型,在Windows年环境下创建一个控制台进程,在该进程中创建n个线程模拟生产者和消费者,实现进程(线程)的同步与互斥,分析、熟悉生产者消费者问题仿真的原理和实现技术。
  3. 所属分类:系统编程

  1. consuueq

    0下载:
  2. 我写的一个生产者与消费者关系的多线程序,一个自引用的线性表-I write a multi-threaded sequence, the relationship between producer and consumer of a linear table reference
  3. 所属分类:Dialog_Window

    • 发布日期:2017-12-13
    • 文件大小:105899
    • 提供者:NGISfjkxr!8049
  1. srb654

    0下载:
  2. 进程管理中的生产者消费者问题 只要是是描述进程管理中生产者与消费者-Producer consumer problem in process management As long as it is is describe the producers and consumers in the process management
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-18
    • 文件大小:7168
    • 提供者:pasming
  1. wide

    0下载:
  2. 进程管理中的生产者消费者问题 只要是是描述进程管理中生产者与消费者-Producer consumer problem in process management As long as it is is describe the producers and consumers in the process management
  3. 所属分类:File Operate

    • 发布日期:2017-12-14
    • 文件大小:6750
    • 提供者:kbryees
  1. shecyvsumers

    0下载:
  2. 进程管理中的生产者消费者问题 只要是是描述进程管理中生产者与消费者(Producer consumer problem in process management As long as it is is describe the producers and consumers in the process management)
  3. 所属分类:文件操作

    • 发布日期:2017-12-25
    • 文件大小:6144
    • 提供者:Fasjfu
  1. labview

    3下载:
  2. 基于生产者与消费者的多通道数据采集与存储(Multichannel data acquisition and storage based on producer and consumer)
  3. 所属分类:LabView编程

    • 发布日期:2017-12-27
    • 文件大小:418816
    • 提供者:hxbonly
  1. ProducerAndConsumer

    0下载:
  2. 这是一个生产者与消费者典型例子,以售票和放票为例(Typical examples of producers and consumers)
  3. 所属分类:Java编程

    • 发布日期:2017-12-25
    • 文件大小:1024
    • 提供者:一见如故
  1. Linux

    0下载:
  2. 1.学习并理解如何使用 Hadoop,学会在 Hadoop 中运行简单的程序,了解其运 行过程。 2.通过学习生产者/消费者问题理解多线程同步问题。 1.在 Linux 环境下建立大数据处理框架 (1)学习 Hadoop 的相关知识。 (2)安装并配置 Hadoop 环境。 (3)在 Hadoop 上执行 WordCount 示例。 2. 实现生产者/消费者同步问题 (1)在 linux 系统中学习信号量的使用。 (2)执行生产者与消费者模型。(1. learn and und
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-05-01
    • 文件大小:3051520
    • 提供者:violetta
  1. xwdpyz26

    0下载:
  2. 进程管理中的生产者消费者问题 只要是是描述进程管理中生产者与消费者()
  3. 所属分类:Windows编程

    • 发布日期:2018-05-01
    • 文件大小:6144
    • 提供者:bidja%2524813
  1. 操作系统实验2生产者与消费者

    0下载:
  2. ①由用户指定要产生的进程及其类别,存入进入就绪队列。    ②调度程序从就绪队列中提取一个就绪进程运行。如果申请的资源被阻塞则进入相应的等待队列,调度程序调度就绪队列中的下一个进程。进程运行结束时,会检查对应的等待队列,激活队列中的进程进入就绪队列。运行结束的进程进入over链表。重复这一过程直至就绪队列为空。    ③程序询问是否要继续?如果要转直①开始执行,否则退出程序。
  3. 所属分类:报告论文

« 1 2 ... 4 5 6 7 8 910 11 12 13 »
搜珍网 www.dssz.com