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

搜索资源列表

  1. UCOS-II-Explanation

    0下载:
  2. 此文档是对UC/OS-II中的任务同步和通信进行的说明,包括信号量,邮箱,消息队列,信号量集进行了详细的介绍。-This document is a descr iption of the UC/OS-II task synchronization and communications, including semaphores, mailboxes, message queues, semaphore sets were introduced in detail.
  3. 所属分类:uCOS

    • 发布日期:2017-04-24
    • 文件大小:38707
    • 提供者:lidong
  1. CAN_Filter_test_2

    0下载:
  2. 工程实现CAN验收滤波,LPC2194处理器实现CAN验收滤波,直接收与设置ID向符合的消息,已用USBCAN调试通过,已应用。-The project is CAN Filter acceptance with LPC2194. The project is tested successfully with USBCAN.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-26
    • 文件大小:119679
    • 提供者:姚丽晓
  1. test

    0下载:
  2. ALIENTEK MINISTM32 实验37 UCOSII实验3-消息队列、信号量集和软件定时器-ALIENTEK MINISTM32 experiment 37 UCOSII experimental 3- message queues, semaphores set and software timer
  3. 所属分类:SCM

    • 发布日期:2017-04-14
    • 文件大小:4208
    • 提供者:江俊慧
  1. ecan_a_to_b_xmit

    0下载:
  2. DSP28335 eCAN 例程文件 设置2个节点,由eCANA模块发送消息到eCANB模块-DSP28335 eCAN SAMPLE
  3. 所属分类:DSP program

    • 发布日期:2017-04-25
    • 文件大小:504977
    • 提供者:彭明
  1. stm32f103-UCOSII

    0下载:
  2. stm32 ucos 消息队列,潜入式操作系统的移植,任务之间的通讯功能-stm32 ucos 消息队列,潜入式操作系统的移植,任务之间的通讯功能
  3. 所属分类:SCM

    • 发布日期:2017-05-02
    • 文件大小:751668
    • 提供者:马戏靠
  1. STM32_DEMO_FOR_BASIC

    0下载:
  2. 这个是STM32的通信控制软件,可以学习串口通信,消息获取-this is a STM32 pro
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-05-11
    • 文件大小:2081246
    • 提供者:胡峰平
  1. OSPrioShedule_14_1229

    0下载:
  2. 基于STM32的小的任务调度程序,任务调度基于优先级调度法,任务间通信通过消息机制实现任务同步。同时包括了一个基于此调度内核的测试程序和串口驱动程序-STM32-based small task scheduler, task scheduling priority-based scheduling method, inter-task communication mechanisms to achieve synchronization of tasks through the message
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-13
    • 文件大小:2750303
    • 提供者:chou
  1. VolumeControlprocess-communication

    0下载:
  2. 嵌入式系统存在进程间通信的问题,本例就是进程间通信的一种具体实现方法:消息队列-this example si for two process communication on based Liunx system
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-25
    • 文件大小:11836
    • 提供者:hongming
  1. zhong-duan-

    0下载:
  2. 消息邮箱与采样任务进行通信,采样过程由按键启动,采样数据保存在全局数组中。-E-mail messages to communicate with the sampling task, the sampling process is initiated by the key, the sampled data is stored in a global array.
  3. 所属分类:uCOS

    • 发布日期:2017-04-28
    • 文件大小:48013
    • 提供者:dongxiao
  1. UCOS-III

    0下载:
  2. UCOS-IIIV3.0版本 ,KEIL4中开发的;硬件STM32F103ZET6 添加了两个任务,一个信号量,两个消息队列;非常干净,代码书写非常规范;是移植LWIP 等其他组件的理想载体;-UCOS-IIIV3.0 version, KEIL4 developed hardware STM32F103ZET6 added two tasks, a semaphore, two message queues very clean, very standard code writing
  3. 所属分类:uCOS

    • 发布日期:2017-05-02
    • 文件大小:566924
    • 提供者:lihua
  1. Message

    0下载:
  2. keil C51上的消息Message,已应用到多个工程,适合串口数据接收,键盘处理等,有例程。-The Message of C51
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:1569
    • 提供者:贺明
  1. ms4

    0下载:
  2. 实用单片机系统 基于消息机制的界面开发体系,非常不错,是把函数指针跟消息比较好的结合起来了,类似显卡,当数据有变化的时候,系统时钟扫描到,再定时刷新,这样系统编程清晰度非常高 基于NXP的Cortex M3 、LPC13XX开发的MS4,评估板是基于MCU123,按键为GPIO0.0和GPIO0.6,BUZZ为GPIO2.8,MS4基于MS3平台开发,结合多家评估板的程序而成。因此版本刚发布,可能存在一些bug,请大家可以联系作者QQ:26033613-Practical MCU syste
  3. 所属分类:SCM

    • 发布日期:2017-05-03
    • 文件大小:689580
    • 提供者:詹生
  1. STM32-GPRS

    0下载:
  2. 单片机在GPRS通信上的应用,一些通信程序,以SIM900A的收发来验证消息的是否正常传输-Application of SCM GPRS communications, some communication procedures to receive SIM900A to verify whether the normal transmission of messages
  3. 所属分类:SCM

    • 发布日期:2017-05-02
    • 文件大小:674116
    • 提供者:JIA HUIYU
  1. stemwin-tutorials-Chapter-33

    0下载:
  2. 安富莱电子推出emwin教程,共60期。论坛:http://bbs.armfly.com/本期教程开始讲解STemWin的消息类型,这部分知识也非常的重要,大家可以不懂消息的通信机制,但必须的知道简单的通信过程。-Armfly Electronics launched emwin tutorials, a total of 60. Forum: http: //bbs.armfly.com/
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:770549
    • 提供者:安富莱电子
  1. stemwin-tutorials-Chapter-34

    0下载:
  2. 安富莱电子推出emwin教程,共60期。论坛:http://bbs.armfly.com/为了帮助大家更好的理解窗口管理器的回调和消息机制,本期教程专门做了三个相关的例子,帮助大家更好的理解。-Armfly Electronics launched emwin tutorials, a total of 60. Forum: http: //bbs.armfly.com/
  3. 所属分类:SCM

    • 发布日期:2017-05-03
    • 文件大小:701534
    • 提供者:安富莱电子
  1. stemwin-tutorials-Chapter-35

    0下载:
  2. 安富莱电子推出emwin教程,共60期。论坛:http://bbs.armfly.com/为了帮助大家更好的理解窗口管理器的回调和消息机制,本期教程专门做了三个相关的例子,这三个例子全部来自官方。-Armfly Electronics launched emwin tutorials, a total of 60. Forum: http: //bbs.armfly.com/
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:797913
    • 提供者:安富莱电子
  1. more_wet_demo_half_second

    0下载:
  2. 带断码屏显示的加湿器源码:功能强的按键扫描和灵活的消息处理机制。-Screen display with a broken code humidifier Source: powerful button scanning and flexible message handling mechanism.
  3. 所属分类:SCM

    • 发布日期:2017-04-29
    • 文件大小:87881
    • 提供者:康华
  1. stemwin-tutorials-Chapter-49

    0下载:
  2. 安富莱电子推出emwin教程,共60期。论坛:http://bbs.armfly.com/本期教程讲解STemWin支持的消息框控件。- Armfly Electronics launched emwin tutorials, a total of 60. Forum: http: //bbs.armfly.com/
  3. 所属分类:SCM

    • 发布日期:2017-04-29
    • 文件大小:336863
    • 提供者:安富莱电子
  1. Messaging-Mailbox

    0下载:
  2. 本程序实现功能是在STM32上用UCOS2系统实现消息邮箱功能。-This program is on a STM32 achieve realization message mailbox features with UCOS2 system.
  3. 所属分类:uCOS

    • 发布日期:2017-04-26
    • 文件大小:428209
    • 提供者:夜辰
  1. UART_proj

    0下载:
  2. 串口发送接受功能,上位机发送消息给FPGA,FPGA接收后将相同的消息发送至上位机。-A serial port to send in function, PC sends a message to the FPGA, FPGA after receiving the same message is sent first place machine.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-23
    • 文件大小:7136637
    • 提供者:张鑫
« 1 2 ... 15 16 17 18 19 2021 22 23 »
搜珍网 www.dssz.com