搜索资源列表
os_mbox_test
- 基于430 UC_OS-II 的消息邮箱测试程序
uCos2_MessageQueue
- 这个程序演示基本的消息队列。程序启动设计了6个普通应用任务以及一个控制任务TAC,等待消息的任务总是按照优先级的高低来决定获得消息的顺序,实现消息队列的使用。
message_loop
- 嵌入式 基于三星s3c44b0 的程序 ads1.2 系统的消息循环
8LEDsConbyuart0
- ZLG的EASYARM上实现的信号量与消息邮箱之间通信的实验程序,
uC/OS-II程序-消息邮箱,从串口接收的字符串交给数码管显示
- uC/OS-II 2.84在LPC2400实验板上的范例程序,两个任务使用信号量互斥使用数码管显示任务号
ucosiimsgbox
- 基于ARM lm3s8962的UCOS II的程序,运用消息邮箱进行通信的例程-ucos ii program based on ARM LM3S8962, communicate with message box
EX3_x86L
- 哲学家就餐问题的模拟(ucos实现) 问题描述: 5个哲学家围绕一张圆桌而坐,桌子上放着5支筷子,每两个哲学家之间放一支; 哲学家的动作包括思考和进餐; 进餐时需要同时拿起他左边和右边的两支筷子;思考时则同时将两支筷子放回原处。 程序解决了哲学家的就餐问题。 避免死锁(deadlock) 避免饥饿(starvation) 程序使用的使用消息邮箱模拟二值信号量-philosopher eating problem
ucos_ex2
- ucos移植到44b0的示例程序,ads1.2开发环境,介绍了ucos中消息队列的使用方法~-ucos transplant procedures 44b0 example, ads1.2 development environment, introduced in the message queue ucos use ~
ucos_ex3
- ucos移植到44b0的示例程序,ads1.2开发环境,介绍了ucos中消息邮箱的使用~-ucos transplant procedures 44b0 example, ads1.2 development environment, introduced in ucos the use of news-mail ~
ucosiimsgqueen
- 基于ARM LM3S8962的UCOS II的程序,运用消息队列进行通信的例程-ucos ii program based on ARM LM3S8962, communicate with massage queen
xiaoxiduilian
- 解决软件开发中常见的消息队列就餐问题,很好用的程序,希望对你有开发有帮助,UCOS下开发的。-To solve common software development problems Message Queue dining, good use of the program, want to help you develop, UCOS under development.
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
ucou2
- 程序内容: uc/os2中消息邮箱程序 1.主要是用消息邮箱作为二值信号量使用; 2.OSTimeDly()函数的使用 3.通过OSTimeDly()函数,可实现修改发送、接收消息的周期。-Program content: uc/os2 mail program in the news 1. Is mainly used as a mail message using the binary semaphore 2.OSTimeDly () function to use
7.4_ucos-sem
- ucos操作系统在LM3S8962上消息发送接收程序源代码-ucos operating system on the message received in the LM3S8962 source code
MSMQ
- 嵌入式操作系统实实验用例程序的源代码:一个关于消息队列的源程序。-English of UCOS.The program of MSMQ.
Mailbox-message-COS_II
- 基于消息邮箱的_C_OS_II应用程序设计方法-Mailbox message-based application design methods _C_OS_II
Stm32_ucos_4
- 该程序使用消息邮箱,在内存空间开辟了一片区域,供4个任务共享读写。1个任务在写内存时,其它任务不能读写。多个任务可以同时读该内存区域数据。-This program uses the message mailboxes, the memory space to open up a regional, shared reading and writing for the four tasks. A task to write the memory and other tasks can not r
X128_UCOS-II_V2.52_MBOX
- 基于x128单片机,已经移植好的UCOS-II程序工程,实现任务间的消息通信,经过测试能正常运行。-Based on the x128 SCM, and has good transplant UCOS- II process engineering, realize the news communication between tasks, after testing can normal operation.
keyqueue
- UCOS编写的按键消息队列液晶屏蜂鸣器响应程序,已经测试,完全可以使用,cortex-m3使用。-The key message queue LCD buzzer UCOS written response procedures have been tested, and can use, cortex-m3 use.
Test2
- 本程序演示通过消息分发机制实现一个任务同步多个任务-One task synchronize multiple tasks through message broadcast