当前位置:
首页 资源下载
搜索资源 - real time scheduling algorithms
搜索资源列表
-
0下载:
最小松弛度优先算法,属于实时调度算法,又叫最小欲度(空闲时间)优先算法,在这里,给出了其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.
-
-
0下载:
优先比算法常用于批处理系统中作为作业调度算法,也作为多种操作系统的进程调度算法,更可用于实时系统中,以实现对实时作业的实时响应。-Priority than the algorithms commonly used in a batch system as a job scheduling algorithm, but also as a variety of operating system process scheduling algorithm, but also can be used
-
-
0下载:
Helpful for Grad students in order to learn Real Time Scheduling algorithms
-
-
1下载:
嵌入式实时系统中关键技术的研究(博士论文)实时操作系统在多媒体通信、在线事务处理、生产过程控制、交通控制等各个领域得到广泛的应用,因而越来越引起人们的重视。而进程调度策略是影响系统实时性能的重要因素。因此我在此对实时进程调度进行研究。-real-process Scheduling. This article is based on reading source code of Linux, reference many books and articles.The idea of this a
-
-
0下载:
介绍实时系统的调度算法及控制实例,对实时系统学习者有很好的参考价值-Introduce real-time systems and control instances of scheduling algorithms for real-time systems have a good reference value for learners
-
-
1下载:
遗传算法车间调度,车间作业调度问题遗传算法
--------------------------------------------------------------------------
输入参数列表
M 遗传进化迭代次数
N 种群规模(取偶数)
Pm 变异概率
T m×n的矩阵,存储m个工件n个工序的加工时间
P 1×n的向量,n个工序中,每一个工序所具有的机床数目
输出参数列表
Zp 最优的Makespan值
Y1p 最优方案
-
-
0下载:
Thesis : Real-Time Scheduling Algorithms for Precedence Related Tasks on Heterogeneous Multiprocessors
-
-
1下载:
torsche是matlab下的一个工具箱,可以用来仿真实时调度算法,如EDF RM等,结合Matlab和Visual studio混编后可以使用,其自带的一些工具包里也有很多应用用例可以用来参考-torsche under a toolbox matlab , simulation can be used for real-time scheduling algorithms, such as EDF RM , etc. , combined with Matlab and Visual st
-
-
0下载:
An important class of scheduling algorithms is the class of dynamic priority algorithms. The most important dynamic priority algorithm is Earliest Deadline First (EDF).
Earliest-deadline-first (EDF) is good for scheduling real-time tasks in or
-
-
0下载:
High temperature will affect the stability and performance of multi-core processors. A temperatureaware
scheduling algorithm for soft real-time multi-core systems is proposed in this paper, namely
LTCEDF (Low Thermal Contribution Early Deadline F
-