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

搜索资源列表

  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
    • 文件大小:605316
    • 提供者:杨政
  1. msg_q_module

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

    • 发布日期:2008-10-13
    • 文件大小:143544
    • 提供者:廖降龙
  1. ucos252-src

    0下载:
  2. 著名的嵌入式操作系统uC/OS的完整内核源代码,内核版本号2.52。 该源代码主要包括如下几个方面: 1、任务管理 2、消息邮箱 3、消息队列 4、信号量 5、事件管理 6、内存管理-famous embedded operating system uC / OS kernel integrity of the source code, the kernel version 2.52. The source code includes the following ma
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:82085
    • 提供者:浪迹天涯
  1. task4

    0下载:
  2. ucosii小实验任务4 消息队列,可以帮助学习嵌入式操作系统-ucosii four small experimental tasks Message Queue can help embedded operating system
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:110738
    • 提供者:yz
  1. Training-Example

    1下载:
  2. 嵌入式VxWorks开发所需典型例程源代码,包括消息队列,信号量,时钟,优先级反转,中断等常见处理.-VxWorks embedded typical routines required for the development of the source code, including the Message Queue, semaphores, the clock, priority inversion, and other common treatment interruption.
  3. 所属分类:VxWorks

    • 发布日期:2008-10-13
    • 文件大小:9693
    • 提供者:李薇
  1. mymsgQ

    0下载:
  2. vxWorks下的消息队列程序-vxWorks the message queue procedures
  3. 所属分类:VxWorks

    • 发布日期:2008-10-13
    • 文件大小:982
    • 提供者:yql
  1. UcosiiAppliction

    0下载:
  2. 任务一 任务管理 任务二 优先级天花板 任务三 哲学家就餐 任务四 消息队列 任务五 时钟中断-task of a task management tasks two priority tasks ceiling three meals philosopher four tasks Message Queue five tasks Clock interruption
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:407190
    • 提供者:laixuelei
  1. vxworks

    0下载:
  2. 定时中断程序,源码的注释十分详细,具体功能如下: 1.Frame 实现能有效降低VxWorks 内存管理内部/外部碎片的机制。 2. Frame 实现为系统提供软定时器功能的机制,定时器timeout 信息以message 或其他快捷有效方式通知定时器申请者(Task)。 3. 参考实验一要求,系统中每个Task 拥有自己的Message Queue,以此方式作为系统的消息驱动基础。 4. 系统中各Task 应使用同一类型框架,即统一的Task 框架。 5. 系统内实体(Ta
  3. 所属分类:VxWorks

    • 发布日期:2008-10-13
    • 文件大小:4695
    • 提供者:李刚
  1. task

    0下载:
  2. 练习并掌握多任务实时操作系统下Task 调度、Task 间主要通信手段(信号量、消息队列等)、RISC 处理器 I/O 端口控制等内容,并形成嵌入式实时应用软件的良好编程习惯。创建多Task,为每个Task 创建私有的Message Queue,每个Task 只通过自己的私有Message Queue 接收消息;Task 间消息通信通过向对方私有MessageQueue 发送消息完成。 Task1:管理Task。负责系统启动时同步系统中其他Task 的启动同步,利用信号量的semFlush(
  3. 所属分类:VxWorks

    • 发布日期:2008-10-13
    • 文件大小:1822
    • 提供者:王昊
  1. posix_queue

    0下载:
  2. 软件简介 1.vxworks中有关posix消息队列的一个例子 2.本软件基于c语言开发 3.开发平台为windriver公司的tornada开发平台 4.经过交叉调试后测试成功-software 1.vxworks briefed on the Message Queue posix an Example 2. The software is based on the three c-language development. Windriver development platform fo
  3. 所属分类:VxWorks

    • 发布日期:2008-10-13
    • 文件大小:18057
    • 提供者:张工
  1. libuclinux

    0下载:
  2. uclinux线程的创建、消息队列的创建、信号量、互斥信号量、信号等的创建,采用vxworks的接口方式-Basis thread creation, message queue creation, semaphores, mutual exclusion semaphores, signals the creation, use the interface mode VxWorks
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:12070
    • 提供者:周自伟
  1. ucos_message

    0下载:
  2. 该代码采用c5400dsp的汇编语言和c语言实现ucos操作系统,并在操作系统之上实现一个消息队列,实现消息的发送于接收。-c5400dsp of assembly language and c CENTER language operating system and the operating system is implemented on top of a message queue, to achieve the sender to receiver.
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:117106
    • 提供者:杨健
  1. ucos_ex2

    0下载:
  2. ucos移植到44b0的示例程序,ads1.2开发环境,介绍了ucos中消息队列的使用方法~-ucos transplant procedures 44b0 example, ads1.2 development environment, introduced in the message queue ucos use ~
  3. 所属分类:uCOS

    • 发布日期:2017-04-07
    • 文件大小:236634
    • 提供者:向北
  1. UCOS-Q

    0下载:
  2. 在UC/OS-II上调用消息队列函数对消息队列进行编程-In the UC/OS-II on the function of call message queue message queue programming
  3. 所属分类:uCOS

    • 发布日期:2017-05-13
    • 文件大小:3100365
    • 提供者:李小芸
  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. xiaoxiduilian

    0下载:
  2. 解决软件开发中常见的消息队列就餐问题,很好用的程序,希望对你有开发有帮助,UCOS下开发的。-To solve common software development problems Message Queue dining, good use of the program, want to help you develop, UCOS under development.
  3. 所属分类:uCOS

    • 发布日期:2017-04-07
    • 文件大小:2541
    • 提供者:王宝
  1. ucos_MessageQueue

    0下载:
  2. uC/OS消息队列演示.这个程序演示基本的消息队列。程序启动设计了6个普通应用任务以及 一个控制任务TAC,等待消息的任 * 务总是按照优先级的高低来决定获得消息的顺 序,实现消息队列的使用。-uC/OS message queue presentation. This program demonstrates a basic message queue. Proceedings designed six common application tasks, and a control ta
  3. 所属分类:uCOS

    • 发布日期:2017-03-30
    • 文件大小:2794
    • 提供者:leo
  1. UCOSIIMessage-queue-test

    0下载:
  2. Stm32中应用的ucos-II关于消息队列的使用。-Message queue test
  3. 所属分类:SCM

    • 发布日期:2017-11-22
    • 文件大小:1020283
    • 提供者:高孝君
  1. The-message-queue-

    0下载:
  2. 基于UCOSII的消息队列: 多任务主要是: 1、起始任务,运行时创建LED1、LED2和LED3三个任务,然后删除自身。 2、LED1任务,每隔1s切换一次LED1亮灭状态。 3、LED2任务,每隔5s切换一次LED2亮灭状态。 4、LED3任务,每隔10s切换一次LED3亮灭状态。-Based on the UCOSII message queue: Multitasking is mainly: 1, the initial task, runtime cr
  3. 所属分类:uCOS

    • 发布日期:2017-12-11
    • 文件大小:345179
    • 提供者:朔风
« 12 3 4 »
搜珍网 www.dssz.com