搜索资源列表
Serial-S3C44B0
- flash serial input queue. returns 0 on success or negative error * number otherwise-flash serial input queue. 0 succeeded the returns on ess or negative error number otherwise *
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.
ex1
- 1. 创建多 Task,为每个Task 创建私有的Message Queue,每个Task 只通过自己的私有 Message Queue 接收消息;Task 间消息通信通过向对方私有Message Queue 发送消息完 成。 2. Task1:管理Task。负责系统启动时同步系统中其他Task 的启动同步,利用信号量的 semFlush()完成。同时接收各Task 的告警信息,并负责系统结束时的Task 删除处理。 3. Task2:激励Task。利用taskDelay()
demo
- 1. 创建多 Task,为每个Task 创建私有的Message Queue,每个Task 只通过自己的私有Message Queue 接收消息;Task 间消息通信通过向对方私有Message Queue 发送消息完 成。 2. Task1:管理Task。负责系统启动时同步系统中其他Task 的启动同步,利用信号量的semFlush()完成。同时接收各Task 的告警信息,并负责系统结束时的Task 删除处理。 3. Task2:激励Task。利用taskDelay()完成周期地向
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
queue_old.c
- how a queue is implemented in Embedded C . it works on the principle of FIFO.
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
queue
- Queue program in C using Arrays
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
MSP149_EasyWeb
- MSP430F149 easyweb EV board FreeRTOS runnung example, Port configuration and details of event scheduling and event queue concept on IAR compiler.
Stack-and-queue
- 假设正读和反读都相同的字符序列为“回文”,例如,‘abba’和‘abcba’是回文,‘abcde’ 和‘ababab’则不是回文。试写一个算法判别读入的一个以‘@’为结束符的字符序列是否是“回文”-Assumptions are read and read the same sequence of characters as "palindrome", for example, Abba and abcba is a palindrome, ABCDE and ababab is
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
8051queue
- Source code for 8051 q-Source code for 8051 queue
STM32-CAN-TXRX
- CAN STM32 上的CAN 收发数据.用队列完成-CAN to send and receive data CAN STM32. Using the queue to complete