CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Producer Consumer semaphores

搜索资源列表

  1. Consumer-Producer

    0下载:
  2. java生产者消费者程序实现   线程,信号量互斥事件   临界资源-java producer consumer program threads, semaphores contradict critical resources incident
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:10194
    • 提供者:龙杏
  1. productor_consumer

    0下载:
  2. 生产者与消费者问题,用信号量实现!linux环境下的C代码-Producer and consumer issues, using semaphores to achieve! C code in linux environment
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1303
    • 提供者:flydragon
  1. producer-consumer-problem

    0下载:
  2. Introduction In this project, we will design a programming solution to the bounded-buffer problem using the producer and consumer processes . The solution uses three semaphores: empty and full, which count the number of empty and full slots
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-23
    • 文件大小:96073
    • 提供者:MidnightD
  1. pthread

    0下载:
  2. pthread同步信号量解决生产者消费者问题-pthread producer consumer synchronization semaphores to solve the problem
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:1075
    • 提供者:123
  1. ProducerConsumerProblem

    0下载:
  2. 操作系统实验:用信号量解决producer & consumer问题。 包括: WIN ProCon(1).cpp WIN ProCon(2).cpp LINUX ProCon.c-Operating System Experiment: Using Semaphores solve the producer & consumer issues. Include: WIN ProCon (1). Cpp WIN ProCon (2). Cpp LINUX ProCon.c
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:16654
    • 提供者:张泽西
  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. fafa

    0下载:
  2. 利用记录性信号量解决生产者——消费者问题-Record of the use semaphores to solve the producer- consumer issues
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-08
    • 文件大小:1845150
    • 提供者:谢天
  1. ProdCons

    0下载:
  2. a C program that implements a producer-consumer system with two processes.(using semaphores)
  3. 所属分类:Linux Network

    • 发布日期:2017-04-08
    • 文件大小:798
    • 提供者:MPLinux
  1. Producer_and_Consumer

    0下载:
  2. Implementation of Producer and Consumer using semaphores and pthreads in c.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:741
    • 提供者:da07
  1. Producer-Consumer-Model

    0下载:
  2. 生产者消费者模型,多线程程序,主要涉及互斥、信号量等操作系统知识-Producer consumer model, multi-threaded programs, mainly related to mutual exclusion, semaphores and other operating system knowledge
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-16
    • 文件大小:4486375
    • 提供者:李明
  1. multithreadSyn

    0下载:
  2. 多线程同步,解决生产者消费者问题,应用临界区、互斥量、信号量等多种方式-Multi-thread synchronization to solve the producer consumer problem, apply the critical region, mutexes, semaphores and other methods
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-15
    • 文件大小:10087
    • 提供者:lanyuna
  1. shengchanzheyuxiaofeizhe

    0下载:
  2. 设计目的:通过研究Linux 的进程机制和信号量,实现生产者消费者问题的并发控制. 说明:有界缓冲区内设有20个存储单元,有界缓冲区可用数组实现,缓冲区中的内容自定。 设计要求:(1)每个生产者和消费者对有界缓冲区进行操作后,即时显示有界缓冲区的全部内容,当前指针位置和生产者/消费者进程标识符.(2)生产者和消费者至少各有两个以上.(3)多个生产者或多个消费者之间须有对缓冲区进行共享操作的函数代码(注意互斥与同步).-Design Objective: To study the mech
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:13661
    • 提供者:奋斗
  1. Semaphores

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

    • 发布日期:2017-04-01
    • 文件大小:1780
    • 提供者:杜继宏
  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. 111

    0下载:
  2. 编写一个生产者-消费者程序组,支持多个生产者和消费者,生产者进程数为2, 消费者进程数为3。 生产者与消费者之间使用共享内存进行数据传递,并使用信号量对数据的内容进行保护。-Preparation of a producer- consumer program group, supports multiple producers and consumers, the the producer process for 2 Consumers number of processes.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-14
    • 文件大小:150655
    • 提供者:蔡应恒
  1. daima

    0下载:
  2. Linux进程编程,生产者-消费者程序组,支持多个生产者和消费者,生产者进程数为2, 消费者进程数为3。 生产者与消费者之间使用共享内存进行数据传递,并使用信号量对数据的内容进行保护。-The Linux process programming, producer- consumer program group, supports multiple producers and consumers, the the producer process for 2, consumers pr
  3. 所属分类:Linux Network

    • 发布日期:2017-11-26
    • 文件大小:2958
    • 提供者:q
  1. Producer-consumer-model

    0下载:
  2. 生产者消费者模型,用c语言实现模拟内存管理中的生产者和消费者,实现用信号量和锁的使用方法-Model of producers and consumers, producers and consumers in the analog memory management using the c language, the use of semaphores and locks
  3. 所属分类:Other systems

    • 发布日期:2017-11-12
    • 文件大小:12051
    • 提供者:
  1. Producer_Consumer

    0下载:
  2. 我是编程小菜鸟= =,这是一个信号量互斥的经典问题,消费者生产者问题的简单实现,使用线程方式,所以在调试时须选择多线程方式。-I was programming a small rookie = = This is a classic problem of mutual exclusion semaphores, producer consumer problem s simple implementation, using threads, so when debugging multith
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-09
    • 文件大小:1905065
    • 提供者:李宜核
  1. PC

    0下载:
  2. solving the producer consumer problem using threads and semaphores
  3. 所属分类:Algorithm

    • 发布日期:2017-06-02
    • 文件大小:14109579
    • 提供者:lolokad
  1. sem.c

    0下载:
  2. 这是关于操作系统中生产者消费者问题的一段代码,其中生产者和消费者问题是用信号量实现的,临界资源是用数组实现的。-This is a piece of code about the producer-consumer problem in the operating system, where producer and consumer problems are implemented with semaphores, and the critical resource is implemente
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:1578
    • 提供者:宗道明
« 12 »
搜珍网 www.dssz.com