CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - distance vector routing algorithm
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - distance vector routing algorithm - List
[
Linux-Unix
]
rip
DL : 0
实现网络层rip协议(距离矢量路由算法)-rip network layer protocol (distance vector routing algorithm)
Date
: 2025-07-04
Size
: 12kb
User
:
罗安
[
Internet-Network
]
distanceroute.c
DL : 0
fatmck@163.com编的距离向量路由算法-fatmck@163.com series of the distance vector routing algorithm
Date
: 2025-07-04
Size
: 1kb
User
:
彭少明
[
Other
]
距离矢量路由模拟
DL : 0
这是一个模拟路由器的距离矢量路由算法,核心是dijkstra算法。-This is a simulated router distance vector routing algorithm is the core-algorithm.
Date
: 2025-07-04
Size
: 85kb
User
:
陈为
[
Internet-Network
]
1Router
DL : 0
计算机网络编程-距离矢量路由算法演示程序。-computer network programming-distance vector routing algorithm demonstration program.
Date
: 2025-07-04
Size
: 61kb
User
:
青柿子
[
Internet-Network
]
shortestPathAlgorithmRouter
DL : 0
所实现的路由器采用距离矢量算法,模拟Internet上的IP路由器,它能确定网络的最短路由,并在其上传输分组-router achieved by the application of the distance vector algorithm simulation on the Internet IP routers, it can determine the shortest route network, and in its previous packet transmission
Date
: 2025-07-04
Size
: 177kb
User
:
agang
[
Internet-Network
]
DistanceVector_Routing
DL : 0
Distance Vector Routing,也称为Bellman-Ford shortest path algorithm。基本思想是: 每个路由器(路由结点)都维持一张路由表,包括路由的目的地(V)和路由的距离(D)。每个路由器都定期与相邻结点交换路由表信息,据此更新它们自己的路由表。所有结点都监听从其它结点传来的路由表,并按照下列规则更新其路由表: -发现了一条到达某目的结点的新路由,而该路由在原来的路由表中不存在(即发现了一条新路由),则在路由表中增加该路由。 -发现了一条到达某目的结点的、距离更短的新路由,则用该路由替换原有的路由。 -到达某目的结点的一条路由,其后继结点到达该目的地的距离发生了变化,则需要更新该路由的距离。 本文件中包含详细的源代码和注释,以实现利用距离向量算法更新路由表的功能。-Distance Vector Routing, also known as the Bellman-Ford shortest path algorithm. The basic idea is : Each router (routing nodes) has maintained a routing table, the destinations include routing (V) and the routing of distance (D). Each router regularly with neighboring nodes to exchange routing table information, updated accordingly their own routing table. All nodes are monitored from other nodes sent a routing table, and in accordance with the following rules to update its routing table :- found a purpose to reach a node of the new routing, The routing of the original routing table does not exist (that is, found a new routing), the routing table to increase the routing.- Found a purpose to reach an end point, the short distance between the new routing, the router can be used to replace
Date
: 2025-07-04
Size
: 3kb
User
:
agang
[
Data structs
]
DRAc
DL : 0
距离向量路由算法的c源代码,希望给有兴趣的人有用-distance vector routing algorithm c source code, and hopes to give those who are interested in useful
Date
: 2025-07-04
Size
: 1kb
User
:
芦苇
[
Mathimatics-Numerical algorithms
]
julishiliang1
DL : 0
计算机网络课程设计实验,距离矢量路由算法。在运行前须在c磁盘下建立文档data.txt。并且输入49个数字 1~9或- 用逗号分开。-Computer network curriculum design experiments, distance vector routing algorithm. Before running in the establishment of documents c disk data.txt. 49 digital input and 1 ~ 9 or- separated by commas.
Date
: 2025-07-04
Size
: 2kb
User
:
daniel
[
TCP/IP stack
]
julixiangliang
DL : 0
计算机网络路由算法中的距离向量算法方法,这是源程序,学计算机网络的应该都知道!-Computer network routing algorithm of distance vector algorithm method, which is the source code, learning the computer network should all know!
Date
: 2025-07-04
Size
: 1kb
User
:
kon
[
Data structs
]
router
DL : 0
C语言路由距离向量路由算法演示程序,采用TC2.0的图形方式编程模式,主要演示路由算法-C language routing Distance Vector routing algorithm demo program using the graphical TC2.0 programming model, the main demonstration of routing algorithm
Date
: 2025-07-04
Size
: 42kb
User
:
刘军
[
RFID
]
aodv
DL : 0
Ad hoc网络的典型的距离矢量路由算法Aodv-Ad hoc networks, the typical distance vector routing algorithm AODV
Date
: 2025-07-04
Size
: 67kb
User
:
zhangqiong
[
Internet-Network
]
VBjulishiliangluyou
DL : 0
基于动态路由算法的距离矢量路由选择算法-Dynamic routing algorithm based on distance vector routing algorithm
Date
: 2025-07-04
Size
: 162kb
User
:
[
TCP/IP stack
]
Distr_Nodes
DL : 0
路由选路算法距离向量算法的编程实现,c-Routing algorithm Distance Vector Algorithm Programming, c
Date
: 2025-07-04
Size
: 19kb
User
:
宋春瑶
[
TCP/IP stack
]
DValgorithm
DL : 0
DV算法的C语言实现。用于网络的网络层距离向量选路。-DV Algorithm C language. The network layer for network distance vector routing.
Date
: 2025-07-04
Size
: 23kb
User
:
汪晗
[
JSP/Java
]
router
DL : 0
这个程序实现了距离矢量路由算法,又称Bellman-Ford算法,使用java编程实现.-This process achieved a distance vector routing algorithm, also known as Bellman-Ford algorithm, the use of java programming.
Date
: 2025-07-04
Size
: 16kb
User
:
cwh
[
Internet-Network
]
distanceVectorRouter(c)
DL : 0
利用距离向量算法更新路由表。 该程序的多个实例(进程或线程)可以以运行在一台机器 一个实例代表一个路由器(结点)。 实例之间利用UDP交换路由表。 能够打印出邻居列表和输出路由表!(c语言实现)-The use of distance vector algorithm to update the routing table. Multiple instances of the program (process or thread) can be run on a machine on behalf of an example of a router (node). Examples of exchange between the use of UDP routing table. Be able to print out a list of neighbors and output routing table! (c language)
Date
: 2025-07-04
Size
: 31kb
User
:
冷冰
[
JSP/Java
]
p5p6
DL : 0
个程序实现了距离矢量路由算法,又称Bellman-Ford算法,使用java编程实现.-This process achieved a distance vector routing algorithm, also known as Bellman-Ford algorithm
Date
: 2025-07-04
Size
: 18kb
User
:
xiao
[
Internet-Network
]
julishiliang1
DL : 0
该算法详细的描述距离矢量路由算法的寻路过程,以及发送数据过程-Detailed description of the algorithm distance vector routing algorithm routing process, as well as the process of sending data
Date
: 2025-07-04
Size
: 2kb
User
:
吴长丽
[
Mathimatics-Numerical algorithms
]
prog3
DL : 0
program for distance vector routing algorithm
Date
: 2025-07-04
Size
: 4kb
User
:
bchintal
[
Mathimatics-Numerical algorithms
]
f51b5e046d56
DL : 0
It is a source code for distance vector routing algorithm
Date
: 2025-07-04
Size
: 1kb
User
:
Vikky
«
1
2
3
4
5
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.