CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - 最短路径算法

搜索资源列表

  1. 15

    0下载:
  2. OSPF是一种路由选择协议。路由选择算法和路由选择协议在概念上是不同的。网络上的主机、路由器通过路由选择算法形成路由表,以确定发送分组的传输路径。而路由选择协议是路由器用来建立路由表和更新路由信息的通信协议。 开放最短路径优先协议(Open Shortest Path First,OSPF)是目前最主要的内部网关协议之一。通过本课程设计,学生可以对路由表的建立和路由信息的更新等有更直观和清晰的认识。
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:1084
    • 提供者:猪八戒
  1. ShortestPath

    0下载:
  2. 利用VC++求最短路径算法,适用于网络路由算法,是一种简介有效的算法
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:6372
    • 提供者:张勤
  1. QQToolkit

    0下载:
  2. Windows应用程序,C#编写,实现了求最短路径的Dijkstra算法,方便操作
  3. 所属分类:ICQ/即时通讯

  1. Dijkstra

    1下载:
  2. C语言编程实现D算法。本实验利用Matlab实现。实现以下功能: 1输入必要参数,包括:节点个数、节点间路径长度、给定节点; 2输出给定节点到其它各节点的最短路径、径长; 3节点间路径长度用矩阵形式表示: -D C language programming algorithm. In this study, by Matlab. Achieve the following functions: 1 Enter the required parameters, includ
  3. 所属分类:网格计算

    • 发布日期:2016-12-14
    • 文件大小:5259
    • 提供者:依依
  1. zuiduanlujing

    0下载:
  2. 最短路径, 迪杰斯特拉算法求最短路径,visual c++ -Dijkstra
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-03
    • 文件大小:6713
    • 提供者:杨海星
  1. netroutingvm

    0下载:
  2. 用VC++实现的网络路由模拟,实现的是最短路径算法-short routing
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-15
    • 文件大小:3871324
    • 提供者:lusong
  1. dijkstra-queue

    0下载:
  2. Dijkstra算法经典实现,计算节点最短路径 -Dijkstra implementation
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-13
    • 文件大小:2605
    • 提供者:
  1. linkstate

    0下载:
  2. 链路状态路由算法的实现,典型的最短路径路由算法,用于计算一个节点到其他所有节点的最短路径。-Link state routing algorithm, a typical shortest path routing algorithm for calculating a node to all other nodes of the shortest path.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-29
    • 文件大小:2342
    • 提供者:shangyong
  1. dv_routing.java

    0下载:
  2. 深入理解分布式路由选择算法,基于DV算法,实现最短路径查找路由器模拟-implement the distance vector routing protocol by Distance vector algorithm
  3. 所属分类:Grid Computing

    • 发布日期:2017-11-08
    • 文件大小:2616
    • 提供者:rachel
  1. culster-table

    0下载:
  2. 通过Dijkstra算法求出路由表中的最短路径和最小跳数。-Dijkstra' s algorithm to find the shortest path and the minimum number of hops in the routing table.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-06
    • 文件大小:7504
    • 提供者:luochen
  1. router

    0下载:
  2. 实现计算机网络中的路由算法,动态的更新路由器,并且能算出通信间的最短路径-In computer network routing algorithms, dynamic update router, and is able to calculate the shortest path between the communication. .
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-11-21
    • 文件大小:25041
    • 提供者:王荣
  1. ShortestPath

    0下载:
  2. 利用VC++求最短路径算法,适用于网络路由算法,是一种简介有效的算法-Use VC++ Seeking the shortest path algorithm applied to network routing algorithm, is a brief and effective algorithm
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-15
    • 文件大小:6420
    • 提供者:niora
  1. lab2-5110379012

    0下载:
  2. 一个基于分布式系统的最短路径算法,需要手动输入每个节点到其他节点的距离-A shortest path algorithm based on distributed systems, the need to manually enter each node to other nodes in the distance
  3. 所属分类:Linux Network

    • 发布日期:2017-04-15
    • 文件大小:6906
    • 提供者:xu
  1. iperf-2.0.5-3-win32

    0下载:
  2. opnet中一种最短路径算法设计网络设计源代码,分享一下-opnet of one shortest path algorithm design network design source code, to share
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-07
    • 文件大小:1139794
    • 提供者:李晨光
  1. Dijkstra

    0下载:
  2. Dijkstra(迪杰斯特拉)算法是典型的单源最短路径算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。-Dijkstra (Dijkstra) algorithm is a typical single-source shortest path algorithm for calculating a node to all other nodes in the shortest path. The main characteristic
  3. 所属分类:Linux Network

    • 发布日期:2017-05-05
    • 文件大小:263017
    • 提供者:孙明
  1. djstra-backup

    0下载:
  2. 最短路径算法的C语言实现,迪杰斯特拉算法的C语言实现- Shortest path algorithm C language, Dijkstra algorithm C language
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-12
    • 文件大小:918
    • 提供者:杜赢
  1. k-ShortestPath

    0下载:
  2. 可以自行设立k值实现多条最短路径计算,结果经验证算法无误(The K value can be set up to realize the calculation of the shortest path. The result is proved to be correct)
  3. 所属分类:网络编程

  1. ksp

    0下载:
  2. k最短路径实现 用K条最短路径来优化网络传输方式,提高网络的实时性,是在Dijkstra最短路径的基础上,优化备选路径的生成方式,提高信息传输速度。在中继节点故障的情况下,放弃最短路径,使用源节点的次最短路径进行信息传输,而不使用故障节点的前一节点的次最短路径。(K shortest path implementation The shortest path of K bar is used to optimize the network transmission mode and impr
  3. 所属分类:P2P编程

    • 发布日期:2018-01-10
    • 文件大小:3072
    • 提供者:huaner92
  1. acatsp

    0下载:
  2. 利用蚁群算法仿真解决旅行商问题,找出最短路径(Ant colony algorithm to solve traveling salesman)
  3. 所属分类:网络编程

    • 发布日期:2018-04-29
    • 文件大小:2048
    • 提供者:xiaomingwen
  1. Desktop

    1下载:
  2. 最短路径问题是图论中的一个经典问题,其中的Dijkstra算法一直被认为是图论中的好算法,但有的时候需要适当的调整Dijkstra 算法才能完成多种不同的优化路径的查询。 对于某城市的公交线路,乘坐公交的顾客希望在这样的线路上实现各种优化路径的查询。设该城市的公交线路的输入格式为: 线路编号:起始站名(该站坐标);经过的站点1 名(该站坐标);经过的站点2名(该站坐标);……;经过的站点n 名(该站坐标);终点站名(该站坐标)。该线路的乘坐价钱。该线路平均经过多少时间来一辆。车速。 例如:
  3. 所属分类:网络编程

    • 发布日期:2018-05-03
    • 文件大小:499712
    • 提供者:Evanhot
« 12 »
搜珍网 www.dssz.com