搜索资源列表
huffman_f
- huffman_f 在huffman_e的基础上,将排序改为利用堆排序原理选择最小的两个权值。也即,将所有元素的权值组织成堆后,每次堆内的根结点就是最小值了。每取出一个根结点后,就把堆尾元素调到根结点重建堆。取出两个最小值合并成一个子树后,再把子树作为叶子结点放到堆中,并让其上升到合适的位置,保持堆性质不变。因为每次不必完成整个排序过程,而只是组织成堆,因此,这种方法要比使用快速排序更快。上述算法参考了mg-1.2.1中Huffman编码的实现,见http://www.cs.mu.oz.au/m
DrawDiguiTrees
- 该程序能够利用基本图元和递归算法,生成各种各样的树。可以是静态的,也可以是动态的。继续扩展,可以生成一片森林。-the procedure to use basic map and recursive algorithm to produce a wide variety of trees. Can be static or dynamic. Continue to expand, generating a forest.
计算机图形学应用及进展
- 本实验实现了分形递归树的生成算法,并简单应用该算法实现了一个动画效果:摇曳的递归分形树。及一个flash实验报告
SPIHT
- A.Said和W.A. pearlman根据Shapiro零树编码的基本思想,提出了一种新的且更优的实现方法--分层树集合分割(SPIHT),它是高效性能编码算法.这里给出了SPIHT程序及其改进后的程序.-A. Said and WA pearlman Shapiro zerotree coding based on the basic idea, a new and more excellent implementations- set partitioning in hierarchi
binatytree
- 二叉树演示,实现二叉树遍历包括先序,中序,后序后续是自己写的算法可以运行-binatytree display
fenxingshu
- 图形学中的实现分形树的一般算法。分行树就是像画雪花时的不断重复而产生的图形,在图形学上常用于画外型上重复出现的形状,比如树形结构等。-the algrithm of drawing the Fractal tree which is like the real tree .
sift_robkdtree
- sift算法寻找特征点,并用KD树法匹配特征点-sift algorithm to find the feature points and match with KD tree method feature points
SADMatch_new
- 利用不变矩公式将双目灰度图像转换成双目不变矩图像,然后提出了具有自适应参数的简单树动态规划算法的双目立体匹配方法进行匹配得到最终视差图-The formula using invariant moments grayscale images into binocular binocular image invariant moments, then made a simple tree with adaptive parameters of the dynamic p
De43skto5p
- 【谷速软件】多级树集合分裂(SPIHT)图像压缩算法源代码 可以做为参考使用 -[Software] Valley speed multilevel tree collection division (SPIHT) image compression algorithm source code can be used as a reference to use
hlgorithms
- 数据挖掘算法,分类树的C4,5算法,用于模式分类,不错的-Data mining algorithms, classification tree C4, 5 algorithm, used for pattern classification, pretty good
algorithmlltorithmCART
- 用matlab编写的CART数据挖掘决策树算法 很好的 可以-Matlab prepared by the CART decision tree data mining algorithm is very good