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

搜索资源列表

  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
    • 文件大小:328.51kb
    • 提供者:张波
  1. t

    1下载:
  2. 回溯经典-m图着色问题(和地图4色问题的区别) - train的专栏 - CSDN博客-Back classic-m graph coloring problem (and the 4-color map problem of difference)- train column- CSDN blog
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:154.6kb
    • 提供者:
  1. map

    0下载:
  2. 实现图着色问题,也有其拓展算法及其作用 是c++问题 -The realization of Graph Coloring Problem, also has its expansion algorithm and its role is to c problem
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:910byte
    • 提供者:汤潮
  1. aa

    0下载:
  2. 图的着色问题,可以使用四种颜色给一个地图上的不同地方着上不同的颜色,并且不超过四种颜色。-Graph coloring problem, you can use four kinds of colors to a different places on the map with different colors, and no more than four colors.
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:1.12kb
    • 提供者:chenhuicheng
  1. Bipartite-graph-to-determine

    0下载:
  2. 本压缩文件完整地实现了二分图判定的判定算法,代码很完整 -This compressed file a complete bipartite graph realized the judge determine the algorithm, the code is very complete
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:574byte
    • 提供者:榔头
  1. Coloring_a_graph_using_split_decomposition

    0下载:
  2. A solution for Graph Coloring problem Coloring a graph using split decomposition
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:58.44kb
    • 提供者:Hydrae
  1. color1

    0下载:
  2. 给定无向连通图G和m种不同的颜色。用这些颜色为图G的各顶点着色,每个顶点 着一种颜色。是否有一种着色法使G中每条边的2个顶点着不同颜色。这个问题是 图的m可着色判定问题。若一个图最少需要m种颜色才能使图中每条边连接的2个 顶点着不同颜色,则称这个数m为该图的色数。求一个图的色数m的问题称为图的 m可着色优化问题。 -Given an undirected connected graph G, and m kinds of different colors. With thes
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:10.45kb
    • 提供者:lirui
  1. graph

    0下载:
  2. This file includes the basic implementation of simulated annealing where it is used to optimize the graph coloring problem.
  3. 所属分类:Algorithm

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

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

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

    0下载:
  2. 标准基类程序,可以在进行图着色问题时,作为基类程序应用-Standard-based class program that can progress graph coloring problem, as the base class procedure applied
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:4.05kb
    • 提供者:jack
  1. tuzhuode

    2下载:
  2. 利用模拟退火法解决图着色问题,画出相应的图形,效果较好-Using simulated annealing to solve the graph coloring problem, draw the appropriate graphics, better
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:2.41kb
    • 提供者:宋聃
  1. graph_coloring

    0下载:
  2. this algorithm uses genetic algorithm for solve graph coloring problem
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:2.3kb
    • 提供者:salar
  1. yichuan-c-chengxu

    0下载:
  2. 遗传算法解决图的着色问题,这里面都是源程序,很有用-Genetic algorithms to solve graph coloring problem, this all source code, very useful
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:2.89kb
    • 提供者:江星
  1. M-graph-coloring-problem

    0下载:
  2. 通过鼠标绘制出该图的结构(可在菜单中设置打点和画线两种命令:当选择打点命令是,鼠标每点击一下则在屏幕上打一个点,当选择画线命令时,鼠标首先选中其中一个点,在选中另一个点时绘制出两个点之间的连线。当然也可采用其他方法完成图的绘制)。然后用不同的颜色来标识这些点,使得图中每条边连接的2个顶点着不同的颜色。在屏幕上应能显示出用不同颜色着色后的图。-Through the mouse to draw out the structure of the graph (which can be set in
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3.61mb
    • 提供者:陈言教
  1. graph

    0下载:
  2. c code for graph coloring problem
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-10
    • 文件大小:546byte
    • 提供者:punit
  1. Coloring-Problem

    0下载:
  2. Cellular Learning Automata-based Graph Coloring Problem
  3. 所属分类:Development Research

    • 发布日期:2017-04-02
    • 文件大小:98.29kb
    • 提供者:mhfff
  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
    • 文件大小:779byte
    • 提供者:joran
  1. Coloring-Problem

    0下载:
  2. 图着色问题(Graph Coloring Problem, GCP)又称着色问题,是最著名的NP-完全问题之一。路线着色问题是图论中最著名的猜想之一。-Graph coloring problem (Graph Coloring Problem, GCP), also known as coloring problem, is the most famous NP-complete problems. Line graph coloring problem is one of the most
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:689byte
    • 提供者:刘适
  1. color-problem

    0下载:
  2. 一个关于图着色问题的在matlab下的一种解法,适合新手使用学习。-A graph coloring problem on a solution in matlab for novices to use to learn.
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:161.8kb
    • 提供者:赵广
  1. Graph-Coloring(HGA)

    0下载:
  2. 基于遗传算法和禁忌搜索的启发式算法,提供C++代码,能够高效地解决图着色问题。-The code based on the combination of Genetic Algorithm and Tabu Search can be used to solve the Graph Coloring problem efficiently
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-07
    • 文件大小:1.16mb
    • 提供者:
« 12 3 »
搜珍网 www.dssz.com