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

搜索资源列表

  1. produceAndConsume

    0下载:
  2. 利用多线程的技术实现生产者和消费者的同步问题。解决了生产一个消费一个的问题,提高了系统的性能。-Multi-threading technology to realize the synchronization problems of producers and consumers. Solve the production of a consumer a problem and improve the performance of the system.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:900
    • 提供者:xie
  1. yf2

    0下载:
  2. 计算机操作系统实验类文章,主要是对于著名的生产者与消费者的问题进行互斥与共享的临界资源的设置与访,实现进程的同步与互斥。-Experimental articles of the computer operating system, mainly for the well-known producers and consumers mutually exclusive and shared set of critical resources and visits to achieve proce
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:9226
    • 提供者:杨峰
  1. producer-consumer

    0下载:
  2. 关于操作系统的经典问题--消费者与生产者问题-Classic problem of the operating system- consumers and producers
  3. 所属分类:OS Develop

    • 发布日期:2017-11-22
    • 文件大小:1532674
    • 提供者:吴天兴
  1. PrdCos

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

    • 发布日期:2017-11-15
    • 文件大小:1884
    • 提供者:sj
  1. barbershops

    0下载:
  2. 操作系统中同步与互斥算法,生产者和消费者,理发店问题,-Operating system synchronization and mutual exclusion algorithms, producers and consumers, barber shops,
  3. 所属分类:Console

    • 发布日期:2017-12-01
    • 文件大小:1285184
    • 提供者:
  1. thread

    0下载:
  2. 多线程循环缓冲程序,有关生产者和消费者在仓库的处理等问题。-Multi-threaded circular buffer program, the producers and consumers in the warehouse processing.
  3. 所属分类:MPI

    • 发布日期:2017-11-08
    • 文件大小:1115
    • 提供者:孙凯歌
  1. ProduceConsume

    0下载:
  2. 通过互斥量、事件来解决生产者和消费者的问题,主要涉及的内容有多线程的创建,事件的创建,互斥量的创建,线程的同步。主要的函数有:CreateThread,CreateEvent,CreateMutex,WaitForMultipleObjects等。Through the mutex, event producers and consumers to solve problems, mainly related to the contents of multiple thread creation
  3. 所属分类:Game Program

    • 发布日期:2017-04-07
    • 文件大小:2977
    • 提供者:guosonl
  1. producer_consumer

    0下载:
  2. 在Linux下创建两个线程,利用信号量和互斥锁实现生产者和消费者的典型问题。编译器G-Under Linux creates two threads using semaphores and mutexes to achieve the typical problems of producers and consumers. GCC compiler
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:595
    • 提供者:hanzhen
  1. pro_consumer

    0下载:
  2. 进程同步问题,生产者生产产品放入缓冲区,消费者消费产品释放缓冲区。-Process synchronization problem, producers produce product into the buffer, consumer spending product release buffer.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:12569
    • 提供者:jx
  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. 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. 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. 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. 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. productor

    0下载:
  2. 生产者和消费者的问题 两种情况 一个生产者和一个消费者 多个生产者和多个消费者 代码描述 一个 egg 类表示生产者 和消费者 生产或消费的 蛋 一个 eggbox 类表示 装蛋 的容器 有固定大小 一个生产者类 一个消费者类-productor and customer
  3. 所属分类:Web Server

    • 发布日期:2017-04-14
    • 文件大小:3997
    • 提供者:刘佳阔
« 1 2 ... 16 17 18 19 20 21»
搜珍网 www.dssz.com