搜索资源列表
UDP发送接受
- 一个简单的UDP发送程序,可以帮助大家了解TNMUDP控件的使用。快速入门而已!-a simple UDP this procedure could help us all understand TNMUDP control use. Quick Start!
使用Java控制UDP协议
- UDP在网络中用于处理数据包,本文实现在java中操纵UDP.-UDP is used for dealing with data packet. This file is implementing that how to control UDP protocol with Java
remote control with database
- cpubbs论坛原创程序:用虚拟仪器labview制作的通过UDP网络协议远程控制并操作远程数据库,对虚拟仪器学习者学习网络通信及其远程控制和远程数据库操作都比较合适!转载请注明CPUBBS论坛原创信息!http://www.cpubbs.com-cpubbs Forum original procedure : Using LabVIEW virtual instruments produced by the UDP network protocol remote control and re
UDP轻松应用
- \"用户数据报协议\"(User Datagram Protocol,简称UDP)是基于无连接的通信协议,不保证可靠数据的传输;\"传输控制协议\"(Transmission Cotrol Protocol,简称TCP)是基于连接的通信协议,可提供个两台计算机之间可靠无差错的数据传输。但是UDP能够向若干台目标计算机发送数据;接收发自若干个源计算机的数据。而在多台计算机构成的仿真或控制系统中,经常会出现多台计算机进行数据传输,所以在仿真或控制软件中采用UDP协议的较多。-"User D
netthwatch&control
- 在vc6和.net下编译通过,通过网络监控客户机进程,服务器能显示客户段进程并能*客户机进程。网络通信部分使用udp传送。源码没有全部完成,完成了90%的工作。其中udp通信部分完成,本地机进程控制部分完成,通信命令的定义完成,只要简单的润色后就能实现。
delphi-udp-trans delphi网络通信控件
- delphi网络通信控件,发送数据流,实现了UDP穿透;传输速度很快的,可以用它来传输语音,视频,还有文件等数据流-delphi network traffic control, and send data streams to achieve the UDP through transmission speed quickly, you can use it to transmit voice, video, and data stream files
fft2.0.rar
- 通过UDP传送文件,经测试,在教育网内两个高校间传输能达到ftp速度的10~100倍,其主要工作机制是使用TCP使传输控制,UDP做数据传送。能加速的基本原因为,TCP的拥塞控制算法减慢了其传输速度,而用UDP自定义的传送协议则没有这个限制。,Transmission of documents through the UDP, tested, in the education network between the two colleges and universities can achiev
car_sim300.rar
- GPRS-GPS车载机控制源码,使用SIM300模块,有短消息发送、接收,TCP、UDP连接控制源代码。,GPRS-GPS Vehicle Control source, use SIM300 module, there is a short message to send, receive, TCP, UDP connections to control the source code.
csrunlx
- 名称:csgo超简洁cs服务器搜索器 编译环境:C++ Builder 6 说明:搜索Counter-Strike服务器,向设置的网段发送测试包,扫描cs服务器。 在From中输入起始IP地址,在To中输入结束地址,点击“搜索”,开始搜索过程。搜索结果在左边的服务器列表中显示。为了逃避某些网管软件的监控,在程序中使用了20个UDP控件,打乱顺序扫描网段中的主机。-Name: csgo ultra-simple search engine to compile cs server en
IdsTest
- 非常有用的构造并发送IP/UDP/ICMP数据包的程序-A useful program which can construct and send IP/UDP/ICMP data packets
udp-reliable-data-transmission
- UDP实现可靠数据传输。使用GBN算法,实现了:1.随即丢包(随机数产生器Math.random()) 2.丢包后遇冗余ack重传 3.超时重传 (DatagramSocket和Socket都有成员函数setSoTimeout(delay),通过捕获超时时抛出的IO异常来实现超时重传)-Reliable UDP data transfer. GBN algorithm used to realize: 1. Then packet loss (random number generator Ma
UDP
- UDP协议测试程序,开源C++ builder UDP 控件应用程序-UDP protocol test program, open source C++ builder UDP control application
udp
- 这是关于udp的编程的例子,有server和client两个控件,网络编程的朋友一定需要.-This is programming on the udp example, has two control server and client, network programming Friend necessary.
udp--SlidingWindow
- 使用UDP模拟滑动窗口,进行流量控制。可手工输入错误帧与丢失的帧。-The use of UDP analog sliding window for flow control.
TX
- UDP控件。为局域网数据通信创建的一个简易控件。-UDP control. Created for the LAN data communications a simple control.
czUDP
- UDP控件及演示,实现了服务器与客户器的搜索-UDP control and presentation, to achieve the server and the client device search
80916895tcp-udp
- UDP的SOCK代码不用控件直接编译,DELPHI WINXP测试成功!-UDP-SOCK code compiled without direct control, DELPHI WINXP test successful!
udp-1
- 基于VS C#的、在局域网内进行udp广播传输控制指令,-udp control
UDP上下收发数据控制LED-定向IP
- UDP上下收发数据控制LED-定向IP NB-IOT-stm32l系列开发板(UDP up and down receiving and receiving data control LED- oriented IP NB-IOT-stm32l series development board)
可靠 UDP 传输
- 对使用udp完成可靠传输实现的介绍,以及对拥塞控制的简介(An introduction to the implementation of a reliable transmission with UDP and a brief introduction to congestion control)