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

搜索资源列表

  1. 最大团问题的各种算法和源代码

    0下载:
  2. 最大团问题(Maximum Clique Problem, MCP)是图论中一个经典的组合优化问题,也是一类NP完全问题,在国际上已有广泛的研究,而国内对MCP问题的研究则还处于起步阶段,因此,研究最大团问题具有较高的理论价值和现实意义。 最大团问题又称为最大独立集问题(Maximum Independent Set Problem),在市场分析、方案选择、信号传输、计算机视觉、故障诊断等领域具有非常广泛的应用。目前,求解MCP问题的算法主要分为两类:确定性算法和启发式算法。确定性算法有回溯法
  3. 所属分类:编程文档

    • 发布日期:2011-11-22
    • 文件大小:1009152
    • 提供者:beiyuxiaoxi
  1. IPL-kls-mcp

    0下载:
  2. An Eff ective Local Search for the Maximum Clique Problem
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:114292
    • 提供者:Hoai Thu
  1. MaxClique

    0下载:
  2. 算法分析与设计中的最大团问题,程序给出了详细的说明,下载可以直接运行-Algorithm analysis and design of the maximum clique problem, the program gives a detailed descr iption, download can be run directly
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:16081
    • 提供者:sugar
  1. MaxClique

    0下载:
  2. Miscrosoft Visula Studio .NET + C++求解最大团问题,并比较了求解最大团问题的几种算法。-Miscrosoft Visula Studio. NET+ C++ solve the maximum clique problem, and compared the maximum clique problem solving algorithms.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-11
    • 文件大小:2791620
    • 提供者:谢斌
  1. MaxClique

    0下载:
  2. 解决最大团问题的源码,算法课程上的具体实现-Source to solve the maximum clique problem, the algorithm realization on the course
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:295301
    • 提供者:高强
  1. Ostergard_A-New-Algorithm-for-the-Maximum-Weight-

    0下载:
  2. Given a graph, in the maximum clique problem one wants to find the largest number of vertices any two of which are adjacent. In the maximum-weight clique problem, the vertices have weights, and one wants to find a clique with maximum weight. A
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-22
    • 文件大小:60417
    • 提供者:Liang
  1. clique

    0下载:
  2. 最大团确定算法实现。利用递归回溯算法求解最大团问题。-Determine the maximum clique algorithm. Recursive backtracking algorithm using the maximum clique problem.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:161876
    • 提供者:黄诚
  1. TheMaxClique

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

    • 发布日期:2017-05-08
    • 文件大小: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. Bigest

    2下载:
  2. 使用matlab,用强解法进行最大团问题的求解-The use of Matlab, the maximum clique problem solving with a strong solution
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1800
    • 提供者:YBT
  1. rls-code-ver1.2-jul03

    0下载:
  2. C++ language the algorithm: Reactive local search for the maximum clique problem.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:81588
    • 提供者:ip
  1. MaxClique

    0下载:
  2. 分支界限法解决最大团问题,编译通过,代码正确-Branch and bound method to solve the maximum clique problem, compiled through the correct code
  3. 所属分类:source in ebook

    • 发布日期:2017-12-02
    • 文件大小:14281
    • 提供者:范晓军
  1. MaxClique

    0下载:
  2. 利用回溯解决最大团问题,编译通过,代码正确-Use backtracking to solve the maximum clique problem, compiled by correct code
  3. 所属分类:source in ebook

    • 发布日期:2017-11-27
    • 文件大小:10739
    • 提供者:范晓军
  1. 123

    1下载:
  2. 免疫算法解决最大团问题;此文件为源代码,经过多次验证可行。将代码输入matlab就可以运行。-Immune algorithm to solve the maximum clique problem source code of this file, feasible after several validation. Matlab code input can run.
  3. 所属分类:matlab

    • 发布日期:2017-12-03
    • 文件大小:1577
    • 提供者:毛毛
  1. 01

    0下载:
  2. 此文件为源代码,经过多次验证可行。将代码输入lingo就可以运行-Immune algorithm to solve the maximum clique problem source code of this file, feasible after several validation. Matlab code input can run.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-11-18
    • 文件大小:747
    • 提供者:邹涛
  1. MCP

    1下载:
  2. 最大团问题,matlab程序,无程序说明 -Maximum clique problem
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:709
    • 提供者:刘一鸣
  1. zuidatuan

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

    • 发布日期:2017-04-17
    • 文件大小: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. MCP

    0下载:
  2. 用集合和游标法求解最大团问题,在sql server 2008上运行成功。含项目报告-Solving the maximum clique problem with the select and cursor
  3. 所属分类:SQL Server

    • 发布日期:2017-04-15
    • 文件大小:6333
    • 提供者:杨帆
  1. exp5

    0下载:
  2. 福建师范大学 算法设计技巧与分析实验 回溯法解决最大团问题-Algorithm design techniques and analysis of experiments Backtracking maximum clique problem solving
  3. 所属分类:source in ebook

    • 发布日期:2017-05-02
    • 文件大小:903979
    • 提供者:叶强
« 12 »
搜珍网 www.dssz.com