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

搜索资源列表

  1. Labview-ATM-Simulation

    0下载:
  2. 使用生产者与消费者模式模拟ATM机,可以实现存取款及余额查看功能-Using Labview to simulate ATM.
  3. 所属分类:LabView

    • 发布日期:2017-03-30
    • 文件大小:26458
    • 提供者:刘永广
  1. woqu

    0下载:
  2. 生产者与消费者:编写一个生产者-消费者程序组,支持多个生产者和消费者,生产者进程数为2, 消费者进程数为3。 -Producers and consumers: the preparation of a producer- consumer program group, supports multiple producers and consumers, producers for the two processes, the consumer process is 3.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-13
    • 文件大小:2831
    • 提供者:林婉婷
  1. ProduceConsumeProblems

    0下载:
  2. 操作系统经典同步问题,解决生产者与消费者问题-Operating system synchronization, producer and consumer issues
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:1766
    • 提供者:王强
  1. producer_cousummer_wait_notify

    0下载:
  2. 生产者与消费者问题,多线程的应用实例,介绍了wait()和notify()的使用方法-Producer and consumer issues, multithreaded application examples, describes the wait () and notify () method to use
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:2383
    • 提供者:李为智
  1. ProduceraConsumer

    0下载:
  2. 该原码是操作系统实验中的生产者与消费者问题-The original code of the operating system experiment producers and consumers
  3. 所属分类:Java Develop

    • 发布日期:2017-04-25
    • 文件大小:174092
    • 提供者:chenwei
  1. sem

    0下载:
  2. linux间进程通讯,利用共享内存和信号量,实现一个简洁的生产者与消费者程序。-Inter-process communication linux, using shared memory and semaphores to implement a simple program producers and consumers.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-16
    • 文件大小:13156
    • 提供者:wuq
  1. ConsumerAndProducer

    0下载:
  2. 这是一款基于Visual C++的解决生产者与消费者问题的源代码程序。-This is a program to settle the problem of the consumer and producer.
  3. 所属分类:Other Games

    • 发布日期:2017-05-12
    • 文件大小:2706844
    • 提供者:林凌
  1. 2.1

    0下载:
  2. 生产者与消费者问题,采用信号量机制,vc编程,C语言,windows环境下-Producers and consumers, using semaphore mechanism, vc programming, C language, windows environment
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-12
    • 文件大小:1479
    • 提供者:苘郁蓁
  1. producer_consumer

    0下载:
  2. 进程间的生产者与消费者问题,2个生产者,3个消费者,缓冲区个数为3。通过信号量和互斥体对象实现了进程间的同步,通过文件映射实现了进程间的通信。-Producer and consumer issues between processes, two producers, three consumers, the number of buffers is 3. By semaphores and mutexes object implements synchronization, file mapp
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:1751
    • 提供者:李为智
  1. producer

    0下载:
  2. 生产者与消费者模型的实现,使用C语言实现的,已经编译通过-Producers and consumers to realize the model
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:711
    • 提供者:ffff
  1. dxc

    0下载:
  2. 处理多线程问题,具体是处理生产者与消费者的问题,有关学习互斥量信号量的简单知识-Deal with multi-threading issues, in particular the problem of treatment of producers and consumers, the simple knowledge about learning mutex semaphore
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-19
    • 文件大小:5425152
    • 提供者:廖泽宇
  1. dxce

    0下载:
  2. 在这里我使用了三个listbox来处理有关于生产者与消费者的问题,主要解决了将参数传输到线程内的问题,还有关于线程基础的知识学习-Here I used three listbox to deal with producers and consumers about the issue, mainly to solve the transfer parameters to the thread problem, there learning knowledge base about thread
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-18
    • 文件大小:4704707
    • 提供者:廖泽宇
  1. Pro_Con

    0下载:
  2. MFC做的生产者与消费者,利用list显示生产、消费、和仓库中的产品,程序中有创建,挂起,结束线程,经测试可以实现,程序的开发环境是VS2010.-MFC do producers and consumers, the use of list display production, consumption, and warehouse products, programs have created, pending the end of the thread, the test can be a
  3. 所属分类:GUI Develop

    • 发布日期:2017-06-15
    • 文件大小:23964593
    • 提供者:刘尚武
  1. second.c

    0下载:
  2. 生产者与消费者问题模型,在linux操作系统下,创建两个进程一个进程作为生产者,另一个作为消费者。-Producer and consumer issues model
  3. 所属分类:Driver develop

    • 发布日期:2017-04-12
    • 文件大小:1325
    • 提供者:fengxiao
  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

    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 2 3 4 5 6 7 89 10 11 12 13 »
搜珍网 www.dssz.com