搜索资源列表
classcons1t
- windows 下的一个环形buffer的demo,很好的数据结构算法,一个类封装了所有的操作-windows of a circular buffer to the demo, very good data structure algorithms, a package of all categories of operation
ArmComm
- arm实验时编写的linux串口程序,实现了基本的串口通讯功能,并在接收报文时,使用了环形缓冲区,希望程序对大家有所帮助,如有Bug,请给我留言,谢谢。-arm experiments prepared by the linux serial procedures to achieve the basic serial communications functions, the reported receiving text, the use of the circular buffer, we
CircularBuffer
- Circular Buffer Example
PLC_Control
- 欧姆龙最新PLC CPH1系列hostlink应用例子,用于编写上位机控制软件,通过串口直接控制PLC。用vc编写,方便转化为其他语言。 包括内容: 1:自封装串口类(来源于网络,做了适当修改) 2:多线程,线程间同步,通讯等。 3:生产者消费者模型应用,环形缓冲队列应用 4:欧姆龙hostlink通讯通讯同步处理,FCS校验值计算,各种hostlink指令使用示例。 5:线程消息处理类封装。 6:windows程序中带console调试界面,可把调试信息输出到控制台
LM3S_UART
- 《LM3S系列CPU高性能串口驱动程序》 现在很多ARM7芯片已经使用了Cotex-M3内核,我开始接触这东西是从周立功的LM3S1138开始的。周立功提供的1138串口例程基本不具有实用性…… 该驱动程序在利用LM3S系列CPU自身FIFO的同时,利用环形缓冲区构建了软件层的Buffer,采用中断方式进行Buffer读写,效率高,运行稳定,可用于透传、网关等各种大数据流量的场合。程序包含头文件,注释详尽;基于Stellaris外设驱动库编写,方便移植。并支持485通信,串口初始化数据自
ringbuffer_src_2.0
- C语言实现的环形缓存类封装。功能比较实用,可以用于网络环境下,协议栈或通信协议解析。-C language implementation of the circular buffer class package. Functions more practical, can be used for the network environment, or communication protocol stack resolution.
RingBuffer
- Ring Buffer Implementation A circular buffer or ring buffer is a data structure that uses a single, fixed-size buffer as if it were connected end-to-end. This structure lends itself easily to buffering data streams.-Ring Buffer ImplementationA circ
circBuff
- An object oriented Circular buffer implementation. Matlab version 7+ is required,-An object oriented Circular buffer implementation. Matlab version 7+ is required,
Queue
- Circular Buffer / Queue immplementation-Circular Buffer/Queue immplementation
linux-circular-buf.tar
- linux下自己做的一个circular buffer.可重入,pthread接口。-under linux do a circular buffer. reentrant, pthread interface.
CircularBuffer
- C code for Circular buffer
dsp_circular_buffer.tar
- FIFO circular buffer for DSP
circular_buffer_demo
- this how to do a circular buffer-this is how to do a circular buffer
CIRCBUF
- Example of a circular buffer cla-Example of a circular buffer class
Bufor
- Circular buffer using a cyclone memory ( Quartus II and VHDL .)-Circular buffer using a cyclone memory ( Quartus II and VHDL .)
ring-buffer
- 在通信程序中,经常使用环形缓冲区作为数据结构来存放通信中发送和接收的数据。环形缓冲区是一个先进先出的循环缓冲区,可以向通信程序提供对缓冲区的互斥访问-In the communications program, frequently used as a ring buffer data structure to store communications to send and receive data. FIFO ring buffer is a circular buffer, the com
circular-_buf
- Circular buffer VHDl implementation
circular
- Circular buffer implementation. AVR Assembler
Circular Buffer implementation
- Matlab implementaion of object oriented circular buffer
ring-buffer
- 环形缓冲区的实现原理,在通信程序中,经常使用环形缓冲区作为数据结构来存放通信中发送和接收的数据。环形缓冲区是一个先进先出的循环缓冲区,可以向通信程序提供对缓冲区的互斥访问-The principle of the ring buffer, in the communication process, often use ring buffers to store the data as a data structure to send and receive communications. FI