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

搜索资源列表

  1. ant_algorithm

    0下载:
  2. 基于蚁群算法的图的着色问题的研究,毕业论文做的,还是挺好用的-Ant colony algorithm based on graph coloring problem of the studyThesis done, or very good use
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:1515
    • 提供者:chenhui
  1. tdzs

    0下载:
  2. 图的着色问题的c++实现,实现平台visual studio 2008-Graph coloring problem c++, platform Visual Studio 2008
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:882
    • 提供者:Lc
  1. t6u3vw.ZIP

    0下载:
  2. 一种改进的颜色敏感图论着色算法An improved color sensitive graph coloring algorithm-An improved color sensitive graph coloring algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-04
    • 文件大小:1309992
    • 提供者:
  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. suanfa

    0下载:
  2. 相当经典的图着色算法,一个ppt ,还有一个算法实现,十分浅显易懂。-Quite the classic graph coloring algorithm, a ppt algorithm is very easy to understand.
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:3651032
    • 提供者:李洪图
  1. 10_color

    0下载:
  2. 图的着色问题 用vc++编译环境写的简单实用的代码-graph coloring the source code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:803
    • 提供者: 药文辉
  1. GGCPPrarC

    0下载:
  2. GCP(图着色问题)的模拟退退火算法应用源码 -GCP (graph coloring), simulated annealing annealing algorithm application source code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:2843
    • 提供者:hjmhjm11
  1. opengl_qt_draw3D

    0下载:
  2. 四棱锥由5个面构成一个封闭的立体图,其中4个共顶点的侧面是三角形,底面是个四边形。如果我们要绘制一个3D的四棱锥只需要绘制这5个面即可,绘制的方法和前一篇文章OpenGL_Qt学习笔记之_03(平面图形的着色和旋转)的相同。只不过这里的顶点坐标是3维的,所以图像深度那一维不一定为0。因此我们可以事先计算好四棱锥各个顶点的坐标,这对学过立体几何的人来说应该是小case了。然后绘制每个面就可以。 注意,在opengl中绘制每个面时,所有面给出的顶点的顺序都要按照逆时针或者顺时针(我这里采用的
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-08
    • 文件大小:309471
    • 提供者:wuwei
  1. traffic

    0下载:
  2. 图着色解决交通管理问题,用Turbo C 2.0和windows XP 系统-Graph coloring to solve the problem of traffic management, Turbo C 2.0 and windows XP system
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-24
    • 文件大小:2495
    • 提供者:Linda
  1. n-queen

    0下载:
  2. N皇后问题、图着色问题、矩阵连乘问题代码实现-N-queens problem, graph coloring problems, matrix multiplicative code implementation
  3. 所属分类:Data structs

    • 发布日期:2017-12-09
    • 文件大小:7506
    • 提供者:王燕燕
  1. 2dz.tar

    0下载:
  2. Solution of 3 graph coloring problem. Uses C/C++ programming language.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-15
    • 文件大小:1102
    • 提供者:hmpich
  1. Graph_coloring

    0下载:
  2. This Code solve the graph coloring problem by genetic algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-11-30
    • 文件大小:1254
    • 提供者:faticom
  1. exprdlg

    0下载:
  2. 本源代码在工具栏中加入了组合框,并且采用了自绘功能来实现列表项以不同的着色来显示项来对应函数图的着色,在此源程序中,你可在组合框中输入函数表达式(当然也可以加入X自变量),按回车后就可在视图中显示你所输入的表达式图,并在组合框中以对应的着色加入表达式字符。-Source code added in the toolbar combo box, and uses a self-drawn list items to display different colored items correspon
  3. 所属分类:ToolBar

    • 发布日期:2017-11-11
    • 文件大小:6617087
    • 提供者:rgbtagu
  1. test_sol-2.3

    0下载:
  2. solution test for graph coloring linux code
  3. 所属分类:Algorithm

    • 发布日期:2017-11-14
    • 文件大小:72629
    • 提供者:JOHN
  1. GCP

    0下载:
  2. 着色问题,是最著名的NP-完全问题之一。 给定一个无向图G=(V, E),其中V为顶点集合,E为边集合,图着色问题即为将V分为K个颜色组,每个组形成一个独立集,即其中没有相邻的顶点。其优化版本是希望获得最小的K值。-Coloring problem, is the most famous NP-complete problems. Given an undirected graph G = (V, E), where V is the set of vertices, E is the se
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-19
    • 文件大小:1935
    • 提供者:Chanel
  1. spectrum-allocation-color-algorithm

    0下载:
  2. 频谱分配算法,采用图着色的比例公平分配算法-Spectrum allocation algorithm, using the ratio of equitable distribution graph coloring algorithm
  3. 所属分类:Post-TeleCom sofeware systems

    • 发布日期:2017-11-10
    • 文件大小:35850
    • 提供者:libo
  1. PicColor

    0下载:
  2. 用回溯法解决图着色问题,用回溯法解决图着色问题-Use backtracking to solve graph coloring problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1541892
    • 提供者:crystalchen
  1. register-allocation-algorithm

    0下载:
  2. 图着色方法图,适用于寄存器分配 采用的是经典退火算法 -Graph coloring register allocation classic annealing algorithm
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-14
    • 文件大小:2729
    • 提供者:yrh
  1. coulor

    0下载:
  2. 用我们所写的C++程序去实现我们想要得到的图形的染色-With our C++ program written to achieve what we want the graph coloring
  3. 所属分类:Graph program

    • 发布日期:2017-04-11
    • 文件大小:973
    • 提供者:马坊镇
  1. tuzhuode

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

    • 发布日期:2017-04-25
    • 文件大小:217815
    • 提供者:llmmpe
« 1 2 34 5 »
搜珍网 www.dssz.com