搜索资源列表
udptransport
- 基于UDP实现简单的可靠数据传输 由于数据是在不可靠的信道上传输的,因此数据在信道上传输时可能会发生比特错误,数据丢失。Rdt3.0及之前的版本都是停止—等待协议,它限制了网络底层硬件的能力。为克服这个问题引入了流水线技术,两个能恢复流水线中的错误的基本方法:第N个分组重发和选择性重复。综上,要实现差错编码,顺序号,计时器,分组确认,滑动窗口,拥塞控制。-simple UDP based on the reliable data transmission of data is not rel
ARQ
- 关于数据链路层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 waiti
504687p5p6
- ARQ协议的实现 从单工停等到滑动窗口协议的实现-ARQ agreement to stop workers from a single to wait until the realization of Sliding Window Protocol
UART_51
- 串口设置:包括初始化及应用;串口调试方面直接能用上-// This sample uses the UART to communicate with a PC. Therefore it sets up the internal // Baud Rate Generator (BRG). The LPC900 receives a command ( S ), sent by the PC and // sends out a response, which can be display
Socket
- 用Java Socket完成如下功能:建立客户端和服务器端通讯,服务器端地址为本地端口自拟。两端以TCP形式通讯,假设客户端Class叫Client,服务器端Class叫Server。当运行 java Client Hello时,服务器端能接受客户发来的Hello字符并打印”Receive Hello”然后返回给客户端“How r u doing”字符串 客户端收到后打印”Received How are you doing”. 此时服务器端服务始终运行并未停止并等待其他Socket连接(客户端
B47
- 当应用程序看起来是空闲时,实际上它在运行函数: C Wi n A p p : : R u n ( )。该函数不仅具有 查询新消息的逻辑功能,并且完成了大量包括更新用户界面状态和清除临时内存对象在内的 应用程序维护工作。因此,如果需要在应用程序中的某个地方停止运行并等待消息,也需要 进行这种应用程序维护工作。由于微软提供了C Wi n A p p ( ) : : R u n ( )函数的源代码,因此本例将 创建该函数的一个新版本,可用于应用程序中的任何地方-When the app
SW-SIMULATION
- 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
Stop-and-WaitARQSimulation
- 本代码是基于MATLAB的停止等待arq机制的程序,使用MATLAB语言编写,实现STOP-AND-WAIT机制。-This code is based on the MATLAB-program stop and wait arq mechanism, using MATLAB language, to achieve STOP-AND-WAIT mechanism.
MyRecord
- Compared to my previous tutorial on recording voice using SAPI, this application records your voice through a microphone and saves it to a temporary file after you speak for 10 seconds. Just wait for my next tutorial which will record your voice
TAXI
- 基于VHDL的出租车计费器,通过VHDL语言来编程实现计费系统的四个功能块:分频模块,控制模块,计量模块和译码显示模块,最后使用MAX+PLUSII软件来对程序进行仿真,以模拟实现出租车的启动,停止以及等待等过程中的计时,计程和计费功能。-Taxi meter based on VHDL, VHDL language programming through the billing system of the four functional blocks: frequency module, co
server
- 编写客户端与服务器程序,使用UDP-socket使客户端可下载服务器的文件- The client can download a file from the server using stop-and-wait mechanism through a UDP socket
stop-and-wait
- Stop-and-wait ARQ is a method used in telecommunications to send information between two connected devices. It ensures that information is not lost due to dropped packets and that packets are received in the correct order. It is the simplest kind of
stop-and-wait-arq
- Stop-and-wait ARQ is a method used in telecommunications to send information between two connected devices. It ensures that information is not lost due to dropped packets and that packets are received in the correct order. It is the simplest kind of
detectblue
- 本程序可以实现带有摄像头的机器人对颜色的检测。机器人首先转圈,在检测到所需颜色之后,机器人停止运动,等待下一个命令。-This program can realize the robot with a camera to the color of the test. Robot first round, and robot stop until test the desired color,and wait for a command.
1
- 新成立的 Drunbee 银行,在福州开辟了办事处。他们对每个客户都有一个确定且唯一的 编号 ID,去银行办理业务的客户都会得到一个优先级 P,并在休息室等候。该银行打破传统, 并非总是从休息室中取优先级最高的客户办理业务。因此,银行的服务系统需要完成以下功 能: 0 系统停止工作,并且不再受理之后的所有业务。 1 ID P 休息室增加了一个编号为 ID,优先级为 P 的客户 2 优先级最高的客户办理业务,并离开休息室 3 优先级最低的客户办理业务,并离开休息室
stop-a-wait
- Source code simulating the simplest communication protocol - Stop and Wait.
modbusTCP_class
- Modbus TCP common driver class. This class implements a modbus TCP master driver. It supports the following commands: Read coils Read discrete inputs Write single coil Write multiple cooils Read holding register Read input register Write single regis
mqx-small-game
- mqx tower system(K60D100M)的小遊戲 閃燈後必須快速按按鍵 時間內/外 LED燈有不同反應 - The Tower system flashes green LED at 1 sec − You press button1 to stop LED flashing and start a new run of the game − The Tower system waits for a random time to
stop-and-wait-ARQ
- 停等式ARQ协议的C语言实现,虽然不是很全,但也有一定的参考价值-Stop and wait ARQ protocol of the C language, although not very wide, but also has a certain reference value
stop-and-wait
- 计算机网络中的停止等待协议(空闲重发)的Python实现-Stop waiting for a computer network protocol (idle retransmission) Python implementation