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

搜索资源列表

  1. 3

    0下载:
  2. 用进程来模拟生产者和消费者问题,2个生产者和3个消费者,3个缓冲区。-Used to simulate the process of producers and consumers
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:5813
    • 提供者:huwenbo
  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. JTHREADSYNCH

    0下载:
  2. java 强大的多线程机制。生产者和消费者共享一个数据,当数据为0 时,消费者不可访问,生产者可访问数据,每次访问数据加1;当数据到达100 时,生产者唤醒消费者,同时自身不可访问数据,消费者可访问数据,每次访问数据减1,直到数据为0,消费者唤醒生产者,同时自身不可访问数据,如此循环。每次访问信息,显示在JTextArea 对象中。-Powerful java multithreading. Share a data producer and consumer, when the data is
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:34609
    • 提供者:you
  1. jthreadsynch

    0下载:
  2. Java线程间同步互斥,在实际的编程中,经常要处理线程间的同步互斥问题。Java 语言内在强大的多线程支持使得处理这类问题变得相对来说比较简单。本例将模仿经典的线程同步互斥例子——生产者和消费者问题,来演示   java 强大的多线程机制。生产者和消费者共享一个数据,当数据为0 时,消费者不可访问,生产者可访问数据,每次访问数据加1;当数据到达100 时,生产者唤醒消费者,同时自身不可访问数据,消费者可访问数据,每次访问数据减1,直到数据为0,消费者唤醒生产者,同时自身不可访问数据,如此循
  3. 所属分类:Java Develop

    • 发布日期:2017-04-26
    • 文件大小:33750
    • 提供者:jpudn57
  1. Consumers

    0下载:
  2. 消费者和生产者线程操作..一个简单的JAVA程序-Consumers and producers threaded operation
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:26803
    • 提供者:睡梦中
  1. project-common

    0下载:
  2. 这是一个生产者和消费者lLinux下编程-This is a programming under Linux producers and consumers
  3. 所属分类:source in ebook

    • 发布日期:2017-04-24
    • 文件大小:9304
    • 提供者:马克
  1. thread

    0下载:
  2. 生产者,消费者线程并发进行,生产者发现缓冲区满了则唤醒消费者,自己睡眠。消费者发现缓冲区空了,唤醒生产者,自己睡眠。-The producer, the consumer thread, producers have found that the buffer is full, wake up the consumers, their sleep. Consumers find the buffer is empty, awaken the producers, their sleep.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:1737
    • 提供者:panyun
  1. Java-xianchengtongbuhuchi

    0下载:
  2. Java线程间同步互斥,在实际的编程中,经常要处理线程间的同步互斥问题。Java 语言内在强大的多线程支持使得处理这类问题变得相对来说比较简单。本例将模仿经典的线程同步互斥例子——生产者和消费者问题,来演示   java 强大的多线程机制。生产者和消费者共享一个数据,当数据为0 时,消费者不可访问,生产者可访问数据,每次访问数据加1;当数据到达100 时,生产者唤醒消费者,同时自身不可访问数据,消费者可访问数据,每次访问数据减1,直到数据为0,消费者唤醒生产者,同时自身不可访问数据,如此循
  3. 所属分类:Java Develop

    • 发布日期:2017-04-24
    • 文件大小:33662
    • 提供者:shileiye
  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. prod

    0下载:
  2. C++实现互斥量通信,生产者和消费者线程之间通过互斥量实现通信-C++ implementation of the mutex communication between producers and consumers to communicate via the mutex thread
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:1252
    • 提供者:cjy
  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. Serial-debugging-assistant

    0下载:
  2. 基于生产者和消费者的串口调试助手,供初学者参考-Producers and consumers based serial debugging assistant reference for beginners
  3. 所属分类:Com Port

    • 发布日期:2017-04-25
    • 文件大小:17255
    • 提供者:孙金秀
  1. product-and-custom

    0下载:
  2. 调用Windows API,模拟解决生产者-消费者问题-Call the Windows API, analog solutions producer- consumer issues
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:1884
    • 提供者:Mark
  1. ProductAndConsumer

    0下载:
  2. 多线程实现生产者和消费者问题。 -Multi threading the producer and consumer issues
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:5340
    • 提供者:yinhoo
  1. lab3

    0下载:
  2. • 一个大小为3的缓冲区,初始为空 • 2个生产者 -随机等待一段时间,往缓冲区添加数据, -若缓冲区已满,等待消费者取走数据后再添加 -重复6次 • 3个消费者 -随机等待一段时间,从缓冲区读取数据 -若缓冲区为空,等待生产者添加数据后再读取 -重复4次 说明: • 显示每次添加和读取数据的时间及缓冲区的状态 生产者和消费者用进程模拟。
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-28
    • 文件大小:11177246
    • 提供者:忧郁二郎
  1. labview-MS-and-PC-design-pattern--

    1下载:
  2. labview主/从设计模式和生产者/消费者设计模式,在数据采集中国常用到的一种模式。-labview master/slave design pattern and producer/consumer design patterns used in data collection to China as a model.
  3. 所属分类:Project Design

    • 发布日期:2017-04-25
    • 文件大小:428063
    • 提供者:墨迹猫
« 1 2 ... 40 41 42 43 44 4546 47 48 »
搜珍网 www.dssz.com