搜索资源列表
processdoing.rar
- 操作系统中进程调度算法的模拟 可以实现先来先服务 短作业有限 和时间片轮转算法,Operating system scheduling algorithm in the simulation process can be achieved first-come first-serve limited and short operating time slice Round Robin
dan-xun-huan-lian-biao
- 这是老师给我们的单循环链表代码,绝对是老师亲手写的-This is the teacher gave us a round robin list code, definitely taught how to write
Pro
- 进程模拟程序,可实现先来先运行,优先级高先运行,最短时间先运行,时间片轮转-Process simulation program,can achieve first-come first-run, high-priority run first, shortest time to run, round-robin
25462
- 编写算法依次访问无头结点的单循环链表 求两个递增有序链表的交集和并集。-Algorithm followed by the preparation of the visit without a head node for the single round-robin list two incremental and orderly list and set the ground.
1
- 进程调度 优先数调度算法 时间片轮转-The process of scheduling a number of priority scheduling algorithm Round-Robin Time Slice .....................................
1-1
- 实验内容: 设计一个一元多项式的简单计算器,其基本功能有:①输入并建立多项式;②输出多项式;③多项式相加;④多项式相减;⑤多项式的乘积(选作)。可利用单链表或单循环表实现。-Experiment content: the design of a one dollar a simple polynomial calculator, and its basic functions: ① the importation and the establishment of polynomials
JCDD
- 在虚拟机上模拟操作系统对进程进行时间片轮转调度。-In the virtual machine to simulate the operating system to the process time-slice round-robin scheduling.
RoundRObbinScheduling
- Simulation of Round Robin Scheduling,,This program was made in graphics mode,, and it was great... it simulates how round robin runs in a proce-Simulation of Round Robin Scheduling,,This program was made in graphics mode,, and it was great... it simu
Joseph
- 本程序中,利用单循环链表结构模拟此过程。输人的人数不能超过三十人,输入的密码只能是一位数。否则将提示有误。第一次要报的数没有限制。程序将会把每一个密码的出列顺序显示出来。-This procedure, the use of round robin list structure simulation of this process. The number of inputs can not be more than 30 people, the password can only be a fe
os
- 模拟时间片轮转算法的程序,文件里有使用说明-Round Robin time slice simulation program, file with instructions
Compute
- 约瑟夫(Josephus)环问题:编号为1,2,3,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数的上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止。报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一人开始重新从1报数,如此下去,直到所有人全部出列为止。 建立n个人的单循环链表存储结构,运行结束后,输出依次出队的人的序号 -Joseph (Josephus) Central issue: numbered 1,2
project2
- 用c语言做分治法之循环赛日程表,由于水平有限,我不知道错在哪里?请指教!-With the c language to divide and conquer the round-robin schedule, due to limited, I do not know wrong? Please advise!
Round-robin-schedule
- 循环赛日程表。大学算法分析与设计的实验课题目。有递归和非递归两种方法,这里上传递归,仅供参考!-Round-robin schedule. Head of the University of algorithm analysis and design of experimental subjects. There are two methods of recursive and non recursive upload recursion, for reference purposes only
1
- 用C++写的小程序,用递归与分治法实现循环赛日常问题-Small program written in C++ using recursive divide and conquer the round robin day-to-day problems
xunhuansai
- 用分治算法生成循环赛日程表(1到2的n次方个人)输入: 一个整数n 输出: 循环赛日程表(1到2的n次方个人) 输入样例: 3 输出样例: 1 2 3 4 5 6 7 8 2 1 4 3 6 5 8 7 3 4 1 2 7 8 5 6 4 3 2 1 8 7 6 5 5 6 7 8 1 2 3 4 6 5 8 7 2 1 4 3 7 8 5 6 3 4 1 2 8 7 6 5 4 3 2 1-
shijianpianlunzhuan
- 模拟操作系统中CPU如何调度外部进程的算法——时间片轮转法-The algorithm simulated operating system how the CPU scheduling external process- round-robin method
time
- 时间片轮转算法 c语言 可执行文件 试验过没有问题-Round-robin algorithm c language
Round-Robin
- 关于Round robin 的代码实现,但是只有单进程的-Round robin
Round-robin-scheduling-algorithm-RR
- 时间片轮转RR进程调度算法,已通过验证的代码,可正常运行,有注释-Round-robin scheduling algorithm RR process, content code, can runRR round-robin process scheduling algorithm has been validated code can be run properly, notes
round-race
- 设有n=2k个选手要进行网球循环赛,要求设计一个满足以下要求的比赛日程表: (1)每个选手必须与其他n-1个选手各赛一次; (2)每个选手一天只能赛一次。-Round robin scheduling problems
