搜索资源列表
binSem
- VxWorks下二值信号量应用程序源代码-VxWorks binary signal volume application source code
task
- 系统两个任务之间使用二进制信号和计数式信号量实现同步-Systems use binary signals between the two tasks and counting semaphore-style synchronization
Binary-counters
- Here i upload iir filter using dsk5416
b-sync
- VxWorks中,二进制信号量用于任务间同步。-VxWorks, the binary semaphore for inter-task synchronization.
semaphore
- vxworks信号量通信程序,程序演示了互斥信号量和二进制信号量的使用。-vxworks semaphore communication program, the program demonstrated a mutual exclusion semaphore and the use of binary semaphores.
vxworks-expriment-source-
- 嵌入式实时操作系统VxWorks实验教程(重庆大学通信工程学院),包含:多任务程序的创建和启动,时间片轮转调度,基于优先级抢占式调度,消息队列实现任务间的通信,使用二进制信号量来实现任务间的同步 ,使用互斥信号量来实现任务对共享资源的互斥访问,vxworks下任务间通信例程 等等。-Embedded real-time operating system VxWorks Experimental Course (Institute of Communication Engineering, Cho
Test2
- vxworks操作系统任务之间利用二进制信号量进行通信调度-vxworks operating systems use binary signals between the amount of task communication schedule
binary
- vxworks program for binary semaphore
test
- VxWorks 实验 编写程序实现以下功能:系统包含三个任务,一个初始化任务(tInitTask),一个生产者任务(tsendTask),一个消费者任务(treceiveTask) 要求:(1) tsendTaskt与receiveTask之间使用消息队列传递数据; (2) tInitTask能设置tsendTask和treceiveTask的优先级; (3) tInitTask能设置传递消息的数量和消息队列的大小; (4) tInitTask能设置信号量类型,输入‘
BCD
- 十进制和BCD码以及二进制之间的相互转换,多种算法实现多种功能-Conversion between decimal and binary to BCD and between, a variety of algorithms to achieve a variety of functions
BinaryTree
- 在vxworks环境中实现对二差树的multitasking操作,包括,插入,搜索,深度优先,广度优先读取,并采用xworks的内核函数在任务切换间准确记录每个任务执行的时间-Multitasking operation on binary tree in Vxworks