搜索资源列表
queues
- queue hardware deisgn with verilog
UNIX_Version_1
- 本文档是Uinx环境下的高级编程的中文版,此电子书详细介绍了Unix系统下的程序编写,系统函数调用的API接口,包括文件系统,设备驱动,任务间的通讯机制,管道,信号量消息队列等等。对学习Linux,VxWorks等类Unix嵌入式系统编程有很好的指导作用。-This document is Uinx high-level programming environment, the Chinese version, this book details the programming under Un
small_RTOS51Theory_Applications
- 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
ucos_OS
- ucos操作系统学习资料,进程间通信的机制,信号量,队列,邮箱。-ucos operating system learning materials, inter-process communication mechanisms, semaphores, queues, mailboxes.
interrupt
- vxworks,任务间通信。消息队列,中断等。-vxworks, inter-task communication. Message queues, and other interruptions.
ucos_dg128
- UCOSII在mcs12dg128上的移植,有包括初始化任务,红绿灯,互斥信号量,建立统计任务,空闲任务,任务额外信息,消息队列在内的6个工程。内容十分详尽,适合UCOS的学习。不过因为文件过多,低license无法编译,请自行申请license-UCOSII at mcs12dg128 on the transplant, including initialization tasks, the traffic lights, mutual exclusion semaphores, set u
uTaskerV1.4_SAM7X
- µ 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
MessageQueue
- 关于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
VxWorks_programs2
- Sample Vxworks programs to explain Priority inversion,semaphores and message queues in VxWorks.
ucos_MessageQueue
- 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
VxWorksDemosProject
- 初学者很好的实验源码,包括任务创建管理、任务间信号量的通信、消息队列、管道等-Good test source for beginners, including the task of creating management, semaphore communication between tasks, message queues, pipes, etc.
vxworks-expriment-source-
- 嵌入式实时操作系统VxWorks实验教程(重庆大学通信工程学院),包含:多任务程序的创建和启动,时间片轮转调度,基于优先级抢占式调度,消息队列实现任务间的通信,使用二进制信号量来实现任务间的同步 ,使用互斥信号量来实现任务对共享资源的互斥访问,vxworks下任务间通信例程 等等。-Embedded real-time operating system VxWorks Experimental Course (Institute of Communication Engineering, Cho
nanoos-software
- 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, -
linux--multi-process
- 本代码是基于Linux-ubuntu,用多进程,socket、消息队列来实现多个客户端聊天的程序-This code is based on the Linux-ubuntu, multiple processes, sockets, message queues to implement multiple client chat program
xx3
- μ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
RTOS-1---(2)
- keil下实现freertos移植与stm32平台,并在此基础上建立队列同步任务,-Keil freertos transplantation and realize the stm32 platform, and on this basis, they build queues synchronization tasks,
multi_tasks
- 本程序通过信号量和消息队列的使用,展示了VxWorks下多任务机制的研究。-This program through the use of semaphores and message queues, shows VxWorks multi-tasking mechanism.
STM32_LEDucos
- stm32奋斗版的LED闪烁-ucos-消息队列学习例程-the stm32 struggle Edition LED flashes-ucos-the message queues learning routine
FIFO
- 多个队列的读写,多线程不同队列同时读写,keil4,VC6.0平台运行通过,移植方便-Multiple queues to read and write multi-threaded queue read and write, keil4, VC6.0 platform run by transplant
stacks-and-queues-in-CPP
- implementation of stacks and queues of structure student in C-implementation of stacks and queues of structure student in C++
