登录
首页 » matlab » ISP

ISP

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

代码说明:

  独立集是指图 G 中两两互不相邻的顶点构成的集合。任意有关图中团的性质都能很自然的转述成独立集的性质。一般而言,寻找图的最大团是 NP 困难的,从而寻找图的最大独立集也是 NP 困难的。用模拟退火算法找出图的最大独立集。(Independent set is a set of vertices in graph G that are not adjacent to each other. The properties of cliques in any graph can be naturally expressed as the properties of independent sets. Generally speaking, it is NP-hard to find the maximum clique of a graph, so it is NP-hard to find the maximum independent set of a graph. Simulated annealing algorithm is used to find the maximum independent set of graphs.)

文件列表:

ISP(独立集问题)\ISPacc.m, 69 , 2007-02-03
ISP(独立集问题)\ISPanneal.m, 910 , 2007-02-03
ISP(独立集问题)\ISPgen.m, 178 , 2007-02-03
ISP(独立集问题)\w.mat, 288 , 2007-02-03
ISP(独立集问题), 0 , 2013-07-14

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

发表评论

0 个回复

  • 大漠模块
    已经编译好的中文版大漠模块 无需注册 直接在易语言里加入模块即可使用 涵盖90%命令(The already compiled Chinese version of the desert module does not need to be registered)
    2018-03-13 13:51:12下载
    积分:1
  • Version 5.0 :* Add the Manufacturer infomation link on the St. art menu* Change...
    Version 5.0: * Add the Manufacturer infomation link on the Start menu * Change the intel cpu s logo * Fixed several bugs.-Version 5.0 :* Add the Manufacturer infomation link on the St. art menu* Change the intel cpu"s logo* Fixed Kaijing acidic bugs.
    2022-04-23 22:55:39下载
    积分:1
  • C# 创建泛型字典的例子
    C# 创建泛型字典,为泛型字典添加3个元素,按键值对泛型字典进行排序操作。   Dictionary users = new Dictionary();//创建泛型字典   users.Add(3, new UserInfo(1, "滕*敏", "01"));//为泛型字典添加3个元素   users.Add(2, new UserInfo(2, "滕*娜", "02"));   users.Add(1, new UserInfo(3, "X家兴", "03"));   //按键值对泛型字典进行排序操作   var query = from item in users    where item.Value.UserName.CompareTo("滕*") > 0//用户名大于"滕立"    orderby item.Key    select item;   label1.Text = "显示查询结果: ";   foreach (var item in query)//显示查询结果
    2022-08-02 11:59:24下载
    积分:1
  • MQ
    说明:  windows系统里mq到期解决方法,及win2003在安装mq遇到问题的解决办法。(failed to translate)
    2011-11-27 19:47:49下载
    积分:1
  • 一些支持向量机的应用,对于初学者很有指导意义,
    一些自已编写的SVM应用程序,对初学者很有启发意义,-authorship of some of SVM applications, for beginners very instructive,
    2022-02-28 21:32:10下载
    积分:1
  • (1)分别采用结构体数组和链表存储学生信息(包括学号、姓名、各科成绩) (2)通过键盘输入各学生的多门课程的成绩,建立相应的文件input.dat。 (...
    (1)分别采用结构体数组和链表存储学生信息(包括学号、姓名、各科成绩) (2)通过键盘输入各学生的多门课程的成绩,建立相应的文件input.dat。 (3)按各科总成绩排序,并生成相应的文件输出。 (4)计算每人的平均成绩,按平均成绩排序,并生成文件。 (5)按学号、姓名查找学生记录。 -(1), respectively, and an array of linked list structures storing student information (including Student ID, names, subjects achievements) (2) through the keyboard input of all students in the multi-course results, the establishment of a corresponding document input.dat. (3) The total score of subjects sort, and generate the corresponding output file. (4) Calculate the average per capita results, sorted by grade point average, and generate the file. (5) by Student ID, name search for student records.
    2022-04-18 05:35:30下载
    积分:1
  • 001
    CPF code for matlab simulation
    2017-12-27 04:29:00下载
    积分:1
  • ASN1_BER_DER编码子集入门指南,指导asn1的开发
    ASN1_BER_DER编码子集入门指南,指导asn1的开发-ASN1_BER_DER coding subset portal guide to the development asn1
    2022-11-11 03:00:04下载
    积分:1
  • ASP系统开发[毕业设计]
    ASP系统开发[毕业设计]-ASP system development [ graduation project ]
    2022-01-26 06:21:13下载
    积分:1
  • 2018416
    2018认证杯数学建模A题论文一等奖,最终获得一等奖(2018 certification cup mathematical modeling first prize paper)
    2020-10-12 23:07:32下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载