CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - 邻接矩阵

搜索资源列表

  1. MCRGSA

    0下载:
  2. MCRGSA------组播路由问题遗传模拟退火算法 %M-----------遗传算法进化代数 %N-----------种群规模,取偶数 %Pm----------变异概率调节参数 %K-----------同一温度下状态跳转次数 %t0----------初始温度 %alpha-------降温系数 %beta--------浓度均衡系数 %ROUTES------备选路径集 %Num---------到各节点的备选路径数目 %Cost-------
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1766
    • 提供者:程爱华
  1. gui_test

    0下载:
  2. 细胞神经网络(CNN)GUI源代码 细胞神经网络(CNN)是一种和人类神经网络非常相似的并行计算模型,各个邻接节点间有不同的通信。在本程序中A模型是反馈矩阵,B是控制矩阵。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:51540
    • 提供者:lcp
  1. TSp

    0下载:
  2. cost存放了一个强连通图的边权矩阵,作为一个实例。 可在workspace中加载 运用此算法要注意多次试验。 bianquan.m文件给出了一个参数实例,可在命令窗口中输入bianquan,得到邻接矩阵C和节点个数N以及一个任意给出的路径R,,回车后再输入jiaohuan3,得到了最优解。 由于没有经过大量的实验,又是近似算法,对于网络比较复杂的情况,可以尝试多运行几次jiaohuan3,看是否能到进一步的优化结果。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:11662
    • 提供者:岳明
  1. ants

    0下载:
  2. ants 算法求解TSP问题(自己以前写的,进行过验证)。c为邻接矩阵,p is the start city
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1226
    • 提供者:steawen
  1. Genetic最短路径

    0下载:
  2. 在vc控制台中运行,用遗传算法求解最短路径,用邻接矩阵表示路线图。-in vc console operations, Genetic Algorithm for the shortest path, adjacency matrices road map.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:125825
    • 提供者:rabo
  1. liantong

    0下载:
  2. 输入图,找出该图的所有连通支。图用“邻接矩阵”法表示。用两个数组来存储图:一个数组(一维)存储图中顶点集;另一个数组(二维)映象图中顶点间的关系集。且对于无向图而言,其邻接矩阵是对称的。-Input map, to find the map of all the connected extension. Chart with
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:20522
    • 提供者:yuanjia
  1. mintreePrim

    0下载:
  2. Dandn文件给出了输入参数的名称及格式 即在调用prim前先输入邻接矩阵D和节点个数n 输入prim 得到两行的矩阵T,将上下两行数字对应的节点相连即可-Dandn document gives the name of the input parameters and format Prim in the call prior to the importation of adjacency matrix D and the node number n Input pri
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:743
    • 提供者:lili
  1. shortest_path_adjacencyWDigraph

    1下载:
  2. 采用动态规划法,构建邻接矩阵带权有向图,解决最短路径问题。-Dynamic programming method used to construct adjacency matrix weighted directed graph, the shortest path to solve the problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-08
    • 文件大小:2021522
    • 提供者:柳春锋
  1. DDAC

    0下载:
  2. 蚁群算法解决tsp问题,antsystem为核心运算类,窗体为接口程序,先生成邻接矩阵再运算-Tsp ant colony algorithm to solve the problem, this is the core classes, must have interface program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:59358
    • 提供者:like
  1. Cellular-Neural-Network

    2下载:
  2. 细胞神经网络(CNN)是一种和人类神经网络非常相似的并行计算模型,各个邻接节点间有不同的通信。在本程序中A模型是反馈矩阵,B是控制矩阵。-Cellular neural network (CNN) is very similar to the human neural network model of parallel computation, all adjacent nodes have different communication. A model of this process is
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-22
    • 文件大小:161397
    • 提供者:严德春
  1. ER

    0下载:
  2. 复杂网络ER随机网络的C++代码,可求其邻接矩阵和聚类系数-ER random networks of complex networks C++ code, rectifiable its adjacency matrix and clustering coefficient
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-22
    • 文件大小:283322
    • 提供者:韩腾跃
  1. Dijkstra

    1下载:
  2. 图与网络论中求最短路径的Dijkstra算法 M-函数 格式 [S,D]=minroute(i,m,W) i为最短路径的起始点,m为图顶点数,W为图的带权邻接矩阵, 不构成边的两顶点之间的权用inf表示。显示结果为:S的每 一列从上到下记录了从始点到终点的最短路径所经顶点的序号; D是一行向量,记录了S中所示路径的大小 -Graph and network theory Dijkstra' s shortest path algorithm M-functio
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:902
    • 提供者:童康
  1. ACA_QoS_MR

    0下载:
  2. ACA_QoS_MR时蚁群算法在组播路由中的应用,输出最优组播树(01邻接矩阵表示),最优组播树所有的边,最优组播树的费用-ACA_QoS_MR ant colony algorithm for multicast routing output optimal multicast tree (01 adjacency matrix), all the edges of the optimal multicast tree, the optimal multicast tree cost
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-17
    • 文件大小:2402
    • 提供者:章锋
  1. netplot

    1下载:
  2. 复杂无向图网络绘图,包括处理邻接矩阵和关联矩阵,具体使用方法可以通过help netplot查询。-Complex network undirected graph drawing, including processing adjacency matrix and incidence matrix, the specific method of use can help netplot queries.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:882
    • 提供者:许铭
  1. 5268140

    0下载:
  2. 通过对角线 轮系拓扑判断两个分层邻接矩阵和图形的一致性()
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-07
    • 文件大小:732160
    • 提供者:qlb+3997
  1. lfm

    0下载:
  2. 重叠社区发现LFM算法,基于python实现,导入的文件是lfr基准测试网络,里面写了检测指标,文件可更改,算法通过网络邻接矩阵来实现社区划分(The overlapping community found the LFM algorithm, based on the python implementation, the imported document is the LFR benchmark network, in which the detection index is written
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2020-01-06
    • 文件大小:2048
    • 提供者:静丫头
搜珍网 www.dssz.com