登录
首页 » matlab » GCP

GCP

于 2018-12-06 发布 文件大小:2KB
0 121
下载积分: 1 下载次数: 2

代码说明:

  图着色问题(Graph Coloring Problem, GCP) 又称着色问题,是最著名的NP-完全问题之一。 模拟退火算法实现最优。(Graph Coloring Problem, GCP and the example, the NP-and the example of the NP-and the example of the.igation of the..)

文件列表:

GCP(图着色问题)\b.mat, 288 , 2007-02-03
GCP(图着色问题)\GCPacc1.m, 70 , 2007-02-03
GCP(图着色问题)\GCPanneal1.m, 1279 , 2007-02-03
GCP(图着色问题)\GCPanneal2.m, 1798 , 2007-02-03
GCP(图着色问题)\GCPgen1.m, 313 , 2007-02-03
GCP(图着色问题), 0 , 2013-07-14

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 一个VB列表分页例子
    一个VB列表分页例子,为了更好的演示分页功能,这里提供了一个Access版的测试数据库,测试前请设置好路径。本分页代码演示了一个数据库分页模型,了解一下如何每次换页后更新导航信息,如何分页显示视图等。
    2022-04-15 09:22:33下载
    积分:1
  • ASP.NET编的网上书城。
    ASP.NET编的网上书城。-ASP.NET addendum to the online bookstores.
    2022-05-10 20:46:46下载
    积分:1
  • 红外延长线测试软件
    USED TO TEST IR CABLE WITHOUT PC
    2018-10-06 17:49:16下载
    积分:1
  • 水体动态变化
    说明:  采用IDL语言,可以用来动态监测水体变化,输入影像即可(Monitoring water body changes by remote sensing)
    2021-01-21 23:30:01下载
    积分:1
  • 1801-f_104
    说明:  dds image file for nif textureing
    2020-06-25 20:20:02下载
    积分:1
  • eemd_example
    说明:  eemd example for python
    2020-06-16 12:40:02下载
    积分:1
  • 基于Weber公式的齿轮啮合刚度计算公式
    说明:  基于韦伯能量法计算齿轮时变啮合刚度,具有很高的实用性(time-varying stiffness)
    2021-04-11 16:38:57下载
    积分:1
  • connection model of MV distribution
    说明:  在不同供电区域负荷密度和不同变电所容量条件下 ,对中压配电网常见的几种接线模式进行了经济性和可靠性计算分析 ,研究其随负荷密度和变电所容量变化的趋势 ,以及在相同条件下不同接线模式之间的比较。(Under the conditions of load density and different substation capacity in different power supply areas, the economic and reliability calculations of several common wiring modes of medium voltage distribution network are carried out, and the trend of load density and capacity change of substation is studied. And a comparison between different wiring modes under the same conditions.)
    2020-06-18 22:20:02下载
    积分:1
  • TC下的万年历程序。有详细注释。
    TC下的万年历程序。有详细注释。-TC hefty almanac under the procedure. Detailed Notes.
    2022-02-06 14:53:44下载
    积分:1
  • C# 泛型列表List用法示例
    C# 泛型列表List用法示例,从给出的人员名单中,过滤人员名称中以"科"结束的序列,遍历查询结果。   private void Frm_Main_Load(object sender, EventArgs e)   {    List People = new List{//创建人员列表    new Person(1,"王*科"),    new Person(2,"王*科"),    new Person(3,"赵*东")};    var query = from p in People//过滤人员名称中以"科"结束的序列    where p.Name.EndsWith("科")    select new    {    人员ID = p.ID,    人员姓名 = p.Name    };    foreach (var item in query)//遍历查询结果    {    label1.Text += item + " ";    }   }   }   public class Person   {    public Person(int id, string name)    {    this.ID = id;    this.Name = name;    }    public int ID { get; set; }//人员ID    public string Name { get; set; }//人员姓名   }
    2023-01-08 20:45:03下载
    积分:1
  • 696518资源总数
  • 104432会员总数
  • 16今日下载