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

搜索资源列表

  1. two_kinds_of_realtime_scheduling_algorithm

    1下载:
  2. 《两种经典实时调度算法的研究与实现》——介绍速率单调(RM)调度和最早截止期限优先(EDF)调度算法-"two classic real-time scheduling algorithm for the Study and Implementation" -- the rate monotonic (RM) Dispatch and the first interception only priority period (EDF) scheduling algorithm
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:316013
    • 提供者:kevin
  1. LLFScheduling

    0下载:
  2. 最小松弛度优先算法,属于实时调度算法,又叫最小欲度(空闲时间)优先算法,在这里,给出了其C++的代码实现。-Minimum slack priority algorithm, belonging to real-time scheduling algorithm, also known as For the smallest degrees (idle time) priority algorithms, in here, given its C++ code to achieve.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:4791
    • 提供者:薛松
  1. RTlinux

    0下载:
  2. 基于RTlinux平台的实时多任务调度策略,运 用模块化的设计方法,编制了程序解释模块、速度过渡模块、插补和运动学算法模 块、人机接口模块和伺服驱动模块,并实现了面向用户的软PLC功能 。-RTLinux-based platform for real-time multi-task scheduling strategy, using modular design methods, the preparation of the procedures explained module, th
  3. 所属分类:Document

    • 发布日期:2017-05-17
    • 文件大小:5112363
    • 提供者:li
  1. OS.tar

    0下载:
  2. MINIX操作系统的内核修改补丁,增加了实时调度,迷你文件系统,semaphore系统服务。-MINIX OS projects for adding real-time scheduling, minifile file system and semaphore service.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-24
    • 文件大小:183890
    • 提供者:Rex Xia
  1. 08_clockDriven

    0下载:
  2. Clock Driven scheduling algorithm presentation for Real Time systems.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-16
    • 文件大小:69158
    • 提供者:Ali
  1. Scheduling

    0下载:
  2. Helpful for Grad students in order to learn Real Time Scheduling algorithms
  3. 所属分类:Multimedia program

    • 发布日期:2017-03-29
    • 文件大小:144006
    • 提供者:Ali
  1. embedded

    1下载:
  2. 嵌入式实时系统中关键技术的研究(博士论文)实时操作系统在多媒体通信、在线事务处理、生产过程控制、交通控制等各个领域得到广泛的应用,因而越来越引起人们的重视。而进程调度策略是影响系统实时性能的重要因素。因此我在此对实时进程调度进行研究。-real-process Scheduling. This article is based on reading source code of Linux, reference many books and articles.The idea of this a
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:1099565
    • 提供者:
  1. DSPBIOS_UG

    0下载:
  2. DSP/BIOS is a scalable real-time kernel. It is designed to be used by applications that require real-time scheduling and synchronization, host-totarget communication, or real-time instrumentation. DSP/BIOS provides preemptive multi-threading, h
  3. 所属分类:DSP program

    • 发布日期:2017-04-10
    • 文件大小:1549639
    • 提供者:shen
  1. RealTimeSystemsbasicConcept

    0下载:
  2. Real-Time Systems Real-time Scheduling Paradigms – RM Issue
  3. 所属分类:SCM

    • 发布日期:2017-04-09
    • 文件大小:29884
    • 提供者:Vishal
  1. os1

    0下载:
  2. 周期性实时调度任务,采用最小松弛度实时电镀任务-Periodic real-time scheduling tasks
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:1633
    • 提供者:吴义文
  1. Shop-scheduling-genetic-algorithm

    1下载:
  2. 遗传算法车间调度,车间作业调度问题遗传算法 -------------------------------------------------------------------------- 输入参数列表 M 遗传进化迭代次数 N 种群规模(取偶数) Pm 变异概率 T m×n的矩阵,存储m个工件n个工序的加工时间 P 1×n的向量,n个工序中,每一个工序所具有的机床数目 输出参数列表 Zp 最优的Makespan值 Y1p 最优方案
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:1545
    • 提供者:王龙隐
  1. jinchengyuxiancheng

    0下载:
  2. 在Linux环境中采用用户级线程模拟实现DEF和RMS两种实时调度算法。给定一组实时任务,按照DEF算法和RMS算法分别判断是否可调度。在可调度的情况下,创建一组用户级线程,分别代表各个实时任务,并按算法所确定的调度次序安排各个线程运行-In the Linux environment, using simulated user-level thread implementation DEF and two real-time scheduling algorithm for RMS. Give
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:1672
    • 提供者:pearl
  1. test_scheduler

    0下载:
  2. 实现了处理机调度--实时调度算法EDF和RMS这两种经典调度算法-Implements processor scheduling- Real-time scheduling algorithm EDF and RMS scheduling algorithm for the two classical
  3. 所属分类:SCM

    • 发布日期:2017-04-15
    • 文件大小:6171
    • 提供者:ypolestar
  1. 030405

    0下载:
  2. 处理机调度的基本概念 调度算法 实时调度 多处理机系统中的调度 产生死锁的原因和必要条件 预防死锁的方法 死锁的检测与解除 -The basic concept of processor scheduling real-time scheduling scheduling algorithm scheduling multiprocessor system causes a deadlock and the necessary conditions fo
  3. 所属分类:OS Develop

    • 发布日期:2017-05-11
    • 文件大小:2938002
    • 提供者:zixialang
  1. real-time-operating-system

    0下载:
  2. ucOS/II实时操作系统,主要介绍内核结构-任务以及调度机制,任务间通信,uC/OS的移植,在PC机上运行uC/OS。适合于小的、控制器的操作系统。-ucOS/II real time operating system, introduces the kernel structure- tasks and scheduling, task communication, uC/OS porting, run on the PC, uC/OS. Suitable for small, the co
  3. 所属分类:uCOS

    • 发布日期:2017-04-09
    • 文件大小:1225126
    • 提供者:于凯
  1. time-pianlunzhuansuanfa

    0下载:
  2. 模拟实现操作系统中的时间片轮转算法,用MFC实现可视化界面,程序在VC6环境下运行。-In the computer OS , μC/OS-II is a preemptive multitasking real-time kernel without the function of the same priority level task scheduling
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-04
    • 文件大小:59240
    • 提供者:李飞
  1. Real-Time-Scheduling-Algorithms-for-Precedence-Re

    0下载:
  2. Thesis : Real-Time Scheduling Algorithms for Precedence Related Tasks on Heterogeneous Multiprocessors
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1053385
    • 提供者:Hamid
  1. real-time-image-processing-system-

    0下载:
  2. 以多片ADSP21060构成的图像处理系统为硬件平台,借助Virtuoso 4.2提供的微内核构造了一个嵌入式系统软件,介绍了系统中任务调度、资源管理、并发处理、中断响应、数据通信等实现方式。最后,针对某些图像处理算法进行了实验,并测试了系统性能指标,实验结果表明提出的方案实现方便、开发快捷、性能稳定可靠,可在实时图像处理系统中得到广泛应用。-ADSP21060 constitute a multi-chip image processing system as the hardware pla
  3. 所属分类:DSP program

    • 发布日期:2017-11-06
    • 文件大小:81571
    • 提供者:贾悦
  1. Comparing-the-real-time-scheduling-policies-of-th

    0下载:
  2. By Le Trung Thang,April 2012 By default, the Linux kernel build used in the many open source distributions is the normal/default kernel which doesn’t support real time scheduling. If an embedded developer wants to compare the scheduling policies
  3. 所属分类:Development Research

    • 发布日期:2017-04-01
    • 文件大小:983784
    • 提供者:xyz
  1. Liu-Real-Time-Systems.pdf.tar

    0下载:
  2. real time systems and the challenges exist in scheduling of them
  3. 所属分类:software engineering

    • 发布日期:2017-05-10
    • 文件大小:2250705
    • 提供者:am
« 12 3 4 5 6 »
搜珍网 www.dssz.com