搜索资源列表
梦里花落知多少
- 我忘了自己何年何月在凌晨的时候还涩着眼睛看完落落讲的一个仓鼠和芝兰的故事。何年何月啊,想不起来了,头有点痛。记忆像腐烂的叶子,那些清新那些嫩绿早已埋葬在时间刻度的前段,惟有铺天盖地的腐烂气味留在时间刻度的尾部。突然一阵风,往上飘,往上飘,然后在某一个 - I forgot own He Nianhe the month to look in the before dawn time also astringent eye 钀借惤 sa
四叶玫瑰线
- 用DELPHI开发的四叶玫瑰线程序,是一个简单的画图程序,可以通过改变COLORBOX的值改变叶子的颜色。-with Delphi's four leaf rosette procedure is a simple drawing program, by changing the value COLORBOX leaves change color.
求二叉树的高度、叶子节点数
- 求二叉树的高度和深度,求高度时采用递归算法,求深度时采用非递归算法。-for binary tree height and depth, used for highly recursive algorithm, seeking depth of the use of non - recursive algorithm.
Leaf_M
- 完全凭借java程序编写出来的一棵分形叶子,很有意思,其非常像真实的叶子。不仿-fully with the procedures for the preparation of a fractal leaves, very interesting, very like real leaves. Do not look at imitation
树的高度和叶子结点数
- 先是建立一个树,然后对树进行转换变成二叉树,求出树的高度和叶子节点,此程序对于数据结构学习者很有帮助-First, the establishment of a tree, the tree then converted into a binary tree, the tree calculated the height and leaf nodes, the procedure for data structure learners
二叉树高度和叶子节点数
- 这是一个用来实现二叉树高度和叶子节点数的程序-This is a binary tree used for height and leaf nodes procedures
huffman_f
- huffman_f 在huffman_e的基础上,将排序改为利用堆排序原理选择最小的两个权值。也即,将所有元素的权值组织成堆后,每次堆内的根结点就是最小值了。每取出一个根结点后,就把堆尾元素调到根结点重建堆。取出两个最小值合并成一个子树后,再把子树作为叶子结点放到堆中,并让其上升到合适的位置,保持堆性质不变。因为每次不必完成整个排序过程,而只是组织成堆,因此,这种方法要比使用快速排序更快。上述算法参考了mg-1.2.1中Huffman编
tree2.0
- 一个javascr ipt写的目录树,可以任何层级,并可改变叶子节点上的图标-write a directory tree can be of any level, can change the leaf nodes on the icon
9二叉树
- 几乎包括二叉树的所有编程算法,其中有二叉树的先中后序递归与非递归遍历算法,由先序与后序建立二叉树,层次遍历,求叶子结点数,总结点数,树的深度与宽度。-including binary tree almost all programming algorithm, these binary tree after the first sequence which recursive and non - recursive traversal
叶子结点统计
- 递归算法求统计二叉树T中叶子结点的数目,数据结构常用算法-recursive algorithm for statistical binary tree T leaf node of the number of commonly used data structures Algorithm
求二叉树根结点到叶子结点的所有路径
- 求二叉树跟结点到所有叶子结点的所有路径,并打印出来。
求二叉树根结点到叶子结点的所有路径
- 求二叉树跟结点到所有叶子结点的所有路径,并打印出来。
叶子结点统计
- 递归算法求统计二叉树T中叶子结点的数目,数据结构常用算法-recursive algorithm for statistical binary tree T leaf node of the number of commonly used data structures Algorithm
树的高度和叶子结点数
- 先是建立一个树,然后对树进行转换变成二叉树,求出树的高度和叶子节点,此程序对于数据结构学习者很有帮助-First, the establishment of a tree, the tree then converted into a binary tree, the tree calculated the height and leaf nodes, the procedure for data structure learners
二叉树高度和叶子节点数
- 这是一个用来实现二叉树高度和叶子节点数的程序-This is a binary tree used for height and leaf nodes procedures
leafmodelling
- 提取图象边缘信息,以matlab编写,以叶子为例子。-Extraction of image edge information to matlab prepared to leaves, as an example.
leaf
- 计算叶子面积周长用到图形图像处理的边缘检测算法-Circumference of the leaf area calculated using graphics image processing edge detection algorithm
shuyuerchashu
- (1)输入字符序列,建立二叉链表。 (2)先序,中序,后序遍历二叉树:递归算法。 (3)中序遍历二叉树:非递归算法(最好也能实现先序,后序非递归算法)。 (4)求二叉树的高度 。 (5)求二叉树的叶子个数。 (6)对于树中每一个元素值为x的结点,删去以它为根的子树,并释放相应的空间。 (7)借助队列实现二叉树的层次遍历。 -shu yu er cha shu
fern
- 迭代法产生蕨类叶子的图像,分形的艺术入门-use the methord to draw a fern.it contains a lot points and very beautiful
Project1-2
- 利用递归算法实现二叉树的生成,求深度,求叶子数,中序遍历和后序遍历(Recursive algorithm is used to generate two binary tree, find depth, find leaf number, sequential traversal and post traversal.)