搜索资源列表
REWK-msgqTest
- ReWorks里一个有关消息队列的例子。
pSOSystem系统调用的例程
- psos调用实例,包括了任务创建,队列,分区,多播等的使用-PsOS Call example, including the creation of a task, queue, zoning, such as multicast use
STM32Pdma
- STM32串口驱动(环形队列+内存动态分配+DMA+拼音检索)-STM32 serial driver (annular queue+ memory the dynamic allocation+DMA+ Pinyin retrieve)
fifo
- 这是一个串口通信的队列,单片机和电脑之间,单片机和单片机之间只要简单的调用函数就可以了。-This is a serial communication queue, single-chip computer and between computers, between single-chip MCU and a simple function call it.
SDCARD_FATFileSystem
- [FAT文件系统读写程序(目前在已经在fs2410开发板上经过sd卡测试,实现多级目录,文件的创建读写,24位bmp的读写),对FAT16文件系统进行了改进,主要是引入了缓冲队列,同时对缓冲队列使用了hash表的管理-[FAT file system read and write program (current board has been developed in fs2410 sd card test, multi-level directory, file creation readin
QueueTest
- C语言实现队列的多态性。能用循环队列对任何数据类型进行操作。-The source code uses C to realize the polymorphism of Loop Queue
OpenSourceHDLC
- hdlc一个很好的开源项目代码,用到了链表和队列-hdlc a good open source project code to use a linked list and queue
RTOS-1---(2)
- keil下实现freertos移植与stm32平台,并在此基础上建立队列同步任务,-Keil freertos transplantation and realize the stm32 platform, and on this basis, they build queues synchronization tasks,
freescale-MPC5634M_eQADC
- 飞思卡尔POWER PC片上AD驱动 带消息队列机制-Convert a few standard ADC channel inputs by starting a normal conversion which is software triggered. Instead of One Shot Mode, Scan Mode is used where “a sequential conversions of N channels specified in the NCMR re
buffer_queue_serial
- 基于双缓冲队列的串口通信模块的研究与实现,提出基于一种称之为双缓冲队列的串口缓冲区管理策略的串口软件模块的实现方法和其中要注意的问题。-Research and Implementation of the serial communication module based on dual-buffer queue, based on a technique called serial buffer management strategy for double-buffer queue of th
stm32F_OS
- STM32在RL-ARM下的串口驱动,通过循环队列的方式收发数据。-STM32 serial port driver under the RL-ARM, send and receive data through the circular queue.
queue
- 用C语言写的通用的循环队列,使用非常方便-the common queue
InOrderThreadBiTree-(2)
- 手动输入各个结点建立二叉树(递归) ,普通二叉树的先序和后序遍历(递归),中序线索化(递归), 线索二叉树的先序和中序遍历(递归),线索二叉树的中序遍历(非栈、非递归), 层次遍历(使用队列),销毁整棵二叉树(递归)-Manually enter each node to build a binary tree (recursively), common binary tree inorder and postorder traversal (recursive), the sequence
mintRoute
- WSN多跳路由,使用最短路径,定时器,队列,邻居表管理等,核心策略是邻居表的周期更新和父节点的定期选举-WSN multi-hop routing,Using the shortest path, timer, queue, the neighbor table management etc.core strategy is the regular election cycle update the neighbor table and the parent node
STM32-CAN-TXRX
- CAN STM32 上的CAN 收发数据.用队列完成-CAN to send and receive data CAN STM32. Using the queue to complete
FreeRTOSv8.0.1
- FreeRTOS是一个迷你操作系统内核的小型嵌入式系统。作为一个轻量级的操作系统,功能包括:任务管理、时间管理、信号量、消息队列、内存管理、记录功能等,可基本满足较小系统的需要。[1] 由于RTOS需占用一定的系统资源(尤其是RAM资源),只有μC/OS-II、embOS、salvo、FreeRTOS等少数实时操作系统能在小RAM单片机上运行。相对μC/OS-II、embOS等商业操作系统,FreeRTOS操作系统是完全免费的操作系统,具有源码公开、可移植、可裁减、调度策略灵活的特点,可以
QueueList
- ARduino消息队列的实现,可以实现队列对象,增加、取得队列中的对象-ARduino message queue implementations can be achieved queue object, add, get in the queue object
ucos
- uCOS 任务调度 ,信号量,邮箱与消息队列原理详解,以及经典例子。-uCOS task scheduling, semaphores, mailboxes and message queues Detailed principles, as well as classic examples.
code
- 查找,排序,二叉树,线性表,栈和队列 算法- ....for c
消息队列测试例程
- 消息队列控制范例程序,适合新手学习消息队列的通信原理
