搜索资源列表
double_queue
- linux下一种双缓冲队列机制的实现源代码(C)。-linux under a double-buffer queue mechanism for the realization of the source code (C).
chapter14
- 使用消息缓冲队列实现client和server里程之间的通信。-The use of message buffer queue length to achieve client and server communications.
CycQueue
- 循环缓冲队列 ,常用于数据的采集等。比如生产者-消费者模式。-Circular buffer queue, commonly used in data collection and so on. For example the producer- consumer model.
thread
- 线程信号量实现生产者消费者问题,运用缓冲队列实现缓冲区。-Semaphore thread producers of consumer issues, the use of the buffer queue implementation buffer.
code
- 这是一个linux下的进程间通信,管道机制、消息缓冲队列、和共享内存机制进行进程间的通信等等。-This is an inter-process communication under linux, pipe mechanism, the message buffer queues, and shared memory mechanism for inter-process communication and so on.
Linux-driver-development13
- 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第13章、Linux块设备驱动。块设备是与字符设备并列的概念,这两类设备在Linux中驱动的结构有较大差异,总体而言,块设备驱动比字符设备驱动要复杂得多,在I/O操作上表现出极大的不同,缓冲、I/O调度、请求队列等都是与块设备驱动相关的概念。本章将详细讲解Linux块设备驱动的编程方法。13.1节讲解块设备I/O操作的特点,分析字符设备与块设备在I/O操作上的差异。13.2节从整体上描述Linux块设备驱动
double_buffer_delphi
- 双缓冲队列,(delphi实现)生产者消费者模式,一个读线程和一个写写线程,修改后,可实现多个生产者和多个消费者的情景。 -Double buffering queue (delphi achieve) mode of producers and consumers, a read thread and one write thread modified multiple producers and multiple consumers scenarios.
CircularQueue
- 双缓冲循环队列数据结构,能够高效对数据进行操作。-Double buffering circular queue data structure that can efficiently operate on the data.