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

搜索资源列表

  1. shengchanzheyuxiaofeizhe

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

    • 发布日期:2017-04-04
    • 文件大小:13661
    • 提供者:奋斗
  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-30
    • 文件大小:33204
    • 提供者:luo
  1. Linux-program-design

    0下载:
  2. Linux 系统程序设计基础,进程,信号量,管道通信。-Linux system program design basis, process, the magnitude of the signal, communication pipeline.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:756914
    • 提供者:刘书明
  1. IPC_Funs

    0下载:
  2. c++写的在linux环境下多线程间使用互斥锁、posix信号量和system v信号量,实现的通信程序。自己编写的,自己测试过。-written in c++ linux environment using multi-thread mutex locks, posix semaphores and system v semaphore, to achieve the communication program. I have written, and tested.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:15329
    • 提供者:徐进
  1. 3.c

    0下载:
  2. 编写程序实现生产者-消费者问题。使用Linux的pthread线程库,创建2个生产者线程和2 个消费者线程。生产者线程计算当前的时间,把时间、第几次计算时间的序号(循环次 数)和线程ID作为一个消息,把消息放入缓冲区,消费者线程从缓冲区读出一个消息 并显示消息。缓冲区大小为5个,每个生产者线程生产10个消息,每个消费者线程消费 10个消息,即生产和消费分别为20次。 要求:2个生产者线程执行的代码是相同的(即执行同一函数),2个消费者线程也 一样。 提示: 生产者
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:852
    • 提供者:zheng
  1. pthread-manual

    0下载:
  2. 主要介绍了在linux环境下pthread的功能及使用情况,以及各个信号量的使用案例。-Introduces the pthread in linux environment function and usage, as well as the use of various semaphore case.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:9893
    • 提供者:李嘉良
  1. jctx

    0下载:
  2. 实验三 进程间通信 UNIX/LINUX系统的进程间通信机构(IPC)允许在任意进程间大批量地交换数据。本实验的目的是了解和熟悉LINUX支持的信号量机制、管道机制、消息通信机制及共享存储区机制。 -In Experiment 3, inter-process communication UNIX/LINUX system inter-process communication agencies (IPC) to allow large quantities in any exchang
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:40342
    • 提供者:FF
  1. p02

    0下载:
  2. 使用信号量的司机-售票员多线程通信模型实现。-Drivers use semaphore- conductor to achieve multi-threaded communication model.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:3290
    • 提供者:Sui QY
  1. LINUX

    0下载:
  2. 信号量实现进程之间的通信,一个重要的实例,主要为了说明时间信号量的作用-Semaphores to communicate between processes, an important example, to illustrate the major role in the amount of time signals
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1181
    • 提供者:孔亮
  1. OS_121101

    0下载:
  2. 操作系统,linux进程线程操作,信号量的运用,液面操作系统-Operating system, linux operating process threads, semaphores use of liquid operating system
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:829
    • 提供者:王庆宇
  1. signal

    0下载:
  2. 基于Linux下的进程通信中的信号量通信,以及相关的实现代码-Based on the process of communication under Linux the magnitude of the signal communication, as well as the realization of the relevant code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:14993
    • 提供者:zzy
  1. labP5

    0下载:
  2. 系统实现信号量通信,很好用,进程间通信,有公共的内存分配空间-System semaphore communicatio
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:26670
    • 提供者:aa
  1. LinuxPC

    0下载:
  2. 介绍关于linux的相关的系统函数调用,其中重点讲解了管道,内存,信号量等。-about linux system function
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1775594
    • 提供者:赵黄璐
  1. final

    0下载:
  2. linux 多线程编程案例 使用信号量实现互斥-linux multi-threaded programming case
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:630
    • 提供者:陈宇
  1. linux-signal

    0下载:
  2. 关于linux信号量的学习的资料,主要讲解信号量的使用-linux signal study
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:260763
    • 提供者:周文
  1. linux

    0下载:
  2. linux系统编程的相关示例,包括文件,进程,管道,shell,信号量等相关实例程序,对linux系统编程入门有一定帮助-Linux System Programming example, the instance of the program, including file, process, piping, shell, and semaphores Introduction to linux system programming
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:14022
    • 提供者:刘超
  1. signal

    0下载:
  2. linux下应用程序的编写,信号量的编程,初学者参考-under linux applications written semaphore programming beginners reference
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-01
    • 文件大小:14815
    • 提供者:xiaoxie
  1. win32

    0下载:
  2. 在Win32环境实现的信号量控制,这是学习操作系统信号量的基础!-Win32 environments in the amount of signal control, which is to learn the basis of the operating system semaphore!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-08
    • 文件大小:1951925
    • 提供者:涂豪
  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. sem

    0下载:
  2. 学习Linux 编程中的进程线程时写的一个关于信号量的小代码-Small code learning the Linux programming process thread write a semaphore
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-30
    • 文件大小:1923
    • 提供者:李斌
« 1 2 3 4 5 6 78 9 10 »
搜珍网 www.dssz.com