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

搜索资源列表

  1. njdowncn0705251

    0下载:
  2. 代码阅读方法与实践,很好的一本书,得过Joliet ·vfor的人力资源管理系统,带整套的论文,毕业设计 ·使用VC++开发的微型GIS系统 ·消费者,生产者问题的具体实现,在linux环境 ·编译原理中的语法分析器 ·这是一段很好的wince
  3. 所属分类:其它

    • 发布日期:2014-01-17
    • 文件大小:1.49mb
    • 提供者:刘军
  1. p_c.win-linux

    0下载:
  2. 基于进程与共享主存实现的生产者消费者问题(Windows/Linux)。与网络上可以下载到的大多数生产者消费者问题模拟程序不同,本程序使用进程(而非线程)模拟,基于共享内存读写“产品”。同时给出了Windowst和Linux下实现的源代码,使用gcc编译通过。详细参见:http://blog.sina.com.cn/s/blog_53773b5f01000a1j.html
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:28.18kb
    • 提供者:林健
  1. ex03_semaphore

    0下载:
  2. Linux系统下实现,生产者与消费者的及时通讯问题-Linux system implementation, producers and consumers of timely communication problems
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-04
    • 文件大小:713byte
    • 提供者:谢万鑫
  1. productor_consumer

    0下载:
  2. 生产者与消费者问题,用信号量实现!linux环境下的C代码-Producer and consumer issues, using semaphores to achieve! C code in linux environment
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1.27kb
    • 提供者:flydragon
  1. semaphore

    0下载:
  2. linux下邮箱方式进行进程通信的代码和实验报告,用P.V原语实现通信中的同步问题。运用生产者与消费者模型设计实现一个简单的信箱。-approach to the process under linux mail communications code and test reports, using PV primitives to achieve communication in the synchronization problem. The use of producer and cons
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:14.4kb
    • 提供者:yangdingda
  1. sample1

    0下载:
  2. pv操作 消费者与生产者 经典代码 用于UNIx linux平台-pv operation of the consumer and the producer for the classic code UNIx linux platform
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2.87kb
    • 提供者:lanfeng
  1. pthread

    0下载:
  2. 基于ARM9的Linux多线程应用程序。生产者写入缓冲区和消费者从缓冲区读数的具体流程,生产者首先获得互斥锁,并且判断写指针+1后是否等于读指针,如果相等则进入等待状态,等候条件变量notfull;如果不等则向缓冲区中写入一个整数,并且设置条件变量为notempty,最后释放互斥锁。消费者线程与生产者线程类似。-ARM9-Linux-based multi-threaded applications. Producers and consumers into a buffer from the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:1.33kb
    • 提供者:刘冉
  1. ipc_demo

    0下载:
  2. linux ipc经典问题生产者与消费者问题及几个简短多线程编程代码-linux ipc classical problem about consumer and the pruducer and some easy pthread codes
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:10.05kb
    • 提供者:赵新宇
  1. pc

    0下载:
  2. 用进程和信号量级文件映射实现模拟生产者与消费者。LINUX 和 windows-With the process and file mapping for analog signal magnitude producers and consumers.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:4.14kb
    • 提供者:nierui
  1. linux

    0下载:
  2. 本系统包含图形与网络的linux编程实现生产者与消费者系统,界面美观。 该文件里有实验报告和代码,用linux+图形工具编程。-This system consists of graphics and network programming producers and consumers linux system, beautiful interface. There are experimental reports that document and code, using linux+
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:215.11kb
    • 提供者:xiedanfeng
  1. chx

    0下载:
  2. 操作系统程序。在linux下运行。两个生产者与两个消费者问题。包括IPC的定义与实现。-Operating system procedures. Run in linux. Two producers and two consumer issues. Including the definition and implementation of IPC.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:5.56kb
    • 提供者:南宫瑶
  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
    • 文件大小:707byte
    • 提供者:乐乐
  1. shengchanzheyuxiaofeizhe

    0下载:
  2. 设计目的:通过研究Linux 的进程机制和信号量,实现生产者消费者问题的并发控制. 说明:有界缓冲区内设有20个存储单元,有界缓冲区可用数组实现,缓冲区中的内容自定。 设计要求:(1)每个生产者和消费者对有界缓冲区进行操作后,即时显示有界缓冲区的全部内容,当前指针位置和生产者/消费者进程标识符.(2)生产者和消费者至少各有两个以上.(3)多个生产者或多个消费者之间须有对缓冲区进行共享操作的函数代码(注意互斥与同步).-Design Objective: To study the mech
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:13.34kb
    • 提供者:奋斗
  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
    • 文件大小:8.44kb
    • 提供者:5566141
  1. daima

    0下载:
  2. Linux进程编程,生产者-消费者程序组,支持多个生产者和消费者,生产者进程数为2, 消费者进程数为3。 生产者与消费者之间使用共享内存进行数据传递,并使用信号量对数据的内容进行保护。-The Linux process programming, producer- consumer program group, supports multiple producers and consumers, the the producer process for 2, consumers pr
  3. 所属分类:Linux Network

    • 发布日期:2017-11-26
    • 文件大小:2.89kb
    • 提供者:q
  1. producer-and-costumers

    0下载:
  2. 生产者与消费者,可直接用于linux系统,文档中包含源程序-Producers and consumers, can be used directly in the Linux system, the document contains source
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-20
    • 文件大小:580.47kb
    • 提供者:丛菲
  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
    • 文件大小:12.85kb
    • 提供者:wuq
  1. second.c

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

    • 发布日期:2017-04-12
    • 文件大小:1.29kb
    • 提供者:fengxiao
  1. Linux

    0下载:
  2. 1.学习并理解如何使用 Hadoop,学会在 Hadoop 中运行简单的程序,了解其运 行过程。 2.通过学习生产者/消费者问题理解多线程同步问题。 1.在 Linux 环境下建立大数据处理框架 (1)学习 Hadoop 的相关知识。 (2)安装并配置 Hadoop 环境。 (3)在 Hadoop 上执行 WordCount 示例。 2. 实现生产者/消费者同步问题 (1)在 linux 系统中学习信号量的使用。 (2)执行生产者与消费者模型。(1. learn and und
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-05-01
    • 文件大小:2.91mb
    • 提供者:violetta
  1. pc_lin

    0下载:
  2. ?一个大小为3的缓冲区,初始为空 ?2个生产者 –随机等待一段时间,往缓冲区添加数据, –若缓冲区已满,等待消费者取走数据后再添加 –重复6次 ?3个消费者 –随机等待一段时间,从缓冲区读取数据 –若缓冲区为空,等待生产者添加数据后再读取 –重复4次 ?显示每次添加和读取数据的时间及缓冲区的状态(a buffer size of 3, initially empty 2 producers Random waiting for a period of time, addin
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-05-01
    • 文件大小:1kb
    • 提供者:tybaobao
« 12 »
搜珍网 www.dssz.com