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

搜索资源列表

  1. PV

    0下载:
  2. 模拟PV操作同步机构,且用PV操作解决生产者——消费者问题。-PV operation synchronization, simulation, and the use of PV operation to solve the producer- consumer issues.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-24
    • 文件大小:691
    • 提供者:王瑞
  1. OS2008

    0下载:
  2. 操作系统课程设计,包含生产者—消费者算法模拟,银行家算法模拟-Operating systems curriculum design, including the producer- consumer algorithm simulation, bankers algorithm simulation
  3. 所属分类:OS Develop

    • 发布日期:2017-04-17
    • 文件大小:72067
    • 提供者:周龙亭
  1. P_C

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

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

    0下载:
  2. 以生产者/消费者模型为依据,在Windows 2000环境下创建一个控制台进程,在该进程中创建n个线程模拟生产者和消费者,实现进程(线程)的同步与互斥。-To the producer/consumer model as the basis, in the Windows 2000 environment to create a console process, in the process to create a thread simulation n producers and consum
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:7835
    • 提供者:曹雅丽
  1. wyPRODUCER

    0下载:
  2. 生产者消费者 用C语言模拟LINUX操作系统的生产者和消费者同步互斥的操作-Producer consumer LINUX operating system, C language simulation of producers and consumers mutex synchronization operation
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:2034
    • 提供者:love暖色
  1. pudn_1

    0下载:
  2. 此程序是用WTL+ATL编写,开发环境为VS2008。data.dll模拟访问驱动程序获得数据序列(本例中设计为正弦曲线数据,详见DataInfo.h),PC.exe用于模拟生产者消费者模型:一个生产者线程调用DLL获得数据,一个消费者线程获得数据并更新显示数据,主界面线程显示该数据,画出动态数据演变的曲线图。-This procedure is used WTL+ ATL development, development environment for the VS2008. visit da
  3. 所属分类:Process-Thread

    • 发布日期:2017-06-08
    • 文件大小:15802484
    • 提供者:闫帅
  1. PC1

    0下载:
  2. 实现生产者消费者共用缓冲区:在Windowsxp环境下,创建一个控制台进程,在此进程中创建n个线程来模拟生产者或者消费者。-producer and consumer
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:3676385
    • 提供者:阳光风雨
  1. PC

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

    • 发布日期:2017-03-31
    • 文件大小:823
    • 提供者:海铭
  1. PCP

    0下载:
  2. 模拟操作系统的进程调度。 问题选择:生产者-消费者问题。 -Simulation of the operating system process scheduling. Problem choice: Producer- Consumer problem.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:161242
    • 提供者:tj
  1. producerANDconsumer

    0下载:
  2. 操作系统经典实验,模拟生产者消费者问题,采用java语言编写,互斥同步-OS classic experiment, simulation producer consumer issues, using java language, mutual exclusion synchronization
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:1622
    • 提供者:孟祥安
  1. ProducerConsumer

    0下载:
  2. 分析进程的同步与互斥现象,编程实现经典的进程同步问题——生产者消费者问题的java模拟 -Producer and Consumer
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:695
    • 提供者:gg
  1. ProduceraConsumer

    0下载:
  2. 用多线程的方法实现了生产者与消费者问题的模拟,关键技术是线程间通信和同步,通信采用消息模式-Achieved with multi-threaded simulation of producers and consumer issues
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:7709
    • 提供者:tony
  1. ProducerConsumer

    0下载:
  2. 操作系统中经典的生产者消费者问题的模拟程序,基于MFC对话框,多线程,可随意添加生产者和消费者个数,动态显示缓冲池中的状态和生产者消费者的工作情况-Operating system issues the classic simulation program producers and consumers, based on MFC dialog box, multi-threaded, can easily add the number of producers and consumers, d
  3. 所属分类:OS Develop

    • 发布日期:2017-05-08
    • 文件大小:1943552
    • 提供者:Meihua
  1. CPP

    0下载:
  2. 编程实现生产者消费者或读写者的同步问题可视化显示模拟同步 -Or read-write programming producers and consumers of those visual display of simulated synchronization synchronization
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:938
    • 提供者:xieyy
  1. cp_problem

    0下载:
  2. 生产者消费者问题的代码研究,模拟这两个对象操作的过程,同步互斥的体现。-Code producers and consumers of the problem, the simulation of these two objects during the operation, the synchronization of mutually exclusive expression.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:3283943
    • 提供者:jiameng
  1. experiment

    0下载:
  2. 生产者-消费者模型模拟进程调度利用windows提供的API函数进行设计-Producer consumer model to simulate the process of scheduling
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:10159
    • 提供者:zzb
  1. Threads

    0下载:
  2. JAVA 多线程源代码,模拟生产者消费者问题-JAVA multiplythreads to simulink producer and consumer
  3. 所属分类:JavaScript

    • 发布日期:2017-04-08
    • 文件大小:917
    • 提供者:杜继宏
  1. Parkingsystem

    0下载:
  2. 主要用通过多线程控制(也就是生产者消费者的问题),还有就是java游戏开发的一些知识来,模拟了一个停车管理系统-Mainly used by multi-threaded control (that is, producers and consumers), there is some knowledge to java game development, simulation of a parking management system
  3. 所属分类:Other Games

    • 发布日期:2017-03-29
    • 文件大小:440938
    • 提供者:guang
  1. producter_and_consumer

    0下载:
  2. 生产者消费者模型模拟。有可独立运行的应用程序。MFC界面。-Producer-consumer model simulation. The application can be run independently. MFC interface.
  3. 所属分类:CSharp

    • 发布日期:2017-05-15
    • 文件大小:3625587
    • 提供者:王美
  1. ProAndCon

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

    • 发布日期:2017-11-24
    • 文件大小:57611
    • 提供者:qingqian
« 1 2 34 5 6 7 8 »
搜珍网 www.dssz.com