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

搜索资源列表

  1. thread

    0下载:
  2. 我们的课设报告,用多线程解决经典的生产者与消费者问题,用锁操作原语实现互斥。-Our class set up the report, using multiple threads to solve the classic problem of producers and consumers, with the locking primitives, to achieve mutually exclusive.
  3. 所属分类:File Formats

    • 发布日期:2017-03-29
    • 文件大小:134345
    • 提供者:刘芸
  1. consume_and_productor

    0下载:
  2. 描述了生产者与消费者思想,并用图像表示出了这一经典过程
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:22380
    • 提供者:Lianghui Tu
  1. simplePc

    0下载:
  2. 一个简单的进程与线程中生产者与消费者的例子-A simple process and thread examples of producers and consumers
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:168429
    • 提供者:小星
  1. os

    0下载:
  2. 分析进程的同步与互斥现象生产者与消费者问题,以及调度算法,编程实现经典的进程同步问题-It is about producer and comsumer problem,as well as math
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:139338
    • 提供者:李燕翔
  1. producer_customer_question

    0下载:
  2. 通过创建线程实现生产者、消费者对缓冲区进行互斥操作。 用信号量机制解决进程(线程)的同步与互斥问题。 缓冲区大小为31,缓冲区满则不允许生产者生产数据,缓冲区空则不允许消费者消费数据。 程序一直运行下去,直到敲击回车停止。-Achieved by creating a thread producers, consumers mutually exclusive operation of the buffer. Settlement process with the semaphore
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:256681
    • 提供者:moondancing
  1. kcsj

    0下载:
  2. 本程序是基于delphi的生产者与消费者程序-The program is based on Delphi producers and consumers program
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-08
    • 文件大小:236327
    • 提供者:xiaoliu
  1. threads

    0下载:
  2. 这是一个用c++编写的解决生产者与消费者问题的多线程程序 -This is a work written in c++ to solve the problem of producers and consumers, multi-threaded program
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:779
    • 提供者:肖彦
  1. PV

    0下载:
  2. 生产者与消费者题目的源码,学习多线程,学习互斥信号量的很有参考价值的代码。-Producer and Consumer
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:3244
    • 提供者:leon
  1. Producer_Consumer

    0下载:
  2. windows实习:用进程和线程两种方式解决生产者与消费者问题,与经典的不同的是,要求生产者生产的每一个产品被每一个消费者取走并仅取走一次。-windows Practice: Process and thread with the producers and consumers in two ways to solve the problem, and the difference is that classic, requiring producers to the production o
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:255119
    • 提供者:myf
  1. ProAndUse

    0下载:
  2. 生产者与消费者的典型例子,进度条动态显示,生产及消费的详细过程。-Typical examples of producers and consumers, the dynamic progress bar shows the detailed process of production and consumption.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-08
    • 文件大小:1898224
    • 提供者:王傲
  1. ProducerConsumerTest

    0下载:
  2. 生产者与消费者的描述,临界资源共享的处理,线程的定义与应用-Descr iption of producers and consumers, dealing with the critical resource sharing, and application of the definition of thread
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:696
    • 提供者:平步青云
  1. progrem

    0下载:
  2. Linux应用程序,多线程应用开发,关于生产者与消费者的问题-Linux applications, multi-threaded application development, the question on the producers and consumers
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:707
    • 提供者:乐乐
  1. Customer

    0下载:
  2. 生产者与消费者问题,用线程同步来决解~下载看了材质好东西~-the problem is about Producter and customer .please use the thread.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:707
    • 提供者:李小龙
  1. java_wait_notify_notifyall

    0下载:
  2. java 多线程编程,演示了线程等待,唤醒。可以达到并行计算。利用著名操作系统的生产者与消费者说了原理。-java multithreaded programming that demonstrates thread waiting, wake up. Parallel computing can be achieved. Using well-known operating system that the principle of producers and consumers.
  3. 所属分类:MPI

    • 发布日期:2017-03-30
    • 文件大小:1914
    • 提供者:ox
  1. Restaurant

    0下载:
  2. java实现生产者与消费者的程序。java中很好的多线程并行运算-java implementation of the program producers and consumers. java in a good multi-threaded parallel computing
  3. 所属分类:JavaScript

    • 发布日期:2017-04-02
    • 文件大小:5814
    • 提供者:huxiao
  1. Producers-and-consumers

    0下载:
  2. 生产者与消费者问题的实现。创建一组“生产者”线程和一组“消费者”线程,并建立一个长度为N的全局数组作为共享缓冲区。“生产者”向缓冲区输入数据,“消费者”从缓冲区读出数据。当缓冲区满时,“生产者”必须阻塞,等待“消费者”取走缓冲区数据后将其唤醒。当缓冲区空时,“消费者”阻塞,等待“生产者”生产了产品后将其唤醒。试用信号量实现“生产者”与“消费者”线程之间的同步。 -Producers and consumers
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-01
    • 文件大小:1456
    • 提供者:阿园
  1. ProducerAndConsumer

    0下载:
  2. 生产者与消费者问题的实现的java版本,加入了同步、等待与唤醒的功能。-Producers and consumers problem achieved in java , adding the synchronization, waiting and wake-up function.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1164
    • 提供者:chengy
  1. CEX_SecondDlg

    0下载:
  2. 生产者与消费者,一个生产者与一个消费者,C++做的,做的比较简单-Producers and consumers, a producer and a consumer, C++ to do, to do simple
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1875868
    • 提供者:浩哥
  1. anwser_for_bothroom

    0下载:
  2. 生产者与消费者的一个问题求解。对了解其原理有很大帮助-Producers and consumers of a problem-solving. Understand the principles of great help
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:576
    • 提供者:qq
  1. windows-unix

    0下载:
  2. 通过研究linux线程机制,利用多线程解决生产者与消费者的信号并发控制-Through the research Linux thread mechanism of multithread, producers and consumers solve the concurrent control signal
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:8641
    • 提供者:5566141
« 1 2 3 4 5 67 8 9 10 11 12 13 »
搜珍网 www.dssz.com