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

搜索资源列表

  1. Stop and Wait ARQ

    0下载:
  2. 停止等待协议,网络课程最重要的一个协议。-stop waiting for the agreement, network programs one of the most important agreements.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:26032
    • 提供者:泱泱
  1. td-scdma

    0下载:
  2. td 缩写词典 Technical Specification 技术规范 protocols 协议 ARQ Automatic Repeat Request 自动重复请求 -td Technical Specification 266011 ocols agreement ARQ Automatic Repeat Request automatic repeat request.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:5040
    • 提供者:杨东
  1. JAVAdeARQ

    0下载:
  2. 一个JAVA的滑动窗口协议,可以很方便的实现ARQ滑动窗口协议-a sliding window protocols, it is quite easy to achieve ARQ sliding window protocols
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:2306
    • 提供者:江文
  1. ARQ

    0下载:
  2. 实现了两个程序通信的前提下,模拟实现停止等待ARQ协议。 要求模拟实现: 1. 正常数据帧的通信过程 2. 错误帧的通信过程 3. 数据帧的丢失的通信过程
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:7242
    • 提供者:丁毅
  1. ARQ.ZIP

    1下载:
  2. It is mainly used for ARQ simulation ,such as stop-and-wait
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:19331
    • 提供者:Yuan
  1. arq

    0下载:
  2. 几种简单的自动返回重传代码,比较实用。选择ARQ、回退N-ARQ等。-Several simple ARQ automatic return code, more practical. Select ARQ, rollback, etc. N-ARQ.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-22
    • 文件大小:10308
    • 提供者:xiongjun
  1. ARQ23

    0下载:
  2. 一个有用的ARQ代码,对于初学者有帮助,理解自动请求重传有帮助。-A useful ARQ code, help for beginners, understanding ARQ helpful.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:35702
    • 提供者:xiongjun
  1. client

    0下载:
  2. 基于CAST-256的安全选择重传协议的设计与实现.客户端代码-CAST-256 based on the selection of the safety of ARQ protocol design and implementation. Client-side code
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:3801184
    • 提供者:Dshell
  1. SW-SIMULATION

    1下载:
  2. Automatic repeat request is basically error detection and retransmission on request.The code represents a stop and wait ARQ protocol. stop and wait ARQ are used in communication systems
  3. 所属分类:Windows编程

    • 发布日期:2013-09-04
    • 文件大小:1207
    • 提供者:hatsou
  1. SendReceivePrograme

    0下载:
  2. ARQ协议\理想信道的《发送端程序》和《接收端程序》-dfasdfasdfasdfsadfasd
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:46758
    • 提供者:TJQF
  1. Demo

    0下载:
  2. ARQ programming GUI DEMO
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:474585
    • 提供者:sang
  1. 105230324stopwait

    1下载:
  2. ARQ stop and wait 停等协议代码-ARQ stop and wait Holding agreement code
  3. 所属分类:Windows Develop

    • 发布日期:2014-12-29
    • 文件大小:21504
    • 提供者:刘铎
  1. ARQ-code-and-Design-doc

    0下载:
  2. arq code for wimax 802.16
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:326824
    • 提供者:Harsha VS
  1. ARQ

    0下载:
  2. 实现双机文本通信,并通过随机制造错误的方法,模拟数据链路层GoBackN方法下,数据帧的传递过程,并用表格图形界面展示。 1、实验过程中,需并行运行receiver和sender两个包中的主程序。 2、为了使显示文字符合逻辑,请首先使receiver进入等待连接状态,之后sender发 起连接,并发出文本,receiver进行接收。 3、默认情况为单机实验,发送和接收IP均为本地IP;进行双机实验时,请自行修改IP。 4、关闭图形界面后,也请在Eclipse中关闭进程。-A
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:30672
    • 提供者:
  1. ARQ

    0下载:
  2. 用c语言编写的一个停等式ARQ协议,希望对大家有所帮助-C language a parked equation ARQ protocol, we hope to help
  3. 所属分类:Communication

    • 发布日期:2016-01-23
    • 文件大小:93184
    • 提供者:ppp
  1. c-for-ARQ

    0下载:
  2. 简单实现链路层ARQ协议,特点在于使用栈来实现。在windows下使用VC++6.0可以运行-Simple link layer ARQ protocol, characterized by the use of stack. The use windows VC++6.0 can run
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-01
    • 文件大小:306303
    • 提供者:后市太
  1. ARQ

    0下载:
  2. ARQ协议的模拟实现.编写两个计算机程序p1,p2。p1模拟发送方:首先从界面读取待发送字符(每接受一个字符的输入),保存到文件file1.txt中,并启动计时器;p2模拟接收方,它从file1.txt中查找是否有新字符到来,并提供模拟界面给用户选择: -ARQ protocol simulation. Written two computer programs p1, p2. p1 simulate the sender: First, to be sent from the interf
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-25
    • 文件大小:11238
    • 提供者:Lily
  1. ARQ

    0下载:
  2. 计算机网络ARQ协议模拟程序,采用c++实现模拟ARQ发送接收数据,出错重传机制-ARQ protocol computer network simulation program, using c++ for analog ARQ sending and receiving data, error retransmission mechanism
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-09
    • 文件大小:1887888
    • 提供者:andy
  1. Stop-equation-ARQ-protocol-algorithm

    0下载:
  2. 根据停等式ARQ协议基本理论,编写的协议算法,Visual C 6.0开发环境。-Stop equation ARQ protocol algorithm
  3. 所属分类:Communication

    • 发布日期:2017-04-12
    • 文件大小:1092
    • 提供者:drx
  1. ARQ

    1下载:
  2. ARQ通信协议的仿真,讨论了各种条件对于ARQ传输完成时间的影响(The simulation of ARQ communication protocol and the influence of various conditions on the completion time of ARQ transmission)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:4096
    • 提供者:ZXS_C
« 12 3 »
搜珍网 www.dssz.com