搜索资源列表
-
0下载:
(利用GIF_LZW算法实现的)网络图片传输 技术特点 ~~~~~~~~ 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现; C:GIF
-
-
0下载:
hufman
coding. Input QUALITY determines the amount of information that
is lost and compression achieved. Y is an encoding structure
containing fields:
Y.size Size of X
Y.numblocks Number of 8-by-8 encoded blocks
Y.qualit
-
-
0下载:
利用哈夫曼编码来进行图像的压缩解压程序代码。-Using Huffman coding for image compression decompression program code.
-
-
0下载:
用VC实现的HUFFMAN编码,可以实现图像压缩等功能!,-Using VC to achieve HUFFMAN coding, can realize the function such as image compression.
-