Welcome![Sign In][Sign Up]
Location:
Search - round robin n

Search list

[assembly languagesaicheng

Description: 一个关于赛程安排的算法。N支球队参加比赛进行双循环赛,给出赛程安排算法。-a leg on the arrangements for the algorithm. N Clubs double round robin tournament, scheduling algorithm for the given schedule.
Platform: | Size: 4627 | Author: | Hits:

[Windows DevelopC++3265432165

Description: 经典实例,用C++编写的 the round robin scheduling-classic example, with C prepared the round robin scheduling
Platform: | Size: 55296 | Author: liyun | Hits:

[assembly languagesaicheng

Description: 一个关于赛程安排的算法。N支球队参加比赛进行双循环赛,给出赛程安排算法。-a leg on the arrangements for the algorithm. N Clubs double round robin tournament, scheduling algorithm for the given schedule.
Platform: | Size: 4096 | Author: | Hits:

[OS Developshijianpian

Description: 时间片轮转算法struct { int name //进程标识符 int status //进程状态 int ax,bx,cx,dx //进程现场信息,通用寄存器内容 int pc //进程现场信息,程序计数器内容 int psw //进程现场信息,程序状态字内容 int next //下一个进程控制块的位置 }pcbarea[n]-Round Robin time slice struct (int name// process identifier int status// process state int ax, bx, cx, dx// process the scene information, the contents of general register int pc// process the scene information, the contents of program counter int psw// process the scene information, the program status word contents int next// next position of the process control block) pcbarea [n]
Platform: | Size: 1024 | Author: pzq | Hits:

[source in ebook2

Description: 循环赛 采用分治策略 N个选手只要赛N-1个场-Round Robin using sub-rule strategy N-player game as long as the N-1-site
Platform: | Size: 1024 | Author: kwxiang | Hits:

[AlgorithmCyc

Description: 解决n个运动员进行循环赛问题(要求:1.每个选手必须与其他n-1个选手各赛一次,2.每个选手一个只能赛一次,当n为偶数时,循环赛进行n-1天。当n时奇树时,循环赛进行n天-N months to resolve the issue of athletes round robin (required: 1. Each player must be consistent with other n-1 months time player of the tournament, 2. Each player can only race once, when n is an even number, the round robin for n-1 days . When the n when the odd tree, round robin for n days
Platform: | Size: 89088 | Author: walle | Hits:

[MiddleWareyouxiangtu

Description: 有n个选手 P 1 ,P 2 ,P 3 ,… ,P n 参加了的单循环赛,每对选手之间非胜即负。现要求求出一个选手序列 P 1 ,P 2 ,P 3 ,… ,P n , 使其满足 P i 胜 P i+ 1 (i=1,… ,n-1) 。-There are n players of P 1, P 2, P 3, ..., P n participated in a single round robin, each of the players that is negative between the non-wins. Players are now required to obtain a sequence P 1, P 2, P 3, ..., P n, to meet P i wins P i+ 1 (i = 1, ..., n-1).
Platform: | Size: 267264 | Author: 易涛 | Hits:

[CSharpjinchengdiaopdu

Description: 设计一个有N个进程并发的进程调度程序。要求采用最高优先算法,时间片轮转算法。-N Design a process complicated by a process scheduler. Algorithm requires the highest priority, time slice Round Robin.
Platform: | Size: 351232 | Author: ans | Hits:

[source in ebookjoseph

Description: 约瑟夫(Joseph)问题的一种描述是:编号是1,2,……,n的n个人按照顺时针方向围坐一圈,每个人持有一个密码(正整数)。一开始任选一个正整数作为报数上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向的下一个人开始重新从1报数,如此下去,直到所有人全部出列为止。设计一个程序来求出出列顺序。 基本要求: 利用单向循环链表存储结构模拟此过程,按照出列的顺序输出各个人的编号。 测试数据: m的初值为20,n=7 ,7个人的密码依次为3,1,7,2,4,8,4(正确的出列顺序应为6,1,4,7,2,3,5) 要求: 输入数据: 程序运行后,首先要求用户输入m的初值,指定初始报数上限值,然后读取个人的密码,建立单循环链表。 输出形式: 建立一个输出函数,输出正确的出列序号 -Joseph Wan, single round-robin list
Platform: | Size: 2048 | Author: 拉拉 | Hits:

[Software EngineeringJoseph

Description: 编号为1,2,3,…,n的n个人按顺序针方向围坐一张圆桌旁,每个人手中持有 一个密码(正整数)。首先输入一个正整数作为报数上限值m,然后,从第一个人开始按顺序针方向自1开始顺序报数,报到m的人离开桌子,并将他手中的密码作为新的m值,从顺序针方向的下一个就坐在桌旁的人开始重新从1报数,如此下去,直至所有人全部离开桌旁为止。 算法思想: 用单循环链表来解决这一问题,实现的方法首先要定义链表结点,单循环链表的结点结构与一般单链表的结点结构完全相同,只是数据域用一个整数来表示;然后将它们组成一个单循环链表。接下来从位置为1的结点开始数,数到第m-1个结点,就将下一个结点从循环链表中删除,然后再从删去结点的下一个结点开始报数,如此下去,直到所有的人离开桌子。 -Numbered 1,2,3, ..., n, n individuals under the direction of the order of sitting around a round table next to the pin, holding the hands of each person A password (positive integer). First, enter a positive integer as the number of reported upper limit of m, then, from the first person to embark on the order of pin direction from a starting sequence reported that the number of people leaving the table to report m, and the password in his hand as a new m value, from the Under the direction of the order of one pin on the people sit at the table began to re-reported from a few, and so on, until all leave the table until everyone. Algorithm idea: Linked list with one-cycle to solve this problem, the methods to achieve the first node to define linked lists, single cycle nodes linked list structure and the general structure of a single linked list of nodes are identical, only the data field with an integer to represent then they are the formation of a single round-robin list. Next, f
Platform: | Size: 1024 | Author: 冬冬 | Hits:

[Mathimatics-Numerical algorithmsabc

Description: 单循环赛中选手胜负序列求解问题 名称:单循环赛中选手胜负序列求解问题 内容:有n个选手 P 1 ,P 2 ,P 3 ,… ,P n 参加了的单循环赛,每对选手之间非胜即负。现要求求出一个选手序列 P 1 ,P 2 ,P 3 ,… ,P n , 使其满足 P i 胜 P i+ 1 (i=1,… ,n-1) 。 -Single round robin tournament players winning sequence to solve the problem name: the outcome of single round-robin tournament players to solve the problem sequence elements: There are n-player P 1, P 2, P 3, ..., P n participated in a single round-robin between each pair of players Non-win or negative. Players are now required to find a sequence of P 1 ' , P 2' , P 3 ' , ..., P n' , to meet the P i ' W P i+ 1' (i = 1, ..., n-1).
Platform: | Size: 145408 | Author: yang | Hits:

[OtherCompute

Description: 约瑟夫(Josephus)环问题:编号为1,2,3,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数的上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止。报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一人开始重新从1报数,如此下去,直到所有人全部出列为止。 建立n个人的单循环链表存储结构,运行结束后,输出依次出队的人的序号 -Joseph (Josephus) Central issue: numbered 1,2,3, ..., n of n individuals sitting around the circle clockwise, each holding a password (positive integer). Choose a positive integer beginning, as reported upper limit of the number of m, starting from the first person clockwise order starting from a report number, report m, stop. Who reported m out of the column, his password as the new m values in the clockwise direction from his next began to re-number from a newspaper, it goes on until everyone up all the columns. N individuals set up round robin list storage structure, operation after the output sequence number of people out of team
Platform: | Size: 1024 | Author: bjtupro | Hits:

[VC/MFCbisai

Description: 设有 个运动员要进行网球循环赛。现要设计一个满足以下要求的比赛日程表: (1) 每个选手必须与其他n-1个选手各赛一次; (2) 每个选手一天只能赛一次; (3) 循环赛一共进行n-1天; 按此要求可将比赛日程表设计成n行和n-1列的表。表中第i行和第j列处填入第i个选手在第j天所遇到的对手。 -With a round robin tennis players to be. Is to design a game schedule meet the following requirements: (1) Each player must be with the other n-1 once a player of the tournament (2) Each player can only race one day one (3) Round Robin conducted a total of n- 1 day schedule this request can be designed to match n-1 n rows and columns. Table row and j-i-populate the first row at the j-i-day players encounter rivals.
Platform: | Size: 1024 | Author: 黄林 | Hits:

[Data structssaichengbiao

Description: 设计一个满足以下要求的循环比赛日程表:() (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 tournament (2) Each player can only race once a day (3) When n is odd , the round robin conducted a total of n days, n is even, round robin for n-1 days.
Platform: | Size: 894976 | Author: luoyuhan | Hits:

[Mathimatics-Numerical algorithmsround

Description: 单循环比赛日程安排算法实现。利用分治法实现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.
Platform: | Size: 194560 | Author: 黄诚 | Hits:

[JSP/Java4

Description: 设计一个满足以下要求的比赛日程表: (1)每个选手必须与其他n-1个选手各赛一次; (2)每个选手一天只能赛一次; (3)循环赛一共进行n-1天或n天(选手人数为偶数、奇数)。 -Design a game schedule to meet the following requirements: (1) Each player must be with the other n-1 once a player of the tournament (2) Each player can only race once a day (3) Round Robin conducted a total of n-1 天or n days (the number of players is even, odd).
Platform: | Size: 138240 | Author: wangfeifei | Hits:

[Windows Developcontest-problem

Description: 循环赛问题 主要是模拟n队进行训换赛的时间安排问题-The problem is to simulate n round robin teams training for the timing of competition
Platform: | Size: 1004544 | Author: 马浩原 | Hits:

[Mathimatics-Numerical algorithmsround-robin

Description: 对任意参赛人数的循环赛赛程安排.输入参赛人数,然后算法输出循环赛赛程表.n个人的比赛需要n-1天(n为偶数)或者n天(n为基数)-Any number of entries on the arrangements for the round robin schedule. Enter the team number, then the output round-robin schedule algorithm. N individual competition needs n-1 天 (n is even) or n days (n as the base)
Platform: | Size: 1024 | Author: Jack | Hits:

[Otherxhs

Description: 设有n个运动员要进行网球循环赛。设计一个满足以下要求的比赛日程表: (1)每个选手必须与其他n-1个选手各赛一次 (2)每个选手一天只能赛一次 (3)当n是偶数时,循环赛进行n-1天;当n是奇数时,循环赛进行n天。 写程序输出比赛日程表。 -There are n number of athletes to tennis round robin. Schedule of game design that satisfies the following requirements: (1) each player must be the other n-1 players race time (2) Each player can only race once a day (3) when n is even, round robin n Day-1 when n is odd, the round robin n days. Write a program to output game schedule.
Platform: | Size: 3072 | Author: 杜璐阳 | Hits:

[Otherround-race

Description: 设有n=2k个选手要进行网球循环赛,要求设计一个满足以下要求的比赛日程表: (1)每个选手必须与其他n-1个选手各赛一次; (2)每个选手一天只能赛一次。-Round robin scheduling problems
Platform: | Size: 21504 | Author: 吴嘉鑫 | Hits:
« 12 3 »

CodeBus www.codebus.net