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

搜索资源列表

  1. consumer

    0下载:
  2. 生产者消费者问题的一个小程序,结合操作系统实验可以用来加深对线程的理解.-Producers of consumer issues, a small program, combined with the operating system can be used to deepen their understanding of experimental threads understanding.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-25
    • 文件大小:1760
    • 提供者:li
  1. cs

    0下载:
  2. 用多线程实现“生产者-消费者”问题。内含实验报告和实验源程序-Using multi-threading to achieve producer- consumer problem. The report contains experimental and experimental source
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:6058
    • 提供者:ada
  1. p_c.tar

    0下载:
  2. 多线程的“生产者消费者”问题的解决方案。采用消息队列缓冲技术。-Multi-threaded producer-consumer solution to the problem. The use of message queue buffer technology.
  3. 所属分类:OS Develop

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

    0下载:
  2. 生产者消费者问题资料集。 操作系统里很重要的一个问题,可以帮助更清晰的理解信号量。-Producers of consumer data sets. Operating system in a very important issue, can help to more clearly understand the semaphore.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-17
    • 文件大小:37369
    • 提供者:shelling
  1. ProCon

    0下载:
  2. java代码,用线程实现生产者消费者问题的小的例子-java code, using threads to achieve the producer consumer problems
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2139
    • 提供者:chenyu
  1. P_C

    0下载:
  2. 生产者消费者问题的模拟算法,运行环境在VC-Consumer producer problem simulation algorithms, runtime environment in VC++
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:44192
    • 提供者:zhouren
  1. Main

    1下载:
  2. 用多进程同步方法解决生产者——费者问题 说明:有界缓冲区内设有20个存储单元,放入/取出的数据项设定为1-20这20个整型数.-Synchronous multi-process solutions to producers- the issue of costs
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:2184
    • 提供者:zong
  1. 15085

    0下载:
  2. 进程的同步是操作系统处理机管理的重要内容,本实验要求学生理解生产者与消费者问题模型,掌握解决该问题的算法思想,学会使用同步机制。-The process of the operating system processor synchronization is an important aspect of management, this experiment requires students to understand the issue of model producers and cons
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-17
    • 文件大小:4210358
    • 提供者:张昱龙
  1. Os.c

    0下载:
  2. linux下生产者消费者问题 完全在linux环境下开发-producers of consumer issues under linux complete linux environment in the development of
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:2259
    • 提供者:陈斌
  1. Consumerandproducerproblem

    0下载:
  2. 生产者消费者问题 存在竞争互斥 死锁问题的解决 三个线程-Consumer producer problem competition problems mutex deadlock three threads
  3. 所属分类:OS Develop

    • 发布日期:2017-04-25
    • 文件大小:42538
    • 提供者:landu
  1. product_consumer

    0下载:
  2. 生产者消费者问题。使用3个信号量。其中2个信号量avail和full解决同步问题。还有一个mutex解决互斥问题-Producers of consumer issues. The use of three semaphores. One volume of two signals simultaneously avail and full settlement of the issue. There is also a solution to mutual exclusion mutex pr
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:874
    • 提供者:孙雪春
  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. testThread

    0下载:
  2. 操作系统 同步互斥 生产者消费者问题 c语言实现 -Producer and Consumer
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:1921
    • 提供者:s0uzhu
  1. ipc_demo

    0下载:
  2. linux ipc经典问题生产者与消费者问题及几个简短多线程编程代码-linux ipc classical problem about consumer and the pruducer and some easy pthread codes
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:10293
    • 提供者:赵新宇
  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. pthread

    0下载:
  2. pthread同步信号量解决生产者消费者问题-pthread producer consumer synchronization semaphores to solve the problem
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:1075
    • 提供者:123
  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. 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. caozuoxitong

    0下载:
  2. 程序实现了两个生产者和两个消费者的生产者消费者问题(当生产者消费者数目再多时加上几个子进程就可以了)为了防止程序陷入死循环,给生产者限定了生产次数,同时为了方便截图,将次数限定的比较少。下面是我的程序:-Program has achieved two producers and two consumers and producers of consumer issues (when the number of producers and consumers to add a few more
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:62074
    • 提供者:曾华
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 26 »
搜珍网 www.dssz.com