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

搜索资源列表

  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. 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. 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. 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. PCP

    0下载:
  2. 操作系统名著的生产者消费者问题,解决互斥等问题,代码简单-OS classic producer consumer issues, to resolve such issues as mutually exclusive, the code simple
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:1453
    • 提供者:poplar
  1. oslab-producerandconsumer

    0下载:
  2. 解决操作系统课程中经典的生产者消费者问题。-Operating System course to solve the classic problem of producers and consumers.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:51107
    • 提供者:Gao
  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. PC

    0下载:
  2. 生产者消费者问题,多线程-临界区进入问题模拟。-Producers of consumer issues, multi-threaded- critical issue of access simulation.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:823
    • 提供者:海铭
« 1 2 3 4 5 6 78 9 10 11 12 ... 21 »
搜珍网 www.dssz.com