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

搜索资源列表

  1. multiThread

    0下载:
  2. Java多线程基本使用与若干典型实例(如哲学家进餐、生产者消费者问题)-Java MultiThread example application code,include some famous issue like Philosophcian eatting,Producter and Consumer
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:6811
    • 提供者:周航
  1. Semaphores

    0下载:
  2. 用Semaphores解决JAVA生产者消费者问题-Using Semaphore to solve the producer and consumer Question
  3. 所属分类:JavaScript

    • 发布日期:2017-04-01
    • 文件大小:1780
    • 提供者:杜继宏
  1. Threads

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

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

    0下载:
  2. 应用c#解决生产者消费者问题的源码,界面清晰易懂,包含详细的说明文件-The application c# source code to solve producer-consumer problem, the interface is clear and easy to understand, contains a detailed documentation
  3. 所属分类:CSharp

    • 发布日期:2017-05-02
    • 文件大小:635282
    • 提供者:王馨悦
  1. processBasic

    0下载:
  2. 用c++实现生产者消费者问题的源码,界面清晰易懂,包含详细的说明文档-The source code of the producer-consumer problem with c++, the interface is clear and easy to understand, contains detailed documentation
  3. 所属分类:Process-Thread

    • 发布日期:2017-06-17
    • 文件大小:25829835
    • 提供者:王馨悦
  1. P_C

    0下载:
  2. 经典的操作系统生产者消费者问题,大多数都是控制台实现,我用的mfc实现了界面操作,结果操作简单易懂。-Mostly of the classic producer-consumer problem of the operating system console, I use the mfc interface operation, the result is straightforward.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:1921781
    • 提供者:liujunjie
  1. Semaphore

    0下载:
  2. 操作系统中的生产者—消费者问题,在Windows上实现-The producer- consumer problem, the operating system on Windows
  3. 所属分类:OS Develop

    • 发布日期:2017-04-11
    • 文件大小:914
    • 提供者:Jack
  1. p_c

    0下载:
  2. 生产者消费者问题,生产者向缓冲区写,通过进程间的同步,消费者读出缓冲区中的内容。-Producers and consumers, producers write to the buffer, through inter-process synchronization, consumers read out the contents of the buffer.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:1640
    • 提供者:kk
  1. Customer

    0下载:
  2. 通过研究Linux的进程同步机制和信号量,实现生产者消费者问题的并发控制。-Through the study of Linux process synchronization mechanism and semaphores, concurrency control of the producer-consumer problem.
  3. 所属分类:software engineering

    • 发布日期:2017-05-18
    • 文件大小:4847616
    • 提供者:litao
  1. ProducersAndConsumers

    0下载:
  2. 、生产者-消费者问题是很经典很具有代表性的进程同步问题,计算机中的很多同步问题都可抽象为生产者-消费者问题,通过本实验的练习,希望能加深学生对进程同步问题的认识与理解 -The producer- consumer problem is a classic representative of the process is synchronization, computer synchronization problem can be abstracted as many producer- co
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-06
    • 文件大小:1421153
    • 提供者:巴西里
  1. producer_consumer(win32)

    0下载:
  2. 操作系统实验——生产者消费者问题。通过在win32环境下的编程,熟悉操作系统中的多线程技术,解决经典的生产者消费者问题-operating system---try to solve the classical problem--- producer and consumer
  3. 所属分类:OS Develop

    • 发布日期:2017-11-15
    • 文件大小:1280
    • 提供者:jimmy lin
  1. java-producer-consumer-problem

    0下载:
  2. 简单的生产者消费者问题解决办法,多线程的实现方法。-Simple producer-consumer problem-solving approach, multi-threaded implementations.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-11
    • 文件大小:30423
    • 提供者:赵禹琦
  1. ProAndCon

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

    • 发布日期:2017-11-24
    • 文件大小:57611
    • 提供者:qingqian
  1. pp

    0下载:
  2. 操作系统中的线程项目,模拟生产者消费者问题,烤羊肉串模型-Operating system threads projects, analog producers of consumer issues, kebabs model
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-09
    • 文件大小:1356
    • 提供者:杨小军
  1. producer_consumer

    0下载:
  2. 信号量---线程间通信,“生产者消费者” 问题C代码模拟---- Thread semaphore communication between producers and consumers in the C code simulation
  3. 所属分类:Linux Network

    • 发布日期:2017-12-09
    • 文件大小:955
    • 提供者:scylla
  1. p-and-c

    0下载:
  2. 线程管理中的生产者消费者问题,主要是描述线程管理中生产者与消费者在共享资源时是否同步与互斥问题-Producers and consumers in the thread management, describes the thread management of producers and consumers, whether in the shared resource synchronization and mutual exclusion
  3. 所属分类:Java Develop

    • 发布日期:2017-11-13
    • 文件大小:4221
    • 提供者:whillchyis
  1. EOS

    0下载:
  2. 使用EOS的信号量,编程解决生产者—消费者问题,理解进程同步的意义。 调试跟踪EOS信号量的工作过程,理解进程同步的原理。 修改EOS的信号量算法,使之支持等待超时唤醒功能(有限等待),加深理解进程同步的原理。 -Semaphore using EOS programming to solve the producer- consumer issues, understand the significance of the process of synchronization. Th
  3. 所属分类:software engineering

    • 发布日期:2017-11-06
    • 文件大小:830750
    • 提供者:张薇
  1. cpp

    0下载:
  2. 操作系统中运用pv操作等解决生产者-消费者问题-Operating system in use pv operation to solve the producer- consumer problem
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-23
    • 文件大小:10289
    • 提供者:云梦微波
  1. Thread-Synchronization

    0下载:
  2. Java线程实现同步机制(生产者消费者问题),即生产者和消费者可以同时生产和消费商品,缓冲区中没有商品时,消费者需等待;缓冲区满时,生产者需等待。-Java code implements the issue of producer and customer with mutiple threads.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-20
    • 文件大小:31400
    • 提供者:
  1. java-shengchanzhexiaofeizhe

    0下载:
  2. 以报告形式详细介绍生产者消费者问题,并附有制作过程,JAVA源代码-Detail the problem of producers and consumers in the form of a report, together with the production process, the JAVA source code
  3. 所属分类:Java Develop

    • 发布日期:2017-11-15
    • 文件大小:58977
    • 提供者:
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 26 »
搜珍网 www.dssz.com