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

搜索资源列表

  1. VxWorks进程调度实践

    0下载:
  2. 对vxWorks进程调度的详细介绍,任务及任务状态及状态转移,及实现的源代码。-right scheduling process detailed descr iption of the tasks and missions State and State transfer, and implementation of the source code.
  3. 所属分类:VxWorks

    • 发布日期:2008-10-13
    • 文件大小:88.34kb
    • 提供者:prescape
  1. vxWorksNormal

    0下载:
  2. vxWorks下的DEMO程序。简单示范了任务、信号量、ISR、PIPE等的使用-the DEMO procedures. A simple model of tasks, semaphores, ISR, the use PIPE
  3. 所属分类:VxWorks

    • 发布日期:2008-10-13
    • 文件大小:4.88kb
    • 提供者:丁一
  1. webserv

    0下载:
  2. 一个vxworks下http任务socket层的实现代码-a VxWorks tasks under http socket layer to achieve code
  3. 所属分类:VxWorks

    • 发布日期:2008-10-13
    • 文件大小:8.17kb
    • 提供者:周自伟
  1. task

    0下载:
  2. 系统两个任务之间使用二进制信号和计数式信号量实现同步-Systems use binary signals between the two tasks and counting semaphore-style synchronization
  3. 所属分类:VxWorks

    • 发布日期:2017-04-14
    • 文件大小:3.73kb
    • 提供者:曹松景
  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-10
    • 文件大小:1.11mb
    • 提供者:林剑
  1. Sem

    0下载:
  2. VxWorks的信号量实验代码,建立了一个多任务工程,实现了任务的互斥和同步.-The experimental VxWorks semaphore code, the establishment of a multi-task projects, the realization of a mutually exclusive and synchronization tasks.
  3. 所属分类:VxWorks

    • 发布日期:2017-04-25
    • 文件大小:16.49kb
    • 提供者:向阳
  1. msg_VxWorks

    0下载:
  2. 原创:vxworks的消息队列 一个任务运行时的数据和状态怎么告诉其他任务?信号量为任务间同步和互斥提供了提供了高效的方法,但它不能携带更多的任务信息。因而需要使用更高级的通讯方式,即消息队列和管道。这节主要讲消息队列。-Original: vxworks task message queue for run-time data and how to tell the status of other tasks? Semaphore for inter-task synchronizatio
  3. 所属分类:VxWorks

    • 发布日期:2017-04-02
    • 文件大小:122.21kb
    • 提供者:郑禾
  1. watchdog

    0下载:
  2. vxworks的实时性,一般任务实现机制包括分片与抢占调度相结合,还有一个重要的体现就是看门狗的作用;-real-time vxworks, general tasks, including the realization of the mechanism and seize piecewise combination of scheduling, there is a manifestation of an important watchdog role
  3. 所属分类:VxWorks

    • 发布日期:2017-03-29
    • 文件大小:8.67kb
    • 提供者:cxworks
  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
    • 文件大小:1.52kb
    • 提供者:成功
  1. VxWorks.semaphore.mechanism.sync.tasks

    0下载:
  2. VxWorks信号量机制任务同步资料VxWorks semaphore mechanism to sync tasks -VxWorks semaphore mechanism to sync tasks
  3. 所属分类:VxWorks

    • 发布日期:2017-03-30
    • 文件大小:93.73kb
    • 提供者:qa
  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
    • 文件大小:42.94kb
    • 提供者: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
    • 文件大小:631.16kb
    • 提供者:xuyuc
  1. recoverExcSigDemo

    0下载:
  2. 用信号句柄处理异常任务,是vxworks信号的基本用法。-Handle signal processing tasks with the exception, is the basic usage of vxworks signal.
  3. 所属分类:VxWorks

    • 发布日期:2017-04-13
    • 文件大小:2.18kb
    • 提供者:zhanghangzhi
  1. Vxworksbased

    0下载:
  2. Vxworks与其它实时OS一样,基于以下两个重要机制:1.多任务环境及任务间通信2.硬件中断处理-Vxworks, like other real-time OS, based on the following two important mechanisms: 1. Multi-task environment and communication between tasks 2. Hardware interrupt handling
  3. 所属分类:VxWorks

    • 发布日期:2017-04-06
    • 文件大小:624.92kb
    • 提供者:firs
  1. msgTrans

    0下载:
  2. 对vxworks下的排序实现的消息转发任务,包括队列的读取,上传和释放。-The message forwarding tasks implemented under vxworks Sort including queue read, uploading, and release.
  3. 所属分类:VxWorks

    • 发布日期:2017-12-02
    • 文件大小:1.05kb
    • 提供者:熊戈
  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
    • 文件大小:1.57kb
    • 提供者:
  1. test

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

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

    0下载:
  2. vxworks初学者实验,其中包括任务的创建,任务之间的通信等。-vxworks beginner experiments, including task creation, communication between tasks.
  3. 所属分类:VxWorks

    • 发布日期:2017-04-16
    • 文件大小:484.07kb
    • 提供者:付正
  1. Two_Tasks.c

    0下载:
  2. Simulate running two tasks
  3. 所属分类:VxWorks

    • 发布日期:2013-11-17
    • 文件大小:2.36kb
    • 提供者:Dexobox
搜珍网 www.dssz.com