搜索资源列表
COM_IN_INT.rar
- 51单片机采用环形队列输入缓冲区,以中断方式接收串口数据,51 MCU using circular queue input buffer to receive data from serial port interrupt
pic18f66j60_C_receiving
- 建立环状队列保存过去10个键盘状态,利用天然获得的时延,消键抖,防止连续动作,选择响应模式(下键或抬键动作)。还可以防止两键同按引起的误动作,这里主要靠键值识别,两键同下的键值与单键下键的值不同,拒绝之即可。-Create circular queue holds the state over the past 10 steps of the keyboard, using natural available delay, jitter elimination keys, to prevent
AT89C52
- 环形队列在C51中的定义,初始化函数,队列的读写操作-Circular queue in the C51, as defined in the initialization function, the queue of read and write operations
xhdl
- 循环队列标准格式!含有九个函数!向数据大师严蔚敏学习!希望给大家带来帮助-Circular queue is a standard format! Contains nine functions! Master Yan Wei Min to study the data! We hope to bring help
xunhuanduilie_finish
- 使用循环队列的方式接受或发送串口数据,实现单片机与电脑的通信,带液晶显示程序。-Circular queue to accept or send serial data, with the LCD program.
STM32-serial-port-driver
- STM32串口驱动(环形队列+内存动态分配+DMA+拼音检索)-STM32 serial port driver (circular queue+ memory dynamically allocated+ DMA+ phonetic retrieval)
51MCU_FIFO
- 51单片机的FIFO(先入先出)循环队列实现(已在串口通信中实际应用)-51 single-chip FIFO (FIFO) circular queue (already in the practical application of the serial communication)
main
- STM32 使用DMA串口收发,外加环形队列(fifo),可以应用到大量数据收发。-STM32 DMA serial transceiver, plus a circular queue (the fifo) can be applied to large amounts of data to send and receive.
STM32
- STM32串口驱动(环形队列+内存动态分配+DMA+拼音检索)-STM32 serial port driver (circular queue+ memory dynamically allocated+DMA+ phonetic retrieval)
51-FIFO
- 51单片机的FIFO(先入先出)循环队列实现-51 single-chip FIFO (first-in, first-out) circular queue to achieve
QUEUE
- 循环队列模块的实现,可直接引用,节省开发时间-Circular queue module implementations, can be directly quoted, saving development time
AN11329
- 基于NXP芯片的循环队列应用,里面有一些循环队列应用的相关代码。-NXP chip-based circular queue application, which has a circular queue applications code.
LCP-CAN--Test
- LPC单片机CAN总线通讯测试例子,使用环形队列思路-LPC microcontroller CAN bus communication test examples, the use of circular queue ideas
Queue
- C语言写的实现对循环队列的操作,可用于网络或串口中作为接收缓存,不停的获取数据进行处理。-C language implementation of circular queue operation, network or serial port can be used as the receive buffer, constantly get data for processing.
loopstartfeedback
- 环形队列串口监控松下电子反馈数据,反馈的数据有脉冲和实时速度。-Circular queue serial monitoring Panasonic electronic feedback data
STM32_uart
- STM32串口驱动环形队列+内存动态分配+DMA-STM32 serial driver circular queue memory dynamically allocated+ DMA+
循环队列
- 循环对联实现, //1.创建空的循环队列,为结构体在堆区分配空间 //2.判断队列是否为空 //3.判断队列是否为满 //4.入队,操作rear //5.出对,操作front(Circular couplet implementation, //1. creates an empty loop queue that allocates space for the structure in the heap area //2. determines whether the queue