搜索资源列表
-
0下载:
FCFS 时间片轮转
时间片 轮转法 调度的算法
最高优先数算法基本思想
多级反馈队列调度实现思想
最高优先数调度算法(PCB)-FCFS Time Slice Time Slice rotary movement of the highest priority scheduling algorithm for several basic idea of multi-level algorithm Feedback Queue Scheduling the highest pri
-
-
0下载:
对进程调度与作业调度的模拟,进程调度算法:采用的是最高优先数优先的高度算法(即把处理机分配给优先数最高的进程和先来先服务算法。分区分配和回收算法:采用首次适应算法和最佳适应算法实现动态分区。其中,空闲分区通过空闲分区链来管理,在进行内存分配时,系统优先使用空闲区低端的空间。-process of scheduling and job scheduling simulation and process scheduling algorithm : the highest priority is t
-
-
1下载:
C++编写的处理机调度程序,包括先来先服务算法,短作业优先算法,高响应比优先调度算法。-Written in C++ Processor scheduler, including the first-come, first serve algorithm, short job first algorithm, priority scheduling algorithm with high response ratio.
-
-
0下载:
用VB编的作业调度算法 使用了FCFS和SJF算法-VB series with the job scheduling algorithm uses the FCFS and SJF algorithm
-
-
0下载:
java实现的CPU调度算法。。算法比较通俗,易懂,是根据上课学的编的一个代码-java realization CPU scheduling algorithm. . Algorithm popular, easy to understand, is prepared according to the school to learn a code
-
-
0下载:
电梯调度算法,包括四种方法。操作系统必备的知识-Elevator scheduling algorithms, including the four methods. Operating system must have knowledge
-
-
0下载:
java语言实现scan磁盘调度算法~通过该代码可实现scan算法-java language ~ scan disk scheduling algorithm can be realized through the code scan algorithm
-
-
0下载:
CPU scheduling algorithm simulation project implements FCFS , SJF , RR 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下载:
根据磁盘调度的4种算法进行模拟磁盘调度过程-According to the four kinds of disk scheduling disk scheduling algorithm to simulate the process of
-
-
1下载:
合肥工业大学操作系统课程设计
进程/作业调度:多级反馈队列调度算法。
1建立作业的数据结构描述;
2使用两种方式产生作业:(a)自动产生, (b)手工输入;
3在屏幕上显示每个作业的执行情况;
4时间的流逝可用下面几种方法模拟:(a)按键盘,每按一次可认为过一个时间单位; (b) 响应WM_TIMER;
5计算并显示一批作业的周转时间、平均周转时间、带权周转时间、平均带权周转时间。
6将一批作业的执行情况存入磁盘文件,以后可以读出并重放;-Hefei Universi
-
-
0下载:
编写一模拟程序,实现几种常见的进程调度算法,通过对几组进程分别使用不同的调度算法,计算进程的平均周转时间和平均带权周转时间,比较各种算法的优劣。
进程调度实现先来先服务算法、抢占式优先数调度算法、时间片轮转调度算法和多级队列反馈调度算法。-Write a simulation program, to achieve some common process scheduling algorithm, the process by several groups of different sch
-
-
1下载:
Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。
这是ucore的实验4:调度器。实验目的:熟悉ucore 的系统调度器框架,以及内置的Round-Robin 调度算法;基于调度器框架实现一个调度器算法(Stride Scheduling)。文件中包括源代码、实验指导书和实验报告。-Ucore is a small operatin
-
-
0下载:
进程调度算法,很适合初学者学习操作系统使用,写的很清楚易懂的算法。-Process scheduling algorithm, it is suitable for beginners to learn the operating system , written in very clear and understandable algorithm .
-
-
0下载:
磁盘调度算法的模拟实现及对比-Disk scheduling algorithm simulation and comparison of various algorithms of OPT, FIFO, the LRU simulation
-
-
2下载:
进程调度算法的设计
设计要求:
①设计进程控制块PCB表结构,分别适用于优先数调度算法和循环轮转调度算法。
②建立进程就绪队列。对两种不同算法编制入链子程序。
③编制两种进程调度算法:1)优先数调度;2)循环轮转调度
设计技术参数参考:
①本程序用两种算法对五个进程进行调度,每个进程可有三个状态,并假设初始状态为就绪状态。
②为了便于处理,程序中的某进程运行时间以时间片为单位计算。各进程的优先数或轮转时间数以及进程需运行的时间
-
-
0下载:
iSLIP switch scheduling algorithm simulation code.
-
-
0下载:
用c++实现的CPU四种调度算法,简单易懂-With c++ implementation of the four types of CPU scheduling algorithm, simple to understand
-
-
0下载:
设计一个按优先数调度算法实现处理器调度的程序。假定系统有5个进程,每个进程用一个PCB来代表。PCB的格式为:进程名、指针、要求运行时间、优先数、状态。-Design of a number of priority scheduling algorithm processor scheduling procedures. The system has five processes, each represented by a PCB. PCB format: process name, poin
-
-
0下载:
FCFS磁盘调度算法设计,内含有详细的代码注释和实验结果-FCFS disk scheduling algorithm design, which contains detailed code comments and experimental results
-
« 12
3
4
5
6
7
8
9
10
...
20
»