-
这里给出的源代码huffman.zip与八种不同的方法来实现…
这里给出的源代码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.
- 2022-10-29 05:05:04下载
- 积分:1
-
用VB实现文件压缩和解压缩,对于初学VB的同志具有参考价值
用VB实现文件压缩和解压缩,对于初学VB的同志具有参考价值-VB document compression and decompression, for beginners VB comrades reference value
- 2022-11-30 21:40:03下载
- 积分:1
-
0_1背包问题使用一个给定n种去的动态规划解法…
0_1背包问题用动态规划解给定n种物品和一背包。物品i的重量是wi,其价值为vi,背包的容量为c。问应如何选择装入背包中的物品,使得装入背包中物品的总价值最大?
在选择装入背包的物品时,对每种物品i只有两种选择,即装入背包或不装入背包。不能将物品i装入背包多次,也不能只装入部分的物品i。因此,该问题称为0-1背包问题。-0_1 knapsack problem using dynamic programming solution of a given n types of goods and one backpack. Item i is the weight of wi, the value for vi, knapsack capacity c. Question should be how to choose the items into the backpack, the backpack into the total value of the largest items? In the selection of the items into the backpack, for each of the items i have only two choices, that is loaded or not loaded backpack backpack. Items should not be many times i load backpack can not only part of the goods loaded i. Therefore, the problem known as the 0-1 knapsack problem.
- 2023-04-12 03:25:02下载
- 积分:1
-
方便处理JPEG格式图片的基于VC的源代码
方便处理JPEG格式图片的基于VC的源代码-facilitate the processing of JPEG images based on the source code VC
- 2022-02-12 11:22:53下载
- 积分:1
-
这是从网络加载SWF
this is a swf from net load
- 2022-01-25 20:23:59下载
- 积分:1
-
哈弗曼编码算法的实现,用c++来实现算法
哈弗曼编码算法的实现,用c++来实现算法-huffman code
- 2022-08-07 07:16:52下载
- 积分:1
-
jpeg解码程序,把图片的编码变成.c文件,方便各位学习开发。...
jpeg解码程序,把图片的编码变成.c文件,方便各位学习开发。-jpeg decoding process, the coding into the picture. c files to facilitate the development of all learning.
- 2022-05-24 09:33:51下载
- 积分:1
-
新的RLE压缩算法,在医院MIS中处理US图象时非常有用。
新的RLE压缩算法,在医院MIS中处理US图象时非常有用。-new RLE compression algorithm, in the hospital MIS U.S. image processing will be very useful.
- 2022-02-15 17:18:25下载
- 积分:1
-
- 2022-04-20 04:13:13下载
- 积分:1
-
我发现这个网站上缺少关于3D
我发现这个网站上缺少关于3D-SPIHT编码。这个是我收集的3D-SPIHT,也是来自于Pro.Peraman的官网。 可以用来做实验,写论文。希望对大家有用。-i found that the website lack of 3d-spiht coding, this 3d-spiht coding is from websites of Pro.Pearlman. i hope it is useful for you.
- 2022-04-20 10:36:21下载
- 积分:1