搜索资源列表
huffumancoding.rar
- 哈夫曼编码,有关编码与解码的哈夫曼实验程序,在xilinx机子上跑过,能用,Huffman coding, the encoding and decoding of Huffman experimental procedure, the machine ran Xilinx, can be
CL44
- 图像压缩编码的原理 哈夫曼树结构 DTC模型-image compression huffman models,DTC models
huffmanEncode
- 基于c语言的哈夫曼编码,对需要的同学,可以提供一定的参考和帮助。-huffman code of C
digital_IC_design
- 利用硬件描述语言实现哈夫曼编码,在modelsim下仿真编译-Huffman coding
HDL_Syn_V3.1
- 哈夫曼编码 包括synthesis优化。 Huffman encoding verilog code including synthesis optimization.-Huffman coding involves synthesis optimization. Huffman encoding verilog code including synthesis optimization.
Huffman115
- 哈夫曼编码/译码器,可以对文字进行编码和译码,对文件进行加密和解密-Huffman encoding/decoding, and can encode and decode text on the document for encryption and decryption
HuffmanCode102
- 哈夫曼编码,可以编码几乎所有的字符,同时还可译码-Huffman coding, can be coded almost all of the characters, while also decoding
huffmancode
- 哈夫曼编码,非最优编码做了功能实现,最优编码程序仍然存在问题-Huffman coding, non-optimal coding done function, the optimal coding process is still a problem
哈夫曼编码器设计实验报告
- 要求对一段数据序列进行哈夫曼编码,使得平均码长最短,输出各元素编码和编码后的数据序列。 ①组成序列的元素是[0-9]这10个数字,每个数字其对应的4位二进制数表示。比如5对应0101,9对应1001。 ②输入数据序列的长度为256。 ③先输出每个元素的编码,然后输出数据序列对应的哈夫曼编码序列。(Design a 1MHz FIR low pass filter. Huffman coding is required for a section of data sequence to m
哈夫曼
- 一种用verilog语言实现的霍夫曼压缩编码算法(Huffman compression implemented by Verilog)