CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 操作系统开发 搜索资源 - 生产者与消费者

搜索资源列表

  1. vb生产者-消费者问题

    1下载:
  2. 用VB实现生产者与消费者问题-VB producer and consumer issues
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:141.74kb
    • 提供者:李凌风
  1. first1

    0下载:
  2. 生产者与消费者问题的实现-producers and consumers to achieve the
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1.12kb
    • 提供者:不良少年
  1. pv

    0下载:
  2. 生产者与消费者VC 实现,代码,操作系统
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:8.96kb
    • 提供者:ppx
  1. 操作系统中得生产者与消费者问题

    0下载:
  2. 操作系统中得生产者与消费者问题
  3. 所属分类:操作系统开发

    • 发布日期:2011-12-15
    • 文件大小:32.35kb
    • 提供者:Asialyz
  1. sx.rar

    0下载:
  2. VC++实现生产者与消费者关系!(操作系统OS),VC++ to achieve the relationship between producers and consumers! (OS)
  3. 所属分类:OS Develop

    • 发布日期:2017-05-03
    • 文件大小:1.16mb
    • 提供者:高尚
  1. produceandconsume

    0下载:
  2. 进程同步实验——生产者与消费者问题算法实现进程同步实验——生产者与消费者问题算法实现-Process Synchronization Experiment- producers and consumers to achieve process synchronization problem algorithm Experiment- producers and consumers problem algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-05-08
    • 文件大小:1.76mb
    • 提供者:lili
  1. jchq

    0下载:
  2. (1) 掌握基本的同步与互斥算法,理解生产者消费者模型。 (2) 学习实用Windows2000/XP中基本的同步对象特性,掌握相关API的使用方法。 (3) 了解Windows2000/XP中多线程的并发执行机制,实现进程的同步与互斥。 -(1) master the basic synchronization and mutual exclusion algorithms, understanding of the producer consumer model. (2) lea
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:4.61kb
    • 提供者:李宁
  1. scz

    0下载:
  2. 操作系统中生产者与消费者问题实验源代码 全部都编译通过,需要的可直接使用.-Producers and consumers operating system problems all experiments the source code through the compiler, we need direct access.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:6.26kb
    • 提供者:Zhang Guowei
  1. 1

    0下载:
  2. 这个程序是操作系统中的 生产者与消费者的 模拟程序-This procedure is the operating system producer and consumer of simulation program
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:1.04kb
    • 提供者:赵与
  1. PC1

    0下载:
  2. 操作系统里的生产者与消费者的问题,主要是在c++环境下运行的。可以参考-Operating system where producers and consumers, mainly in c++ Environment running under. Can refer to
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:32.89kb
    • 提供者:cherry
  1. OS

    0下载:
  2. Java版本的操作系中的生产者与消费者的代码~-Java version of the operating system of producers and consumers of the code ~
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:17.9kb
    • 提供者:means
  1. os

    0下载:
  2. 同步生产者与消费者,是操作系统系统初学者很好的学习实例!~-Synchronous producers and consumers, is the operating system, examples of good learning experience for beginners! ~
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:1.94kb
    • 提供者:政冰
  1. producerANDconsumer

    0下载:
  2. 操作系统著名源代码,含系统调用,生产者与消费者源码,有详细注释,如果出现乱码,请转换格式为unicode。-Well-known operating system source code, including system calls, producers and consumers source, there are detailed notes, if there is garbled, please convert the format of unicode.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:1.55kb
    • 提供者:小蚊子
  1. caozuoxitong

    0下载:
  2. 操作系统课程设计 内涵spooling Rsa加密 生产者与消费者 银行家算法 内容简单 适合初学者 -Curriculum design content of the operating system spooling Rsa encryption algorithm banker producers and consumers simple and suitable for beginners content
  3. 所属分类:OS Develop

    • 发布日期:2017-05-10
    • 文件大小:1.99mb
    • 提供者:付斌
  1. 1

    1下载:
  2. 本次课程设计在本着加强课本知识运用能力的前提下,用PV操作来解决生产者消费者问题这个题目。该题目主要是解决操作系统中进程的同步与互斥的问题。 有界缓冲区内设有20个存储单元,放入/取出的数据项设定为1-20这20个整型数. (1)每个生产者和消费者对有界缓冲区进行操作后,即时显示有界缓冲区的全部内容,当前指针位置和生产者/消费者进程的标识符. (2)生产者和消费者各有两个以上. (3)多个生产者或多个消费者之间须有共享对缓冲区进行操作的函数代码. -The cur
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:1.65kb
    • 提供者:王欣
  1. caozuoxitong

    0下载:
  2. 生产者与消费者 m个生产都n个消费都r个进程-M-producers and consumers, the production of both n-a process of consumption are r
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:1.58mb
    • 提供者:郭氏
  1. pc

    0下载:
  2. 用进程和信号量级文件映射实现模拟生产者与消费者。LINUX 和 windows-With the process and file mapping for analog signal magnitude producers and consumers.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:4.14kb
    • 提供者:nierui
  1. produce

    0下载:
  2. 生产者与消费者问题,操作系统中解决同步互斥问题-Producer and consumer issues, the operating system to solve mutual exclusion synchronization problem
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:890.98kb
    • 提供者:
  1. producer-consumer

    0下载:
  2. 关于操作系统的经典问题--消费者与生产者问题-Classic problem of the operating system- consumers and producers
  3. 所属分类:OS Develop

    • 发布日期:2017-11-22
    • 文件大小:1.46mb
    • 提供者:吴天兴
  1. productor_consumer

    0下载:
  2. 本程序综合采用V fork 、共享内存、信号量机制实现了2个生产者与2个消费者之间的进程同步。并完成了程序的准确性验证。同时,为了更加准确的测试程序的稳定性,设定了每个生产者和消费者在对缓冲区进行操作前都会等待一段随机的时间,并把缓冲区大小设置得相对较小。最后经过多次测试,程序结果均完全正确.-This procedure using a combination of V fork, shared memory, semaphores mechanism to achieve the proce
  3. 所属分类:OS Develop

    • 发布日期:2017-04-14
    • 文件大小:3.06kb
    • 提供者:万园春
« 12 »
搜珍网 www.dssz.com