CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 路由

搜索资源列表

  1. 利用IP助手函数管理路由表(cpp)

    0下载:
  2. 利用IP助手函数管理路由表- Using IP assistant function management route table
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:43262
    • 提供者:none
  1. 距离矢量路由模拟

    0下载:
  2. 这是一个模拟路由器的距离矢量路由算法,核心是dijkstra算法。-This is a simulated router distance vector routing algorithm is the core-algorithm.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:86880
    • 提供者:陈为
  1. 动态发现某个路由的所有子网的拓扑结构

    0下载:
  2. 本软件是在VC++6.0下面编译并调试成功的。这个软件采用SNMP协议编程,能动态的发现某个路由的所有子网的拓扑结构。这是我们老师要求的期末考试项目之一,因时间比较仓促,只对路由器的子拓扑进行了搜索,而没有搜索主拓扑。 -the software is below the VC 6.0 compiler and debugger successful. The software uses SNMP programming, dynamic routing discovered a netwo
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:32086
    • 提供者:阳广元
  1. 一个路由跟踪程序的源码

    0下载:
  2. 一个路由跟踪程序的源码!!!很不错!大家可以学习一下!-a routing tracking procedures source! ! ! Very good! We can learn from this!
  3. 所属分类:网络编程

    • 发布日期:2010-06-29
    • 文件大小:98503
    • 提供者:李俊伟
  1. 路由跟踪

    0下载:
  2. MFC 实现发报文 然后收到服务器的回复 查看回复的路由路径IP-transmitters MFC-server then received a reply back to the View Path IP Routing
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:49426
    • 提供者:
  1. 基于SNMP的路由搜索源程序(VC)

    0下载:
  2. 基于SNMP网络管理的路由探索 用VC编写-SNMP-based network management routing prepared to explore with VC
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1896147
    • 提供者:熊锴
  1. 线程模拟路由器

    0下载:
  2. 利用线程模拟路由器,实现路由器DV和LS算法,路由器之间的通信利用socket完成。界面上显示路由表。
  3. 所属分类:通讯编程

    • 发布日期:2010-11-11
    • 文件大小:49999
    • 提供者:esue181
  1. 无线传感器单跳路由

    0下载:
  2. 基于Zigbee协议的无线传感器节点的单跳路由协议代码
  3. 所属分类:通讯编程

    • 发布日期:2011-05-12
    • 文件大小:161251
    • 提供者:jessie.miao
  1. 基于STUN检测NAT类型

    0下载:
  2. 进入:\Stun\STUN_Client_app\STUN_Client_app\bin\ 运行程序即可检测路由类型
  3. 所属分类:网络编程

  1. 通过API来控制RouterOS软路由系统

    0下载:
  2. 通过API来控制RouterOS软路由系统,给出列出在线用记和所有用户的操作。RouterOS需3.0以上版本,且要打开API功能!-RouterOS software through the API to control the routing system in mind and given lists of all online users with the operation. RouterOS to be 3.0 or later, and to open the API functi
  3. 所属分类:.net编程

    • 发布日期:2017-03-28
    • 文件大小:143862
    • 提供者:wghong
  1. 关于路由协议的omnet++仿真

    0下载:
  2. 关于路由协议的omnet++仿真,有仿真的所有文件,只需点击exe文件即可。,On the routing protocol omnet++ Simulation, simulation of all the files there, just click the exe files.
  3. 所属分类:通讯编程

    • 发布日期:2017-03-24
    • 文件大小:499099
    • 提供者:zhongchun
  1. LEACH.rar

    3下载:
  2. 基于matlab的无线传感器网络的leach路由算法,Matlab-based wireless sensor network routing algorithm leach
  3. 所属分类:通讯编程

    • 发布日期:2013-04-08
    • 文件大小:2374
    • 提供者:wf
  1. NS2-Adhoc-contrast

    1下载:
  2. NS下的adhoc的路由协议比较 分析了仿真场景的生成,源代码的应用和仿真脚本的分析-NS under the adhoc routing protocol of a comparative analysis of the simulation scene generation, the application of source code analysis and simulation scr ipts
  3. 所属分类:其他小程序

    • 发布日期:2017-05-08
    • 文件大小:261611
    • 提供者:c
  1. routeSession.tcl

    1下载:
  2. Ns2中关于静态路由的示例程序,是学习Ns2一个比较好的例子-Ns2 static route on the sample programs
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:1583
    • 提供者:郭国科
  1. 距离矢量路由算法SP2(完成)

    0下载:
  2. 距离矢量路算法:每个路由器维护一张路由表(即一个矢量),它以网络中的每个路由器为索引,表中列出了当前已知的路由器到每个目标路由器的最佳距离,以及所使用的线路。通过在邻居之间相互交换信息,路由器不断地更新他们的内部路由表。(Distance vector routing algorithm)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:262144
    • 提供者:wangygang
  1. 基于簇头选举和多跳路由LEACH协议研究

    2下载:
  2. 基于簇头选举和多跳的LEACH路由协议,有算法步骤和主要程序代码(Based on cluster head election and multi hop LEACH routing protocol, there are algorithm steps and main program code)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:2048
    • 提供者:龙龙95
  1. 实训5-静态路由

    0下载:
  2. 路由交换练习,本练习着重于基本设备配置和静态路由。编址方案已经预先确定。当所有设备配置完毕后,您将测试端到端的连通性并检查配置。(Routing exchange exercise)
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:104448
    • 提供者:草拟
  1. VPN路由模块.

    0下载:
  2. 易语言编写的VPN路由表操作模块 简单易用,部分代码有注释(Easy language to prepare the VPN routing table operation module)
  3. 所属分类:其他

  1. 距离最短路由

    3下载:
  2. 用于多跳路由,寻找最小距离路径的一种算法。(An algorithm for multi-hop routing looking for the path with the smallest distance.)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:3072
    • 提供者:lxta209
  1. 优酷路由宝L1编程器固件

    0下载:
  2. 优酷路由宝L1编程器固件,用于恢复出厂救砖用(Youku route treasure L1 programmer firmware)
  3. 所属分类:其他

    • 发布日期:2018-05-06
    • 文件大小:9916416
    • 提供者:dqedujszx
« 12 3 4 5 6 7 8 9 10 ... 26 »
搜珍网 www.dssz.com