CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - routing table
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
GUI Develop
Windows Kernel
WinSock-NDIS
Driver Develop
ADO-ODBC
GDI-Bitmap
CSharp
.net
Multimedia Develop
Communication
Shell api
ActiveX/DCOM/ATL
IME Develop
ISAPI-IE
Hook api
Screen saver
DirextX
Process-Thread
Console
File Operate
Printing program
Multi Monitor
DNA
Other
Search - routing table - List
[
WinSock-NDIS
]
iproute
DL : 0
This sample demonstrates the use of IP Helper API functions to manipulate the routing table.
Date
: 2008-10-13
Size
: 8.46kb
User
:
梅恒
[
WinSock-NDIS
]
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
: 2008-10-13
Size
: 2.96kb
User
:
agang
[
WinSock-NDIS
]
iprout-hash
DL : 0
一种基于hash表的IP路由表搜索技术,在WINDOWS下VC++实现-a hash table based on the IP routing table search technology, under the VC WINDOWS
Date
: 2008-10-13
Size
: 9.9kb
User
:
张文宾
[
Other
]
Exchange
DL : 0
由内线接电话终端,数字线进行局间互联,从而构成电话网。收到呼入,呼出请求后,通过查询路由表来决定是内部通话还是和外部通讯,然后通过通道交换功能实现通道间相互通话-from inside to answer the phone terminals, digital lines between the Internet Bureau, thereby constituting a telephone network. Call received, exhaled request, the routing table through the inquiries to determine internal and external calls or communications, Then Channel switch function realization of inter-channel call
Date
: 2008-10-13
Size
: 355.89kb
User
:
成武
[
Other
]
Exchange
DL : 0
由内线接电话终端,数字线进行局间互联,从而构成电话网。收到呼入,呼出请求后,通过查询路由表来决定是内部通话还是和外部通讯,然后通过通道交换功能实现通道间相互通话-from inside to answer the phone terminals, digital lines between the Internet Bureau, thereby constituting a telephone network. Call received, exhaled request, the routing table through the inquiries to determine internal and external calls or communications, Then Channel switch function realization of inter-channel call
Date
:
Size
: 356kb
User
:
成武
[
Dialog_Window
]
Dijkstra_simulate
DL : 0
Dijkstra算法可视化模拟,可输入节点!可仿真路由表产生过程-Dijkstra algorithm visualization simulation, enter the node! Routing table can be generated simulation process
Date
:
Size
: 71kb
User
:
张二
[
Other
]
address2
DL : 0
一个简单的基于静态路由表的最佳路由过程,OMNETPP平台下已经编译通过。-A simple static routing table based on the best routing process, OMNETPP platform has been compiled through.
Date
:
Size
: 676kb
User
:
luzhen
[
Windows Develop
]
shortpath
DL : 0
题 目 :最短路由计算 题目描述:INTERNET中通过路由器在多个网络中进行数据报的转发,在研究路由问题的时候,可以把每一个路由器、局域网或者广域网都抽象为一个结点,每条链路则用带有方向的边表示,边上的权值表示相邻结点的代价值。于是可以根据最短路径算法得出最佳的路由表。 -Title: Calculation of the shortest route subject description: INTERNET by routers in a number of network datagram forwarding, routing problems in the study, they can each router, LAN or WAN are abstracted as a node point, each link is used with the express direction of the edge, the edge of the right to express the value of adjacent nodes in lieu of value. It could thus be the basis of the shortest path algorithm to draw the best routing table.
Date
:
Size
: 63kb
User
:
lipeng
[
Other
]
kcy
DL : 0
模拟一台路由器使用距离向量算法更新路由表功能-Simulate a router using distance-vector algorithms update the routing table function
Date
:
Size
: 2kb
User
:
chongzi
[
Driver Develop
]
IPRouteS
DL : 0
设置本机路由表的VC++驱动源码-Set the machine routing table-driven source code VC++
Date
:
Size
: 1kb
User
:
米勒
[
Other
]
linkStateRouting
DL : 0
链路状态路由算法实现。链路状态算法又叫最短路径优先SPF(Short Path First)算法。按照SPF的要求,路由器中路由表依赖于一张能表示整个个网络拓扑结构的无向图G(V,E)。-Link state routing algorithm. Link State algorithm called the shortest path first SPF (Short Path First) algorithm. In accordance with the requirements of SPF, the router relies on a routing table can be said that the entire network topology undirected graph G (V, E).
Date
:
Size
: 2kb
User
:
yiyi
[
Communication
]
UAVMP
DL : 0
整个无线通信演示系统由ABCD四个节点组成,根据硬件前端的实现,每个节点在收到与自己地址对应的数据包时触发同步信号,所以就需要一个中心节点来进行同步触发,本系统中以A节点为中心节点,B、C、D三个节点地位对等。A节点周期性的广播同步信息,从而实现四个节点的同步。A节点连接一台PC机,用来监视网络的情况并显示从其它节点发送过来的图像流信息。该软件可以实时对串口进行监听并显示A节点的路由表、网络的时隙表和吞吐量,实时获得B、C、D三个节点的图像流数据。-The wireless communications demonstration system consists of four nodes ABCD, depending on the hardware front-end implementation, each node address received with their corresponding data packet triggered synchronous signal, so we need a central node for syncing trigger, this system A central node to node, B, C, D status of the other three nodes. A node periodically broadcasts synchronization information in order to achieve synchronization of the four nodes. A node connected to a PC, used to monitor the situation of the network and displays from other nodes to send information over the image stream. The software can monitor real-time on the serial port and displays the A node routing table, the network time slot table and throughput, real-time access to B, C, D are three nodes of the image stream data.
Date
:
Size
: 193kb
User
:
[
Windows Develop
]
router-simulator
DL : 0
Simulate routing, table routing
Date
:
Size
: 5kb
User
:
Tenno Siswono
[
Shell api
]
sc-RO
DL : 0
运行sc-RO.bat后 1.程序会按照系统时间,将"copyfile" 复制一份并重命名为当前日期格式的文件夹,日期格式为"YYYYMMDD"。 2.如果新文件夹已复制,程序会监测是否存在"finish"的文件,如果不存在,则进行路由表获取,(获取完成后,获取窗口会停留在当前状态,点击一下便可消失)获取完成后生成"finish"文件。 3.返还sc-RO.bat窗口,会提示"请按任意键继续. . ." 程序后台运行文件对比程序,完成后弹出对比结果文件"fccheck.log"。-Run sc-RO.bat Program in accordance with the system time "copyfile a copy and rename the folder for the current date format, date format in YYYYMMDD. If the new folder has been copied, the program will monitor whether there is "finish" the file, if it does not exist, then the routing table to obtain (access is completed, get the window will stay in the current state, one click can disappear) to obtain generate the "finish" finished file. . Return sc-RO.bat window will be prompted to "Press any key to continue ..." pop-up comparative results file "fccheck.log," the program running in the background file comparison program, completed.
Date
:
Size
: 1kb
User
:
caiweicheng
[
Windows Develop
]
Wsimple_routei
DL : 0
利用WinPcap编制简单的路由程序,实现路由功能。简单单的路由程序分为静态路由表的维护和IP数据报的处理两大部分。 -Use WinPcap to prepare a simple routing procedures to achieve the routing functions. Simple single routing process is divided into two parts of the static routing table maintenance and processing of the IP datagram.
Date
:
Size
: 51kb
User
:
分界线
[
Windows Develop
]
llibbdnet-110i
DL : 0
libdnet 为若干个低层的网络例程提供了一个简单易懂的可移植的接口,包含网络地址处理,内核arp 缓冲与路由表查找与管理,网络防火墙(IP filter, ipfw, ipchains,, pf, PkktFilter, ...),网络接口查找与管理,IP 隧道(BSD/Linux tun, Universal TUN/TAP device),未加工的IP 包与以太网帧的传输。 -the libdnet as a number of low-level network routines provide an easy-to-understand interface portable, contains the network address processing, the kernel arp buffer the routing table lookup and management, network firewall (IP filter, ipfw, ipchains, pf, PkktFilter , ...), network interface lookup and management, IP tunneling (BSD/Linux tun, Universal TUN/TAP device), raw IP packet and Ethernet frame transmission.
Date
:
Size
: 390kb
User
:
明白的
[
Windows Develop
]
TStaticRouterh
DL : 0
实现路由器的基本功能,掌握路由器的工作原理,进而深入了解网络互联层的工作原理。要求实现一个简单的路由处理程序,应该包括的功能如下:静态路由表的维护,IP数据报的处理,处理IP数据报TTL域中的数值,重重新计算IP数据报的头部校验和,生成和处理ICMP报文,显示本机的网络接口、IP数据报的接收情况、IP数据报的选路情况、IP数据报的发送情况。程序学要和Winpcap3.1一起使用,具体说明见"程序说明 -The basic functionality of the router, the the master router works, works-depth understanding of network interconnection layer. To implement a simple routing handler function that should be included are as follows: static routing table maintenance, the IP datagram processing, processing IP datagrams TTL domain numerical weight to recalculate the IP datagram header checksum generation and processing of ICMP packets, and display the network interface, the IP datagram receiver, IP datagram routing, IP datagram sent situation. Program learn and Winpcap3.1 details, see the description of the procedures
Date
:
Size
: 400kb
User
:
兴奋
[
Other
]
Routing
DL : 0
距离路由矢量算法程序,可实现一个路由表的更新,有执行文件-Distance vector routing algorithm, which enables a routing table updates, there is the executable file
Date
:
Size
: 3.4mb
User
:
chao
[
Windows Develop
]
Routing
DL : 0
Helps easy routing table Simple but very convenient Routing add program
Date
:
Size
: 2kb
User
:
lsy
[
Windows Develop
]
routing
DL : 0
利用数据结构中有关图的知识,实现路由表生成算法OSPF和RIP,并根据图的结构生成路由表。-Using the data structure knowledge map to achieve the routing table generation algorithm OSPF and RIP, and generates a routing table based on the structure chart.
Date
:
Size
: 184kb
User
:
张豪
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.