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

搜索资源列表

  1. rtos_serial

    0下载:
  2. 本库利用51的timer2,9600bps适用于有片内外部存储器的51芯片占用32byte缓存,重写putchar,getchar函数,循环队列,后台操作。-for the use of timer2 51, 9600 applied to the external memory unit within the occupied 32byte 51 chip cache, rewritten putchar, getchar function, circulating cohort, backg
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:3.49kb
    • 提供者:浪人
  1. LinuxIPC进程间的通信

    0下载:
  2. Linux 操作系统提供进程间通信(IPC)机制,用来保证正在执行的进程在内核的协调下能够 共享资源、同步以及交换数据等。Linux 支持大量进程间通信机制,包括信号、等待队列、管道 以及Unix 系统V 中提供的进程间通信机制,如消息队列、信号量和共享内存。-Linux operating system to provide inter-process communication (IPC) mechanism used to ensure that the process is being
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:591.13kb
    • 提供者:杨政
  1. msg_q_module

    0下载:
  2. 嵌入式环境消息队列软件,应用于基于H323协议的视频会议系统中-embedded environments Message Queue software application based on H323 agreement Video Conference System
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:140.18kb
    • 提供者:廖降龙
  1. rtos串口函数库

    0下载:
  2. RtosSerial.lib rtosSerial.h 使用说明,本库利用51的timer2,9600bps适用于有片内外部存储器的51芯片占用32byte缓存,重写putchar,getchar函数,循环队列,后台操作。 可与rtx51很好集成。任何人可以自由分发,和应用。有疑问可以联系serialrtos@163.net -RtosSerial.lib rtosSerial.h use, the use of the library's timer2 51, 9600 app
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:3.49kb
    • 提供者:培林
  1. QueueDriver

    0下载:
  2. uc/osII平台下一个队列数据结构的源代码实现,该代码可以直接应用到用户的程序中而无需做任何改动。-uc / osII platform under a queue data structure to achieve the source code, the code can be applied directly to the user's proceedings without any changes.
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:205.41kb
    • 提供者:周冬生
  1. COM_IN_INT.rar

    0下载:
  2. 51单片机采用环形队列输入缓冲区,以中断方式接收串口数据,51 MCU using circular queue input buffer to receive data from serial port interrupt
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:628byte
    • 提供者:cyinfo
  1. 基于uCOS的循环数据队列演示

    0下载:
  2. 基于uCOS的循环数据队列演示,演示如何在UART收发上使用循环队列。-queue buffer demostration base on uCOS RTOS.
  3. 所属分类:uCOS开发

    • 发布日期:2017-04-04
    • 文件大小:87.84kb
    • 提供者:maxwell_lee
  1. queue

    0下载:
  2. 这是一个基于ARM7的2134的在内存中开辟循环队列的的程序!-This is an ARM7-based on the 2134 cycle opened in memory of the process queue!
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:2.84kb
    • 提供者:张文
  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-31
    • 文件大小:542byte
    • 提供者:康康
  1. stm32_adc

    1下载:
  2. 此程序是基于STM32的AD应用程序,我们在这里设置ADC为连续转换模式,常规转换序列中有两路转换通道,分别是ADC_CH10(PC0)和ADC_CH16(片内温度传感器)。因为使用了自动多通道转换,数据的取出工作最适合使用DMA方式取出,so,我们在内存里开辟了一个u16 AD_Value[2]数组,并设置了相应的DMA模块,使ADC在每个通道转换结束后启动DMA传输,其缓冲区数据量为2个HalfWord,使两路通道的转换结果自动的分别落到AD_Value[0]和AD_Value[1]中。
  3. 所属分类:SCM

    • 发布日期:2017-03-22
    • 文件大小:3.83kb
    • 提供者:韩武纪
  1. DSP2812FIFO

    0下载:
  2. DSP上实现 软件FIFO队列 提高SCI的数据缓冲能力-DSP to achieve the software improve the SCI data FIFO queue buffering capacity
  3. 所属分类:DSP program

    • 发布日期:2016-01-25
    • 文件大小:4.93kb
    • 提供者:王易龙
  1. lpc2132_dome

    0下载:
  2. lpc2132演示程序,同样是基于硬件FIFO和缓冲队列的串口收发演示-lpc2132 demo program, also is based on the hardware and buffer queue FIFO serial transceiver demo
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-27
    • 文件大小:74.43kb
    • 提供者:杨盛
  1. Keil_XMC1300_ADC_队列模式例程

    0下载:
  2. Keil_XMC1300_ADC_队列模式例程.zip,基于XMC1300,在Keil平台实现ADC队列模式(Implementation of ADC queue pattern on Keil platform based on XMC1300)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-12-17
    • 文件大小:686kb
    • 提供者:kingryluo
  1. project

    1下载:
  2. 通过消息队列为任务调度的程序框架,根据实际工程应用,封装了消息结构体,任何开发板demo中都没有的经典工程软件架构.本工程的单片机平台为STM32F103.(Through the message queue for the task scheduling process framework, according to actual engineering applications, encapsulates the message structure, any development boar
  3. 所属分类:单片机开发

    • 发布日期:2017-12-23
    • 文件大小:575kb
    • 提供者:大麦
  1. 循环队列

    0下载:
  2. 循环对联实现, //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
  3. 所属分类:单片机开发

    • 发布日期:2017-12-23
    • 文件大小:150kb
    • 提供者:啊哈S
  1. UART带数据队列

    1下载:
  2. stm32F103串口通信UART带数据队列(Stm32F103 serial communication UART with data queue)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2018-01-01
    • 文件大小:1.19mb
    • 提供者:sukoo
  1. STM32-LED闪烁-消息队列

    0下载:
  2. STM32LED闪烁——消息队列,通过建立消息队列,传送3个指针型变量,触发LED灯闪烁。(By setting up a message queue, 3 pointer variables are transmitted, triggering the LED light to flicker.)
  3. 所属分类:uCOS

    • 发布日期:2018-01-08
    • 文件大小:384kb
    • 提供者:6128chen
  1. ByteQueue

    0下载:
  2. 队列缓冲区设定模块,可用于串口、按键、AD等需要较大缓冲区的工程(A queue buffer setting module, which can be used for a project with a larger buffer, such as serial ports, keys, AD, etc.)
  3. 所属分类:嵌入式/单片机/硬件编程

    • 发布日期:2018-04-29
    • 文件大小:2kb
    • 提供者:雲山
  1. (FIFO)串口接收和发送

    2下载:
  2. 使用stm32的串口实现fifo队列缓冲读写数据,值得新手学习(Using STM32 serial port to realize FIFO queue buffer read and write data, it is worth learning by novice.)
  3. 所属分类:单片机开发

    • 发布日期:2019-12-02
    • 文件大小:10.73mb
    • 提供者:feishen
  1. 消息队列测试例程

    0下载:
  2. 消息队列控制范例程序,适合新手学习消息队列的通信原理
  3. 所属分类:其他嵌入式/单片机内容

« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com