CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 最大团问题

搜索资源列表

  1. 最大团问题2

    0下载:
  2. 定义一个类,调用构造函数,递归函数,输出函数-definition of a category, called Constructors, recursive function, output function
  3. 所属分类:组合框控件

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

    0下载:
  2. 解决最大团问题的好方法,喜欢的可以借鉴一下 -largest corporations to solve the easy way out, like can learn some lessons from
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:114268
    • 提供者:高磊
  1. zuidatuan

    0下载:
  2. 回溯法最大团问题-Backtracking biggest problem Mission
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1459
    • 提供者:
  1. 最大团

    0下载:
  2. 回溯算法中的图的最大团问题-backtracking algorithms map of the biggest problems Mission
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2171
    • 提供者:connie
  1. qkw_MaxClique

    0下载:
  2. //最大团问题的分支限界解法 //屈克文,2008.12.01-//The largest branch of the problem Mission Bound Solution// flexor Rudd, 2008.12.01
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:2857
    • 提供者:qkw
  1. MCP

    0下载:
  2. 此程序为实现最大团问题,是C++语言源码-maximum clique
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:1277
    • 提供者:Tim
  1. TheMaxClique

    0下载:
  2. 算法实习,回溯法解最大团问题,MFC做的界面。-Algorithm practice, backtracking solve the maximum clique problem, MFC to do the interface.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-07
    • 文件大小:1927115
    • 提供者:qingteng
  1. zuidatuan

    0下载:
  2. 最大团问题的指导论文,内容丰富,有很大的指导启发意义。-Maximum clique problem of guidance papers, content-rich, a great guide instructive.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-23
    • 文件大小:479150
    • 提供者:陈剑心
  1. clique

    0下载:
  2. 最大团问题 回溯法 分支限界法 绝对给力 -the largest group huisu fenzhixianjie
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:4291
    • 提供者:
  1. zuidatuan

    0下载:
  2. 最大团问题的指导论文,内容丰富,有很大的指导启发意义。-Maximum clique problem of guidance papers, content-rich, a great guide instructive.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:479196
    • 提供者:nsionlo
  1. zuidatuan-yanjiu

    2下载:
  2. 最大团问题的 分支限界法与回溯法比较Python写成。-Backtracking branch and bound method and comparison of the maximum clique problem written in Python.
  3. 所属分类:Other systems

    • 发布日期:2016-12-23
    • 文件大小:711680
    • 提供者:changsheng wang
  1. max-set

    0下载:
  2. 最大团求解问题的各种算法和源代码介绍,可以解决类似的传感网络最大集合问题-Maximum group problem solving various algorithms and source code introduced a similar sensor networks can solve the biggest problem of the collection
  3. 所属分类:Other systems

    • 发布日期:2017-05-11
    • 文件大小:2495989
    • 提供者:無铭
  1. bigteam

    0下载:
  2. 最大团问题,c语言编写的一个算法,大家平时都会遇到的尤其是在算法分析这门课中-Maximum clique problem, C language of an algorithm, we usually encounter in the course of the algorithm, especially in the course of the
  3. 所属分类:CSharp

    • 发布日期:2017-05-05
    • 文件大小:953515
    • 提供者:于小洋
  1. max

    0下载:
  2. 最大团问题 附有文档和代码-Maximum clique problem, C language of an algorithm, we usually encounter in the course of the algorithm-max clique
  3. 所属分类:CSharp

    • 发布日期:2017-05-04
    • 文件大小:336314
    • 提供者:su
  1. fromgrouk

    0下载:
  2. 解决最大团问题的好方法,喜欢的可以借鉴一下,不错的-A good way to solve the problem of the largest group, can draw lessons from, like good
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-16
    • 文件大小:113664
    • 提供者:zuqdnies
  1. GREEDY MAX-IS

    0下载:
  2. 最大独立集的贪心算法简易实现,可以快速求取节点数量较少的最大独立集问题。(An approximated greedy algorithm for Maximum Independent Set Problem)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:11264
    • 提供者:richardqiu
  1. MaxClique.java

    0下载:
  2. 回溯法求解最大团问题,时间复杂度为O(n*2^n)。(The backtracking method is used to solve the maximum clique problem with a time complexity of O (n*2^n).)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:1024
    • 提供者:dupeihui
  1. ISP

    0下载:
  2. 独立集是指图 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 naturall
  3. 所属分类:其他

    • 发布日期:2019-07-24
    • 文件大小:1024
    • 提供者:mr_xia
搜珍网 www.dssz.com