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

搜索资源列表

  1. LectureHalls.rar

    0下载:
  2. acm算法设计—会场安排问题! 假设要在足够多的会场里安排一批活动,并希望使用尽可能少的会场。设计一个有效的贪心算法进行安排。(这个问题实际上是著名的图着色问题。若将每一个活动作为图的一个顶点,不相容活动间用边相连。使相邻顶点着有不同颜色的最小着色数,相应于要找的最小会场数。) 对于给定的k个待安排的活动,编程计算使用最少会场的时间表。,acm algorithm design- the venue arrangements! Assume it to be enough room
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:336398
    • 提供者:张波
  1. 09

    0下载:
  2. 设计一个求解图着色的问题的算法,(不可以用贪心算法)及用贪心算法设计一个TSP问题-Design a plan for solving the problem coloring algorithm, (can not use greedy algorithm) and greedy algorithm design using a TSP problem
  3. 所属分类:Linux Network

    • 发布日期:2017-04-10
    • 文件大小:860
    • 提供者:
  1. greedy

    1下载:
  2. 贪婪算法,可以用于资源分配等许多数学问题和工程问题中-Greedy algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:591
    • 提供者:Ray
  1. huichanganpaiwenti

    0下载:
  2. 会场安排问题 Descr iption 假设要在足够多的会场里安排一批活动,并希望使用尽可能少的会场。设计一个有效的 贪心算法进行安排。(这个问题实际上是著名的图着色问题。若将每一个活动作为图的一个 顶点,不相容活动间用边相连。使相邻顶点着有不同颜色的最小着色数,相应于要找的最小 会场数。) 编程任务: 对于给定的k个待安排的活动,编程计算使用最少会场的时间表。 Input 由文件input.txt给出输入数据。第一行有1 个正整数k,表示有k个
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:1228
    • 提供者:ahangin
  1. coloring

    0下载:
  2. Coloring algorithm with greedy method in C-Coloring algorithm with greedy method in C++
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:519
    • 提供者:Farzin
  1. greedy_user_pairing

    0下载:
  2. MU-MIMO中的贪婪算法的MATLAB程序。-Greedy user pairing algorithm in MU-MIMO.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:813
    • 提供者:单思洋
  1. map-cloering

    0下载:
  2. 利用贪心算法对中华人民共和国地图进行着色,就是著名的四色问题。-Use a greedy algorithm to the people s Republic of China for coloring, is the famous four-color problem.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-06
    • 文件大小:2029
    • 提供者:王刚
  1. huichang

    0下载:
  2. 假设要在足够多的会场里安排一批活动,并希望使用尽可能少的会场。设计一个有效的贪心算法进行安排。(这个问题实际上是著名的图着色问题。若将每一个活动作为图的一个顶点,不相容活动间用边相连。使相邻顶点着有不同颜色的最小着色数,相应于要找的最小会场数-Enough to assume that many of the arrangements for the venue where a number of activities, and want to use the venue as small as
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:8909
    • 提供者:向庆文
  1. graph-coloring

    1下载:
  2. 基于greedy DSATUR 的经典着色程序-Given a graph, vertex coloring is the assignment of colors to the vertices such that no two adjacents vertices share the same color. Vertex coloring problem is NP-hard for general graphs. However for some specific graph classe
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:779
    • 提供者:joran
  1. zhaose

    0下载:
  2. 本代码是通过C语言来实现贪心算法求着色问题,包括具体问题和实现代码-This code is the C language to implement the greedy algorithm for the coloring problem, including specific issues and the implementation code
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:1311
    • 提供者:linyingyong
  1. galgorithm

    0下载:
  2. 贪心算法解图的着色问题,以点的连接度作优先排序-Greedy algorithm for solving graph coloring problem, to the point of connectivity for prioritization
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:955
    • 提供者:金额里
  1. arrangement

    0下载:
  2. 假设要在足够多的会场里安排一批活动,并希望使用尽可能少的会场。设计一个有效的贪心算法进行安排。(这个问题实际上是著名的图着色问题。若将每一个活动作为图的一个顶点,不相容活动间用边相连。使相邻顶点着有不同颜色的最小着色数,相应于要找的最小会场数。) 对于给定的k 个待安排的活动,编程计算使用最少会场的时间表。 -Suppose you want to arrange a number of activities in the hall more than enough, and want
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6855
    • 提供者:ZoeSnow
  1. jiyutulun

    0下载:
  2. 基于图论的多叉路口相位设计方案 用图论的方法计算出一个多叉路口用信号控制的情况下所需的最优相位个数。至于这种相位个数能不能达到交叉路口的最大通行容量,以及最短的排队时间和排队长度,都不在本文研究的范围之内,因此,未来可以根据本文提供设计的相位个数来研究上述问题。-The intersection is the “bottleneck” of the road network’s traffic capacity and the “Multi-happening” of traffic acc
  3. 所属分类:CSharp

    • 发布日期:2017-05-22
    • 文件大小:6145330
    • 提供者:liu
  1. graph_coloring

    2下载:
  2. 基于matlab的图着色程序,算法为贪心算法,将节点按照度从大到小排序,排序后先给度大的着色。(The graph coloring program based on MATLAB algorithm, greedy algorithm, the node according to the degree from large to small order, ranking after the first to a large degree of coloring.)
  3. 所属分类:软件工程

    • 发布日期:2017-12-13
    • 文件大小:40843
    • 提供者:luckydog1995
  1. GreedyColoring_MATLAB

    0下载:
  2. Calculate and color the graph using greedy algorithm with matlab
  3. 所属分类:Windows编程

    • 发布日期:2018-05-01
    • 文件大小:144384
    • 提供者:Madara
搜珍网 www.dssz.com