Welcome![Sign In][Sign Up]
Location:
Search - ARQ

Search list

[Internet-Network实验九 ARQ

Description: 网络技术,计算机专业的一个重要组成部分,随着技术发展越发重要。ARQ协议纠错。-network technology, a computer professional important component, as technology becomes increasingly important for development. ARQ protocol error correction.
Platform: | Size: 359424 | Author: 张家 | Hits:

[Delphi VCL连续ARQ协议的仿真

Description: 用Delphi开发语言实现的对网络链路层的连续ARQ协议的仿真。-with Delphi language of the network link layer of ARQ agreement simulation.
Platform: | Size: 584704 | Author: lsd | Hits:

[Internet-Network网络停等ARQ模拟

Description: 网络的停止等待ARQ的模拟,可以实现信息的交换,希望与大家交换程序,谢谢指教-network ARQ stop waiting for the simulation can achieve information exchange, we hope that with the exchange procedures, thank you enlighten
Platform: | Size: 2048 | Author: 王立伟 | Hits:

[Windows DevelopARQ

Description: 实现了两个程序通信的前提下,模拟实现停止等待ARQ协议。 要求模拟实现: 1. 正常数据帧的通信过程 2. 错误帧的通信过程 3. 数据帧的丢失的通信过程 -Two procedures achieved under the premise of communications, simulation to achieve an agreement to stop waiting for ARQ. Requirements of simulation to achieve: 1. The normal data frame 2 of the communication process. Error frame 3 of the communication process. Data frame loss of the communication process
Platform: | Size: 7168 | Author: 丁毅 | Hits:

[TCP/IP stackarq

Description: 实现了两个程序通信的前提下,模拟实现停止等待ARQ协议-Two procedures achieved under the premise of communications, simulation to achieve an agreement to stop waiting for ARQ
Platform: | Size: 4096 | Author: 丁毅 | Hits:

[VC/MFCARQ

Description: ARQ协议模拟实现是为了编写一个基于对话框的程序来模拟演示自动重发协议。输入模拟发送帧的数目,点击“发送”开始模拟。可以设置模拟的网络传输参数,“发送方”和“接收方”分别显示各自的状态和发送/接收帧的情况。当前缓冲区显示当前缓冲区内的情况。发送全部完成后,统计所用时间和平均用时。它是利用MFC来构建的。-ARQ protocol is simulated in order to realize the preparation of a dialog-based procedures to simulate the presentation automatically re-issued the agreement. Analog input to send the frame number, click Send to start simulation. Can set up a simulated network transmission parameters, sender and recipient show their status and to send/receive frames of the situation. Current buffer shows the current situation in the buffer zone. Send all completed, the statistics used in the time and the average used. It is to use MFC to build the.
Platform: | Size: 1909760 | Author: 丁慧 | Hits:

[CommunicationARQ.ZIP

Description: It is mainly used for ARQ simulation ,such as stop-and-wait
Platform: | Size: 19456 | Author: Yuan | Hits:

[Internet-NetworkARQ

Description: 关于数据链路层ARQ协议的课件 ARQ 自动请求重发协议是一种差错控制的方法 本课件解释了三种通常的方法 : 停止等待 . 退N步ARQ和选择重传-On the data link layer ARQ protocol courseware fat ARQ automatic repeat request error control protocol is a way to explain this courseware are usually three ways: to stop waiting. Step back N ARQ ARQ and
Platform: | Size: 444416 | Author: 廖琦 | Hits:

[Windows Developarq

Description: 几种简单的自动返回重传代码,比较实用。选择ARQ、回退N-ARQ等。-Several simple ARQ automatic return code, more practical. Select ARQ, rollback, etc. N-ARQ.
Platform: | Size: 10240 | Author: xiongjun | Hits:

[Internet-NetworkARQ

Description: 模拟了网络通信协议中的ARQ协议的执行过程.使用的是Mac平台实现,但是协议部分是与平台无关的.-Simulation of the Network Communication Protocol ARQ protocol in the implementation process. Using a Mac platform, but the protocol is platform-independent.
Platform: | Size: 200704 | Author: jorneyr | Hits:

[Internet-Networkn-arq

Description: n-arq算法实现。这是一个数据链路层协议连续请求重发的实现算法。-Algorithm n-arq. This is a data link layer protocol request for re-implementation of the algorithm hair.
Platform: | Size: 1024 | Author: mikeli | Hits:

[Internet-NetworkARQ

Description: 无线网络通信实验 实现ARQ协议的仿真,有仿真图和代码。调试通过可运行。-Experimental realization of a wireless network communication ARQ protocol simulation, there are simulation plans and code. Debugger can be run through.
Platform: | Size: 1442816 | Author: 武昊 | Hits:

[Internet-Networkarq

Description: ARQ协议实现 c# ARQ协议实现 c#-ARQ协议实现 c#ARQ协议实现 c#ARQ协议实现 c#ARQ协议实现 c#
Platform: | Size: 5120 | Author: guo wei | Hits:

[Internet-Networksw-arq

Description: data communicatin SW-ARQ protocol C/C++ program
Platform: | Size: 1024 | Author: jacd | Hits:

[Internet-NetworkARQ

Description: ARQ receiver, sender, main program by C-ARQ receiver, sender, main program by C++
Platform: | Size: 5120 | Author: jacdd | Hits:

[Internet-NetworkARQ

Description: ARQ 实验具体介绍 试验方法 所需的协议等-ARQ experimental test method details of the agreement required
Platform: | Size: 382976 | Author: 王晓晓 | Hits:

[Internet-NetworkARQ

Description: 网络协议中ARQ编程,一个ARQ协议的模拟-ARQ
Platform: | Size: 3608576 | Author: 李忠月 | Hits:

[Internet-NetworkARQ

Description: ARQ协议模拟实现 要求:编写两个计算机程序p1,p2。 p1模拟发送方:首先从界面读取待发送字符(每接受一个字符的输入),保存到文件file1.txt中,并启动计时器; p2模拟接收方,它从file1.txt中查找是否有新字符到来,并提供模拟界面给用户选择: 1. Ack-->接收该字符 2. NAK--〉丢弃 3. 无反应--〉导致超时 将用户选择的结果记录到file2.txt中; 接收的字符保存到file3.txt 中; p1等待接收方应答:读取file2.txt 决定下面的操作: 如果是ACK,则继续接收用户输入; 如果是NAK,则重传该字符; 如果超时仍没有新的ACK或NAK,则重传该字符。 注:file1.txt要发送的串, file2.txt保存中间结果, file3.txt接受的串,由实验者自己生成-Simulation ARQ agreement
Platform: | Size: 5869568 | Author: Jason | Hits:

[Windows DevelopARQ-code-and-Design-doc

Description: arq code for wimax 802.16
Platform: | Size: 326656 | Author: Harsha VS | Hits:

[Internet-Networkarq

Description: 利用MFC和CSocket实现连续ARQ协议的文件传输-ARQ protocol and File Transfer implemented by MFC and CSocket
Platform: | Size: 91136 | Author: sunli | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net