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

搜索资源列表

  1. gbn

    0下载:
  2. 本程序用java编写的模拟的go-to-back网络传送
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:4559
    • 提供者:zqs
  1. GBN

    0下载:
  2. 实现GBN的功能,利用JAVA语言实现,简单,有利于加深对网络的了解-GBN to achieve the function, the use of JAVA language, simple, and is conducive to deepening understanding of the network
  3. 所属分类:Java Develop

    • 发布日期:2017-03-25
    • 文件大小:4380
    • 提供者:李响
  1. udp-reliable-data-transmission

    0下载:
  2. UDP实现可靠数据传输。使用GBN算法,实现了:1.随即丢包(随机数产生器Math.random()) 2.丢包后遇冗余ack重传 3.超时重传 (DatagramSocket和Socket都有成员函数setSoTimeout(delay),通过捕获超时时抛出的IO异常来实现超时重传)-Reliable UDP data transfer. GBN algorithm used to realize: 1. Then packet loss (random number generator Ma
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:10108
    • 提供者:nazali
  1. 3

    0下载:
  2. GBN 算法的完美实现。。。。。测试已通过-GBN algorithm to achieve the perfect. . . . . Test has passed
  3. 所属分类:JavaScript

    • 发布日期:2017-04-29
    • 文件大小:235688
    • 提供者:muta
  1. 913319803

    0下载:
  2. GBN,计算机网络的协议编程实现,很好的编程范本,客户与服务器-GBN, the computer network protocol programming, good programming model, the client and the server
  3. 所属分类:Java Develop

    • 发布日期:2017-04-29
    • 文件大小:235755
    • 提供者:刘超亚
  1. GBNapp

    0下载:
  2. 基于gbn的滑动窗口协议,以applet实现的窗口化的演示,在jc下开发。-GBN
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:9717
    • 提供者:
  1. gbn

    1下载:
  2. gbn 计算机网络 gbn协议实现 设计实现一个GBN协议(可以考虑以文件传输为应用背景)-gbn gbn computer network protocol design and implementation of a GBN protocol (file transfer could be considered as application background)
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:3982
    • 提供者:zhangwei
  1. go-back-n

    0下载:
  2. 通信编程中常用到的go-back-n算法的模拟显示,采用Applet可视化模拟,带算法说明文档,用于对GBN算法的理解。-Commonly used in communications programming to the go-back-n algorithm for the simulation showed that using Applet visual simulation, with algorithm documentation, understanding the algorit
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:13182
    • 提供者:endlessway
  1. src

    0下载:
  2. GBN Sender its part of Go Back N algorithm used in networks. its very useful and I tested it and it worked we-GBN Sender its part of Go Back N algorithm used in networks. its very useful and I tested it and it worked well
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:3370
    • 提供者:gedeed_naruto
  1. gbn

    0下载:
  2. 这个程序模拟了Go-Back-N协议,在该程序中,窗口限制了发送端最多为5个分组而不需等待确认。多次点击“发送新分组”六次至多次。-This program simulates the Go-Back-N protocol in the program, the window limits the sender group of up to 5 without waiting for confirmation. Repeatedly click the " Send a new grou
  3. 所属分类:Applet

    • 发布日期:2017-03-28
    • 文件大小:4271
    • 提供者:meihan
  1. javagbn

    0下载:
  2. java实现gbn协议, java实现gbn协议, -gbn by java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:36576
    • 提供者:张东
  1. GBN

    0下载:
  2. GBN动画演示,值得拥有,便于理解-GBN flash show
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-04-07
    • 文件大小:79024
    • 提供者:李伯东
  1. gbn

    0下载:
  2. 一个ARQ协议的动画演示,有详细的细节过程-Animation of an ARQ protocol, details of the details of the process
  3. 所属分类:JavaScript

    • 发布日期:2017-04-04
    • 文件大小:4536
    • 提供者:gongbo
  1. wangluokejiansheji

    0下载:
  2. 关于Java的GBN(Go Back N)协议的实现,具体的设计原理和相对应的代码在Word中都有。-GBN---Go Back N
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:38034
    • 提供者:Forrest
  1. lxj

    0下载:
  2. GBN算法,java。分为sender, receiver, server,三个部分-GBN:go_back_n algorithm
  3. 所属分类:JavaScript

    • 发布日期:2017-11-18
    • 文件大小:113717
    • 提供者:lixiaoji
  1. gbn

    0下载:
  2. 通过applet小程序的形式,动态演示gbn协议的执行过程-a java program which shows the gbn protocol
  3. 所属分类:Java Develop

    • 发布日期:2017-05-04
    • 文件大小:4345
    • 提供者:wang
  1. deqewmine

    0下载:
  2. 用Java实现网络中的GBN,很经典的算法,值得一看,()
  3. 所属分类:JavaScript/JQuery

    • 发布日期:2017-12-30
    • 文件大小:10240
    • 提供者:Jqax
搜珍网 www.dssz.com