搜索资源列表
huffman_f
- huffman_f 在huffman_e的基础上,将排序改为利用堆排序原理选择最小的两个权值。也即,将所有元素的权值组织成堆后,每次堆内的根结点就是最小值了。每取出一个根结点后,就把堆尾元素调到根结点重建堆。取出两个最小值合并成一个子树后,再把子树作为叶子结点放到堆中,并让其上升到合适的位置,保持堆性质不变。因为每次不必完成整个排序过程,而只是组织成堆,因此,这种方法要比使用快速排序更快。上述算法参考了mg-1.2.1中Huffman编码的实现,见http://www.cs.mu.oz.au/m
erchashu3
- 二叉树的便先中后三中递归和非递归方式的实现-binary tree after they were first three recursive and non - recursive approach to achieve
treevb
- 分形树,希望大家可以多多学习,本模块主要是让我们能用自然的思维去重点解决我们实际问题,也就是说如果你想用VB作图的话,你不用去思考坐标在VB中的情况,你只要思考你所作图形在坐标中的位置。-fractal tree, we can learn more, This module is designed to allow our thinking can use natural to focus on practical solutions to our problems, This means t
fenxingtuxiangzhizuoqi
- 分形图像制作器源代码 生成参数外部可调的分形树图象 -fractal images produced source code generator for external adjustable parameters fractal tree image
HUFMTREEGraphics
- 利用C语言编写的Huffman树的动态生成过程,带图形显示。-C language prepared by the Huffman tree, the dynamic formation process, with graphic display.
System.Drawing.Html
- 这是一个可完美渲染HTML的渲染器,可同时显示高亮源代码、解析树以及渲染结果。该渲染引擎基于HTML4.01以及CSS2定义。-This is a perfect rendering HTML renderer can be highlighted at the same time show the source code tree, as well as rendering the results of analysis. The rendering engine based on the d
2DDTCWT
- 实现2维的图像表示,用这些算法来进行图像的表示及应用于图像去噪-realize dual tree complex packet transform
B_Tree
- program b tree by C. you can run it on Borlan C 5.0
findjobj
- Find all java objects contained within a java container or Matlab GUI handle If no output parameter is specified, then an interactive GUI window will be displayed with a tree-view of all container components, their properties and callbacks.
fenxing
- 图形分形代码 分形树,分形草,垫片,地毯等-Fractal fractal graphics code tree, fractal grass, gaskets, carpet, etc.
christmas
- A simulator for Christmas Tree in C language using graphic mode.
brainee-30177
- An application that implement Uninformed search algorithms * Breadth-first search * Uniform-cost search * Depth-first search * Depth-limited search (tree and recursive versions) * Iterative deepening search-An application that im
suijishuyouguozi
- 生成随即果子树-generate the tree fruit trees produce
rtree-core-lib.tar
- R Tree implementation
RainBow
- Rainbow Maker based on tre bands of colors yellow, red and blue, the user can move the tree bands and their grosors.-Rainbow Maker based on tre bands of colors yellow, red and blue, the user can move the tree bands and their grosors
visKDTree
- k-d树搜索代码,k-d树在碰撞检测的建模中应用非常广泛-k-d tree
QNet_Simulator
- This a 2D binary-tree graph drawer with the aim of simulating money transactions at QNet company.. (serves as a 2D binary-tree drawer) -This is a 2D binary-tree graph drawer with the aim of simulating money transactions at QNet company.. (serves
TreeFrame
- 用JTree实现的GUI界面,模仿QQ客户端界面的目录树。-JTree GUI interface implemented to mimic the directory tree of the QQ client interface.
MINTREE
- 用各种求解最小生成树的算法实现最小生成树的动态演示-Solving the minimum spanning tree algorithm to achieve the dynamic presentation of the minimum spanning tree
tree
- MATLAB二叉树生成,可以生成平衡和非平衡二叉树-MATLAB binary generation, can generate balanced and unbalanced binary tree
