CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - linux semaphore

搜索资源列表

  1. semaphore

    0下载:
  2. 介绍linux下使用进程间通信的编程实例。
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1180
    • 提供者:林松建
  1. semaphore.zip

    0下载:
  2. 线程中使用Semaphore的例子 ,The example for using semaphore in thread
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-08
    • 文件大小:702
    • 提供者:
  1. barber(2)

    0下载:
  2. 理发师问题的信号量解决方法实现,基于C语言编写-Semaphore barber problem solution implementation, based on C language
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:1742
    • 提供者:wgx
  1. ProducerandConsumerProblem

    0下载:
  2. 用多进程同步方法解决生产者-消费者问题 设计目的:通过研究Linux 的进程机制和信号量实现生产者消费者问题的并发控制. 说明:有界缓冲区内设有20个存储单元,放入/取出的数据项设定为1-20这20个整型数. 设计要求:(1)每个生产者和消费者对有界缓冲区进行操作后,即时显示有界缓冲区的全部内容,当前指针位置和生产者/消费者县城的标识符.(2)生产者和消费者各有两个以上.(3)多个生产者或多个消费者之间须有共享对缓冲区进行操作的函数代码.-Synchronous multi-process so
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-03-20
    • 文件大小:29701
    • 提供者:CoCo
  1. ipc

    0下载:
  2. Linux IPC (message queue, pipe, sharememory, semaphore, signal and socket) examples
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:718975
    • 提供者:Ricky
  1. semaphore

    0下载:
  2. this for semaphore programming in linux os-this is for semaphore programming in linux os
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:16251
    • 提供者:naidu
  1. semdemo

    0下载:
  2. 适用于嵌入式linux的信号量源代码,绝对真实可用,非常有益。-For embedded linux semaphore code, absolute truth can be very useful.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:5514
    • 提供者:张志
  1. Sem

    0下载:
  2. linux下system V信号量的C语言封装,及其示例代码,用于进程间通信。-Provide C-language package of system V semaphore under linux as well as sample code. This package is used for inter-process communication.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:9340
    • 提供者:vividonly
  1. Semaphore

    0下载:
  2. linux下posix信号量的C语言封装,以及示例代码。可用于线程间和进程间通信。-Provide C-language package of posix semaphore under linux as well as sample code. This package is used for inter-process communication.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:8886
    • 提供者:vividonly
  1. signal_mutex

    0下载:
  2. 演示了linux中用信号量实现互斥锁的机制,用gcc编译后运行-Demonstrated using linux semaphore mutex lock mechanism, with the gcc compiled and run
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:694
    • 提供者:your name
  1. sem

    0下载:
  2. linux信号量使用方法,示例中包括源码和makefie,以及经过编译的文件,可以直接运行-linux semaphore usage, examples including source code and makefie, and compiled files that can be run directly
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:4459
    • 提供者:顾满洲
  1. Linux-semaphore

    0下载:
  2. 信号量的使用主要是用来保护共享资源,使得资源在一个时刻只有一个进程(线程)所拥有。-Semaphore is mainly used to protect the use of shared resources, making the resource at a time only one process (thread) owned.
  3. 所属分类:Linux-Unix program

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

    0下载:
  2. 线程(thread)技术早在60年代就被提出,但真正应用多线程到操作系统中去,是在80年代中期,solaris是这方面的佼佼者。传统的Unix也支持线程的概念,但是在一个进程(process)中只允许有一个线程,这样多线程就意味着多进程。这个代码就是Linuxs emaphore多线程编程-Multi-threaded programming on linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:1151
    • 提供者:lzy
  1. semaphore

    0下载:
  2. linux中信号灯用法实例,非常适合初学者的学习- the examples of semaphores programming , very suitable for beginners to learn
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:2886
    • 提供者:杨花卫
  1. semaphore

    0下载:
  2. linux多线程semaphore代码 可以用semaphore控制线程互斥和同步-linux multithread semaphore control code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-25
    • 文件大小:15536
    • 提供者:steven
  1. semaphore_1

    0下载:
  2. linux信号量的通信,代码能够运行,注释很详尽。-linux semaphore communication, code can run, very detailed notes.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1493
    • 提供者:yue
  1. semaphore

    0下载:
  2. The spinlock controls access to the other members of the semaphore for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2524
    • 提供者:riwierun
  1. Linux-semaphore-mechanism

    0下载:
  2. 一个关于信号量机制使用的学习例子。具体要求和代码都在word里了。要求使用vi进行代码的编写,使用make工具建立工程。将实现不同类别功能的函数写到不同的.c文件中,并使用makefile链接编译。 -Use vi be writing code, use make tools to create projects. The function of different types of functions written to achieve different. C file and co
  3. 所属分类:Driver develop

    • 发布日期:2017-04-23
    • 文件大小:48091
    • 提供者:覃岚
  1. signal

    0下载:
  2. linux下信号量编程,属于进程间通信的一种机制, 可作为参考-programming under linux semaphore, a part of inter-process communication mechanism can be used as a reference
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1939
    • 提供者:deng
  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-04-30
    • 文件大小:3051520
    • 提供者:violetta
« 12 3 »
搜珍网 www.dssz.com