搜索资源列表
VC中的生产和消费问题
- VC中实现的生产者和消费者问题的算法。此为转帖,算法讲的不错。-VC achieve producers and consumers of the algorithm. This was patented algorithm for the good.
生产者消费者c++
- 计算机操作系统的c++版本,很不错的哦,实用,适合广大的大学生参考-computer operating system c version, oh very good, practical and suitable for the majority of the students reference
02_pthread
- 多线程的生产者消费者两线程实现源码,linux嵌入式开发
nachosPipe
- nachos实验 操作系统实验 管程同步机制 消费者和生产者为例 改编原先版本中的一点小错误-nachos experimental test tube process operating system, consumers and producers as an example synchronization mechanism adapted the original version of a small error
pc
- 虚拟仪器labview的数据采集程序,简单、使用。使用生产者消费者构架。-ProducerConsumerData
xiaoxiduilie
- VxWorks的嵌入式系统消息队列通信实现以下功能:系统包含三个任务,一个初始化任务(tInitTask),一个生产者任务(SendTask),一个消费者任务(ReceiveTask); (1)要求SendTask与ReceiveTask之间使用消息队列传递数据; (2)要求tInitTask能设置SendTask和ReceiveTask的优先级; (3)要求tInitTask能设置传递消息的数量和消息队列的大小。 -Embedded Systems VxWorks messag
Test5
- ucos-ii基于s3c2440模拟生产者-消费者实验-ucos-ii s3c2440 simulation based producer- consumer experiment
test
- VxWorks 实验 编写程序实现以下功能:系统包含三个任务,一个初始化任务(tInitTask),一个生产者任务(tsendTask),一个消费者任务(treceiveTask) 要求:(1) tsendTaskt与receiveTask之间使用消息队列传递数据; (2) tInitTask能设置tsendTask和treceiveTask的优先级; (3) tInitTask能设置传递消息的数量和消息队列的大小; (4) tInitTask能设置信号量类型,输入‘
msgQDemo
- 基于VxWorks的嵌入式实验源程序msgQDemo.c及头文件msgQDemo.h,使用消息队列实现任务间的通信,生产者任务通过消息队列向消费者任务传递8条消息。-Based on VxWorks embedded experimental source and header files msgQDemo.c msgQDemo.h, use the Message Queue task to achieve communication between the producer to the c
producer_consumer
- 经典的模拟消费者与生产者之间关系的小程序。-The classical simulation of the relationship between consumers and producers of small procedures.
BC45
- 模拟生产者消费者问题,显示生产者消费者执行过程,10个buffer缓存区,5个生产者,5个消费者,1号生产者生产的产品名为1(几号生产者生产的产品名为几),消费者从buffer里取出的商品为几,则在消费过程中,右侧会显示消费的商品名-Analog producers and consumers, producers and consumers shows the execution process, 10 buffer cache, five producers, five consumer p
sem
- linux间进程通讯,利用共享内存和信号量,实现一个简洁的生产者与消费者程序。-Inter-process communication linux, using shared memory and semaphores to implement a simple program producers and consumers.
synchronizing
- 这是操作系统的课程设计,写的是同步机构中消费者和生产者如何实现同步的C语言程序-This is the operating system, curriculum design, writing is the simultaneous institution of consumers and producers how to achieve synchronization of the C language program