搜索资源列表
sms_que
- 一个实现可以在进程间或者线程间通信的高效环形队列类,特别适用于那种生产者/消费者模型的应用中-an achievement in inter-process communication between threads or efficient circular queue category, particularly applicable to the kind of producer / consumer model of the application
jchc
- 以生产者/消费者模型为依据,在Windows 2000环境下创建一个控制台进程,在该进程中创建n个线程模拟生产者和消费者,实现进程(线程)的同步与互斥。-to producer / consumer model as the basis, in Windows 2000 to create an environment console process, in the process of creating n threads simulation producers and consumers
PLC_Control
- 欧姆龙最新PLC CPH1系列hostlink应用例子,用于编写上位机控制软件,通过串口直接控制PLC。用vc编写,方便转化为其他语言。 包括内容: 1:自封装串口类(来源于网络,做了适当修改) 2:多线程,线程间同步,通讯等。 3:生产者消费者模型应用,环形缓冲队列应用 4:欧姆龙hostlink通讯通讯同步处理,FCS校验值计算,各种hostlink指令使用示例。 5:线程消息处理类封装。 6:windows程序中带console调试界面,可把调试信息输出到控制台
103244858producer_customer
- 一个生产者消费者模型。利用读写队列实现。
生产者消费者模型
- 多线程
ServerMFC
- C++解决的一个生产者消费者模型,中间用到了临界资源的处理,队列的处理。-C++ Solve a producer consumer model, the middle of a critical resource used in processing, queue handling.
jchq
- (1) 掌握基本的同步与互斥算法,理解生产者消费者模型。 (2) 学习实用Windows2000/XP中基本的同步对象特性,掌握相关API的使用方法。 (3) 了解Windows2000/XP中多线程的并发执行机制,实现进程的同步与互斥。 -(1) master the basic synchronization and mutual exclusion algorithms, understanding of the producer consumer model. (2) lea
pthread
- 利用C语言程序编写的生产者消费者模型实例-With C language programming examples of the producer consumer model
Programs(update)
- 以生产者/消费者模型为依据,在Windows 2000环境下创建一个控制台进程,在该进程中创建n个线程模拟生产者和消费者,实现进程(线程)的同步与互斥。-To the producer/consumer model as the basis, in the Windows 2000 environment to create a console process, in the process to create a thread simulation n producers and consum
pudn_1
- 此程序是用WTL+ATL编写,开发环境为VS2008。data.dll模拟访问驱动程序获得数据序列(本例中设计为正弦曲线数据,详见DataInfo.h),PC.exe用于模拟生产者消费者模型:一个生产者线程调用DLL获得数据,一个消费者线程获得数据并更新显示数据,主界面线程显示该数据,画出动态数据演变的曲线图。-This procedure is used WTL+ ATL development, development environment for the VS2008. visit da
PCModel
- 用windows api实现的生产者消费者模型程序 c++来的-Use windows api to achieve the producer consumer model program c++ to the
product_custom
- 一个 生产者 消费者 模型的代码, 代码不多 但是真的实现还不是那么简单的哦-A producer consumer model code, the code is not really achieve much, but oh so simple
Producer-Consumer-Model
- 生产者消费者模型,多线程程序,主要涉及互斥、信号量等操作系统知识-Producer consumer model, multi-threaded programs, mainly related to mutual exclusion, semaphores and other operating system knowledge
graphic
- 一款基于QT graphic view 的动态图形程序,实现了生产者/消费者模型-Based on the QT graphic view a dynamic graphical procedures, the producer/consumer model
pthread
- linux多线程编程的一个例子。里面用到了互斥锁。生产者/消费者模型。-linux an example of multi-threaded programming. Which uses a mutex. Producer/consumer model.
ConsoleApplication1
- C#单线程 生产者—消费者”模型的代码示例-Single-threaded C# producer- consumer " model of the code sample
experiment
- 生产者-消费者模型模拟进程调度利用windows提供的API函数进行设计-Producer consumer model to simulate the process of scheduling
sx
- 操作系统中进程同步的问题,生产者-消费者模型的代码 在同一个进程地址空间内执行的两个线程。生产者线程生产物品, 然后将物品放置在一个空缓冲区中供消费者线程消费。消费者线 程从缓冲区中获得物品,然后释放缓冲区。当生产者线程生产物 品时,如果没有空缓冲区可用,那么生产者线程必须等待消费者 线程释放出一个空缓冲区。当消费者线程消费物品时,如果没有 满的缓冲区,那么消费者线程将被阻塞,直到新的物品被生产出 来。 -Operating systems pr
ProducerConsumerData 1
- 数据采集生产者消费者模型,需要的赶紧下载(Data acquisition, producer consumer model, and download)
mykafka
- 利用kafka实现生产者消费者模型,生产者读取文件内容发送到kafka上,消费者消费kafka上的消息存入数据库(Making use of Kafka to realize producer consumers)