搜索资源列表
hfm
- 霍夫曼编码的C语言实现!-Huffman coding in C language!
(4)
- 霍夫曼编码的C语言实现-Huffman coding in C language Albion
hofman
- 这是一个霍夫曼编码运用的程序,在C语言的环境下编写的。
数据结构的C++描述
- 目 录 译者序 前言 第一部分 预备知识 第1章 C++程序设计 1 1.1 引言 1 1.2 函数与参数 2 1.2.1 传值参数 2 1.2.2 模板函数 3 1.2.3 引用参数 3 1.2.4 常量引用参数 4 1.2.5 返回值 4 1.2.6 递归函数 5 1.3 动态存储分配
HuffmanExp
- HuffmanExp 编码 C/C++语言编写灰度图象霍夫曼编码的程序1、 统计一幅BMP格式的灰度图像的概率,并显示相应的灰度值和概率; 2、 对这幅图像做霍夫曼编码;并列出编码结果。 3、 计算平均码长和熵值,算出编码效率。 4、 所有的结果都要求显示出来。 - MICROSOFT FOUNDATION CLASS LIBRARY : HuffmanExp =========================================================
tuxiangchuli
- 一、 课程设计题目: 用C/C++语言编写灰度图像霍夫曼编码的程序 二、 设计内容及要求: 1、 用C/C++语言完成设计,在计算机上调试程序; 2、 上机课时:8课时; 3、 列出设计结果,并提交课程设计报告。 三、 设计方法与步骤: 1、 统计一幅BMP格式的灰度图像的概率,并显示相应的灰度值和概率; 2、 对这幅图像做霍夫曼编码;并列出编码结果。 3、 计算平均码长和熵值,算出编码效率。 4、 所有的结果都要求显示出来。 -First, the
Graphic.process
- 应用C/C++语言编写灰度图像霍夫曼编码的程序-Application of C/C++ language coding gray-scale image of the Hoffman process
huffman1
- 本程序可以实现霍夫曼无损压缩编码,C语言-Huffman Coding
HUFF
- 这是霍夫曼编码的c语言实现 可以直接在编辑器上运行-This is the Huffman code of c language directly in the editor to run
bianma
- 基于MATLAB的霍夫曼编码。包括MATLAB界面下生成的结果图。程序较C语言易懂,由于在MATLAB下实现,程序简洁。-Huffman coding based on MATLAB. Including the MATLAB interface to generate the results of Fig. Procedures easy to understand language than C, because under MATLAB, the program simple.
178_C_code
- c语言各种常有算法代码 例如霍夫曼编码 等-178 typical code write in c
Cpp1
- C语言编译利用霍夫曼编码压缩/解压缩文件-C compiler to use Huffman coding compression/decompression file
cyuyanshixiandaima
- C语言就数据结构的实现代码,包括霍夫曼编码,图遍历,二叉树等-C language data structure on the implementation of code, including Huffman coding, graph traversal, binary tree and so on. . .
huff
- 霍夫曼编码的C语言实现,用VC6.0平台实现,完成建立建立码树功能,可进行huffman的编码和译码-The realization of Huffman Code
Huffman
- 这是一个关于霍夫曼编码与解码的c语言程序,功能强大,且使用-This is a Huffman encoding and decoding on the c-language program, powerful, and the use of
HuffmanDialog
- C语言实现图像的霍夫曼编码~可以实现简单的霍夫曼编码-C-Image of the Huffman coding ~ simple Huffman coding can be achieved
Compression
- 使用C#语言实现图像编码的各种算法,如霍夫曼编码、香农编码、香弗编码、行程编码、傅里叶编码等等。-C# language using a variety of image coding algorithms such as Huffman coding, Shannon coding, Hong Vladimir coding, length encoding, Fourier coding and so on.
Huffman
- 霍夫曼编码的C语言实现,本文档可以为你提供你所需要的内容-Huffman coding in C language, this document can provide you with the content you need
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.
霍夫曼编码及解码
- 对一个给定字符串,生成霍夫曼树,求出霍夫曼编码并进行解码(get the huffman tree for a string,code and translate)