搜索资源列表
-
0下载:
抢占式优先权进程调度模拟程序,这是我校操作系统的实验必修程序之一。-Preemptive priority scheduling process simulation program, this is my school operating systems experimental procedure compulsory one.
-
-
0下载:
用C语言实现的最短作业优先(包括抢占式和非抢占式)调度。-C language of the shortest priority operations (including preemptive and non-preemptive) scheduling.
-
-
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下载:
抢占式的优先级调度,可以动态演示其过程!-Preemptive priority scheduling, dynamic demonstration of its process can be!
-
-
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下载:
实现了抢占式优先数的操作系统进程调度模拟,其中,优先数为动态-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下载:
清华大学计算机系操作系统课程实验源码一:
Nachos调度系统,实现了5个调度算法:先来先服务(FCFS)、优先级(抢占式、非抢占式)、轮转和多级排队。-Department of Computer Science, Tsinghua University Curriculum Experimental source operating system a: Nachos scheduling system to achieve the five scheduling algorithms:
-
-
0下载:
进程调度模拟系统--强占式高优先级优先、时间片轮转、最高响应比优先调度算法-Process scheduling simulation system- high-priority preemptive priority, round-robin, priority scheduling algorithm than the maximum response
-
-
2下载:
Wanlix是一个内核非常小的嵌入式操作系统,只有几百个字节,但功能少,只提供任务切换功能,非常适合资源特别少但又需要任务切换的小项目。
Mindows可提供多种操作系统功能,是实时抢占式操作系统,任务支持多种优先级抢占调度,将实时性高的任务设置为高优先级就可以保证软件系统的实时性,用户也可根据自身需求选取需要的部分,也可在此基础上编写代码增加自己需要的功能,具有可裁剪性。
我将Wanlix和Mindows的开发过程记录下来,就形成了这本“底层工作者手册之嵌入式操作系统
-
-
3下载:
Wanlix是一个内核非常小的嵌入式操作系统,只有几百个字节,但功能少,只提供任务切换功能,非常适合资源特别少但又需要任务切换的小项目。
Mindows可提供多种操作系统功能,是实时抢占式操作系统,任务支持多种优先级抢占调度,将实时性高的任务设置为高优先级就可以保证软件系统的实时性,用户也可根据自身需求选取需要的部分,也可在此基础上编写代码增加自己需要的功能,具有可裁剪性。
我将Wanlix和Mindows的开发过程记录下来,就形成了这本“底层工作者手册之嵌入式操作系统
-
-
0下载:
操作系统中的模拟进程调度程序,基于静态优先级的立即抢占式调度”、“动态优先级调度”和“时间片轮转法”调度算法对五个进程进行调度-Operating system simulation process scheduler, based on static priority preemptive scheduler immediately, " " dynamic priority scheduling " and" time-Web " scheduli
-
-
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
-