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

搜索资源列表

  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. Exception_recovery_using_Signal

    0下载:
  2. tServer task executes functions at low priority (254). serverSend funtion is used to send a request to the tServer to execute a function at the tServer s priority. First tServer task executes the i() system call to print the sum
  3. 所属分类:VxWorks

    • 发布日期:2008-10-13
    • 文件大小:3938
    • 提供者:于凤新
  1. CreateTask

    0下载:
  2. tornado2.0for powerpc.在低优先级任务级中可以创建高优先级任务,通过调试-tornado2.0for powerpc. in the low-priority tasks in the class can create high-priority tasks, through debugging
  3. 所属分类:VxWorks

    • 发布日期:2017-04-09
    • 文件大小:1166720
    • 提供者:林剑
  1. Vxworks_Feture_Task_Orgnization

    0下载:
  2. Vxworks操作系统上的源码。从中可以学习:任务优先级设置、deadline、rm规则、rmlub准则。管理各task的加载和卸载。-Vxworks on the source operating system. From this, we can study: task priority settings, deadline, rm rules, rmlub criteria. Management of the task of loading and unloading.
  3. 所属分类:VxWorks

    • 发布日期:2017-04-24
    • 文件大小:16143
    • 提供者:yourname
  1. priority_inversion

    0下载:
  2. vxworks下优先级反转程序示例,对学习任务优先级很有帮助啊-priority inversion procedure under vxworks example, be helpful for learning task priority ah
  3. 所属分类:VxWorks

    • 发布日期:2017-04-04
    • 文件大小:3112
    • 提供者:xzb
  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. IEC61850IED

    1下载:
  2. DSI-5000 系列微机保护装置是为满足数字化变电站的整体要求而策划设计的,采用通用的软硬件平台。主要介绍了 平台的软硬件特点,比较了采用单 CPU 和多 CPU 方案实现 IEC61850 通讯协议的优缺点,给出了可编程模块的建模实例和实 现方法。阐述了在VxWorks操作系统下任务优先级、中断优先级的分配方法以及任务调度机制。介绍了IEC61850 通讯规约 的实现过程。 - DSI-5000 serial relays are designed for the need o
  3. 所属分类:VxWorks

    • 发布日期:2017-04-04
    • 文件大小:65772
    • 提供者:macrotone
  1. xiaoxiduilie

    0下载:
  2. VxWorks的嵌入式系统消息队列通信实现以下功能:系统包含三个任务,一个初始化任务(tInitTask),一个生产者任务(SendTask),一个消费者任务(ReceiveTask); (1)要求SendTask与ReceiveTask之间使用消息队列传递数据; (2)要求tInitTask能设置SendTask和ReceiveTask的优先级; (3)要求tInitTask能设置传递消息的数量和消息队列的大小。 -Embedded Systems VxWorks messag
  3. 所属分类:VxWorks

    • 发布日期:2017-04-05
    • 文件大小:1558
    • 提供者:成功
  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. chapter05-lab3

    0下载:
  2. 嵌入式实验:优先级反转。开发环境,风河Vxworks tornado-Embedded test: priority inversion. Development environment, Wind River Vxworks tornado
  3. 所属分类:VxWorks

    • 发布日期:2017-03-30
    • 文件大小:21519
    • 提供者:cqucpu
  1. pipeServer

    0下载:
  2. vxworks管道例程,用254的优先级创建一个管道守护任务,其他应用程序可以向管道写消息。-vxworks routine pipeline, with 254 priority task to create a pipe guard, other applications can write a message to the pipeline.
  3. 所属分类:VxWorks

    • 发布日期:2017-04-12
    • 文件大小:1583
    • 提供者:zhanghangzhi
  1. vxworks-dead-lock

    0下载:
  2. 一个实现死锁的程序 使用两个线程 两个信号量 来实现 一个低优先级进程先semtake mutex1 .然后另个一高优先级的抢占后cpu后 分别semtake mutex2 和mutex1 然后低优先级又要semtake mutex2 -An implementation program with two threads deadlock two semaphores to implement a low-priority process first semtake mutex1. And th
  3. 所属分类:VxWorks

    • 发布日期:2017-04-06
    • 文件大小:924
    • 提供者:xuyu
  1. src

    0下载:
  2. 本实验中设计了两个任务tHigh和tLow,分别访问两个共享资源,分别是useResource1和useResource2,两个任务在创建的时候用相同的优先级。-The experimental design of the two tasks tHigh and tLow, respectively, access to two shared resources, namely useResource1 and useResource2, two tasks at the same time c
  3. 所属分类:VxWorks

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

    0下载:
  2. VxWorks 实验 编写程序实现以下功能:系统包含三个任务,一个初始化任务(tInitTask),一个生产者任务(tsendTask),一个消费者任务(treceiveTask) 要求:(1) tsendTaskt与receiveTask之间使用消息队列传递数据; (2) tInitTask能设置tsendTask和treceiveTask的优先级; (3) tInitTask能设置传递消息的数量和消息队列的大小; (4) tInitTask能设置信号量类型,输入‘
  3. 所属分类:VxWorks

    • 发布日期:2017-03-30
    • 文件大小:1258
    • 提供者:黎伶
  1. priority

    0下载:
  2. 基于VxWorks的嵌入式实验程序,priority.c,任务优先级实验-Based on VxWorks embedded experimental procedures, priority.c, task priority experiments
  3. 所属分类:VxWorks

    • 发布日期:2017-03-29
    • 文件大小:576
    • 提供者:黎伶
  1. PriorityInversion

    0下载:
  2. 基于VxWorks的嵌入式实验程序,PriorityInversion.c,任务优先级反转实验-Based on VxWorks embedded experimental procedures, PriorityInversion.c, task priority inversion experiments
  3. 所属分类:VxWorks

    • 发布日期:2017-04-02
    • 文件大小:882
    • 提供者:黎伶
  1. What really happened on Mars

    0下载:
  2. What really happened on Mars ?
  3. 所属分类:VxWorks

    • 发布日期:2018-01-01
    • 文件大小:123904
    • 提供者:bash
搜珍网 www.dssz.com