搜索资源列表
消息缓冲队列实现通信
- 一个线程通过消息队列把消息传送给其他的线程
vxworks 自定义数据队列的实现
- 实现了 自定义的 数据缓冲队列,具有良好的扩展性。 利用用户保留内存进行数据缓冲,避免内存碎片
1243693139
- VC下进行缓冲区操作, 如一个线程写,一个线程读取并存储 当然使用队列 这是为具体工程写的队列的例子工程-buffer under VC operation, such as writing a thread, a thread to read and storage of course this is the use of Queue works written for specific examples of projects Q
S3C44B0Xcomm
- 通过讨论常见的串口软件使用的方法,提出基于一种称之为双缓冲队列的串口缓冲区管理策略的串口软件模块的实现方法和其中要注意的问题。-through discussion of the common use of serial software, Based on the call a double-buffer queue Serial buffer management strategy Serial software modules a
lpc2132mydemo
- lpc2132演示程序,同样是"基于硬件FIFO和缓冲队列的"串口收发演示,-lpc2132 demo program, it is also a "hardware-based buffer FIFO Queue and the" serial transceivers demonstration
double_queue
- linux下一种双缓冲队列机制的实现源代码(C)。-linux under a double-buffer queue mechanism for the realization of the source code (C).
Demo2_UART_1017
- 凌阳SPCE06的语音通信代码,利用了双缓冲队列,是学习的好例子,希望很大家一起分享-Sunplus SPCE06 voice communications code, the use of the double-buffer queue, is a good example of learning, hope to share with everyone
netQueue
- vxworks平台下,基于缓冲队列(单链表)的多任务网络通讯。从通讯入手---双缓冲网络通讯,另外,还有网络通断检测。-VxWorks platform, based on the buffer queue (single list) multi-tasking network communications.--- Starting from the double buffer communications network commun
BufList
- 环形缓冲队列,带有Event激活,多入单出,用于线程间通信。-Ring buffer queue with Event-activated, multi-income single out for inter-thread communications.
Queue
- 串口通讯里,对接收到的字符进行缓冲处理,并以队列形式输出至外面-Serial communication, the docking buffer characters received treatment, and the output queue to form outside
p_c.tar
- 多线程的“生产者消费者”问题的解决方案。采用消息队列缓冲技术。-Multi-threaded producer-consumer solution to the problem. The use of message queue buffer technology.
LM3SLib_UART_FIFO_TxInt
- lm35 与 lpc2000系列 串口通信示例代码程序 主要是串口缓冲队列发送部分 大家有兴趣可以-lpc2000 series with lm35 sample code serial communication procedure is to send part of the serial buffer queue can have a look at all interested in
netqueue
- 网络通信使用的缓冲队列,包括列队元素如何添加、列队元素如何删除等功能-Network communication using the buffer queue, including how to add a line-up element, line-up features such as how to remove elements
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.
Super
- 利用消息缓冲队列机制,实现线程间的通信。-message
lpc2132_dome
- lpc2132演示程序,同样是基于硬件FIFO和缓冲队列的串口收发演示-lpc2132 demo program, also is based on the hardware and buffer queue FIFO serial transceiver demo
dlb
- 双缓冲队列的C++实现,用到了模板封装机制,重用性更好,写服务器程序必备!-Double buffering queue C++ implementation mechanism used in the template package, reuse and better, write the server program must have!
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.
3-2
- 使用消息缓冲队列来实现 client 进程和server 进程之间的通信-Buffer queue with the message client process and server to implement the communication between processes