Welcome![Sign In][Sign Up]
Location:
Search - 霍夫曼

Search list

[Multimedia program霍夫曼编码main

Description: 多媒体技术的小实验,编写的是霍夫曼编码,程序很小,但是蛮有用的!-multimedia technologies small experiment, Hoffman is prepared by the coding process is very small, is full of!
Platform: | Size: 1680 | Author: 邢超莹 | Hits:

[Graph programHuffman霍夫曼编码源代码(VC)

Description: Huffman霍夫曼编码源代码(VC).zip-Hoffman source code (VC). Zip
Platform: | Size: 2280 | Author: 子顷 | Hits:

[Other resource霍夫曼编码源码

Description: 霍夫曼编码 是一种无失真编码 讲的很详细,仔细看看,收获不小。-Huffman coding is a lossless encoding said very carefully, and to look carefully and learned a lot.
Platform: | Size: 4035 | Author: 郭指挥 | Hits:

[matlab霍夫曼编码

Description: 霍夫曼编码的实现.
Platform: | Size: 1044 | Author: hekang8707 | Hits:

[Multimedia program霍夫曼编码的matlab实现

Description: 霍夫曼编码的matlab实现
Platform: | Size: 1315 | Author: furaul@qq.com | Hits:

[SourceCodeYMHuffman

Description: 霍夫曼编码源代码(VC) -The VC source code of Huffman coding.
Platform: | Size: 2048 | Author: 张宏 | Hits:

[Compress-Decompress algrithms霍夫曼树编码

Description: 哈夫曼树编码代码-Huffman code tree coding
Platform: | Size: 1024 | Author: 小小 | Hits:

[Mathimatics-Numerical algorithmsHuffmanCoding_src

Description: 霍夫曼编解码算法-Huffman decoding algorithms
Platform: | Size: 3072 | Author: 范明 | Hits:

[Compress-Decompress algrithmshfm

Description: 霍夫曼压缩解压缩算法-Huffman compression decompression algorithms
Platform: | Size: 44032 | Author: 陈建湘 | Hits:

[Graph programHuffman霍夫曼编码源代码(VC)

Description: Huffman霍夫曼编码源代码(VC).zip-Hoffman source code (VC). Zip
Platform: | Size: 2048 | Author: | Hits:

[Crack HackHUMA1

Description: 这是一个霍夫曼编码程序-This is a Huffman code program
Platform: | Size: 1024 | Author: 马晓春 | Hits:

[Other原代码2

Description: 霍夫曼编码译码程序-Huffman encoding decoding procedures
Platform: | Size: 1024 | Author: 郭巨海 | Hits:

[Algorithm霍夫曼编码源码

Description: 霍夫曼编码 是一种无失真编码 讲的很详细,仔细看看,收获不小。-Huffman coding is a lossless encoding said very carefully, and to look carefully and learned a lot.
Platform: | Size: 4096 | Author: 郭指挥 | Hits:

[Compress-Decompress algrithms哈夫曼编码解码

Description: 霍夫曼编码是可变字长编码(VLC)的一种,是消除编码冗余最常用的方法。 它是Huffman于1952年提出一种编码方法,它的基本原理是频繁使用的数据用较短的代码代替,较少使用的数据用较长的代码代替,每个数据的代码个不相同。有时称之为最佳编码,一般就叫作Huffman编码。下面引证一个定理,该定理保证了按字符出现概率分配码长,可使平均码长最短。-Huffman coding is a variable word length coding (VLC) A is to remove redundant code of the most commonly used methods. It is Huffman in 1952 made a coding method, and its basic tenets are frequently used data with the code instead of a shorter, less use of the data over a longer period instead of the code, the code for each data-not the same. Sometimes referred to as the best coding, the general called on Huffman coding. Below prove a theorem, the theorem guarantees by the characters emerging probability distribution yards long, will enable the shortest average yards long.
Platform: | Size: 181248 | Author: 胡骥骏 | Hits:

[Multimedia Develop霍夫曼编码main

Description: 多媒体技术的小实验,编写的是霍夫曼编码,程序很小,但是蛮有用的!-multimedia technologies small experiment, Hoffman is prepared by the coding process is very small, is full of!
Platform: | Size: 1024 | Author: 邢超莹 | Hits:

[Other综合实验哈夫曼编码

Description: 1.n个叶结点,权分别为w1,w2,• • • ,wn的二叉树中,带权路径长度WPL最小的二叉树叫最优二叉树, 也叫霍夫曼树。 2.霍夫曼算法:1)根据给定的权值{w1,w2,• • • ,wn}构造n个二叉树F={T1,T2,• • • ,Tn}每个Ti只有一个根结点,权为wi。2)在F中选取两棵根结点的权值最小的树 构成一棵新的二叉树,其根的权值为左右子树根的权值的和。3)F中删去这两棵树,加上新得的树。4)重复2)3)直到只剩一棵树。 -1. N leaf nodes, the right to w1, w2,# 8226# 8226, wn the binary tree, with the right path length WPL smallest binary tree called Optimal binary tree, the tree is also called Hoffman. 2. Hoffman algorithm : 1) According to the weights (w1, w2,# 8226# 8226# 8226, wn) n binary tree structure F = (T1, T2,# 8226# 8226# 8226, Tn) each only a Ti Root, the right to wi. 2) In 1984 two F Root in the value of the right to the smallest tree constitute a new binary tree, the roots of the right value for the son around the roots and the value of the right. 3) F deleted these two trees, coupled with the new tree. 4) repeat 2) 3) until only a tree.
Platform: | Size: 1024 | Author: yy | Hits:

[Other霍夫曼编码及解码

Description: 对一个给定字符串,生成霍夫曼树,求出霍夫曼编码并进行解码(get the huffman tree for a string,code and translate)
Platform: | Size: 2048 | Author: narutoyt | Hits:

[matlab霍夫曼编码

Description: 运用matlab实现霍夫曼编码,可以自己输入(Using MATLAB to achieve Hoffman encoding, you can input it yourself)
Platform: | Size: 1024 | Author: 2卡卡2 | Hits:

[Other哈夫曼树

Description: 这是一份霍夫曼树的代码,代码被分成一个一个的块,需要的小伙伴可以看一看。(This is a code of Hoffman tree. The code is divided into one block, and the small partners need to have a look.)
Platform: | Size: 240640 | Author: 吕二丫 | Hits:

[VHDL-FPGA-Verilog哈夫曼

Description: 一种用verilog语言实现的霍夫曼压缩编码算法(Huffman compression implemented by Verilog)
Platform: | Size: 75776 | Author: 实现那是 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 45 »

CodeBus www.codebus.net