搜索资源列表
pcf8584_Apilication_Examples
- pcf8584应用实例,*** PROJEKT, bestehend aus 3 Teilen *** ** PCF8584 ** PCF8584.Opt i2c_DEF.h PCF8584.Uv2 PCF8584_lib.c PCF8584_lib.h ringbuf.h ringbuffer.c test.ini tst_I2C.c Globals.h ** Chip
pcf8584_Apilication_Examples
- pcf8584应用实例,*** PROJEKT, bestehend aus 3 Teilen *** ** PCF8584 ** PCF8584.Opt i2c_DEF.h PCF8584.Uv2 PCF8584_lib.c PCF8584_lib.h ringbuf.h ringbuffer.c test.ini tst_I2C.c Globals.h ** Chip
RingBuf
- 51环形缓冲区代码,能有效提高缓冲区操作,读写指针分离,互不干扰-51 circular buffer code, can effectively improve the buffer operation, read and write pointer separation, non-interfering
ringbuf
- 串口环形缓冲区。第一种为空出一个数组元素的方法判断空或满。第二种为设置标志位的方法判断空满。-Serial ring buffer. The first is an array element is empty judge empty or full. The second set flag to determine the empty full.
ringbuf
- ring buffer example for serial communication
ringbuf
- 一种ringbuff的实现 该机制可以不实用互斥锁-A ringbuff of the mechanism may not be practical mutex
ringbuf
- 环形缓冲区的C实现,包括测试用例。测试时根据随机数对缓冲区写和读。不过这个实现是静态的,没有用malloc,所以缓冲区大小是固定的256个字节。如果有问题欢迎联系我。kavin.zhuang@gmail.com-the C implementation of ring buffer, also include the simple but useful test program.
RingFIFO
- 循环缓冲区,做的所有项目都是调用这个RingBuf,可靠程度较高,缓冲区元素长度可自由设置为char、long、struct等-Loop buffer, do all the projects are called the RingBuf, a higher degree of reliability, the buffer element length can be freely set to char, long, struct,
c-ringbuf
- 环形队列,非常好的环形缓冲区,希望对大家有用(Ring queue, very good ring buffer, in the hope that useful to everyone)