CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - dij

搜索资源列表

  1. dij

    0下载:
  2. Dij算法 图论里面的 可以用来计算最短路径
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1027
    • 提供者:康平
  1. 这是一个将Dijkstra算法的时间复杂度

    0下载:
  2. 这是一个将Dijkstra算法的时间复杂度从O(n*n) 优化为O(nlogn)的方法,This method can reduce time complexity from O(n*n) to O(nlogn) for Dijkstra s algorithm.
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-21
    • 文件大小:17282
    • 提供者:秦天
  1. src

    0下载:
  2. PKU中一些数据结构基本算法题的java实现,包括DIJ、PRIM、二叉查找树、并查集、动态规划、KMP、匈牙利算法、深搜广搜等-PKU some basic data structure algorithm java realization of the title, including DIJ, PRIM, binary search tree, and search sets, dynamic programming, KMP, the Hungarian algorithm, colle
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:78430
    • 提供者:俞昊旻
  1. SA_TSP

    0下载:
  2. 旅行商问题(Travelling Salesman Problem, 简记TSP,亦称货郎担问题):设有n个城市和距离矩阵D=[dij],其中dij表示城市i到城市j的距离,i,j=1,2 … n,则问题是要找出遍访每个城市恰好一次的一条回路并使其路径长度为最短。-TSP (Travelling Salesman Problem, Jane Hutchison TSP, also known as the traveling salesman problem): with n cities an
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:268343
    • 提供者:章为到
  1. shortestpath

    0下载:
  2. 利用迪杰斯特拉算法和弗洛伊德算法计算两节点之间的最短路径-get the shortest path between two node with arithmetic of DIJ and floyd
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:2244
    • 提供者:Alias_y
  1. ant

    0下载:
  2. 旅行商问题(Travelling Salesman Problem, 简记TSP,亦称货郎担问题):设有n个城市和距离矩阵D=[dij],其中dij表示城市i到城市j的距离,i,j=1,2 … n,则问题是要找出遍访每个城市恰好一次的一条回路并使其路径长度为最短-TSP (Travelling Salesman Problem, abbreviated TSP, also known as the traveling salesman problem): with n cities and th
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:6080
    • 提供者:hepeng
  1. dij

    0下载:
  2. 迪吉斯特拉算法,fsdfds fds fds fds fsdfds-迪吉斯特拉 algorithm:
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:1090
    • 提供者:eason
  1. Dij

    0下载:
  2. zui duan lu de ji ben suan fa
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:668
    • 提供者:xuexue
  1. DIJ

    0下载:
  2. 迪杰斯特拉算法是数据结构中一实验算法。用vs2008编写,已无错误-Dijkstra algorithm is an experimental algorithm for data structure
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1087
    • 提供者:fff
  1. cebk_tsp

    0下载:
  2. 用离散数学或图论的术语来说,假设有一个图g=(v,e),其中v是顶点集,e是边集,设d=(dij)是由顶点i和顶点j之间的距离所组成的距离矩阵,旅行商问题就是求出一条通过所有顶点且每个顶点只通过一次的具有最短距离的回路。 -Discrete Mathematics or use the terminology of graph theory, assume that a graph g = (v, e), where v is the vertex set, e is the edge se
  3. 所属分类:matlab

    • 发布日期:2017-05-13
    • 文件大小:3555823
    • 提供者:陈惠斌
  1. Dij

    0下载:
  2. Dijkstra algorithm to show how to find shortest path
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:12014
    • 提供者:samtara
  1. dij

    0下载:
  2. dijkstra单源最短路径源代码模板,迪杰斯特拉算法-the short path
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:602
    • 提供者:黄银锋
  1. Dijkstra

    0下载:
  2. Dijkstra算法演示程序,简单的说明了DIJ算法的计算步骤 -Dijkstra algorithm demo program, a simple descr iption of the the DIJ algorithm computing steps
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:709816
    • 提供者:Mr.Wu
  1. the-average-path-length

    0下载:
  2. 问题描述:平均路径长度是网络中另一个重要的特征度量,他是网络中所有节点对之间的平均最短距离。这里节点间的距离指的是从一个节点要经历的边的最小数目,其中所有节点之间的最大距离称为网络的直径。平均路径长度和直径衡量的是网络的传输性能与效率。平均路径长度的公式为 ,其中dij表示点i和j之间的最短距离(若dij不存在时,dij就不能加入,且分母要相应减1) 要求:输入邻接矩阵表示的图,计算其平均路径长度-Descr iption of the problem: the averag
  3. 所属分类:Data structs

    • 发布日期:2017-11-06
    • 文件大小:13023
    • 提供者:cagfaiss
  1. data_struct

    0下载:
  2. 自己实现的重要的数据结构以及算法(包括dfs,bfs,huffman code,kmp,dij等)。每一个.cpp或.c文件都是一个可直接运行的程序。-Important data structures and algorithms to achieve their own (including dfs, bfs, huffman code, kmp, dij, etc.). Every one. Cpp or. C file is a program can be run directly.
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:46406
    • 提供者:欧龙崎
  1. main

    0下载:
  2. 1.掌握图的基本存储方法:邻接矩阵和邻接表(本程序中使用邻接矩阵); 2.掌握有关图的基本操作算法并能使用高级语言实现(本程序使用C语言); 3.掌握图的深度优先搜索遍历和广度优先搜索遍历算法; 4.掌握图的最小生成树的两种算法:prim算法和kruskal算法。 5.掌握图的最短路径的两种算法:DIJ算法和floyd算法。 -1 The basic storage methods mastered graph: adjacency matrix and adjacency
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:3894
    • 提供者:奋斗菠萝
  1. dij

    0下载:
  2. 算法实现了迪杰斯特拉最短路径选择,较好的实现了算法(The algorithm implements the shortest path selection of Dijkstra)
  3. 所属分类:数据结构

    • 发布日期:2018-04-29
    • 文件大小:116736
    • 提供者:你爹2
搜珍网 www.dssz.com