搜索资源列表
srcspf
- 开放最短路径优先,网络协议编程,-Open Shortest Path First, the network protocol programming,
zuiduanlujingsuanfajiaocheng
- 最短路经得一个小实例 看看不错 最短路经得一个小实例 看看不错-shortest pass in a small look at the good examples in the shortest pass a good look at the example of a small
proxythorn
- 用法简单,实用,最短时间可选择最快的IP地址,省时省力 -use simple, practical and can choose the shortest time of the fastest IP address, saves time and effort
c-vi
- 实用网址2007 1:整体美化,优化后台 2:增加了常用邮箱无忧登陆栏 3:增加了数个二级频道,使你的网站在最短的时间内提升排名 4:修正了一些小的BUG 5:分类更加详细,更加人性化! 6:新增个人网址导航功能(特色); 7:使用论坛等外部数据库用户表功能; 安装方法: 1:将源码全部上传到网站空间,进入后台管理页面 2: 点击“网站信息管理”,修改其中的网站信息 3:点击“生成html管理”,生成网站页面 4:后台管理目录:admin/
15
- OSPF是一种路由选择协议。路由选择算法和路由选择协议在概念上是不同的。网络上的主机、路由器通过路由选择算法形成路由表,以确定发送分组的传输路径。而路由选择协议是路由器用来建立路由表和更新路由信息的通信协议。 开放最短路径优先协议(Open Shortest Path First,OSPF)是目前最主要的内部网关协议之一。通过本课程设计,学生可以对路由表的建立和路由信息的更新等有更直观和清晰的认识。
Dijkstra
- 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
1
- 实验一 熟习几个基本网管命令 实验三 协议分析软件的应用 实验四 数据冗余 实验五 使用C++实现 计算结点间最短距离 实验六 熟悉ftp指令 -A few basic network test commands to familiarize themselves with the three experimental protocol analysis software application test four data redundancy using C++ test f
wordpress-2[1].7
- 对SEO支持最好的BLOG程序源码,能在最短时间内被GOOGLE收录BLOG中的内容-SEO support for the best source BLOG procedures, can in the shortest possible time to be included GOOGLE content BLOG
ArcGIS_RoutingCSharp
- 本WEBGIS程序实现了GIS中的网络分析功能(最短路径分析)-WEBGIS implementation of this procedure in the GIS network analysis function (the shortest path analysis)
OSPF
- OSPF- Open shortest path first. which a routing protocol. uses IP version 4-OSPF- Open shortest path first. which a routing protocol. uses IP version 4
crfc2328_chinese
- 本备忘录说明了OSPF协议版本2。OSPF是一种连接状态/link-state路由协议,被设计用于单一的自制系统/Autonomous System中。每个OSPF路由器都维持着同样的数据库以描述AS的拓扑结构,并以此数据库来创建最短路径树并计算路由表。-Open Shortest Path First(OSPF)TCP/IP
finalshortpath
- 这是计算机网络中的迪杰斯特啦的最短路由算法演示程序,很好用啊-This is a computer network in the shortest you迪杰斯特routing algorithm demo program, with very good ah ... ...
testURLusedVB
- 批量测试域名使用情况的VB小程序,可以测试出目前还未使用的最短的.COM域名,省好多麻烦。-Domain names on the use of batch testing VB applet, you can test out has yet to use the shortest. COM domain names, provincial lot of trouble.
n-hubshortestpathrouting
- a paper on n-hub shortest path routing implementation
SharpICTCLAS
- ICTCLAS分词的总体流程包括:1)初步分词;2)词性标注;3)人名、地名识别;4)重新分词;5)重新词性标注这五步。就第一步分词而言,又细分成:1)原子切分;2)找出原子之间所有可能的组词方案;3)N-最短路径中文词语粗分三步。 在所有内容中,词典库的读取是最基本的功能。ICTCLAS中词典存放在Data目录中,常用的词典包括coreDict.dct(词典库)、BigramDict.dct(词与词间的关联库)、nr.dct(人名库)、ns.dct(地名库)、tr.dct(翻译人名库
hw3
- 设计一个以文件方式存储事件结点网络(例如图7.31所示)的格式,从而实现从一个文件中读入一个事件结点网络,并求出各活动的可能的最早开始时间和允许的最晚完成时间、整个工程的最短完成时间、哪些活动是关键活动、提高哪些活动的速度能够使整个工程提前完成等等,并将求出的结果写入到另一个文件。-Design of a file stored event node network (for example, as shown in Figure 7.31) format, in order to achiev
SimpleRoutingTask
- arcgis server 最短路径开发-arcgis server shortest path development
linkstate
- 链路状态路由算法的实现,典型的最短路径路由算法,用于计算一个节点到其他所有节点的最短路径。-Link state routing algorithm, a typical shortest path routing algorithm for calculating a node to all other nodes of the shortest path.
MsgSwitch
- 模拟使用距离向量算法的路由器,计算最短路由,输出邻居列表,分组设定生存时间,超过生存时间被丢弃,需要重新发送分组。-Simulation using the distance vector algorithm routers, computing the shortest route, the output neighbor list, the survival time of group setting, more than the survival time is discarded, ne
the-shortest-path
- 这个是数据结构中的一个例子:在图形中寻找每一对顶点之间的最短路径。-This is the data structure of an example: in the graph to find each of the shortest path between the vertices.