-
用Turbo C写的中断处理程序
用Turbo C写的中断处理程序-with Turbo C write interrupt handling procedures
- 2022-03-09 14:43:43下载
- 积分:1
-
本代码详细的介绍了利用winsock进行编程的方案.
本代码详细的介绍了利用winsock进行编程的方案.-Detailed introduction of this code using winsock programming options.
- 2022-02-07 03:56:49下载
- 积分:1
-
将图片以网页的形式在MFC 多文档程序中浏览。
将图片以网页的形式在MFC 多文档程序中浏览。-use mfc view the pictures in the form of html.
- 2022-01-26 05:53:00下载
- 积分:1
-
窗户照射进来的插座在I/O(输入/输出)应用运营管理的…
在 Wi n d o w s套接字应用程序中对 I / O(输入/输出)操作进行管理。Wi n s o c k分别提供了“套接字模式”和“套接字 I / O模型” ,可对一个套接字上的 I / O行为加以控制。其中,套接字模式用于决定在随一个套接字调用时,那些 Wi n s o c k函数的行为。而另一方面,套接字模型描述了一个应用程序如何对套接字上进行的 I / O进行管理及处理。-Wi ndows socket at the application of I/O (input/output) operations management. Provide the Wi nsock " socket model" and the " socket I/O model" may be a socket on the I/O to control behavior. Among them, the model used to determine the socket with a socket call in, those acts of the Wi nsock function. On the other hand, describes the socket model how an application on the socket I/O for the management and treatment.
- 2022-03-01 23:49:02下载
- 积分:1
-
语音网络传输
语音网络传输 -Voice network transmission
- 2022-01-25 21:15:50下载
- 积分:1
-
据说是 AOL 官方的聊天工具, 功能比较完善。
据说是 AOL 官方的聊天工具, 功能比较完善。-AOL is said to be the official chat tools, more perfect functions.
- 2022-08-25 07:27:53下载
- 积分:1
-
ISAPI 实现 web图形,关于DCS系统实时数据展示的。这是一个基本工程,但是涉及到从DCS中获取数据,代码相对少些,对于理解通过ISAPI实现jpeg图形...
ISAPI 实现 web图形,关于DCS系统实时数据展示的。这是一个基本工程,但是涉及到从DCS中获取数据,代码相对少些,对于理解通过ISAPI实现jpeg图形有些帮助。-ISAPI make a web image(JPEG),It s a simple example.
- 2022-03-21 00:09:28下载
- 积分:1
-
此文件包含组成 pointDistance 应用程序
的每个文件的内容摘要。对输入的点计算任意两点之间的距离...
此文件包含组成 pointDistance 应用程序
的每个文件的内容摘要。对输入的点计算任意两点之间的距离-This file contains the application components pointDistance summary of the contents of each file. Calculation of input points the distance between any two
- 2023-03-28 05:20:03下载
- 积分: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
-
FTP代码。使用API实现通讯,速度快,稳定,代码完整。
FTP代码。使用API实现通讯,速度快,稳定,代码完整。-FTP code. Realize the use of API communication, fast, stable, and code integrity.
- 2023-07-14 21:20:03下载
- 积分:1