搜索资源列表
-
1下载:
磁盘调度算法,包括先进先出,最短查找,电梯调度及单向扫描-disk scheduling algorithms, including FIFO, shortest identifying, scheduling and one-way lift scan
-
-
1下载:
操作系统进程调度5种算法(包括动态优先级)-5 operating system process scheduling algorithms (including dynamic priority)
-
-
0下载:
此程序是根据操作系统的调度算法的要求而写的优先级调度算法-This procedure is based on the scheduling algorithms operating system, and a request made to the priority scheduling algorithm
-
-
0下载:
自己看磁盘调度算法要的自己载磁盘调度算法-look disk-scheduling algorithms to set its own disk scheduling algorithm
-
-
1下载:
关于操作系统:先进先出调度算法(FIFO)处理缺页中断,On the operating system: FIFO scheduling algorithms (FIFO) handling page fault
-
-
0下载:
用VB编的作业调度算法 使用了FCFS和SJF算法-VB series with the job scheduling algorithm uses the FCFS and SJF algorithm
-
-
0下载:
电梯调度算法,包括四种方法。操作系统必备的知识-Elevator scheduling algorithms, including the four methods. Operating system must have knowledge
-
-
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下载:
application of scheduling algorithms
-
-
0下载:
先来先服务(FCFS)、短者优先(SJF)、高优先权优先(FPF)是操作系统作业调度的三种基本调度算法。本文用程序模拟这三种调度算法的过程。通过对各个进程在调度过程中参数(开始时间、完成时间、平均周转时间和平均带权时间等)的变化的记录,加深对三种调度过程的认识。-First-come, first-served (FCFS), short-preferred (SJF), a high priority priority (FPF) is the operating system, job sc
-
-
0下载:
磁盘调度算法:包括先来先服务算法,最短寻道时间算法,电梯寻道算法。-Disk scheduling algorithms: including a first-come first-served algorithm, the shortest seek time algorithm, elevator seek algorithm.
-
-
0下载:
program to implement Round-Robin CPU scheduling algorithms
-
-
0下载:
program to implement Shortest-Remaining Time-First CPU scheduling algorithms
-
-
0下载:
program in c to illustrate and demonstrate various cpu scheduling algorithms
-
-
0下载:
编写一模拟程序,实现几种常见的进程调度算法,通过对几组进程分别使用不同的调度算法,计算进程的平均周转时间和平均带权周转时间,比较各种算法的优劣。
进程调度实现先来先服务算法、抢占式优先数调度算法、时间片轮转调度算法和多级队列反馈调度算法。-Write a simulation program, to achieve some common process scheduling algorithm, the process by several groups of different sch
-
-
1下载:
operating system disc scheduling algorithms(fcfs,clook,cscan,look,scan,sstf) in c++.
-
-
0下载:
operating system:cpu scheduling algorithms(fcfs,priority,round robin,sjf) in c++.
-
-
0下载:
操作系统磁盘调度算法 操作系统磁盘调度算法-Operating system, disk scheduling algorithm operating system, disk scheduling algorithms operating system disk scheduling algorithm
-
-
0下载:
操作系统实验-进程作业调度算法,word文档,详细,全,可执行,自己写的,希望快点能在贵网站下载-Experimental operating system- the process of job scheduling algorithms, word documents, detailed, full, enforceable, wrote it myself, hope quickly in your website. . .
-
-
0下载:
五种操作系统调度的算法,包括先来先服务/轮转/最短剩余/最短响应比-Five kinds of operating system scheduling algorithms, including first-come, first-served/web/shortest remaining/shortest response ratio
-