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

搜索资源列表

  1. producer-consumer

    0下载:
  2. 利用记录型信号量解决生产者-消费者问题 利用记录型信号量解决生产者-消费者问题-Record semaphore to solve the producer- consumer problem
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-24
    • 文件大小:1390
    • 提供者:李丽
  1. produce

    0下载:
  2. 对生产者消费者问题要能实现动态的设置缓冲池大小,最好做出界面效果,实现动态的生产和消费过程。-produce
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:1961
    • 提供者:eric
  1. linux

    0下载:
  2. 生产者消费者问题(两个生产者,一个消费者)-Prducer and consumer
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-25
    • 文件大小:12999
    • 提供者:刘宝
  1. win

    0下载:
  2. 操作系统试验生产者消费者问题(windows版本)-producer and consumer(windows)
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:108042
    • 提供者:刘宝
  1. xiaofeizheshengchanzhe-CSharp

    0下载:
  2. C#写的生产者消费者问题,涉及到进程与线程的操控问题,较为简洁易懂-the problem of producer and consumer written by C#
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:21191
    • 提供者:李平
  1. pac

    0下载:
  2. 应用c#解决生产者消费者问题的源码,界面清晰易懂,包含详细的说明文件-The application c# source code to solve producer-consumer problem, the interface is clear and easy to understand, contains a detailed documentation
  3. 所属分类:CSharp

    • 发布日期:2017-05-02
    • 文件大小:635282
    • 提供者:王馨悦
  1. processBasic

    0下载:
  2. 用c++实现生产者消费者问题的源码,界面清晰易懂,包含详细的说明文档-The source code of the producer-consumer problem with c++, the interface is clear and easy to understand, contains detailed documentation
  3. 所属分类:Process-Thread

    • 发布日期:2017-06-17
    • 文件大小:25829835
    • 提供者:王馨悦
  1. P_C

    0下载:
  2. 经典的操作系统生产者消费者问题,大多数都是控制台实现,我用的mfc实现了界面操作,结果操作简单易懂。-Mostly of the classic producer-consumer problem of the operating system console, I use the mfc interface operation, the result is straightforward.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:1921781
    • 提供者:liujunjie
  1. Semaphore

    0下载:
  2. 操作系统中的生产者—消费者问题,在Windows上实现-The producer- consumer problem, the operating system on Windows
  3. 所属分类:OS Develop

    • 发布日期:2017-04-11
    • 文件大小:914
    • 提供者:Jack
  1. p_c

    0下载:
  2. 生产者消费者问题,生产者向缓冲区写,通过进程间的同步,消费者读出缓冲区中的内容。-Producers and consumers, producers write to the buffer, through inter-process synchronization, consumers read out the contents of the buffer.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:1640
    • 提供者:kk
  1. ProducersAndConsumers

    0下载:
  2. 、生产者-消费者问题是很经典很具有代表性的进程同步问题,计算机中的很多同步问题都可抽象为生产者-消费者问题,通过本实验的练习,希望能加深学生对进程同步问题的认识与理解 -The producer- consumer problem is a classic representative of the process is synchronization, computer synchronization problem can be abstracted as many producer- co
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-06
    • 文件大小:1421153
    • 提供者:巴西里
  1. producer_consumer(win32)

    0下载:
  2. 操作系统实验——生产者消费者问题。通过在win32环境下的编程,熟悉操作系统中的多线程技术,解决经典的生产者消费者问题-operating system---try to solve the classical problem--- producer and consumer
  3. 所属分类:OS Develop

    • 发布日期:2017-11-15
    • 文件大小:1280
    • 提供者:jimmy lin
  1. ProAndCon

    0下载:
  2. 生产者消费者问题的模拟,用C#写的,比较简单,适合初学者-producer and consumer
  3. 所属分类:OS Develop

    • 发布日期:2017-11-24
    • 文件大小:57611
    • 提供者:qingqian
  1. pp

    0下载:
  2. 操作系统中的线程项目,模拟生产者消费者问题,烤羊肉串模型-Operating system threads projects, analog producers of consumer issues, kebabs model
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-09
    • 文件大小:1356
    • 提供者:杨小军
  1. producer_consumer

    0下载:
  2. 信号量---线程间通信,“生产者消费者” 问题C代码模拟---- Thread semaphore communication between producers and consumers in the C code simulation
  3. 所属分类:Linux Network

    • 发布日期:2017-12-09
    • 文件大小:955
    • 提供者:scylla
  1. cpp

    0下载:
  2. 操作系统中运用pv操作等解决生产者-消费者问题-Operating system in use pv operation to solve the producer- consumer problem
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-23
    • 文件大小:10289
    • 提供者:云梦微波
  1. producer-and-consumer

    0下载:
  2. 《操作系统概念》第七版 中的实验项目:生产者消费者问题。本程序中,main()函数需要三个参数:主线程休眠时间;生产者线程数;消费者线程数。各线程的休眠等待时间是随机的。-Experimental project in the seventh edition of the operating system concept: producers and consumers. The program, the main () function takes three parameters: the
  3. 所属分类:OS Develop

    • 发布日期:2017-11-08
    • 文件大小:4482
    • 提供者:shangkai
  1. productor-consumer

    1下载:
  2. 生产者消费者问题 一个大小为3的缓冲区,初始为空 2个生产者 – 随机等待一段时间,往缓冲区添加数据, – 若缓冲区已满,等待消费者取走数据后再添加 – 重复6次 3个消费者 – 随机等待一段时间,从缓冲区读取数据 – 若缓冲区为空,等待生产者添加数据后再读取 – 重复4次 说明: 显示每次添加和读取数据的时间及缓冲区的状态 生产者和消费者用进程模拟。 包括windows和linux下的程序代
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-30
    • 文件大小:4299
    • 提供者:梁力轩
  1. produceracustmer

    0下载:
  2. 生产者消费者问题,VS2010的WIN32控制台测试-Producers and consumers, VS2010 WIN32 console test
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-23
    • 文件大小:2873
    • 提供者:ruoqi
  1. producer_consumerPthreads

    0下载:
  2. 生产者消费者问题的多线程实现,linux下,Pthread编程-Producers and consumers to multithreading, linux under, Pthread program
  3. 所属分类:OS Develop

    • 发布日期:2017-11-15
    • 文件大小:1853
    • 提供者:still
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 21 »
搜珍网 www.dssz.com