搜索资源列表
CompressDecompress.rar
- ACMS压缩算法.zip arc压缩工具.zip ASH压缩算法.zip CAB解压缩程序.zip COM压缩算法.zip C语言常用算法源代码.zip HA压缩算法.zip jac压缩算法.zip lharc压缩算法.zip LZHUF、LZSS、LZARJ压缩算法.zip LZSS压缩算法.zip lzw压缩算法.zip Splay树压缩算法.zip USQ压缩工具.zip zip解压.zip zip压缩解压范例.zip 哈夫曼编码树算法.zip 哈夫曼压缩
huffman用c语言扫描一幅bmp256色图像,利用哈夫曼对其进行编码
- 用c语言扫描一幅bmp256色图像,利用哈夫曼对其进行编码,并做出效率计算等-C language with a bmp256 color image scanner, using Huffman code it, and make efficient computing
Huffman
- 哈弗曼编码的C语言实现,自己编的,很实用,很容易看懂,希望对大家理解哈弗曼编码有所帮助-Havermann coded C language implementation, compiled their own, very practical, very easy to understand, want to help everyone understand the Havermann coding
tuxiangchuli
- 一、 课程设计题目: 用C/C++语言编写灰度图像霍夫曼编码的程序 二、 设计内容及要求: 1、 用C/C++语言完成设计,在计算机上调试程序; 2、 上机课时:8课时; 3、 列出设计结果,并提交课程设计报告。 三、 设计方法与步骤: 1、 统计一幅BMP格式的灰度图像的概率,并显示相应的灰度值和概率; 2、 对这幅图像做霍夫曼编码;并列出编码结果。 3、 计算平均码长和熵值,算出编码效率。 4、 所有的结果都要求显示出来。 -First, the
human
- 用C语言编写的哈夫曼算法,比一般的功能要多,包括树形结点输出,生成文件,编码,译码.-Using C language Huffman algorithm, than the general functions, including tree node output, generated documentation, coding, decoding.
code-huffman
- 利用C语言经行huffman编码 输出结果包含了编码输出的结果以及熵等内容-C language by using huffman coding output line contains the results of output code, as well as entropy, etc.
huffman
- 数据压缩,c语言,huffman编码,vc实现-Data compression, c language, huffman coding
huffman
- haffuman编码 C语言实现 数据结构实验-haffuman
huffman1
- 本程序可以实现霍夫曼无损压缩编码,C语言-Huffman Coding
HuffmanDecoder
- Huffman Decoder 哈弗曼编码器 C语言描述 数据结构与算法 利用三叉树-Huffman Decoder
Cpp1
- C语言编译利用霍夫曼编码压缩/解压缩文件-C compiler to use Huffman coding compression/decompression file
Huffman
- 哈弗曼编码c语言下二叉树的实现方法!-Hafu Man coding c language! Hafu Man coding c language
huffman
- huffman编码C语言实现,项目开发中经常用到的算法。-The the huffman encoding C language, algorithms are often used in the development of the project.
adaptive-huffman-coding-c
- 本程序是使用c语言编写的自适应霍夫曼编码,对于只熟悉c语言的同学会有很大帮助。-This procedure is the use of adaptive Hoffman coding of C language, the only familiar with the C language students will be of great help.
哈弗曼编码
- C语言编写哈夫曼树,实现字母和数字之间的密码互换。(C language Huffman tree, the realization of letters and numbers between the password swap.)
赫夫曼编码实现
- 赫夫曼编码实现代码,对于数据结构初学者有较大的借鉴意义(Huffman encoding code)
C语言实现哈夫曼编码
- 利用C语言完整实现哈夫曼编码,语法简洁,较易理解。(The use of C language integrity Huffman coding, syntax concise, easier to understand.)
Huffman
- 实现哈夫曼编码,C语言实现,单文件直接编译运行。注册开通用,垃圾作品,课程作业(huffman coding The realization of Huffman encoding, C language, single file directly compile and run. Registered with the opening, trash, course work)
huffman
- 使用C++语言实现了huffman的编码和解码功能,对于霍夫曼树和加密解密有深入的了解(Using the C++ language to implement the coding and decoding functions of Huffman, we have a deep understanding of the Hoffman tree and encryption decryption)
哈夫曼英文文章编码解码示例
- 自己写的哈夫曼算法 C语言实现示例 编码 解码 哈夫曼树(An example of the Huffman algorithm C language)