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

搜索资源列表

  1. 操作系统部分算法模拟软件

    0下载:
  2. 本软件设计的目的是: 通过编写程序,将操作系统部算法以可视化的方式模拟出来,最终达到对这些算法有一个比深的理解。 本软件演示的算法有: 多种资源的银行家算法 可变分区存储算法 生产者——消费者(PV操作模拟) FIFO算法和LRU算法(页面淘汰算法) 请求分页算法 CUP——I/0利用率分析 开发工具: Delphi 7.0 -The software is designed to : develop procedures of the opera
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1326208
    • 提供者:刀尖
  1. 生产者消费者

    0下载:
  2. 生产者消费者模拟-producers and consumers simulation
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:4910
    • 提供者:无痕
  1. 生产者消费者

    0下载:
  2. 用C++编写的生产者消费者问题模拟
  3. 所属分类:数值算法/人工智能

    • 发布日期:2009-03-05
    • 文件大小:3684378
    • 提供者:osspace
  1. 焦玉超

    1下载:
  2. 操作系统课程设计生产者-消费者模拟算法。(我上传的为几种不同的算法,我这里还有好多,大家可以加我QQ联系)- The operating system curriculum designs the producer- consumer to simulate the algorithm. (On me passes on is several different algorithms, my here also has many, everybody may add my QQ relati
  3. 所属分类:操作系统开发

    • 发布日期:2013-06-27
    • 文件大小:2009909
    • 提供者:陈国强
  1. P_C

    0下载:
  2. 模拟操作系统的著名问题--生产者消费者问题,并且可以任意设置缓冲区大小并从标准文件读入数据-Simulation of the operating system a well-known problem- the producers of consumer issues and can set the buffer size and read from the standard document data
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:3579
    • 提供者:王小二
  1. TicketSell

    0下载:
  2. 生产者消费者问题模拟 -Producers of consumer issues simulation
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:1269
    • 提供者:xxc
  1. Producer_Customer

    0下载:
  2. 模拟操作系统中进程的互斥和同步,解决生产者和消费者问题。使用图形界面,可以在程序中方便的更改生产者和消费者个数,和模拟速度。-Simulation of the operating system mutex and synchronization process to resolve the issue of producers and consumers. Use graphical interface, you can change the process convenient number
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:14186
    • 提供者:xjp
  1. produce

    0下载:
  2. 一个操作系统实验的程序,模拟生产者消费者问题-An operating system trials, simulation producer consumer issues
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-09
    • 文件大小:43122
    • 提供者:吴日晖
  1. ProducerConsumerDemo

    0下载:
  2. 该程序是模拟JAVA中多线程机制,生产者消费者经典实例!-The process is simulated in the multi-threaded JAVA mechanism, the classic examples of producers of consumers!
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:759
    • 提供者:杨德伟
  1. procon

    0下载:
  2. 生产者消费者同步问题,用于模拟都线程的并行与互斥-Producer consumer synchronization, threads are used to simulate parallel and mutually exclusive
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:87636
    • 提供者:guanggan
  1. Thread_ProducerConsumer

    0下载:
  2. java经典的线程示例代码,死锁\生产者,消费者模拟-sample code java classic thread, deadlock \ producers, consumers simulation
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2140
    • 提供者:skywang
  1. MonitorSample

    0下载:
  2. C#之多线程模拟,模拟了生产者,消费者的两个线程-C# as many threads simulate the producers, consumers, two threads
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:1530
    • 提供者:liujunping
  1. produce_customer

    0下载:
  2. 操作系统课程设计 简单的进程互斥访问资源的模拟,调用了windows的线程接口函数实现的 MFC开发 生产者消费者程序-no
  3. 所属分类:OS Develop

    • 发布日期:2017-05-19
    • 文件大小:5500554
    • 提供者:孟庆刚
  1. Simulation_code_producers_and_consumers

    0下载:
  2. 生产者消费者模拟代码,希望给想下载的人以帮助,可惜少走点弯路-Simulation code producers and consumers
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:28310
    • 提供者:zhangxiuhua
  1. ThreadTest

    0下载:
  2. 线程实现生产者消费者模拟,简单易懂,明白,一目了然。-Thread producers and consumers simulation, simple and easy to understand, understand, at a glance.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-25
    • 文件大小:1309
    • 提供者:舒啸
  1. 生产者消费者问题

    0下载:
  2. 操作系统课程设计中模拟生产者消费者问题的程序.
  3. 所属分类:数据结构常用算法

  1. 生产者消费者问题

    0下载:
  2. windows下用进程模拟生产者和消费者问题,实现进程之间的同步和互斥
  3. 所属分类:Windows编程

  1. 【均为三个文件】北京理工 操作系统 实验三 生产者消费者问题

    0下载:
  2. 实验三、生产者消费者问题(15分) 一个大小为3的缓冲区,初始为空 2个生产者 随机等待一段时间,往缓冲区添加数据, 若缓冲区已满,等待消费者取走数据后再添加 重复6次 3个消费者 随机等待一段时间,从缓冲区读取数据 若缓冲区为空,等待生产者添加数据后再读取 重复4次 说明: 显示每次添加和读取数据的时间及缓冲区的状态 生产者和消费者用进程模拟。
  3. 所属分类:操作系统开发

    • 发布日期:2014-04-16
    • 文件大小:112899
    • 提供者:a1450577974
  1. pac

    0下载:
  2. 模拟商店商品销售,生产者消费者进程同步问题,对缓冲区的访问(store; shop;merchandising; merchandise sales)
  3. 所属分类:进程与线程

    • 发布日期:2017-12-23
    • 文件大小:36864
    • 提供者:敷衍666666
  1. SemaphoreProducerConsumer

    0下载:
  2. 信号量模拟生产者消费者问题,亲测可用。。。。。。。(Simulated the Producer-Consumer problem in Operating System through semaphore)
  3. 所属分类:Java编程

    • 发布日期:2018-01-09
    • 文件大小:3072
    • 提供者:tilmto
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com