搜索资源列表
3
- GBN 算法的完美实现。。。。。测试已通过-GBN algorithm to achieve the perfect. . . . . Test has passed
simulator
- Go back n protocol with hamming code implementation. this is made in java 5.
go-back-n
- 通信编程中常用到的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
(java)
- 走迷宫游戏!计算机解迷宫通常用的是“穷举求解”方法,即从入口出发,顺着某一个方向进行探索,若能走通,则继续往前进;否则沿着原路退回,换一个方向继续探索,直至出口位置,求得一条通路。假如所有可能的通路都探索到则未能到达出口,则所设定的迷宫没有通睡。可以二维数组存储迷宫数据,通常设定入口点的下标为(1,1),出口点的下标为(n,n)。为处理方便起见,可以迷宫的四周加一圈障碍。对于迷宫任一位置,均可约定有东、南、西、北四个方向可通。 -Maze game! Computer Solutions maz
src
- 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
gbn
- 这个程序模拟了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
wangluokejiansheji
- 关于Java的GBN(Go Back N)协议的实现,具体的设计原理和相对应的代码在Word中都有。-GBN---Go Back N
csma go back n等计算机网络模拟仿真
- 计算机网络的一些基础协议的模拟仿真,适合初学者研究
109jzx
- 给定一个带权有向图,图中各个顶点代表城市,有向边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
09jzx
- 给定一个带权有向图,图中各个顶点代表城市,有向边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
GO-BACK-N
- 编程实现可靠数据传输原理 GO-BACK-N-Programming to realize reliable data transmission principle of the GO- BACK- N
wordpress_36kr_v3.6.1
- 其实36kr主题仿下来放手里真的很久了,有半年多了吧,一直想回馈给大家,以感谢大家对wordpress主题下载站的支持,可整天忙于工作,忙于朋友们的主题定制业务,一直没发布出来,正好快中秋了,记得以前过节我都会给大家一些福利,今天这款36kr主题就当是今年! 这款wordpress主题没有添加主题后台设置,很多设置都需要直接修改代码,对于新手来说,可能需要辛苦点,但是你学会了修改,对于你以后也是有帮助的,对于那些会代码的技术牛,荒淫大家下载使用,荒淫修改荒淫深度定制荒淫再开发。。。对于主题使
GoBackN
- Go-back-N策略的基本原理:当接收方检测出时序的信息后,要求发送方重发最后一个正确接受的信息帧之后的所有未被确认的帧;或者当发送方发送了n个帧后,若发现该n帧的前一帧在计时器超时区间内仍未返回其确认信息,则该帧被判定为出错或丢失,此时发送方不得不重新发送该出错帧及其后的n帧。-Go-Back-N strategy of the basic principle: when the receiver to detect the timing information, request sende
yuandaima
- 这个程序模拟了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)