CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 其他嵌入式/单片机内容 搜索资源 - Queue

搜索资源列表

  1. Serial-S3C44B0

    0下载:
  2. 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 *
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:1204
    • 提供者:林利弘
  1. pSOSystem系统调用的例程

    0下载:
  2. psos调用实例,包括了任务创建,队列,分区,多播等的使用-PsOS Call example, including the creation of a task, queue, zoning, such as multicast use
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:20486
    • 提供者:aa
  1. STM32Pdma

    0下载:
  2. STM32串口驱动(环形队列+内存动态分配+DMA+拼音检索)-STM32 serial driver (annular queue+ memory the dynamic allocation+DMA+ Pinyin retrieve)
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-02
    • 文件大小:1035780
    • 提供者:罗杰森
  1. fifo

    0下载:
  2. 这是一个串口通信的队列,单片机和电脑之间,单片机和单片机之间只要简单的调用函数就可以了。-This is a serial communication queue, single-chip computer and between computers, between single-chip MCU and a simple function call it.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-30
    • 文件大小:542
    • 提供者:康康
  1. ex1

    0下载:
  2. 1. 创建多 Task,为每个Task 创建私有的Message Queue,每个Task 只通过自己的私有 Message Queue 接收消息;Task 间消息通信通过向对方私有Message Queue 发送消息完 成。 2. Task1:管理Task。负责系统启动时同步系统中其他Task 的启动同步,利用信号量的 semFlush()完成。同时接收各Task 的告警信息,并负责系统结束时的Task 删除处理。 3. Task2:激励Task。利用taskDelay()
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-09
    • 文件大小:1300254
    • 提供者:李晓平
  1. demo

    0下载:
  2. 1. 创建多 Task,为每个Task 创建私有的Message Queue,每个Task 只通过自己的私有Message Queue 接收消息;Task 间消息通信通过向对方私有Message Queue 发送消息完 成。 2. Task1:管理Task。负责系统启动时同步系统中其他Task 的启动同步,利用信号量的semFlush()完成。同时接收各Task 的告警信息,并负责系统结束时的Task 删除处理。 3. Task2:激励Task。利用taskDelay()完成周期地向
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-05
    • 文件大小:1416
    • 提供者:玛萨其
  1. SDCARD_FATFileSystem

    0下载:
  2. [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
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-15
    • 文件大小:3928631
    • 提供者:于岩
  1. queue_old.c

    0下载:
  2. how a queue is implemented in Embedded C . it works on the principle of FIFO.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-12
    • 文件大小:2387
    • 提供者:Tanmay
  1. QueueTest

    0下载:
  2. C语言实现队列的多态性。能用循环队列对任何数据类型进行操作。-The source code uses C to realize the polymorphism of Loop Queue
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-01
    • 文件大小:3061
    • 提供者:Stefan Ming
  1. OpenSourceHDLC

    0下载:
  2. hdlc一个很好的开源项目代码,用到了链表和队列-hdlc a good open source project code to use a linked list and queue
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-05
    • 文件大小:37420
    • 提供者:刘海
  1. queue

    0下载:
  2. Queue program in C using Arrays
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-10
    • 文件大小:660
    • 提供者:nayeni
  1. buffer_queue_serial

    0下载:
  2. 基于双缓冲队列的串口通信模块的研究与实现,提出基于一种称之为双缓冲队列的串口缓冲区管理策略的串口软件模块的实现方法和其中要注意的问题。-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
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-29
    • 文件大小:58620
    • 提供者:eric
  1. stm32F_OS

    0下载:
  2. STM32在RL-ARM下的串口驱动,通过循环队列的方式收发数据。-STM32 serial port driver under the RL-ARM, send and receive data through the circular queue.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-13
    • 文件大小:2554673
    • 提供者:罗一鸣
  1. queue

    0下载:
  2. 用C语言写的通用的循环队列,使用非常方便-the common queue
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-05
    • 文件大小:1838
    • 提供者:李嘉
  1. MSP149_EasyWeb

    0下载:
  2. MSP430F149 easyweb EV board FreeRTOS runnung example, Port configuration and details of event scheduling and event queue concept on IAR compiler.
  3. 所属分类:Other Embeded program

  1. Stack-and-queue

    0下载:
  2. 假设正读和反读都相同的字符序列为“回文”,例如,‘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
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-05
    • 文件大小:29522
    • 提供者:阿莹
  1. InOrderThreadBiTree-(2)

    0下载:
  2. 手动输入各个结点建立二叉树(递归) ,普通二叉树的先序和后序遍历(递归),中序线索化(递归), 线索二叉树的先序和中序遍历(递归),线索二叉树的中序遍历(非栈、非递归), 层次遍历(使用队列),销毁整棵二叉树(递归)-Manually enter each node to build a binary tree (recursively), common binary tree inorder and postorder traversal (recursive), the sequence
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-07
    • 文件大小:2778
    • 提供者:徐雅文
  1. mintRoute

    0下载:
  2. 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
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-16
    • 文件大小:9002
    • 提供者:weimingjuan
  1. 8051queue

    0下载:
  2. Source code for 8051 q-Source code for 8051 queue
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-25
    • 文件大小:26736
    • 提供者:Little Homer
  1. STM32-CAN-TXRX

    2下载:
  2. CAN STM32 上的CAN 收发数据.用队列完成-CAN to send and receive data CAN STM32. Using the queue to complete
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-14
    • 文件大小:3613
    • 提供者:li
« 12 »
搜珍网 www.dssz.com