搜索资源列表
-
0下载:
多道程序设计中,经常是若干个进程同时处于就绪状态,为了使系统中的各进程有条不紊地运行,必须选择某种调度策略,以选择一个进程占用处理机。本次实验按照轮转算法模拟单处理机调度的过程,以加对处理机调度的算法的理解。-Multi-channel program design, often at the same time a number of processes in the ready state, in order to make the system processes in an orderl
-
-
0下载:
Round Robin scheduling algorithm in C
-
-
1下载:
C语言环境实现简单轮转调度算法与优先级调度算法-C language environment for simple round robin scheduling algorithm and priority scheduling algorithm
-
-
0下载:
单循环比赛日程安排算法实现。利用分治法实现2的n次幂个运动员日程安排,利用轮转法实现n个运动员日程安排。-Round robin scheduling algorithm competition. Using divide and conquer method to achieve two of the n th power athlete schedule, the use of Round-Robin schedule to achieve n-athletes.
-
-
1下载:
十个算法小程序:二分法、循环赛日程算法、归并分类算法、贪心算法、背包问题、最优装载、动态规划(多段图、0-1背包、资源分配问题)、回溯和分支限界法(子集和数问题)-Ten algorithm applet: dichotomy, round robin scheduling algorithms, merge classification algorithm, greedy algorithm, knapsack problem, the optimal loading, dynamic pro
-
-
0下载:
FIFO,优先数调度算法,时间片轮转调度算法的实现,经调试可运行 -the realise of FIFO, priority number of scheduling algorithms, time slice, round robin scheduling algorithm.
-
-
0下载:
进程调度算法,包括先来先服务,短进程优先,高响应比优先,时间片轮转调度,优先级调度算法,-Process scheduling algorithms, including the first come first served, short process priority, high-response than the priority, round-robin scheduling, priority scheduling algorithm, the process of scheduli
-
-
0下载:
经典的网球循环赛日程算法设计 利用了分治算法-round robin scheduling design
-
-
0下载:
时间片轮转的操作系统进程调度算法,使用C++实现,测试可用-Operating system process scheduling algorithm round-robin, the use C++ implementation, testing available
-
-
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
-
-
0下载:
操作系统中进程调度算法的模拟 可以实现先来先服务 短作业有限 和时间片轮转算法-Operating system scheduling algorithm in the simulation process can be achieved first-come first-serve limited and short operating time slice Round Robin
-
-
0下载:
round robin scheduling algorithm
-
-
0下载:
Scheduling Algorithm:
First Come First Served (FCFS).
Shortest Job First (SJF).
Round Robin (RR).
Priority Scheduling.
with C and C++ -Scheduling Algorithm:
First Come First Served (FCFS).
Shortest Job First (SJF).
Round Robin (RR).
-