搜索资源列表
huffman_f
- huffman_f 在huffman_e的基础上,将排序改为利用堆排序原理选择最小的两个权值。也即,将所有元素的权值组织成堆后,每次堆内的根结点就是最小值了。每取出一个根结点后,就把堆尾元素调到根结点重建堆。取出两个最小值合并成一个子树后,再把子树作为叶子结点放到堆中,并让其上升到合适的位置,保持堆性质不变。因为每次不必完成整个排序过程,而只是组织成堆,因此,这种方法要比使用快速排序更快。上述算法参考了mg-1.2.1中Huffman编码的实现,见http://www.cs.mu.oz.au/m
Alpha
- Alphat透明合成系统源代码 Alphat透明合成系统 > 系统包括sort/nosort两部分
mapLSB
- 基于BMP图像格式调色板排序的的信息隐藏算法-Palette based image format BMP sort of information hiding algorithm
SortAnimation
- 关于快速排列的动画演示,由java swing写成-quick sort
mapping
- In mathematics, the term mapping, usually shortened to map, refers to either a function, often with some sort of special structure, or a morphism in category theory, which generalizes the idea of a function. There are also a few, less common uses in