CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 循环赛

搜索资源列表

  1. contest-problem

    0下载:
  2. 循环赛问题 主要是模拟n队进行训换赛的时间安排问题-The problem is to simulate n round robin teams training for the timing of competition
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-01
    • 文件大小:1004403
    • 提供者:马浩原
  1. circle-race

    0下载:
  2. 循环赛日程表,可以手动输入参赛人数,具体说明在程序里面会有提示-Round robin schedule, you can manually enter the number of entries, which will be specified in the program prompts
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:1628
    • 提供者:刘二好
  1. round-robin

    0下载:
  2. 对任意参赛人数的循环赛赛程安排.输入参赛人数,然后算法输出循环赛赛程表.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
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:755
    • 提供者:Jack
  1. round-robin-schedule

    0下载:
  2. 分治法 循环赛日程表 设计队伍之间的比赛安排-Divide and conquer design team round robin schedule arrangements between the competition
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:251471
    • 提供者:phoenix
  1. roundrobin

    0下载:
  2. 用c语言实现循环赛,问题描述:设有n=2k个运动员要进行网球循环赛。现要设计一个满足以下要求的比赛日程表: (1)每个选手必须与其他n-1个选手各赛一次; (2)每个选手一天只能参赛一次; (3)循环赛在n-1天内结束。-Achieve round-robin
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1902
    • 提供者:john
  1. cr

    0下载:
  2. 源码提供了关于循环赛问题解法的C++算法源代码,可直接运行使用-Source provides information on the round robin problem solution algorithm in C++ source code can be run directly using
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:789
    • 提供者:D.AoN.C
  1. xunhuansai

    0下载:
  2. VC++编写的完整的循环赛日程表问题,代码简单易懂,非常实用-VC++ written a complete round robin schedule problems is straightforward and very practical
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1051383
    • 提供者:慕阳田田
  1. suanfashiyan

    1下载:
  2. 十个算法小程序:二分法、循环赛日程算法、归并分类算法、贪心算法、背包问题、最优装载、动态规划(多段图、0-1背包、资源分配问题)、回溯和分支限界法(子集和数问题)-Ten algorithm applet: dichotomy, round robin scheduling algorithms, merge classification algorithm, greedy algorithm, knapsack problem, the optimal loading, dynamic pro
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-13
    • 文件大小:3476384
    • 提供者:钟英
  1. suanfa

    0下载:
  2. 二分查找 快排 归并排序 循环赛 字母排列-Binary search fast row merge sort round robin alphabetical
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2625
    • 提供者:zhangfan
  1. Round-robin-schedule

    0下载:
  2. 循环赛日程表。大学算法分析与设计的实验课题目。有递归和非递归两种方法,这里上传递归,仅供参考!-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
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:963
    • 提供者:Alex
  1. 1

    0下载:
  2. 用C++写的小程序,用递归与分治法实现循环赛日常问题-Small program written in C++ using recursive divide and conquer the round robin day-to-day problems
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:888
    • 提供者:雪城无月
  1. xunhuansai

    0下载:
  2. 用分治算法生成循环赛日程表(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-
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-23
    • 文件大小:559
    • 提供者:韩欣
  1. xunhuansairichengbiao

    0下载:
  2. 循环赛日程表描述: 用分治算法生成循环赛日程表(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
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:10851
    • 提供者:wangyilin
  1. Round-robin-schedule

    0下载:
  2. 采用了递归分治的思想,解决了循环赛日程表的安排。-The idea of ​ ​ using a recursive divide and conquer to solve the arrangement of the round-robin schedule.
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:195765
    • 提供者:linyuan
  1. RoundTimeTable

    0下载:
  2. Visual C++实现生成任意数量选手循环赛日程表,并输出到Excel工作薄。-Visual C++ achieve to generate any number of players round robin schedule, and output to an Excel workbook.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:80952
    • 提供者:张君亭
  1. 2008130373

    0下载:
  2. 循环比赛日程表 (1)每个选手必须与其他n-1个选手各赛一次; (2)每个选手一天只能赛一次; (3)当n是奇数时,循环赛一共进行n天, n是偶数时,循环赛进行n-1天。 -Cycle Competition Schedule (1) Each contestant must compete with other n-1 for a player of the tournament once (2) Each player can only race once a day (
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-02
    • 文件大小:887865
    • 提供者:何伟翔
  1. Schedule

    0下载:
  2. 循环赛问题,输入n个比赛选手 排列出比赛日程安排,要求n-1天比赛完成-Round robin
  3. 所属分类:Java Develop

    • 发布日期:2017-12-09
    • 文件大小:552
    • 提供者:邰亚廷
  1. xhs

    0下载:
  2. 设有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 requi
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-04
    • 文件大小:2833
    • 提供者:杜璐阳
  1. RaceCalendar

    0下载:
  2. (循环赛日程安排) 设有n=2^k个选手要进行网球循环赛,要求设计一个满足以下要求的比赛日程表: (1)每个选手必须与其他n-1个选手各赛一次; (2)每个选手一天只能赛一次。 按此要求,可将比赛日程表设计成一个 n*n的矩阵,其中,第 i 行第 j 列表示和第 i 个选手在第 j 天比赛的对手。 编写循环赛的日程安排程序。具体实现时可以有多种方法实现,但是递归实现是必须完成。 -(round robin schedules) with n = 2 ^ k a pla
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-11-22
    • 文件大小:788
    • 提供者:刘小明
  1. Round-robin

    0下载:
  2. 循环赛日程表 利用JAVA语言编写 分析了循环赛中的日程表安排情况-Round robin schedule
  3. 所属分类:Java Develop

    • 发布日期:2017-11-10
    • 文件大小:703
    • 提供者:
« 1 23 »
搜珍网 www.dssz.com