-
icmp的使用 ping测试与主机网络连接是否正常
icmp的使用 ping测试与主机网络连接是否正常
-icmp use ping to test network connectivity with the host whether it is normal
- 2022-07-04 18:55:20下载
- 积分:1
-
超级链接是一个能够在窗体上实现超级链接的程序,或者发送email...
超级链接是一个能够在窗体上实现超级链接的程序,或者发送email-is a hyperlink to achieve in the form of hyperlinks procedures, or send email
- 2023-08-29 18:45:03下载
- 积分:1
-
利用winsokets进行文件传输的例子
利用winsokets进行文件传输的例子-use winsokets transfer files to the example
- 2023-04-15 01:00:04下载
- 积分:1
-
串口调试工具,应用Visual Basic编程的小示例
串口调试工具,应用Visual Basic编程的小示例
- 2023-06-02 02:50:04下载
- 积分:1
-
一个CAsyncSocket扩展类的例子。 实现了从指定的服务器和端口获得TCP数据流。不过现在可能程序中指定的服务器已经关闭了,不过代码还是可以看看的。...
一个CAsyncSocket扩展类的例子。 实现了从指定的服务器和端口获得TCP数据流。不过现在可能程序中指定的服务器已经关闭了,不过代码还是可以看看的。-An example of CAsyncSocket extended class implements the function to get TCP data stream from a dedicated server and port.Perhaps,the server using in code has been closed,but the code has some value to view.
- 2022-06-26 20:59:31下载
- 积分:1
-
Windows Sockets规范及应用Windows网络编程接口
Windows Sockets规范及应用Windows网络编程接口-Windows Sockets specifications and the Windows Application Programming Interface Network
- 2022-04-10 09:27:52下载
- 积分:1
-
use XML to sequence objects to network users messaging
运用XML来序列化对象,来进行网络用户之间的消息传递-use XML to sequence objects to network users messaging
- 2022-07-16 11:16:04下载
- 积分:1
-
telnet服务器的vc 实现源码
telnet服务器的 vc 实现 源码 工程全可直接编译 telnet服务器的 vc 实现 源码 工程全可直接编译 源文件全 可以直接编译
- 2023-09-01 06:40:03下载
- 积分:1
-
Socket
有关Socket的封装,这样使用起来比较方便,可以直接加载到工程中使用。-Socket-related packaging, so more convenient to use, can be directly loaded into the use of works.
- 2022-02-22 05:04:08下载
- 积分:1
-
(利用GIF_LZW算法实现的)网络图片传输 技术特点 ~~~~~~~~ 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:
(利用GIF_LZW算法实现的)网络图片传输 技术特点 ~~~~~~~~ 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现; C:GIF-LZW压缩算法压缩率较好,且我已想出VB语法下高效GIF-LZW压缩/解压算法。 四、使用“有序抖动”算法进行 色彩量化。理由:“有序抖动”处理的结果具有一定规律性,有助于LZW类算法压缩。-(using GIF_LZW algorithm) picture transmission network ~~~~~~~~ a technical features, the use of TCP to transmit data. Reason : good stability. Two, the use of byte data stream for transmission, reasons : A : VB String exist automatically Unicode conversion, the impact speed; B : can directly send eight bytes of data and do not need to use Base64 encoding, thereby reducing the coding time. 3, the use of GIF- LZW compression algorithm for image compression. Reason : A : itinerary coding, Huffman compression algorithm compression rate is too low; B : JPEG compression algorithm needs much-bit computing, and large amount of computation (with MMX spe
- 2022-05-19 18:52:33下载
- 积分:1