文件名称:wbs
介绍说明--下载内容均来自于网络,请自行研究使用
这里给出的源代码huffman.zip用8种不同的方式实现了Huffman编码算法。这些代码意在演示不同Huffman算法的实现原理,比较算法执行效率的差别,但并没有针对实际应用环境的需求,做更多的空间或效率优化。所有代码以C++语言编写,为了更容易地实现各种数据结构,代码中大量应用了标准C++库和模板技术。——总之,这些代码的作用在于示例和演示;如果大家想把这些代码应用在实际应用中,可能还需要做进一步的调整和优化。-given here, the source code huffman.zip with eight different ways to achieve the Huffman coding algorithm. The code is intended to demonstrate different Huffman Algorithm of principle, the implementation of efficient algorithms compare the difference, but not against the actual application environment needs to do more space or efficiency optimization. All of the code is written in C, in order to more easily achieve various data structure, large-scale application of the code of the standard C library and template technology. -- In general, these is the role of code examples and demonstrations; If you want to use the code in practical application, we may need to do further restructuring and optimization.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 553957wbs.rar 列表 Huffman\Huffman.ncb Huffman\Huffman.sln Huffman\Huffman.suo Huffman\huffman.vcproj Huffman\huffman_a.cpp Huffman\huffman_b.cpp Huffman\huffman_base.cpp Huffman\huffman_c.cpp Huffman\huffman_d.cpp Huffman\huffman_e.cpp Huffman\huffman_f.cpp Huffman\huffman_g.cpp Huffman\huffman_h.cpp Huffman\main.cpp Huffman