搜索资源列表
huffman
- 哈夫曼的编码译码器, 还附带有压缩跟解压缩的功能。
(利用GIF_LZW算法实现的)网络图片传输
- (利用GIF_LZW算法实现的)网络图片传输 技术特点 ~~~~~~~~ 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现; C:GIF
huffman解压缩
- 运用huffman编码的解压缩程序,能压缩任何格式的文件,但是压缩比不是最理想-use Huffman coding decompression procedures can be compressed files in any format, but not the best compression ratio
文本压缩
- 用huffman编码实现的文本压缩用compress进行压缩用uncompress进行解压缩-Huffman coding used to achieve the compression used compress text compression used for decompression uncompress
HUFFMAN
- 运用哈弗曼编码实现文件的压缩与解压缩,有源码-HUFFMAN files encoded using the compression and decompression, a source
Cpp1
- C语言编译利用霍夫曼编码压缩/解压缩文件-C compiler to use Huffman coding compression/decompression file
huffman
- 哈夫曼编码实现压缩与解压缩 整体设计流程清晰 算法简洁-Huffman coding to achieve compression and decompression algorithm for the overall design process clear and concise
Huffman
- 在数据库课程实习时候,保存的资料,运用了哈弗曼树进行压缩解压。希望可以有所帮助。-Internship programs in the database when the information stored, using the Havermann tree compression decompression. Hope that we can help.
huffman
- 利用哈弗曼压缩文件,程序功能包括压缩和解压缩。-Using Havermann compressed file, the program features, including compression and decompression.
Huffman
- Huffman,简单的解压缩程序,详细看源码-Huffman, a simple decompression procedure, detailed look at source
Huffman-Tree-Compression-Software
- 一个简单的Huffman树的压缩软件的程序,可以把字母压缩为01串,也可以解压缩。-A simple Huffman tree compression software program, the letters can be compressed to 01 strings, you can also decompress.
HF
- 哈夫曼编码可用于压缩解压缩,平时我们用的rar也差不多是用这个原理来压缩的。-Huffman coding for compression and decompression, usually we use the rar almost use this principle to compress.
Huffman
- huffman编码,用于压缩文件,解压文件,利用哈夫曼树-huffman encoding used to compress the file, unzip the file using the Huffman tree
Huffman
- 用基于有堆排序的优先队列构建Huffman树,进行Huffman编码,实现文件压缩、解压缩。-Used to build the Huffman tree based on the priority queue have heapsort, Huffman encoding, file compression, decompression.
huffman
- 文件压缩源码.....课压缩解压文件...可现实文件压缩的哈夫曼编码-File compression source ..... lesson compression decompression file ... real file compression, Huffman coding
Huffman
- 1、一个数据压缩器,能够对任意格式的文件进行压缩处理,从源文件读取字符经过压缩器译码并打包输出到目的文件。 2、一个解压器能够对由压缩器压缩得到的压缩文件进行解压缩,图2描述了解压缩过程的协同图。解压器还要能够判断文件类型以及文件是否被篡改。-1, a data compression, the compression processing to the files in any format, is read from the source file the character compr
Huffman-Decode
- Huffman 原理编码压缩解压文件,先构造 Huffma 树再编码-Huffman Decode
huffman
- 利用huffman编码实现文件的压缩解压缩并计算压缩率。-Use huffman coding realize the decompressed file compression and calculate the compression ratio.
huffman
- 基于Huffman树的压缩文件及解压文件源代码,可压缩txt,图片,音频等,但txt格式压缩率较高,其他格式压缩不明显(Huffman tree based compressed files and decompression file source code, compressed TXT, pictures, audio, etc., but TXT format compression rate is higher, other formats are not obvious compre
huffman压缩
- 用huffman实现对文件的压缩,解压缩(Using Huffman to achieve compression of files)