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

搜索资源列表

  1. comsumer_producer

    0下载:
  2. 多线程问题:生产者与消费者问题升级(多个生产者多个消费者同时工作)具体C语言实现-Multi-threading issues: producer and upgrade consumer issues (multiple consumers simultaneously multiple producers) specific C language
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:2021
    • 提供者:Jihan
  1. exampleProducers-and-consumers

    0下载:
  2. 通过操作系统编写一个关于生产者与消费者的问题-Through the operating system to prepare a report on the producer and consumer issues
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:3459
    • 提供者:Svetlana
  1. Producers-and-consumers

    0下载:
  2. 生产者与消费者 设计要求:设计一程序,由一个进程创建三个子进程,三个子进程一个是生产者进程,两个是消费者进程,父子进程都使用父进程创建的共享存储区进行通信,由生产者进程将一个数组中的十个数值发送到由5个缓冲区组成的共享内存中,两个消费者进程轮流接收并输出这十个数值,同时将两个消费者进程读出的数值进行累加求各和。-Producers and consumers Design requirements: to design a program that creates three sub-p
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-11
    • 文件大小:1230
    • 提供者:liuping
  1. the45165et

    0下载:
  2. 进程的同步是操作系统处理机管理的重要内容,本实验要求学生理解生产者与消费者问题模型,掌握解决该问题的算法思想,学会使用同步机制。-An important part of the process of synchronization is managed by the operating system processor, this test requires students to understand the problems of producers and consumers model
  3. 所属分类:CSharp

    • 发布日期:2017-05-04
    • 文件大小:1531959
    • 提供者:张大钊
  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. ProducerConsumer

    0下载:
  2. 消费者生产者队列实现数据显示,队列接收数据,生产者生产,消费者消费。-Consumer producer queue to achieve data show that the queue to receive data, producer production, consumer spending.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-30
    • 文件大小:12003
    • 提供者:夏云龙
  1. pv

    0下载:
  2. 进程间同步与互斥,两个生产者三个消费者,使用信号量-Inter-process synchronization and mutual exclusion, three two producers to consumers, using semaphores
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1204
    • 提供者:li
  1. ThreadD

    0下载:
  2. java 线程同步,生产者和消费者,运用到同步锁机制,实现多线运行-java thread
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:829
    • 提供者:钱锐
  1. dubbo

    0下载:
  2. dubbo学习案例,包括生产者和消费者。采用main方法启动实例。-Case study of Dubbo, including producers and consumers. Main method is used to start the instance.
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-06-13
    • 文件大小:20881300
    • 提供者:wu
  1. synchronizing

    0下载:
  2. 这是操作系统的课程设计,写的是同步机构中消费者和生产者如何实现同步的C语言程序-This is the operating system, curriculum design, writing is the simultaneous institution of consumers and producers how to achieve synchronization of the C language program
  3. 所属分类:SCM

    • 发布日期:2017-04-14
    • 文件大小:2704
    • 提供者:beia25anaa
  1. producer

    0下载:
  2. 操作系统实验程序代码,模拟生产者与消费者,谢谢。-Experimental operating system code, simulation producers and consumers, thank you.
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:49267
    • 提供者:王桐
  1. LABVIEW-Producers-and-consumers

    0下载:
  2. NI的第三季讲坛LABVIEW生产者与消费者的妙用-Third-quarter pulpit NI LABVIEW use of producers and consumers
  3. 所属分类:LabView

    • 发布日期:2017-05-14
    • 文件大小:3385651
    • 提供者:谭祺
  1. main102

    0下载:
  2. 在window系统下实现“生产者和消费者”的代码模拟。-In the window system to achieve " producers and consumers," the code simulation.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:2707
    • 提供者:sfs8252sih
  1. PrdCos

    0下载:
  2. 基于共享内存,使用轻量级进程信号量机制实现消费者生产者问题-Consumers to producers based on shared memory, the use of lightweight processes semaphore mechanism
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2476
    • 提供者:qqvkv9836xigsh
  1. producter

    0下载:
  2. 多个生产者,消费者,在多个缓冲区下,多进程执行的代码-Multiple producers, consumers, multiple buffers, multi-process execution code
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:1885
    • 提供者:ggv0v42zhifn021
  1. pv_rw

    0下载:
  2. 利用Windows提供的API函数,用VISUALC++ 6.0编写程序,解决生产者与消费者问题,实现进程的互斥与同步实验设计在同一个进程地址空间内执行的七个线程。三个生产者线程四个消费者线程。生产者线程生产物品,然后将物品放置在一个空缓冲区中供消费者线程消费。消费者线程从缓冲区中获得物品,然后释放缓冲区。生产者线程生产物品时,若无空缓冲区可用,生产者线程必须等待消费者线程释放出一个空缓冲区;消费者线程消费物品时,若无满的缓冲区,消费者线程将被阻塞,直到新的物品被生产出来。-err
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:3200
    • 提供者:llj0j870wen
  1. tongbuyuhuchi

    1下载:
  2. 在同一个进程地址空间内执行的两个线程。生产者线程生产物品,然后将物品放置在一个空缓冲区中供消费者线程消费。消费者线程从缓冲区中获得物品,然后释放缓冲区。当生产者线程生产物品时,如果没有空缓冲区可用,那么生产者线程必须等待消费者线程释放出一个空缓冲区。当消费者线程消费物品时,如果没有满的缓冲区,那么消费者线程将被阻塞,直到新的物品被生产出来,我的具体做法也是如此,建立缓冲区,生产者生产的产品放入,消费者从中取产品,如果没有产品,则等待。-err
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2399
    • 提供者:jjdfd1835xin
  1. nachos02

    0下载:
  2. 1.对于共享的双向链表,实现多线程的无错误插入删除操作。 2.用thread::sleep实现条件变量和锁机制 3.用thread::semapho实现条件变量和锁机制 4.大小限制的缓冲区(类似于消费者生产者问题) 5.实现一个table结构-1. For shared doubly linked list, multi-thread error insertion and deletion operations. 2. thread :: sleep implement
  3. 所属分类:OS Develop

    • 发布日期:2017-05-01
    • 文件大小:18014
    • 提供者:fanfan
  1. PrdCos

    0下载:
  2. 基于共享内存,使用轻量级进程信号量机制实现消费者生产者问题-Consumers to producers based on shared memory, the use of lightweight processes semaphore mechanism
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2016
    • 提供者:y0xfxxingye
  1. producter

    0下载:
  2. 多个生产者,消费者,在多个缓冲区下,多进程执行的代码-Multiple producers, consumers, multiple buffers, multi-process execution code
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:1356
    • 提供者:cziciifu44
« 1 2 ... 41 42 43 44 45 4647 48 »
搜珍网 www.dssz.com