搜索资源列表
聊天工具vc.net
- 本程序在VC.NET中编译通过,实现了好友上线,下线UDP广播,及用XML实现消息传输,及文件传输功能。-procedures in the VC. Compiled by achieving a friend on the line, assembly line UDP broadcasting, and using XML messaging, and file transfer functions.
使用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
基于UDP-面向连接的应用程序
- 基于UDP-面向无连接的应用程序 网络通信应用程序:客户机发出数据请求命令,服务器根据其命令提供数据; 服务器端异步地发出UDP包,客户端接受UDP包并写入.TXT文件中。 -UDP-based-no connection-oriented applications network communications applications : client data requests issued an order under its orders servers provide d
UDPFile_transport
- 用UDP进行文件传输的DEMO,使用了丢包重传机制-using UDP for the DEMO file transfer, the use of packet loss Retransmission mechanism
check_sum
- 计算校验和 校验和算法描述:为保证网络上传输的数据的可靠性,在许多协议中都设置了校验和项,例如:IPv4、ICMPv4、IGMPV4、ICMPv6、UDP和TCP 等等。计算这些校验和的算法称为网际校验和算法,简单来说就是:把被校验的数据16位进行累加,然后取反码,若数据字节长度为奇数,则数据尾部补一个字节的0以凑成偶数。 由于从输入文件读入的数据不能直接满足计算校验和的条件,所以首先对从文件读入缓冲区的数据进行预处理,即读入缓冲区时忽略空格。由于累加是按16位进行的,所以每次从缓冲
Udp_Trans_Com
- udp文件传输 udp文件传输-udp file transfer udp file transfer udp file transfer
Message_Generator
- 网络协议测试工具,通过编写文本文件来定义UDP/TCP消息的格式-network protocol testing tools, through the preparation of a text file to define UDP / TCP news format
FileTransferServer
- 利用vc实现的局域网文件传输,共分为客户端和服务器端两部分,该部分是文件传输的服务器端,采用了TCP/UDP协议,可扩展到net网络传输!-use vc achieve LAN file transfer, is divided into client and server-side two, The file transfer is part of the server using the TCP / UDP protocol, which can be expanded to net net
2004101322152421170
- 我这次上传动态库的源码及设计文档,其实这网管程序花了我不少精力,既有DBF文件读写,又有SNMP协议, UDP协议, TCP协议,ICMP协议, 算法等等, 有的动态库是用VC编的-I upload this DLL source code and design documents, network management procedures fact that I spent a lot of energy on both DBF file read and write, there SNMP
通信
- 本人的网络实验,可以进行TCP uDP连接实现点对点传输 还有文件传输功能-experimental network, TCP uDP can connect point-to-point transmission also file transfer function
Udp Send File Demo
- udp协议传输文件 有接受和发送两个应用程序-udp protocol to transfer files to receive and send both applications