-
an FTP file server source code. To achieve a simple FTP operations.
一个FTP文件服务器的源代码。可实现简单的FTP操作。
-an FTP file server source code. To achieve a simple FTP operations.
- 2022-03-12 02:16:26下载
- 积分:1
-
Server-side installation package. Installed on the desktop after the implementat
--- 服务端安装包。 ------安装后执行桌面上的Chat服务,方可提供连接聊天室。-- Server-side installation package. Installed on the desktop after the implementation of Chat services, be provided to connect the chat room.
- 2022-02-22 02:08:34下载
- 积分:1
-
在DOS下开发tcp/ip程序,用它可以做出DOS下的tcp/ip程序。
在DOS下开发tcp/ip程序,用它可以做出DOS下的tcp/ip程序。-DOS development tcp/ip procedures, and it can be made under the DOS tcp/ip procedures.
- 2023-07-16 17:50:03下载
- 积分:1
-
on creating original socket, revised I/0 option of achieving an IP packet captur...
基于创建原始套接字,修改I/0选项实现的一个IP包捕获并分析的应用程序. vc6.0下编译通过-on creating original socket, revised I/0 option of achieving an IP packet capture and analysis applications. Under compile vc6.0
- 2022-02-28 16:54:02下载
- 积分:1
-
the client for communicating by tcp
基于tcp通信的客户端源代码,可以与基于TCP通信的服务器端实现链接并通话-the client for communicating by tcp
- 2022-03-20 01:33:51下载
- 积分:1
-
FTP站点的扫描仪
FTP站点扫描器-FTP site scanners
- 2022-07-18 03:25:58下载
- 积分:1
-
计算校验和
校验和算法描述:为保证网络上传输的数据的可靠性,在许多协议中都设置了校验和项,例如:IPv4、ICMPv4、IGMPV4、ICMPv6、UDP...
计算校验和
校验和算法描述:为保证网络上传输的数据的可靠性,在许多协议中都设置了校验和项,例如:IPv4、ICMPv4、IGMPV4、ICMPv6、UDP和TCP 等等。计算这些校验和的算法称为网际校验和算法,简单来说就是:把被校验的数据16位进行累加,然后取反码,若数据字节长度为奇数,则数据尾部补一个字节的0以凑成偶数。
由于从输入文件读入的数据不能直接满足计算校验和的条件,所以首先对从文件读入缓冲区的数据进行预处理,即读入缓冲区时忽略空格。由于累加是按16位进行的,所以每次从缓冲区中读出4个字符,并将字符转换成对应的16进制数字,如此依次累加,直至数据全部读完。
还有一种情况,即如果数据长度为奇数个字节,则需要判断,并补0累加。程序中利用的是缓冲区长度计数器i和当前读取到计数器j判断数据长度是否为奇数。即如果数据长度为偶数,则读完数据时当前读取到计数器j的值应与缓冲区长度i相等,而如果数据长度为奇数,则读完数据时,当前读取到计数器j>缓冲区长度i,此时需将缓冲区中剩余的两个字符读出,并补0,转换成相应16进制数以后参与累加。
当累加结束后,将累加和的16位以上数据位移下再进行一次累加,并对最后累加和取反即得所求校验和。
-calculated checksum checksum algorithm Description : To ensure the network transmission of data reliability, in many of the agreements are set up and calibration, for example : IPv4, ICMPv4, IGMPV4, ICMPv6. UDP and TCP so on. Calculating checksum algorithm called the Internet checksum algorithm, the simple answer is : as has been the calibration data for 16 cumulative, and then take the anti-code, if the data byte length of the odd, data will make up the tai
- 2022-01-26 06:39:03下载
- 积分:1
-
邮件发送c++源代码,实现应用程序发送电子邮件功能,提供比较详细的调用方法。...
邮件发送c++源代码,实现应用程序发送电子邮件功能,提供比较详细的调用方法。-E-mail c++ Source code, send an e-mail realize application functionality to provide a more detailed method call.
- 2022-03-17 20:58:15下载
- 积分:1
-
网络多播程序--vc实现!学习socket的好例子
网络多播程序--vc实现!学习socket的好例子-network multicast procedures-- vc achieve! Learning good examples of socket
- 2022-07-25 19:34:26下载
- 积分:1
-
本软件可以实现真的某一ip地址的路由器跟踪,利用生命周期的递增来实现所有路由器的发现...
本软件可以实现真的某一ip地址的路由器跟踪,利用生命周期的递增来实现所有路由器的发现-the software can really achieve a ip address of the router tracking, using a life-cycle of the increase to achieve all routers found
- 2022-05-26 11:38:14下载
- 积分:1