搜索资源列表
CPUSchedule
- 3个CPU调度算法的simulation. 分别是Short Job First,High Return Ration Next, Round Robin. 模拟得到R,U,S等重要指标。
jcddu
- 计算机操作系统轮转法调用进程实验Computer operating system calls the process of Round-Robin Experiment-Computer operating system calls the process of Round-Robin Experiment
saichengbiao
- 设计一个满足以下要求的循环比赛日程表:() (1)每个选手必须与其他n-1个选手各赛一次; (2)每个选手一天只能赛一次; (3)当n是奇数时,循环赛一共进行n天, n是偶数时,循环赛进行n-1天。 -Meet the following requirements to design a cycle race schedule: () (1) Each player must be with the other n-1 once a player of the tournamen
lab1-1
- C语言环境实现简单轮转调度算法与优先级调度算法-C language environment for simple round robin scheduling algorithm and priority scheduling algorithm
Algorithm2
- 几种算法:存储管理、轮转法、银行家、最高优先数。都是自己做的。-Several algorithms: Storage Management, Round-Robin, bankers, the highest priority number. All her own.
gan-si-dui
- 使用菜单,单循环链表,循环队列,可选择数据结构,无限循环-Using the menu, round robin list, circular queue, choose the data structure, an infinite loop
roundrobin
- 用c语言实现循环赛,问题描述:设有n=2k个运动员要进行网球循环赛。现要设计一个满足以下要求的比赛日程表: (1)每个选手必须与其他n-1个选手各赛一次; (2)每个选手一天只能参赛一次; (3)循环赛在n-1天内结束。-Achieve round-robin
Well-tested-algorithm
- 效验算法单循环链表,这些都是实用经典的算法和数据结构-Well-tested algorithm round robin list, these are practical classic algorithms and data structures
xunhuansai
- VC++编写的完整的循环赛日程表问题,代码简单易懂,非常实用-VC++ written a complete round robin schedule problems is straightforward and very practical
suanfa
- 二分查找 快排 归并排序 循环赛 字母排列-Binary search fast row merge sort round robin alphabetical
xunhuansairichengbiao
- 循环赛日程表描述: 用分治算法生成循环赛日程表(1到2的n次方个人)输入: 一个整数n 输出: 循环赛日程表(1到2的n次方个人) -The round-robin schedule: divide and conquer algorithm to generate a round-robin schedule (1-2 n-th individual) Input: an integer n output: (1-2 of the n-th individual of th
the-process-of-scheduling-algorithm-
- 进程调度算法,包括先来先服务,短进程优先,高响应比优先,时间片轮转调度,优先级调度算法,-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
7
- 算法循环赛,算法题目,挺经典的一个算法题目。算法循环赛-Algorithm round robin algorithm subject, a very classic algorithm topic. Algorithm round robin
8
- 算法题目,循环赛日程表,经典的训练题目。可以很好的训练编程思维。-Algorithm subject, round-robin schedule, classical training topics. Good training programming thinking.
Round-robin-schedule-problems
- 循环赛日程表问题。为多个参赛选手之间应该如何安排比赛提供了解决方法。-Round-robin schedule problems. For multiple players how should the game between the solutions provided.
Josephus
- 数据结构课程设计,实现以下问题:约瑟夫(Josephus)环问题:编号为1,2,3,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数的上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止。报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一人开始重新从1报数,如此下去,直到所有人全部出列为止。 建立n个人的单循环链表存储结构,运行结束后,输出依次出队的人的序号。-Data structure curriculum desig
DEV_CPP
- 在dev C++环境下编译的程序,里面有:拓扑排序,循环赛日程表,有序矩阵查找,最长公共子序列,最大字段和-In the next dev C++ compiler environment program, which are: topological sorting, round-robin schedule, orderly matrix to find the longest common subsequence, the maximum sum
Round-robin-algorithm
- 时间片轮转的操作系统进程调度算法,使用C++实现,测试可用-Operating system process scheduling algorithm round-robin, the use C++ implementation, testing available
C-round-robin-list-Josephus
- 数据结构实验求解Josephus问题,用C语言实现,单循环链表结构。-Experimental data structure to solve the Josephus problem, using C language, round robin list structure.
Joseph.tar
- 使用递归建立单循环链表,解决joseph问题, 使用C编写,可在linux下,使用make编译,运行 -Use recursion to establish round robin list, joseph solve problems