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

搜索资源列表

  1. Producer

    0下载:
  2. 用VC++实现生产者与消费者的问题,此源码通过了VC++6。0的测试-with VC producers and consumers, through this source of VC 6. 0 tests
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:28.89kb
    • 提供者:刘伟
  1. 生产者与消费者

    0下载:
  2. 多线程的经典问题生产者和消费者程序 决无错误!-the classic problems of producers and consumers of strict procedures must!
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:39.24kb
    • 提供者:呵呵
  1. OSWORK01

    0下载:
  2. 第一次用MFC写进程同步与互斥,生产者与消费者问题 -the first to write MFC process synchronization and mutual exclusion, producer and consumer issues
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:33.47kb
    • 提供者:哈哈哈
  1. linyisen

    0下载:
  2. 生产者与消费者问题,一共12个缓冲池,生产和消费时间可以自己设定-producers and consumers, a total of 12 buffer pool, the production and consumption of time can be set itself
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:9.53kb
    • 提供者:林一森
  1. pc

    0下载:
  2. 用C#写的一个生产者与消费者程序,实现了,生产者与消费者的模拟.-write a producers and consumers procedures, the producers and consumers of simulation.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:41.49kb
    • 提供者:sussb
  1. Producer_Customer

    0下载:
  2. 生产者与消费者的例子实现,输出结果至文件中
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1.73kb
    • 提供者:www
  1. PV

    0下载:
  2. windows下实现生产者与消费者问题。多线程模拟实现。
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:12.77kb
    • 提供者:xiaohui
  1. CandP

    0下载:
  2. 生产者与消费者多线程问题,采用C++解决问题,设计3个线程,一个消费者,一个生产者,一个做缓冲
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1.55kb
    • 提供者:冯业星
  1. producer&consumer

    0下载:
  2. 操作系统实验 生产者与消费者 互斥问题 信号量操作 两种选择-experimental operating system producers and consumers Mutual Exclusion signal to operate two options
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2.83kb
    • 提供者:邓文
  1. 生产者与消费者

    0下载:
  2. 程序用C++模拟了操作系统中的三种最典型的简单的静态进程调度算法;先由用户动态输入生成模拟进程,使用了26种可供用户选择的典型语句(包括循环、选择结构),可处理整型、布尔型与字符型三种数据与表达式计算;程序编制时主要采用的编程技术是:用语句链表记录进程语句,并用PCB链表,就绪队列链表,阻塞队列链表,执行队列链表,结束队列链表等数据表示进程处理过程中的相互关系,由于静态数据结构不适合处理数据量大小不定的数据,而动态队列结构适合于处理数据量大小可变数据的处理,因此在程序中采用动态链表对这些数据进行
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:30.32kb
    • 提供者:石大浪
  1. shengchanzheyuxiaofeizhe.rar

    0下载:
  2. 操作系统实验报告三——PV操作,生产者与消费者问题,Three experiments report the operating system- PV operation, the producer and consumer issues
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-07
    • 文件大小:1.61mb
    • 提供者:孙率
  1. producerconsumer.rar

    0下载:
  2. 进程同步模拟设计——生产者和消费者问题 .用手动输入的方式模拟信号量机制的生产者与消费者问题。,Synchronous analog design process- the issue of producers and consumers. Methods used to manually enter the amount of analog signal mechanism for the producer and consumer issues.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:10.64kb
    • 提供者:lyb
  1. semaphore

    0下载:
  2. linux下邮箱方式进行进程通信的代码和实验报告,用P.V原语实现通信中的同步问题。运用生产者与消费者模型设计实现一个简单的信箱。-approach to the process under linux mail communications code and test reports, using PV primitives to achieve communication in the synchronization problem. The use of producer and cons
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:14.4kb
    • 提供者:yangdingda
  1. os11

    0下载:
  2. 这是个典型的生产者与消费者问题,用的是PV操作实现的程序!-This is a typical problem of producers and consumers, using a PV operating procedures to achieve!
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:1.3kb
    • 提供者:杰杰
  1. PC

    0下载:
  2. 生产者与消费者问题是进程同步的经典问题,而进程同步是进程这章的重点。我们要通过编写生产者与消费者问题的程序加深关于进程同步的印象,巩固所学知识。-Producers and consumers of the problem is a classic problem of synchronization process, and the process of synchronization is the process the focus of this chapter. We want to p
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:7.97kb
    • 提供者:uygju
  1. TestPC

    0下载:
  2. 操作系统课程实验,演示生产者与消费者问题。进程显示。-Experimental operating system courses, presentation producers and consumer issues. Processes show.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-11
    • 文件大小:1.2kb
    • 提供者:gongchang
  1. ProduceraConsumer

    0下载:
  2. 用多线程的方法实现了生产者与消费者问题的模拟,关键技术是线程间通信和同步,通信采用消息模式-Achieved with multi-threaded simulation of producers and consumer issues
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:7.53kb
    • 提供者:tony
  1. 生产者消费者

    0下载:
  2. Visual C++,多线程,生产者与消费者的实现(Multi-threading, producer and consumer implementation)
  3. 所属分类:进程与线程

    • 发布日期:2018-01-03
    • 文件大小:3.66mb
    • 提供者:和GV和GV和
  1. pv

    0下载:
  2. 使用多线程对生产者与消费者问题进行模拟;(Producer-consumer problem)
  3. 所属分类:进程与线程

    • 发布日期:2018-01-06
    • 文件大小:1kb
    • 提供者:fengxiaa
  1. XCGJM7

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

    • 发布日期:2018-01-08
    • 文件大小:6kb
    • 提供者:Ivlfvtv
« 12 3 »
搜珍网 www.dssz.com