搜索资源列表

  1. 梦里花落知多少

    0下载:
  2. 我忘了自己何年何月在凌晨的时候还涩着眼睛看完落落讲的一个仓鼠和芝兰的故事。何年何月啊,想不起来了,头有点痛。记忆像腐烂的叶子,那些清新那些嫩绿早已埋葬在时间刻度的前段,惟有铺天盖地的腐烂气味留在时间刻度的尾部。突然一阵风,往上飘,往上飘,然后在某一个 - I forgot own He Nianhe the month to look in the before dawn time also astringent eye 钀借惤 sa
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:163506
    • 提供者:
  1. 四叶玫瑰线

    0下载:
  2. 用DELPHI开发的四叶玫瑰线程序,是一个简单的画图程序,可以通过改变COLORBOX的值改变叶子的颜色。-with Delphi's four leaf rosette procedure is a simple drawing program, by changing the value COLORBOX leaves change color.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:171252
    • 提供者:柯南
  1. 求二叉树的高度、叶子节点数

    0下载:
  2. 求二叉树的高度和深度,求高度时采用递归算法,求深度时采用非递归算法。-for binary tree height and depth, used for highly recursive algorithm, seeking depth of the use of non - recursive algorithm.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:9162
    • 提供者:乐天
  1. Leaf_M

    0下载:
  2. 完全凭借java程序编写出来的一棵分形叶子,很有意思,其非常像真实的叶子。不仿-fully with the procedures for the preparation of a fractal leaves, very interesting, very like real leaves. Do not look at imitation
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:5067
    • 提供者:李碧初
  1. 树的高度和叶子结点数

    0下载:
  2. 先是建立一个树,然后对树进行转换变成二叉树,求出树的高度和叶子节点,此程序对于数据结构学习者很有帮助-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
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:19463
    • 提供者:赵麟
  1. 二叉树高度和叶子节点数

    0下载:
  2. 这是一个用来实现二叉树高度和叶子节点数的程序-This is a binary tree used for height and leaf nodes procedures
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:991
    • 提供者:yue
  1. huffman_f

    0下载:
  2. huffman_f 在huffman_e的基础上,将排序改为利用堆排序原理选择最小的两个权值。也即,将所有元素的权值组织成堆后,每次堆内的根结点就是最小值了。每取出一个根结点后,就把堆尾元素调到根结点重建堆。取出两个最小值合并成一个子树后,再把子树作为叶子结点放到堆中,并让其上升到合适的位置,保持堆性质不变。因为每次不必完成整个排序过程,而只是组织成堆,因此,这种方法要比使用快速排序更快。上述算法参考了mg-1.2.1中Huffman编
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2201
    • 提供者:真实
  1. tree2.0

    0下载:
  2. 一个javascr ipt写的目录树,可以任何层级,并可改变叶子节点上的图标-write a directory tree can be of any level, can change the leaf nodes on the icon
  3. 所属分类:TreeView控件

    • 发布日期:2008-10-13
    • 文件大小:16303
    • 提供者:jsp
  1. 9二叉树

    0下载:
  2. 几乎包括二叉树的所有编程算法,其中有二叉树的先中后序递归与非递归遍历算法,由先序与后序建立二叉树,层次遍历,求叶子结点数,总结点数,树的深度与宽度。-including binary tree almost all programming algorithm, these binary tree after the first sequence which recursive and non - recursive traversal
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:15743
    • 提供者:李扬
  1. 叶子结点统计

    0下载:
  2. 递归算法求统计二叉树T中叶子结点的数目,数据结构常用算法-recursive algorithm for statistical binary tree T leaf node of the number of commonly used data structures Algorithm
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1575
    • 提供者:
  1. 求二叉树根结点到叶子结点的所有路径

    0下载:
  2. 求二叉树跟结点到所有叶子结点的所有路径,并打印出来。
  3. 所属分类:数据结构常用算法

  1. 求二叉树根结点到叶子结点的所有路径

    0下载:
  2. 求二叉树跟结点到所有叶子结点的所有路径,并打印出来。
  3. 所属分类:数据结构常用算法

  1. 叶子结点统计

    0下载:
  2. 递归算法求统计二叉树T中叶子结点的数目,数据结构常用算法-recursive algorithm for statistical binary tree T leaf node of the number of commonly used data structures Algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:
  1. 树的高度和叶子结点数

    0下载:
  2. 先是建立一个树,然后对树进行转换变成二叉树,求出树的高度和叶子节点,此程序对于数据结构学习者很有帮助-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
  3. 所属分类:界面编程

    • 发布日期:2024-05-14
    • 文件大小:351232
    • 提供者:赵麟
  1. 二叉树高度和叶子节点数

    0下载:
  2. 这是一个用来实现二叉树高度和叶子节点数的程序-This is a binary tree used for height and leaf nodes procedures
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:yue
  1. leafmodelling

    0下载:
  2. 提取图象边缘信息,以matlab编写,以叶子为例子。-Extraction of image edge information to matlab prepared to leaves, as an example.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:119808
    • 提供者:liutao
  1. leaf

    0下载:
  2. 计算叶子面积周长用到图形图像处理的边缘检测算法-Circumference of the leaf area calculated using graphics image processing edge detection algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:9405440
    • 提供者:rtj
  1. shuyuerchashu

    0下载:
  2. (1)输入字符序列,建立二叉链表。 (2)先序,中序,后序遍历二叉树:递归算法。 (3)中序遍历二叉树:非递归算法(最好也能实现先序,后序非递归算法)。 (4)求二叉树的高度 。 (5)求二叉树的叶子个数。 (6)对于树中每一个元素值为x的结点,删去以它为根的子树,并释放相应的空间。 (7)借助队列实现二叉树的层次遍历。 -shu yu er cha shu
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:杨杨
  1. fern

    0下载:
  2. 迭代法产生蕨类叶子的图像,分形的艺术入门-use the methord to draw a fern.it contains a lot points and very beautiful
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:lee
  1. Project1-2

    0下载:
  2. 利用递归算法实现二叉树的生成,求深度,求叶子数,中序遍历和后序遍历(Recursive algorithm is used to generate two binary tree, find depth, find leaf number, sequential traversal and post traversal.)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:1157120
    • 提供者:Ico123
« 12 3 4 5 6 7 8 9 10 ... 26 »

源码中国 www.ymcn.org