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-22
    • 文件大小: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. JAVA--dij

    0下载:
  2. 用JAVA实现的一种DIJ算法过程,代码经典,可扩展性强-JAVA achieved with a process of DIJ algorithm, code classic, scalability and strong
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:17198
    • 提供者:陈国章
  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. dij

    0下载:
  2. dijkstra,每一对顶点间的最短距离-dijkstra, each pair of vertices the shortest distance between the
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:1098355
    • 提供者:wiiliam.tony
  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. travel-system

    0下载:
  2. 模拟旅游查询系统,使用dij算法实现最短路程序,实现最小价格、最小时间、限时最小价格-Simulated travel inquiry system, using dij algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:924401
    • 提供者:houxionghui
  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-15
    • 文件大小:6080
    • 提供者:hepeng
  1. dij

    0下载:
  2. This is a dijkstra algorith.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:631
    • 提供者:asdfg
  1. dij

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

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

    0下载:
  2. 迪克斯特拉算法 迪克斯特拉算法-fasdfgdh
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1829
    • 提供者:jeon
  1. Dij

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

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

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

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

    0下载:
  2. Simulation of Dijkstra s algorithm.
  3. 所属分类:Applet

    • 发布日期:2017-04-01
    • 文件大小:276758
    • 提供者:Manoj Kumar
  1. dij

    0下载:
  2. A*寻路算法 FLASH 编写 只是简单的功能 不适合高级别的人来阅读 适合初学者-A* SERCH ROAD
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-04-03
    • 文件大小:12131
    • 提供者:sean
  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-14
    • 文件大小:3555823
    • 提供者:陈惠斌
  1. Dij

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

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

    0下载:
  2. 完整的DIJ最短路法,可以处理全部问题,包括 初学者可以学习的内容-Complete simplex method, we can address all the issues, including the dual simplex type and ordinary simplex
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:1041
    • 提供者:zhangpeng
  1. Dij

    0下载:
  2. Dijskra算法,可以计算每对点之间的最短距离-Dij algorithmfor calculating the shortest path between two nodes
  3. 所属分类:Energy industry

    • 发布日期:2017-04-13
    • 文件大小:1831
    • 提供者:eden520
« 12 »
搜珍网 www.dssz.com