搜索资源列表
-
0下载:
看看ARM菜鸟在ARM7上写的操作系统——ARM圈圈操作系统
最近在ADuC7027上写了一个ARM_00_OS,头都写晕了,发上来给大家一起来看看。
任务按优先级调度,如果处于就绪态且优先级最高的任务有两个或更多,则按时间片轮循调度。
支持任务创建、任务删除、内存分配、简单的消息、简单的设备管理、CPU及内存等使用统计等功能。
任务可处于ARM模式或THUMB模式,在创建任务时,要指定任务所处于的模式。
从这里下载整个文件包:http
-
-
0下载:
模拟进程同步算法,包括FCFS(先到先服务),SJF(最短优先),RR(Round-Robin),优先权调度及多级队列调度-Simulation process synchronization algorithms, including FCFS (first come first serve), SJF (shortest first), RR (Round-Robin), priority scheduling and multi-level queue scheduling
-
-
1下载:
自己编写的linux多用户作业调度系统,允许多用户提交作业,设置作业优先级,采用时间片轮转算法,并反馈给用户的终端-I have written multi-user linux job scheduling system that allows multi-user operation, set up operations priority, use Round Robin time slice and feedback to the user terminal
-
-
0下载:
program to implement Round-Robin CPU scheduling algorithms
-
-
0下载:
广州大学操作系统实验报告一
时间片轮转调度算法模拟
附件详细的实验报告,以及实验代码-Guangzhou University, the operating system time-slice experiment reports a round-robin scheduling algorithm detailed in the annex of the experimental simulation of the report and experimental code
-
-
0下载:
操作系统课设:进程
几种进程调度算法的实现:轮转调度时间片-Lesson set up the operating system: the process of implementation of several process scheduling algorithms: round robin scheduling time slice
-
-
1下载:
Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。
这是ucore的实验4:调度器。实验目的:熟悉ucore 的系统调度器框架,以及内置的Round-Robin 调度算法;基于调度器框架实现一个调度器算法(Stride Scheduling)。文件中包括源代码、实验指导书和实验报告。-Ucore is a small operatin
-
-
0下载:
一个程序,让输入的进程按照时间片轮转的调度算法执行相应的程序,从而能及时响应用户的请求。-A program that allows input of the process according to round-robin scheduling algorithms perform the appropriate procedures to timely respond to user requests.
-
-
0下载:
时间片轮转调度,是一个重要的操作系统课设-Round-robin scheduling is an important class of operating system design
-
-
0下载:
进程调度,利用时间片轮转算法来模拟计算机操作系统调度进程的过程的代码1-Process scheduling, the use of round-robin algorithm to simulate the process of scheduling a computer operating system code in a process
-
-
0下载:
采用优先级和轮询调度算法实现模拟CPU调度-The use of priority and round-robin scheduling algorithm for CPU scheduling simulation
-
-
0下载:
operating system:cpu scheduling algorithms(fcfs,priority,round robin,sjf) in c++.
-
-
0下载:
“进程调度算法的实现”。
其实验目的是:
1实现先来先服务FCFS、短作业优先SJF以及时间片轮转调度算法。
2 了解上述3种算法的机理。
-Process scheduling algorithm to achieve. "
The purpose of the experiment is as follows:
1 first-come first-served FCFS, priority to short jobs SJF and round-robin sche
-
-
0下载:
操作系统时间片轮转调度算法输入数个进程及时间片时间输出调度队列-Operating system round-robin scheduling algorithm input time output of the process and time slice scheduling queue
-
-
0下载:
1 操作系统课程设计
2 模拟CPU进程调度
3 实现时间片轮转调度算法
4 实现最短作业优先算法-1 operating systems course design
2 simulation CPU process scheduling
3 round-robin scheduling algorithm
4 shortest job first algorithm
-
-
0下载:
用C#写的操作系统进程的调度,有FIFO调度,时间片轮转调度等算法,需要DevExpress2011V2插件支持-C# to write the operating system process scheduling, FIFO scheduling, round-robin scheduling algorithm needs DevExpress2011V2 plug-in support
-
-
0下载:
操作系统进程调度,包括最高优先数优先算法、简单时间片轮转调度算法、多级反馈队列调度算法-Operating system process scheduling, including the highest priority first algorithm, a simple time-slice round-robin scheduling algorithm, multi-level feedback queue scheduling algorithm
-
-
2下载:
进程调度算法的设计
设计要求:
①设计进程控制块PCB表结构,分别适用于优先数调度算法和循环轮转调度算法。
②建立进程就绪队列。对两种不同算法编制入链子程序。
③编制两种进程调度算法:1)优先数调度;2)循环轮转调度
设计技术参数参考:
①本程序用两种算法对五个进程进行调度,每个进程可有三个状态,并假设初始状态为就绪状态。
②为了便于处理,程序中的某进程运行时间以时间片为单位计算。各进程的优先数或轮转时间数以及进程需运行的时间
-
-
0下载:
① 设计进程控制块PCB表结构,分别适用于优先数调度算法和循环轮转调度算法。
②建立进程就绪队列。对两种不同算法编制入队子程序。
③编制两种进程调度算法:1)优先数调度;2)循环轮转调度
-① design process control block PCB table structure, respectively, for priority scheduling algorithm and round-robin scheduling algorithm. ② establish
-
-
2下载:
①设计进程控制块PCB表结构(与实验一的结构相同),分别适用于优先数调度算法和循环轮转调度算法。
②建立进程就绪队列。对两种不同算法编制入链子程序。
③编制两种进程调度算法:1)优先数调度;2)循环轮转调度-Design process control block, PCB table structure and the structure are the same, respectively, applicable to the number of priority schedulin
-