-
(利用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
-
VC++6编译,UDP组播程序,分为发射端和接收端两个部分,这是接收端程序...
VC++6编译,UDP组播程序,分为发射端和接收端两个部分,这是接收端程序-VC 6 compiler, UDP Multicast procedures, divided into transmitter and receiver in two parts, which is receiving end procedures
- 2022-04-23 11:49:33下载
- 积分:1
-
VB实现SQL Server数据库备份
VB实现SQL Server数据库备份-恢复 VB实现SQL Server数据库备份-恢复-VB SQL Server database backup-restore VB SQL Server database backup-restore
- 2022-02-07 16:11:42下载
- 积分:1
-
简单的多线程聊天工具,用MFC编程实现,对初学网络编程的人是个很不错的开始。...
简单的多线程聊天工具,用MFC编程实现,对初学网络编程的人是个很不错的开始。-Simple multi-threaded chat tool, using MFC Programming for beginner of network programming is a very good start.
- 2022-06-27 15:51:34下载
- 积分:1
-
编码转换,u编码,html编码,utf8
编码转换,u编码,html编码,utf8-GB,URL编码-code translation
- 2023-01-26 12:55:03下载
- 积分:1
-
基于udp通信的客户端源代码,可以与基于udp通信的服务器端实现通话...
基于udp通信的客户端源代码,可以与基于udp通信的服务器端实现通话-server for udp communication
- 2023-05-11 19:00:04下载
- 积分:1
-
network chat, simple and practical, we quickly download and watch it
网络聊天,简单实用,大家快下载看看吧-network chat, simple and practical, we quickly download and watch it
- 2022-04-27 00:33:13下载
- 积分:1
-
eMule
eMule-0.44d-VeryCD1228源代码,为自由软件,内附版权说明。-quad-0.44d- VeryCD1228 source code to free software, enclosing copyright statement.
- 2022-01-22 08:15:35下载
- 积分:1
-
VC++6操作网络TCP
VC++6操作网络TCP
VC++6操作网络TCP
VC++6操作网络TCP-VC++6 operating network TCP ok VC++6 operating network TCP ok
- 2023-03-16 08:05:04下载
- 积分:1
-
这是一个简单的socket例程源码,现运行server,并开始。然后运行client,
连接就可以看到提示信息。...
这是一个简单的socket例程源码,现运行server,并开始。然后运行client,
连接就可以看到提示信息。-This is a simple socket routines source, the server is running, and began. Then run client to connect, you can see a message.
- 2022-03-05 02:59:06下载
- 积分:1