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

搜索资源列表

  1. queues

    0下载:
  2. queue hardware deisgn with verilog
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:591240
    • 提供者:liuKe
  1. UNIX_Version_1

    0下载:
  2. 本文档是Uinx环境下的高级编程的中文版,此电子书详细介绍了Unix系统下的程序编写,系统函数调用的API接口,包括文件系统,设备驱动,任务间的通讯机制,管道,信号量消息队列等等。对学习Linux,VxWorks等类Unix嵌入式系统编程有很好的指导作用。-This document is Uinx high-level programming environment, the Chinese version, this book details the programming under Un
  3. 所属分类:VxWorks

    • 发布日期:2017-06-11
    • 文件大小:18836595
    • 提供者:黄欣
  1. small_RTOS51Theory_Applications

    0下载:
  2. 51单片机嵌入式系统RTOS51原理及应用,以基本概念铺垫,从简单例子入手着重分析了RTOS的任务管理,任务切换,任务间通信\同步和消息队列.最后讲解其移植方法和函数,并给出应用实例 PDF格式-51 Microcontroller embedded systems RTOS51 theory and application of basic concepts in order to pave the way, from the start focused on a simple exam
  3. 所属分类:SCM

    • 发布日期:2017-11-13
    • 文件大小:57561481
    • 提供者:kira
  1. ucos_OS

    0下载:
  2. ucos操作系统学习资料,进程间通信的机制,信号量,队列,邮箱。-ucos operating system learning materials, inter-process communication mechanisms, semaphores, queues, mailboxes.
  3. 所属分类:uCOS

    • 发布日期:2017-03-25
    • 文件大小:356586
    • 提供者:hfy
  1. interrupt

    0下载:
  2. vxworks,任务间通信。消息队列,中断等。-vxworks, inter-task communication. Message queues, and other interruptions.
  3. 所属分类:VxWorks

    • 发布日期:2017-04-10
    • 文件大小:1662
    • 提供者:jugovic
  1. ucos_dg128

    1下载:
  2. UCOSII在mcs12dg128上的移植,有包括初始化任务,红绿灯,互斥信号量,建立统计任务,空闲任务,任务额外信息,消息队列在内的6个工程。内容十分详尽,适合UCOS的学习。不过因为文件过多,低license无法编译,请自行申请license-UCOSII at mcs12dg128 on the transplant, including initialization tasks, the traffic lights, mutual exclusion semaphores, set u
  3. 所属分类:SCM

    • 发布日期:2014-10-28
    • 文件大小:3667339
    • 提供者:董潇健
  1. uTaskerV1.4_SAM7X

    0下载:
  2. µ Tasker operating system - efficient and easy to use operating system to enable very modular and manageable software. Inter-task queues with flexible software and HW timer support. Supports distributed processing features over an integrated fast
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-11
    • 文件大小:2806797
    • 提供者:Sergey
  1. MessageQueue

    0下载:
  2. 关于UC/OSII的应用,任务四消息队列,对更深入理解操作系统基本原理非常有帮助-With regard to UC/OSII applications, tasks, four message queues, for more in-depth understanding of the basic principles of the operating system is very helpful
  3. 所属分类:uCOS

    • 发布日期:2017-03-31
    • 文件大小:110468
    • 提供者:zyf
  1. VxWorks_programs2

    0下载:
  2. Sample Vxworks programs to explain Priority inversion,semaphores and message queues in VxWorks.
  3. 所属分类:VxWorks

    • 发布日期:2017-04-13
    • 文件大小:3429
    • 提供者:veeru
  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. VxWorksDemosProject

    0下载:
  2. 初学者很好的实验源码,包括任务创建管理、任务间信号量的通信、消息队列、管道等-Good test source for beginners, including the task of creating management, semaphore communication between tasks, message queues, pipes, etc.
  3. 所属分类:VxWorks

    • 发布日期:2017-03-28
    • 文件大小:43974
    • 提供者:sjf
  1. vxworks-expriment-source-

    0下载:
  2. 嵌入式实时操作系统VxWorks实验教程(重庆大学通信工程学院),包含:多任务程序的创建和启动,时间片轮转调度,基于优先级抢占式调度,消息队列实现任务间的通信,使用二进制信号量来实现任务间的同步 ,使用互斥信号量来实现任务对共享资源的互斥访问,vxworks下任务间通信例程 等等。-Embedded real-time operating system VxWorks Experimental Course (Institute of Communication Engineering, Cho
  3. 所属分类:VxWorks

    • 发布日期:2017-03-25
    • 文件大小:646304
    • 提供者:xuyuc
  1. nanoos-software

    0下载:
  2. Nano OS is a RTOS for Atmel AVR controllers. It provides: -preemptive realtime multitasking incl. priorities, -binary semaphores, -message queues, -array-based memory management , -functions for taskcontrol, -watchdog, -
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:123892
    • 提供者:EasyLite81
  1. linux--multi-process

    0下载:
  2. 本代码是基于Linux-ubuntu,用多进程,socket、消息队列来实现多个客户端聊天的程序-This code is based on the Linux-ubuntu, multiple processes, sockets, message queues to implement multiple client chat program
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:12212
    • 提供者:周业
  1. xx3

    0下载:
  2. μC/OS-II 2.0版以上的内核都具有可抢占的实时多任务调度功能,另外它还提供了许多系统服务,例如信号量、消息队列、邮箱、内存管理、时间函数等,这些功能可以根据不同的需求进行裁减。可以说,μC/OS-II是一个具备现代操作系统特点的RTOS,同时它结构清晰、注解详尽,具有良好的可扩展性和可移植性,被广泛地应用于各种架构的微处理器上。 -μC/OS-II version 2.0 kernel over a preemptive real-time multi-task scheduling f
  3. 所属分类:uCOS

    • 发布日期:2017-04-01
    • 文件大小:19180
    • 提供者:panhaiyan
  1. RTOS-1---(2)

    0下载:
  2. keil下实现freertos移植与stm32平台,并在此基础上建立队列同步任务,-Keil freertos transplantation and realize the stm32 platform, and on this basis, they build queues synchronization tasks,
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-18
    • 文件大小:5564249
    • 提供者:
  1. multi_tasks

    0下载:
  2. 本程序通过信号量和消息队列的使用,展示了VxWorks下多任务机制的研究。-This program through the use of semaphores and message queues, shows VxWorks multi-tasking mechanism.
  3. 所属分类:VxWorks

    • 发布日期:2017-04-15
    • 文件大小:25229
    • 提供者:朱小涛
  1. STM32_LEDucos

    0下载:
  2. stm32奋斗版的LED闪烁-ucos-消息队列学习例程-the stm32 struggle Edition LED flashes-ucos-the message queues learning routine
  3. 所属分类:SCM

    • 发布日期:2017-12-01
    • 文件大小:435549
    • 提供者:寒玉
  1. FIFO

    0下载:
  2. 多个队列的读写,多线程不同队列同时读写,keil4,VC6.0平台运行通过,移植方便-Multiple queues to read and write multi-threaded queue read and write, keil4, VC6.0 platform run by transplant
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-11-17
    • 文件大小:1287
    • 提供者:江舟
  1. stacks-and-queues-in-CPP

    0下载:
  2. implementation of stacks and queues of structure student in C-implementation of stacks and queues of structure student in C++
  3. 所属分类:SCM

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