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

搜索资源列表

  1. 3

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

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

    0下载:
  2. Go back n protocol with hamming code implementation. this is made in java 5.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:7.38kb
    • 提供者:bhuwan
  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
    • 文件大小:12.87kb
    • 提供者:endlessway
  1. (java)

    1下载:
  2. 走迷宫游戏!计算机解迷宫通常用的是“穷举求解”方法,即从入口出发,顺着某一个方向进行探索,若能走通,则继续往前进;否则沿着原路退回,换一个方向继续探索,直至出口位置,求得一条通路。假如所有可能的通路都探索到则未能到达出口,则所设定的迷宫没有通睡。可以二维数组存储迷宫数据,通常设定入口点的下标为(1,1),出口点的下标为(n,n)。为处理方便起见,可以迷宫的四周加一圈障碍。对于迷宫任一位置,均可约定有东、南、西、北四个方向可通。 -Maze game! Computer Solutions maz
  3. 所属分类:JavaScript

    • 发布日期:2017-05-15
    • 文件大小:3.71mb
    • 提供者:daidawe
  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
    • 文件大小:3.29kb
    • 提供者: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
    • 文件大小:4.17kb
    • 提供者:meihan
  1. wangluokejiansheji

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

    • 发布日期:2017-04-05
    • 文件大小:37.14kb
    • 提供者:Forrest
  1. csma go back n等计算机网络模拟仿真

    0下载:
  2. 计算机网络的一些基础协议的模拟仿真,适合初学者研究
  3. 所属分类:JSP源码/Java

  1. 109jzx

    0下载:
  2. 给定一个带权有向图,图中各个顶点代表城市,有向边i ->j代表城市i到城市j的耗费,假定售货员当前在城市1,要求售货员周游完所有城市最后回到城市1,要求不得重复走过任何一个城市,问如何周游使得总耗费最小。编写程序解决该问题。设顶点v={1,2,……n},c[i][j]表示城市i 到城市j的耗费,如果c[i][j]=100000,表示城市i到城市j没有直接的路可走。-Given a weighted directed graph, each vertex graph represent th
  3. 所属分类:Java Develop

    • 发布日期:2017-04-29
    • 文件大小:7.76kb
    • 提供者:skye
  1. 09jzx

    0下载:
  2. 给定一个带权有向图,图中各个顶点代表城市,有向边i ->j代表城市i到城市j的耗费,假定售货员当前在城市1,要求售货员周游完所有城市最后回到城市1,要求不得重复走过任何一个城市,问如何周游使得总耗费最小。编写程序解决该问题。设顶点v={1,2,……n},c[i][j]表示城市i 到城市j的耗费,如果c[i][j]=100000,表示城市i到城市j没有直接的路可走。-Given a weighted directed graph, each vertex graph represent th
  3. 所属分类:JavaScript

    • 发布日期:2017-04-26
    • 文件大小:7.75kb
    • 提供者:skye
  1. GO-BACK-N

    0下载:
  2. 编程实现可靠数据传输原理 GO-BACK-N-Programming to realize reliable data transmission principle of the GO- BACK- N
  3. 所属分类:JavaScript

    • 发布日期:2017-04-29
    • 文件大小:11.36kb
    • 提供者:唐棠
  1. GoBackN

    0下载:
  2. Go-back-N策略的基本原理:当接收方检测出时序的信息后,要求发送方重发最后一个正确接受的信息帧之后的所有未被确认的帧;或者当发送方发送了n个帧后,若发现该n帧的前一帧在计时器超时区间内仍未返回其确认信息,则该帧被判定为出错或丢失,此时发送方不得不重新发送该出错帧及其后的n帧。-Go-Back-N strategy of the basic principle: when the receiver to detect the timing information, request sende
  3. 所属分类:Java Develop

    • 发布日期:2017-04-30
    • 文件大小:9.47kb
    • 提供者:邹威
  1. yuandaima

    0下载:
  2. 这个程序模拟了Go-Back-N协议,在该程序中,窗口限制了发送端最多为5个分组而不需等待确认(The program simulates the Go-Back-N protocol. In the program, the window restricts the sending end to 5 packets without waiting for confirmation)
  3. 所属分类:Java编程

    • 发布日期:2018-05-01
    • 文件大小:4kb
    • 提供者:简小薛
搜珍网 www.dssz.com