当前位置:
首页
资源下载

搜索资源 - feedback scheduling
搜索资源列表
-
2下载:
The main purpose of this project is to add a new scheduling algorithm to GeekOS and to implement a simple synchronization primitive (semaphore). As you might have already noticed, GeekOS uses a simple priority based preemptive Round Robin algorithm.
-
-
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下载:
多级反馈队列模拟进程调度C语言代码,多级反馈队列模拟进程调度C语言代码。-Multi-level feedback queue scheduling C language code modeling process, multi-level feedback queue scheduling simulation of the process of C language code.
-
-
0下载:
实现模拟的进程调度:时间片轮转,高优先级,多级反馈队列-Analog of the process scheduling: time slice rotation, high-priority, multi-level feedback queue
-
-
0下载:
这是用c实现的操作系统的调度算法,包括多级反馈队列调度、先来先服务、最短作业优先、高响应比、时间片轮转。-C This is achieved by operating system scheduling algorithms, including multi-level feedback queue scheduling, first-come, first serve, shortest operation priority, high-response ratio, time piece
-
-
0下载:
基于三级反馈队列调度算法的UNIX进程管理程序模拟-Feedback queue scheduling algorithm based on three of the UNIX process management program to simulate
-
-
0下载:
scheduling feedback in mimo system in beamforming
-
-
0下载:
多级反馈队列调度算法:
1、设置多个就绪队列,并给队列赋予不同的优先级数,第一个最高,依次递减。
(1~i-1)空闲时,才调度i,如果处理机正在第i队列中运行,又有新进程进入优先权较高
队列,则新进程抢占处理机,将正在运行的进程放入第i队列队尾,将处理机分给新进程。-Multi-level feedback queue scheduling algorithms
-
-
1下载:
合肥工业大学操作系统课程设计
进程/作业调度:多级反馈队列调度算法。
1建立作业的数据结构描述;
2使用两种方式产生作业:(a)自动产生, (b)手工输入;
3在屏幕上显示每个作业的执行情况;
4时间的流逝可用下面几种方法模拟:(a)按键盘,每按一次可认为过一个时间单位; (b) 响应WM_TIMER;
5计算并显示一批作业的周转时间、平均周转时间、带权周转时间、平均带权周转时间。
6将一批作业的执行情况存入磁盘文件,以后可以读出并重放;-Hefei Universi
-
-
0下载:
模拟实现四种进程调度算法:先到先服务、抢占式调度、时间片轮转、多级反馈队列调度-Simulation of the process of realization of the four scheduling algorithms: first come first service, preemptive scheduling, time slice rotation, multi-level feedback queue scheduling
-
-
0下载:
编写一模拟程序,实现几种常见的进程调度算法,通过对几组进程分别使用不同的调度算法,计算进程的平均周转时间和平均带权周转时间,比较各种算法的优劣。
进程调度实现先来先服务算法、抢占式优先数调度算法、时间片轮转调度算法和多级队列反馈调度算法。-Write a simulation program, to achieve some common process scheduling algorithm, the process by several groups of different sch
-
-
0下载:
模拟操作系统中FCFS,SJF,RR以及多级反馈调度算法的平均周转时间-Simulate the operating system FCFS, SJF, RR, and multi-level feedback scheduling algorithm, the average turnaround time
-
-
0下载:
蚁群算法(ant colony algorithm,简称ACA)是20世纪90年代由意大利学者M.Dorigo等人首先提出来的一种新型的模拟进化算法.它的出现为解决NP一难问题提供了一条新的途径.用蚁群算法求解旅行商问题(TSP)、分配问题(QAP)、调度问题(JSP)等,取得了一系列较好的实验结果.虽然对蚁群算法研究的时间不长,但是初步研究已显示出蚁群算法在求解复杂优化问题(特别是离散优化问题)方面具有一定的优势,表明它是一种很有发展前景的方法.蚁群算法的主要特点是:正反馈、分布式计算.正反馈
-
-
0下载:
多级反馈调度算法,队列内部是FCFS,队列之间是优先调度。-The multi-level feedback scheduling algorithm, queue internal FCFS, queue priority scheduling.
-
-
0下载:
We address the problem of downlink multiuser
scheduling in practical wireless networks under a desired fairness
constraint. Wireless networks such as LTE, WiMAX and WiFi
provide partial channel knowledge at the base station/access point
by me
-
-
0下载:
Grid computing could be the future computing paradigm for enterprise applications, one of its benefits being that it
can be used for executing large scale applications. Utility Management Systems execute very large numbers of
workflows with very
-
-
0下载:
计算机操作系统多级反馈队列算法及相应的实验报告-The computer operating system, multi-level feedback queue algorithm and the corresponding lab report
-
-
0下载:
设计一个有 N个进程并发执行的进程调度模拟程序。用C++模拟基于时间片的轮转算法、静态优先算法、动态优先算法、多级反馈队列调度算法-The design of an N processes concurrently executing process scheduling simulation program. In C++ to simulate the rotation algorithm based on the time slice, the static priority algori
-
-
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
-
-
1下载:
LTE scheduling algorithms eNB to UE used in Link level simulation Adaptive Feedback Scheduler best Cqi Scheduler MIMO best Cqi Scheduler MIMO HARQ fixed Scheduler Proportional FairScheduler round Robin Scheduler
-