CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - router

搜索资源列表

  1. oolsr-0.99.15.tar

    0下载:
  2. Optimized Link State Routing是IETF正在研究的、用于移动式无线行动网络(这里,不仅终端用户可移动,路由器和服务器等也可以)的几个协议之一。该项目的实施弥补了Hipercom项目的一个内容。 -Optimized Link State Routing IETF is being examined for mobile wireless Action Network (here, the end user can not only mobile, router a
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:455316
    • 提供者:李飞
  1. NATSolutions

    0下载:
  2. 很实用的点对点通讯程序,通过UDP打洞穿透NAT网关实现P2P连接,该源码实现了一个网络地址转换系统,分3个部分:1)路由器 2)TCP映象 3)UDP映象-very practical point-to-point communications procedures through UDP burrows penetrate NAT Gateway peer-to-peer connectivity, the source implementation of a network address
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:17320
    • 提供者:李大卫
  1. NetFinder

    0下载:
  2. 网络拓扑发现 发现路由器与子网,给出路由器的简单配置信息、子网中的主机(如果支持SNMP,给出简单的系统描述) 搜索深度、团体名、起始路由器可设定 -network topology discovery and found router subnet, the router is a simple configuration information, - hosts on the network (if SNMP support, the system is a simple des
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:73577
    • 提供者:熊熊XP
  1. telnet_csharp

    0下载:
  2. telnet的客户端c#源码 带有mstelnet server以及路由器调用的例子-telnet client c # source code with server and router mstelnet transfer using the example
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:241350
    • 提供者:dai
  1. router3

    0下载:
  2. console下模拟一个小的路由器程序 socket对话 多线程通信 DV算法的实现-console under simulated a small router dialogue process multi-threaded socket communication DV Algorithm the realization
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8586
    • 提供者:小卡
  1. BosonNetsim6beta1

    0下载:
  2. 模拟思科路由器配置试验很好的工具,对路由器的学习很有用-Cisco router configuration simulated test of a good tool for router useful learning
  3. 所属分类:邮电通讯系统

    • 发布日期:2008-10-13
    • 文件大小:21935851
    • 提供者:陈大山
  1. ddns

    0下载:
  2. 路由器DDNS的源代码 开发平台为ECOS,嵌入式系统-hotspot router source code development platform for ECOS, embedded systems
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:14392
    • 提供者:fan
  1. net_root

    0下载:
  2. 这是用JAVA编写的路由器的单机模拟实现,是网络课程设计-is prepared using JAVA aircraft simulated router is true, of course design network
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:4300
    • 提供者:hk
  1. CommendExplain

    0下载:
  2. this a implement of a command shell,which is similar to Cisco router console. the project also include example code about how to develop user console application with the command shell module.-implement of a command shell, which is similar to
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:32202
    • 提供者:张广旭
  1. CISCOPWD

    0下载:
  2. cisco Type 7 密码破解 Usage: %s -p <encrypted password> %s <router config file> <output file>-password crackers Usage :% s-p
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:1505
    • 提供者:王蒙
  1. RouterIpMonitor

    0下载:
  2. A notification service for router IP address changes. -A notification service for IP router addre ss changes.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:57048
    • 提供者:stephen
  1. shortestPathAlgorithmRouter

    0下载:
  2. 所实现的路由器采用距离矢量算法,模拟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
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:145115
    • 提供者:agang
  1. lyqmn

    0下载:
  2. 路由器摸拟 路由器摸拟 路由器摸拟 -router simulation rout er simulation rout er simulation rout er simulation Road by router simulation device simulation router Moot
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:1434800
    • 提供者:asdfkk
  1. DistanceVector_Routing

    2下载:
  2. Distance Vector Routing,也称为Bellman-Ford shortest path algorithm。基本思想是: 每个路由器(路由结点)都维持一张路由表,包括路由的目的地(V)和路由的距离(D)。每个路由器都定期与相邻结点交换路由表信息,据此更新它们自己的路由表。所有结点都监听从其它结点传来的路由表,并按照下列规则更新其路由表: -发现了一条到达某目的结点的新路由,而该路由在原来的路由表中不存在(即发现了一条新路由),则在路由表中增加该路由。 -发现了一条
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:3027
    • 提供者:agang
  1. lyqjbzs

    0下载:
  2. 路由器基本知识的学习,电子书籍/EBooks ,【上载源码成为会员下载此源码】【成为VIP会员下载此源码】- The router elementary knowledge study, electronic books /EBooks, [ uploads source code to become member to download this source code ] [ to become the VIP member to download this source code ]
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:163190
    • 提供者:孟克非
  1. examplesofrouterandswtch

    0下载:
  2. 非常好的路由器、交换机配置介绍,希望能给大家带来帮助。-very good router, switch configuration, in the hope of giving us some help.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:6514206
    • 提供者:营春晓
  1. ArpSniff

    0下载:
  2. 学习wpcap编程时写的一个程序,主要用于ARP欺骗,在交换网络下进行嗅探和网络数据分析很有用,需要安装winpcap和开启系统的IP Router 功能,具体方法请自行查阅。-wpcap learning to write programming of a procedure used mainly for ARP deception, In exchange network under sniffer and network data analysis was very useful, wi
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:11700
    • 提供者:yuphoe
  1. cisco2500

    0下载:
  2. cisco2500路由器实现ADSL接入-cisco2500 achieve ADSL Router
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:3829
    • 提供者:glwshch
  1. TCP-IP-illustrated-volume2-the-implementation

    0下载:
  2. 路由器中实现的一个简单的dhcp协议,这是dhcp server部分,-router achieve a simple dhcp agreement, it is dhcp server,
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:1353281
    • 提供者:吴 明
  1. mpls_of_router

    0下载:
  2. 低端路由器多协议标签交换软件程序,难得一见-low-end router multi-protocol Label Switching software program, a rare see
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:53380
    • 提供者:宋宝华
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com