CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - task scheduling

搜索资源列表

  1. ucos 2.76

    0下载:
  2. 最新版ucos II 完整源码,非常好的一个实时操作系统,支持64个实时任务,优先级调度。-latest version TRACK II source code integrity, a very good real-time operating system to support 64 real-time task, priority scheduling.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:66344
    • 提供者:藏名
  1. MCS51_uCOC_II

    0下载:
  2. 移植到MCS51的uCOC_II,已经测试过在51上的任务可以调度起来。-transplanted to the MCS51 uCOC_II has tested the 51 on the scheduling task can be together.
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:59240
    • 提供者:张颖哲
  1. osdd

    0下载:
  2. 在多道程序和多任务系统中,系统内同时处于就绪状态的进程可能有若干个。也就是说能运行的进程数大于处理机个数。为了使系统中的进程能有条不紊地工作,必须选用某种调度策略,选择一进程占用处理机。设计了一个模拟处理机调动算法-in multi-channel and multi-task procedure system, the system in place at the same time within the state of the process may have several. That
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1917
    • 提供者:ll
  1. lqx10002

    2下载:
  2. 最佳高度问题。 问题描述: 假设有n个任务由K个可并行工作的机器完成。完成任务i需要的时间为t(i)。试设计一个算法找出完成这n个任务的最佳调度,使得完成全部任务的时间最早。-best height of the problem. Problem descr iption : Suppose a mandate from the n-K parallel work can be completed machines. I need to complete the task for t
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1342
    • 提供者:卢起雪
  1. ucosII-edf

    2下载:
  2. 簡單的3個task的EDF排程,可更替task的deadline-simple task of the three EDF scheduling, the task replacement deadline
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:117184
    • 提供者:Evan
  1. NucleusAnalyse

    0下载:
  2. Nucleus分析报告分析了内核,任务的调度,中断的调度-Nucleus analysis report analyzes the core task of scheduling, interrupt scheduling
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:233218
    • 提供者:fylman
  1. Register_ThreaPool

    0下载:
  2. 线程的创建、销毁和调度本身是有代价的,如果一个线程的任务相对简单,那这些时间和空间开销就不容忽视了,此时用线程池就是更好的选择,即创建一些线程然后反复利用它们,而不是在完成单个任务后就结束。-thread creation, destruction and scheduling itself is a cost, if the threads of a relatively simple task. That time and space costs can not be ignored, th
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:53138
    • 提供者:邱中天
  1. TinyWorks

    0下载:
  2. TinyWorks操作系统。 每个任务占6~10个字节的RAM空间,整个系统占1k左右的代码空间,支持16个优先级的占先式调度,支持时间片调度。 最大特点:建立的任务越多、并且系统越繁忙时调度越快,最快比系统闲时快数十倍! 用AVR-GCC编译,支持MEGA8-TinyWorks operating system. Each task for 6 ~ 10 bytes of RAM space, the system as a whole accounted for around 1
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:7226
    • 提供者:lbb
  1. RoundRobinSchedulingTask

    0下载:
  2. C++编程实例Round Robin Scheduling Task-C programming examples Round Robin Scheduling Task
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:55648
    • 提供者:jupiter
  1. UCOSIIkernalschedinganalysis

    0下载:
  2. 多任务系统中,内核负责管理各个任务,或者说为每个任务分配CPU时间,并且负责任务之间的通讯。内核提供的基本服务 以使用实时内核可以大大简化应用系统的设计,是因为实时内核允许将应用分成若干个任务,由实时内核来管理它们。内核 用程序的额外负荷,代码空间增加ROM的用量,内核本身的数据结构增加了RAM的用量。但更主要的是,每个任务要有自己的 吃起内存来是相当厉害的。内核本身对CPU的占用时间一般在2到5个百分点之间。 UC/OS-II有一个精巧的内核调度算法,实时内核精小,执行效率高,
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:161385
    • 提供者:Jacky
  1. scan与cscan算法模拟磁盘调度实验

    0下载:
  2. 此为操作系统实验报告: scan,cscan算法模拟磁盘调度 内含:程序流程图 设计思路 主要源码等等。 简介:磁盘是一种高速、大容量、旋转型、可直接存取的存储设备。它作为计算机系统的辅助存储器,担负着繁重的输入输出任务、在多道程序设计系统中,往往同时会有若干个要求访问磁盘的输入输出请求等待处理。系统可采用一种策略,尽可能按最佳次序执行要求访问磁盘的诸输入输出请求。-operating system for this experiment : scan, cscan scheduling alg
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:6832
    • 提供者:何浩
  1. Stm32_ucos_2-1

    0下载:
  2. 在IAR环境中编写程序实现以下功能: 1、在第一组数码管上显示任务的运行次数; 2、调用钩子函数OSTimeTickHook()在第二组数码管上显示系统在没发生500次时钟中断期间,调度器进行任务调度的次数。-Write a program in the IAR environment to achieve the following functions: 1, in the first group of digital number displayed on the task of r
  3. 所属分类:uCOS

    • 发布日期:2017-04-17
    • 文件大小:339623
    • 提供者:林燕
  1. DSP

    0下载:
  2. 本文介绍了基于DSP/BIOS实时内核的TIDSP应用程序参考框架RF5。另外,面对目前越来越多的多处理器系统设计以及典型的GPP-DSP架构,本文提出了一种改进的DSP应用程序框架ERF5以最大化地支持这种架构。ERF5主要从GPP-DSP有效通信、任务线程的高效执行与调度以及任务线程颗粒度的合理化三个方面对RF5进行了改进,并已成功应用于实际项目。-In this paper, based on the DSP/BIOS real-time applications TIDSP core
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:192640
    • 提供者:将建
  1. sjp

    0下载:
  2. 在多道程序或多任务系统中,系统同时处于就绪态的进程有若干个。为了使系统中的各进程能有条不紊地进行,必须选择某种调度策略,以选择一进程占用处理机。时间片轮转算法-Procedures in the multi-channel or multi-task system, the system in a ready state at the same time there are a number of processes. In order to make the process system ca
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:1988
    • 提供者:候莹莹
  1. P_TOSSIM

    0下载:
  2. P_TOSSIM_一个基于TinyOS传感器网络的任务调度仿真程序-P_TOSSIM_ a TinyOS sensor networks based on the task of scheduling simulation program
  3. 所属分类:SCM

    • 发布日期:2017-04-29
    • 文件大小:289260
    • 提供者:ge
  1. MacMange2

    0下载:
  2. 一个简单的机器调度模拟程序。根据任务的时长,分配到各机器,使得n台机器所完成的所有任务的时间最短。 本程序,只作学习交流之用。-A simple machine scheduling simulation program. According to the length of time the task assigned to the machine, making machine n all the tasks completed by the shortest possible time
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-26
    • 文件大小:36165
    • 提供者:inotseeyou
  1. uCOS-II

    0下载:
  2. 各个实例显示嵌入式实时操作系统μC/OS-Ⅱ内核的任务管理和调度、系统时钟和节拍服务、时间管理、中断、任务的通信和同步、内存的简单管理原理,适合初学者入门-All examples of embedded real-time operating system μC/OS- Ⅱ core task management and scheduling, the system clock and the tempo of service, time management, interruption,
  3. 所属分类:uCOS

    • 发布日期:2017-05-12
    • 文件大小:3052038
    • 提供者:水月
  1. os4

    0下载:
  2. 设有两个周期性的实时任务A和B,任务A要求每20ms执行一次,执行时间为10ms 任务B要求每50ms执行一次,执行时间为25ms 试编一调度程序按最小松弛度优先算法对这两个任务进行调度并输出每次调度时被调入运行任务的状态: (任务名,所处周期数,调度时刻,运行持续时间)。-There are two real-time periodic tasks A and B, task A once every 20ms, execution time of 10ms mission B once e
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:4391
    • 提供者:yilijuan
  1. FreeRTOSPaper

    0下载:
  2. FreeRTOS 的實現詳解,包括TCB實現,調度原理,以及task通訊物件介紹。-The realization of FreeRTOS explain, including the TCB realization of the principle of scheduling, as well as the task of communication objects introduced.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-05-02
    • 文件大小:724633
    • 提供者:Jerry
  1. ZWGL

    0下载:
  2. 总之,这个系统主要实现对公路客运管理员、售票员相关信息、车辆相关信息和线路相关信息的日常管理,车票相关业务的支持,还有基于上述管理的业务统计和分析,以便于公路客运公司的管理人员能及时的了解公司的运营情况。-A bus passenger system is a system of the important components in our country. It undertakes the passenger transport task of the cities and between
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-23
    • 文件大小:7558118
    • 提供者:李丽丽
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 »
搜珍网 www.dssz.com