搜索资源列表
-
1下载:
这是操作系统实验的调度算法,包含时间片轮转法,抢占式优先权算法,非抢占式优先权算法,先来先服务算法,短作业(进程)优先调度算法.
-This is the experimental operating system scheduling algorithms, including time-rotate, Preemptive priority algorithm, non-preemptive priority algorithm, first-come first-serve algor
-
-
0下载:
抢占式优先权进程调度模拟程序,这是我校操作系统的实验必修程序之一。-Preemptive priority scheduling process simulation program, this is my school operating systems experimental procedure compulsory one.
-
-
0下载:
基于非抢占的动态优先级调度算法模拟源程序-based on non-preemptive dynamic priority scheduling algorithm simulation program
-
-
0下载:
进程调度算法--动态优先权抢占式和时间片轮转算法的调度。-process scheduling algorithm -- Dynamic Preemptive priority and time-scheduling algorithm postings.
-
-
2下载:
通过图形化界面模拟操作系统的作业调度算法中的时间片轮转和动态抢占式优先权算法,同时模拟内存的分配和回收-Simulation of the operating system through the graphical interface of the job scheduling algorithm in the time slice rotation and dynamic preemptive priority algorithm, and simulation of memory allo
-
-
0下载:
进程调度程序,实现fifo,sjf,抢占式优先权,时间片轮转实验。-The process of scheduling procedures to achieve fifo, sjf, Preemptive priority, time slice rotation experiment.
-
-
0下载:
抢占式的优先级调度,可以动态演示其过程!-Preemptive priority scheduling, dynamic demonstration of its process can be!
-
-
0下载:
it contains all types of cpu scheduling which includes preemptive priority,round robin scheduling
-
-
1下载:
ARM Cortex M3及M0定制操作系统
高度可裁剪性,最小系统内核仅974Byte
支持优先级抢占和时间片轮转
自适应任务调度算法
零中断延时时间
堆栈溢出检测
信号量、邮箱、队列、事件标志、互斥等同步通信方式
支持多种编译器:ICCARM、ARMCC、GCC -Specially designed for Cortex-M series
Scalable, minimal system kernel is only 974Byte
A
-
-
0下载:
进程调度实验
* 本程序提供了以下几种进程调度方法
* 1、时间片轮询法
* 2、可强占优先法
* 3、非抢占算法
*-Process scheduling experiment
* This program provides the following types of process scheduling
* 1, polling time slice method
* 2, can be preemptive priority method
*
-
-
0下载:
非抢占高响应比优先调度算法实现进程调度,包括进程名称,进程运行总时间,进程进入就绪队列时间,进程已运行时间。-High ratio of non-preemptive priority scheduling algorithm to respond to the process of scheduling, including the process name, the total running time of the process, the process into the ready q
-
-
0下载:
传统的UCOS-Ⅱ只支持优先级抢占型调度。它不支持基于时间片轮转调度。 相对于其它的改进,本文修改后的UCOS不支持优先级抢占,只根据优先级创建进程,然后按时间片轮转来调度。
另附一些我学习UCOS调度时参考的资料,希望对大家有所帮助。-Traditional UCOS-Ⅱ only support priority preemptive scheduling. It does not support the rotation based on time slice scheduling
-
-
0下载:
实现了抢占式优先数的操作系统进程调度模拟,其中,优先数为动态-Achieved the number of preemptive priority operating system process scheduling simulation, in which priority number for the dynamic
-
-
0下载:
编写一模拟程序,实现几种常见的进程调度算法,通过对几组进程分别使用不同的调度算法,计算进程的平均周转时间和平均带权周转时间,比较各种算法的优劣。
进程调度实现先来先服务算法、抢占式优先数调度算法、时间片轮转调度算法和多级队列反馈调度算法。-Write a simulation program, to achieve some common process scheduling algorithm, the process by several groups of different sch
-
-
0下载:
Priority Scheduling Algorithm-Preemptive
-
-
0下载:
Simple Preemptive Priority Scheduling Algorithms.
-
-
0下载:
进程调度模拟系统--强占式高优先级优先、时间片轮转、最高响应比优先调度算法-Process scheduling simulation system- high-priority preemptive priority, round-robin, priority scheduling algorithm than the maximum response
-
-
0下载:
Priority Scheduling Algorithm-Preemptive
-
-
0下载:
Priority Scheduling Algorithm-Preemptive
-
-
0下载:
操作系统进程调度模拟实现算法,先到先服务调度(FCFS)
最短作业优先调度(SJF)
高响应比优先调度
(抢占式)优先权调度
时间片轮转调度-Operating system process scheduling simulation algorithm, first come first served scheduling (FCFS)
Shortest job first scheduling (SJF)
High priority response ratio sc
-