搜索资源列表
njdowncn0705251
- 代码阅读方法与实践,很好的一本书,得过Joliet ·vfor的人力资源管理系统,带整套的论文,毕业设计 ·使用VC++开发的微型GIS系统 ·消费者,生产者问题的具体实现,在linux环境 ·编译原理中的语法分析器 ·这是一段很好的wince
p_c.win-linux
- 基于进程与共享主存实现的生产者消费者问题(Windows/Linux)。与网络上可以下载到的大多数生产者消费者问题模拟程序不同,本程序使用进程(而非线程)模拟,基于共享内存读写“产品”。同时给出了Windowst和Linux下实现的源代码,使用gcc编译通过。详细参见:http://blog.sina.com.cn/s/blog_53773b5f01000a1j.html
ex03_semaphore
- Linux系统下实现,生产者与消费者的及时通讯问题-Linux system implementation, producers and consumers of timely communication problems
productor_consumer
- 生产者与消费者问题,用信号量实现!linux环境下的C代码-Producer and consumer issues, using semaphores to achieve! C code in linux environment
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
sample1
- pv操作 消费者与生产者 经典代码 用于UNIx linux平台-pv operation of the consumer and the producer for the classic code UNIx linux platform
pthread
- 基于ARM9的Linux多线程应用程序。生产者写入缓冲区和消费者从缓冲区读数的具体流程,生产者首先获得互斥锁,并且判断写指针+1后是否等于读指针,如果相等则进入等待状态,等候条件变量notfull;如果不等则向缓冲区中写入一个整数,并且设置条件变量为notempty,最后释放互斥锁。消费者线程与生产者线程类似。-ARM9-Linux-based multi-threaded applications. Producers and consumers into a buffer from the
ipc_demo
- linux ipc经典问题生产者与消费者问题及几个简短多线程编程代码-linux ipc classical problem about consumer and the pruducer and some easy pthread codes
pc
- 用进程和信号量级文件映射实现模拟生产者与消费者。LINUX 和 windows-With the process and file mapping for analog signal magnitude producers and consumers.
linux
- 本系统包含图形与网络的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+
chx
- 操作系统程序。在linux下运行。两个生产者与两个消费者问题。包括IPC的定义与实现。-Operating system procedures. Run in linux. Two producers and two consumer issues. Including the definition and implementation of IPC.
progrem
- Linux应用程序,多线程应用开发,关于生产者与消费者的问题-Linux applications, multi-threaded application development, the question on the producers and consumers
shengchanzheyuxiaofeizhe
- 设计目的:通过研究Linux 的进程机制和信号量,实现生产者消费者问题的并发控制. 说明:有界缓冲区内设有20个存储单元,有界缓冲区可用数组实现,缓冲区中的内容自定。 设计要求:(1)每个生产者和消费者对有界缓冲区进行操作后,即时显示有界缓冲区的全部内容,当前指针位置和生产者/消费者进程标识符.(2)生产者和消费者至少各有两个以上.(3)多个生产者或多个消费者之间须有对缓冲区进行共享操作的函数代码(注意互斥与同步).-Design Objective: To study the mech
windows-unix
- 通过研究linux线程机制,利用多线程解决生产者与消费者的信号并发控制-Through the research Linux thread mechanism of multithread, producers and consumers solve the concurrent control signal
daima
- Linux进程编程,生产者-消费者程序组,支持多个生产者和消费者,生产者进程数为2, 消费者进程数为3。 生产者与消费者之间使用共享内存进行数据传递,并使用信号量对数据的内容进行保护。-The Linux process programming, producer- consumer program group, supports multiple producers and consumers, the the producer process for 2, consumers pr
producer-and-costumers
- 生产者与消费者,可直接用于linux系统,文档中包含源程序-Producers and consumers, can be used directly in the Linux system, the document contains source
sem
- linux间进程通讯,利用共享内存和信号量,实现一个简洁的生产者与消费者程序。-Inter-process communication linux, using shared memory and semaphores to implement a simple program producers and consumers.
second.c
- 生产者与消费者问题模型,在linux操作系统下,创建两个进程一个进程作为生产者,另一个作为消费者。-Producer and consumer issues model
Linux
- 1.学习并理解如何使用 Hadoop,学会在 Hadoop 中运行简单的程序,了解其运 行过程。 2.通过学习生产者/消费者问题理解多线程同步问题。 1.在 Linux 环境下建立大数据处理框架 (1)学习 Hadoop 的相关知识。 (2)安装并配置 Hadoop 环境。 (3)在 Hadoop 上执行 WordCount 示例。 2. 实现生产者/消费者同步问题 (1)在 linux 系统中学习信号量的使用。 (2)执行生产者与消费者模型。(1. learn and und
pc_lin
- ?一个大小为3的缓冲区,初始为空 ?2个生产者 –随机等待一段时间,往缓冲区添加数据, –若缓冲区已满,等待消费者取走数据后再添加 –重复6次 ?3个消费者 –随机等待一段时间,从缓冲区读取数据 –若缓冲区为空,等待生产者添加数据后再读取 –重复4次 ?显示每次添加和读取数据的时间及缓冲区的状态(a buffer size of 3, initially empty 2 producers Random waiting for a period of time, addin