搜索资源列表

  1. maximalCliques

    1下载:
  2. 求最大团的算法,Bron-Kerbosch 算法计算图的最大全连通分量(团clique),matlab实现-Seeking maximum clique algorithm, Bron-Kerbosch algorithm to calculate the maximum fully connected graph component (group clique), matlab achieve
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:凌霄
  1. Data-Mining-Concepts-and-Techniques

    0下载:
  2. 数据挖掘:KDD 过程,不同类型数据的距离度量方式,小波 PCA 属性子集选择-KMean KModoid BIRCH CHEMELEON DBSCAN OPTICE STING CLIQUE EM SCAN
  3. 所属分类:软件工程

    • 发布日期:2024-05-20
    • 文件大小:26707968
    • 提供者:fangqingwu
  1. connected_clique_test

    0下载:
  2. Connected Clique Problem (Graph Alogorithm) Implementation in C
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:NS_Noob
  1. zuidatuan-yanjiu

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

    • 发布日期:2024-05-20
    • 文件大小:711680
    • 提供者:changsheng wang
  1. weixing

    0下载:
  2. 针对传统卫星广播重传策略信道占用率较高、重传次数较多的问题,高链路丢包率下的基于网络编码的广播重传策略不能达到重传性能最优的问题,以及最大团策略计算开销较大的问题,提出了一种改进的基于网络编码的广播重传策略。理论分析及仿真实验证明了改进的基于网络编码的广播重传策略较好地解决了以上重传策略的问题,保证了卫星通信中的组播数据的快速、可靠的发布。-Aiming at the problems of traditional satellite
  3. 所属分类:行业发展研究

    • 发布日期:2024-05-20
    • 文件大小:923648
    • 提供者:sunwei
  1. MCP

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

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:杨帆
  1. exp5

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

    • 发布日期:2024-05-20
    • 文件大小:904192
    • 提供者:叶强
  1. CLIQUEAlgorithm

    0下载:
  2. CLIQUE Algorithm相关论文,报告及相关文献资料-CLIQUE Algorithm relevant papers, reports and related documents
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:4426752
    • 提供者:stone
  1. MCP

    0下载:
  2. 回溯法解决对大团问题。从txt文本中读取矩阵信息,再通过回溯法求解最大团。-Backtracking to solve the Maximum Clique Problem. Read matrix information the text, and then solve the MCP.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:小白
  1. k_clique

    0下载:
  2. k_clique is matlab code to clique the tree problem
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:OMID
  1. SQLforClique.ZIP

    0下载:
  2. 用数据库SQL方式,计算图论上的最大完全子图的方式。之所以写这个,是因为假如矩阵太大,常规的数组方式会溢出,所以根据原理,改写了一个数据库SQL方式实现的代码。-a method to get clique by mysql s data type
  3. 所属分类:MySQL数据库

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:riddle
  1. CliqueB

    0下载:
  2. 基于派系方法的社团结构划分算法,自己实现的,C++代码源程序。-A method of community structure based clique.
  3. 所属分类:数据挖掘

    • 发布日期:2024-05-20
    • 文件大小:7235584
    • 提供者:小蒙
  1. k_clique

    0下载:
  2. [X,Y,Z] = k_clique(k,A) Inputs: k - clique size A - adjacency matrix Outputs: X - detected communities Y - all cliques (i.e. complete subgraphs that are not parts of larger complete subgraphs) Z
  3. 所属分类:数据挖掘

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:qiong hiong
  1. pso-code

    0下载:
  2. There is here a PSO implementation for Maximum clique problem
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:9216
    • 提供者:mohammad
  1. GMCP_Tracker_Code

    0下载:
  2. 利用GCMP实现多目标跟踪,即Generalized Minimum Clique Graphs,可运行无误,效果很好- Global Multi-object Tracking Using Generalized Minimum Clique Graphs,
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:19537920
    • 提供者:李晓杰
  1. MWCP(TS)

    0下载:
  2. 采用禁忌搜索算法解决最大权值团问题,包含最大独立集于最大权值团之间的转换问题。-Tabu search algorithm using the maximum weight clique problem solving, contains the largest independent set in the maximum weight conversion problems between the groups.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:1627136
    • 提供者:
  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. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:953344
    • 提供者:于小洋
  1. Chordality

    0下载:
  2. calculate minimum independent set and maximum clique number of a chordal graph
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-20
    • 文件大小:3151872
    • 提供者:Mo3000
  1. max

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

    • 发布日期:2024-05-20
    • 文件大小:335872
    • 提供者:su
  1. 分析zachary的派系过滤和谱平均算法

    1下载:
  2. 两个用来分析zachary网络的简易方法,一种是谱平均算法,一种是派系过滤算法(Two simple methods for analyzing Zachary networks, one is spectral averaging algorithm, and the other is clique filtering algorithm)
  3. 所属分类:mathematica

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:蛋蛋君
« 1 2 3 45 »

源码中国 www.ymcn.org