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

搜索资源列表

  1. 图的m着色问题

    0下载:
  2. 给定无向量图G顶点和m种不同的颜色。用这些颜色为图G的各顶点着色,每个顶点着一种颜色。是否有一种着色法使G图中每条边的两个顶点着不同的颜色。这个问题是图的m可着色判定问题给定无向量图G顶点和m种不同的颜色。用这些颜色为图G的各顶点着色,每个顶点着一种颜色。是否有一种着色法使G图中每条边的两个顶点着不同的颜色。这个问题是图的m可着色判定问题-given no vector graph G vertices and m different colors. Using these color grap
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:6516
    • 提供者:刘二
  1. LICOLOR

    0下载:
  2. 是一个有关图着色问题的程序,C语言写的,程序很短,但是所用的算法很新-The plan is a rendering of the procedures, written in C language, procedures are very short, but by the very new algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:912
    • 提供者:li
  1. GCP(color)

    0下载:
  2. 该程序是经典得MATLAB应用,关于模拟退火应用中得GCP图着色问题-the program MATLAB is a classic application of simulated annealing applications in the GCP map coloring problem
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2990
    • 提供者:王玥
  1. Bird4

    0下载:
  2. 四色图着色问题,离散数学的经典算法,用c实现,输入一个图,用小于4种颜色着色-four-color map coloring, Discrete Mathematics classical algorithm, using c realize that the importation of a map, with less than four colors Coloring
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1340
    • 提供者:司徒元
  1. GCP

    0下载:
  2. 使用模拟退火思想解决图着色(GCP)问题,使用先看说明文件
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3002
    • 提供者:随风
  1. yuandaima

    2下载:
  2. 图着色问题的遗传算法MATLAB程序,大家看看吧-matlab ga
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-12-31
    • 文件大小:5312
    • 提供者:郭果
  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
    • 文件大小:158307
    • 提供者:
  1. 实验报告1 地图着色

    0下载:
  2. 1.以二维数组list[N+1] 表示地图,N表示区域数目,数组中以元素值为0表示不邻接,1表示邻接,限定区域数目N<=50. 2.用户先输入区域数目N,再输入邻接区域的代码,邻接可只写一次,区域的代码为0~N,N个为区域,一个为外部区域,或输入N-1,则可不包括外部区域,N个区域由用户定义 3.输出时,采用一一对应的方法,一个区域对应一种颜色 形式:区域代码==》颜色代码(1~4)=》颜色 4.本程序可为任意一张的地图染色,并且至多只染四种颜色-1. To two-dimensional
  3. 所属分类:

    • 发布日期:2017-11-09
    • 文件大小:106968
    • 提供者:吴晓辉
  1. M

    0下载:
  2. 给定一个无向图,相邻两个图不能着相同颜色,求多少种颜色将每个顶点着色-Give an undirected graph, adjacent to the two plans should not the same color, the number of colors for each vertex shaders
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:534
    • 提供者:李加佳
  1. ACATSP1

    1下载:
  2. 用基本的蚁群算法求解TSP问题,改算法可移植性比较强,还可用于解决其他如图着色等问题-Solving TSP Problem
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1625
    • 提供者:dlz
  1. greedy

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

    • 发布日期:2017-04-01
    • 文件大小:630776
    • 提供者:Stephen
  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
    • 文件大小:2467
    • 提供者:宋聃
  1. MATLAB图结构工具箱

    0下载:
  2. 图节点、边的增删操作,划分,着色,画图等
  3. 所属分类:matlab例程

  1. 图着色算法

    0下载:
  2. 用于D2D用户分簇的图着色,很方便使用的一个程序(D2D user clustering for the graph coloring, it is convenient to use a program)
  3. 所属分类:网络编程

    • 发布日期:2017-12-17
    • 文件大小:15360
    • 提供者:艾希
  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. CSGC图着色算法

    0下载:
  2. 针对图着色问题所用的一种算法,解决路线着色问题。(An algorithm for graph coloring is used to solve the problem of route coloring.)
  3. 所属分类:图形图象

    • 发布日期:2017-12-29
    • 文件大小:4096
    • 提供者:Fighting、
  1. 图论着色CSGC

    0下载:
  2. 针对图着色问题所用的一种敏感图论算法,解决路线着色问题。(A sensitive graph theory algorithm for graph coloring problem is used to solve the problem of route coloring.)
  3. 所属分类:图形图象

    • 发布日期:2017-12-30
    • 文件大小:521216
    • 提供者:Fighting、
  1. 颜色敏感图着色CSGC

    0下载:
  2. 颜色敏感的图着色频谱分配算法,解决图着色问题。(Color-sensitive graph coloring algorithm, solving graph coloring problem.)
  3. 所属分类:图形图象

    • 发布日期:2017-12-28
    • 文件大小:110592
    • 提供者:Fighting、
  1. 启发式算法

    0下载:
  2. 利用启发式算法解决图着色问题,包括禁忌表,仇人表等一系列操作(Solving the problem of graph coloring with heuristic algorithm)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2019-12-23
    • 文件大小:336896
    • 提供者:lenonald
  1. ColorGraph

    0下载:
  2. 在D2D模型中使用图着色方法进行仿真的程序(Programs that use the graph coloring method for simulation in the D2D model)
  3. 所属分类:通讯编程

    • 发布日期:2021-01-08
    • 文件大小:30720
    • 提供者:静雅zip
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com