搜索资源列表
semaphore
- 介绍linux下使用进程间通信的编程实例。
semaphore.zip
- 线程中使用Semaphore的例子 ,The example for using semaphore in thread
barber(2)
- 理发师问题的信号量解决方法实现,基于C语言编写-Semaphore barber problem solution implementation, based on C language
ProducerandConsumerProblem
- 用多进程同步方法解决生产者-消费者问题 设计目的:通过研究Linux 的进程机制和信号量实现生产者消费者问题的并发控制. 说明:有界缓冲区内设有20个存储单元,放入/取出的数据项设定为1-20这20个整型数. 设计要求:(1)每个生产者和消费者对有界缓冲区进行操作后,即时显示有界缓冲区的全部内容,当前指针位置和生产者/消费者县城的标识符.(2)生产者和消费者各有两个以上.(3)多个生产者或多个消费者之间须有共享对缓冲区进行操作的函数代码.-Synchronous multi-process so
semaphore
- 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
procon
- 试验目的:通过研究Linux的线程机制和信号量实现生产者消费者问题的并发控制,windows环境下运行-Test Objective: To study the mechanisms and thread Linux Semaphore producers to achieve concurrency control on consumer issues, windows environment running
djkhsw
- LINUX的简单应用,含有串口和网络通信,信号量。-LINUX simple application, containing the serial and network communications, semaphore.
ipc
- Linux IPC (message queue, pipe, sharememory, semaphore, signal and socket) examples
semaphore
- this for semaphore programming in linux os-this is for semaphore programming in linux os
EX6_SEMAPHORE
- A simple program for implementing the SEMAPHORE in Linux/UNIX Environment
Semaphores
- Its is the linux/unix system application programming ....data resource management by semaphore /mutex
semdemo
- 适用于嵌入式linux的信号量源代码,绝对真实可用,非常有益。-For embedded linux semaphore code, absolute truth can be very useful.
pthread
- linux2.6.27,fc8平台,使用信号量实现生产者消费者问题-linux semaphore producers and consumers
Sem
- 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.
Semaphore
- 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.
da
- 1.实验目的 (1)理解进程/线程同步的方法,学会运用进程/线程同步的方法解决实际问题; (2)了解windows系统或unix/linux系统下中信号量的使用方法。 -1. Purpose of the experiment (1) understand the process/thread synchronization methods, learn to use the process/thread synchronization methods to solve practi
sem
- linux信号量使用方法,示例中包括源码和makefie,以及经过编译的文件,可以直接运行-linux semaphore usage, examples including source code and makefie, and compiled files that can be run directly
semaphore
- linux 下的信号量编程,对初学者有一定的好处,值得一看。-semaphore programming under linux, there are certain advantages for beginners, worth a visit.
Linux-semaphore
- 信号量的使用主要是用来保护共享资源,使得资源在一个时刻只有一个进程(线程)所拥有。-Semaphore is mainly used to protect the use of shared resources, making the resource at a time only one process (thread) owned.
Linux
- 1.学习并理解如何使用 Hadoop,学会在 Hadoop 中运行简单的程序,了解其运 行过程。 2.通过学习生产者/消费者问题理解多线程同步问题。 1.在 Linux 环境下建立大数据处理框架 (1)学习 Hadoop 的相关知识。 (2)安装并配置 Hadoop 环境。 (3)在 Hadoop 上执行 WordCount 示例。 2. 实现生产者/消费者同步问题 (1)在 linux 系统中学习信号量的使用。 (2)执行生产者与消费者模型。(1. learn and und