搜索资源列表
huffmancoding
- 对文本文件success.dat进行霍夫曼编码,用文本文件coding.dat保存编码
HuffmanCoding
- 结构清晰的哈夫曼编码,哈夫曼编码,对于初学者很有帮助.程序有注释
HuffmanCoding
- 实现哈夫曼编码功能,可任意输入一段报文,程序自动统计各字符的权值,并进行编码,可显示中间过程..编码后可输入一段密文进行解码...原创,请支持,
Huffmancoding
- 哈夫曼编码的程序,哈夫曼树─即最优二叉树,带权路径长度最小的二叉树,经常应用于数据压缩。
HuffmanCoding
- 引用经典的哈夫曼编码方式,发送方能后读一段文字并按照哈夫曼编码方式编码并生成另一个文件,并且也有读密文还原源码的功能
HuffmanCoding
- 数据结构的java实现-Data Structure written in Java for Huffman Coding Algorithm.
Huffmancoding.rar
- 对文本文件进行huffman编码、解码 读取文本文件,并统计文件中字母个数 建立huffman树 对文件进行huffman编码 对文件进行huffman解码 ,Text documents huffman encoding, decoding to read a text file, and the number of statistical documents the establishment of letters of the document tree huffman
HuffmanCoding.rar
- 利用数字图像处理中的霍夫曼编码算法对数字图像作霍夫曼编码,所得编码结果完全符合概率越大,码长越短的原则,The use of digital image processing of the Hoffman coding algorithm for digital image on the Huffman code, coding the results obtained in full compliance with the greater probability, the shorter co
Huffmancoding
- 霍夫曼编码算法,实现对输入信息(名称和权值)的霍夫曼编码并输出结果-Huffman coding algorithm, the realization of the input information (name and the right value) of the Huffman code and output results
HuffmanCoding
- 本代码是基于VC++用C语言编写的哈弗曼编码 调试已通过 可使用 程序有待改善之处是译码程序没有 -The code is based on the VC++ Using C language debugging哈弗曼coding procedures have been through the use of room for improvement is the decoding process is not
huffmancoding
- 哈夫曼压缩 哈弗曼算法是基本的压缩和解密算法,此文件表示了如何用Java来编码 -Huffman Encoder
Huffmancoding
- 数据结构程序设计——哈夫曼编码,希望给同学一些帮助-Data Structure Programming- Huffman coding, the students want to give some help
huffmancoding
- 通过建立霍夫曼树,输入一串数据,进行霍夫曼编码-Huffman code
huffmancoding
- 此文档是一个Huffman编码,其是基于VC而设计的程序。-This document is a Huffman coding, which is designed based on the VC process.
HuffmanCoding
- 霍夫曼编码实现,在文件中输入一个字符串,即可在结果文件中获得编码-Huffman coding to achieve, type a string in the file can be encoded in the outcome document
HuffmanCoding
- huffman coding,pdf文件,介绍各种Huffman code编码-huffman coding, pdf documents, introducing the various Huffman code encoding
Huffmancoding
- 在已知信源统计规律的情况下,快速实现对信源的霍夫曼编码,编码效率达到97 以上-Statistical law known source case, rapid implementation of the source of the Huffman coding, coding efficiency up to 97 or more
basicoperationfortree
- 包括了树的一些基本操作及一些树的结构表示,如二叉树(以char 为数据和以int为数据 ),线索二叉树,二叉排序树(int),HuffmanCoding and Huffman tree,建表达式树,遍历及与遍历有关的操作等-Includes some of the tree basic operations and a number of tree structure representation, such as the binary tree (in char to int for the
huffmancoding
- 格式:[huffcodes,氢,領 ,电子] = huffmancoding(磷,氮) %输入:p是每个字母符号的概率 (如:对= [0.3 0.2 0.2 0.2 .06 .04]) n是一个整数,决定在每个帧的符号数量 (默认:n = 1时) %输出:huffcodes:huffmancodes 答:源熵 甲肝:平均熵编码 电子邮件:科丁效率-format : [huffcodes,H,Hav,e]=huffmancoding(p,n)
HuffmanCoding
- HuffmanCoding 的matlab程序,可以用来做个参考,不错的程序-HuffmanCoding