搜索资源列表
Cyc
- 解决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 play
xunhuansai
- 算法:循环赛日程表,适用于任何数,根据王晓东算法设计与分析编写-Algorithm: round robin schedule
xunhuansaiqxf
- 算法课程设计 分治法解决循环赛日程表 源代码+word报告+答辩PPT-Curriculum design of divide and conquer algorithm to solve a round robin schedule report+ source code+ word reply PPT
RR
- Round Robin scheduling algorithm in C
WRR-OPNET
- Implementation of weighted round robin algorithm in opnet modeler 14
cr
- 源码提供了关于循环赛问题解法的C++算法源代码,可直接运行使用-Source provides information on the round robin problem solution algorithm in C++ source code can be run directly using
foot
- 足球联赛采用主客场双循环赛制,胜一场得3分,平局各得1分,负一场得0分,联赛排名以积分多者在前,当两队(或多队)积分相同时,则净胜球(即进球数与失球数之差)多者在前,若净胜球相同,则进球数多者在前,若仍相同,则抽签或踢附加赛决定名次(这在联赛结束后进行,联赛未结束则两队名次并列,本程序不做这方面要求)。程序统计最近一轮比赛后,各队积分及排名。-Football League home and away double round-robin, a win 3 points, a draw 1 po
RoundTimeTable
- Visual C++实现生成任意数量选手循环赛日程表,并输出到Excel工作薄。-Visual C++ achieve to generate any number of players round robin schedule, and output to an Excel workbook.
roud-robin-scheduling
- 经典的网球循环赛日程算法设计 利用了分治算法-round robin scheduling design
OSM
- 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).