CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 叶子

搜索资源列表

  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 helpful
  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编码的实现,见http://www.cs.mu.oz.au/m
  3. 所属分类:2D图形编程

    • 发布日期: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 algorithm, and by the first se
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:15743
    • 提供者:李扬
  1. 李森数据结构作业

    1下载:
  2. 文件夹中包括常用的数据结构的算法,包括二叉树的三种递归和非递归算法,染色问题,八皇后问题,深度广度遍历,约瑟夫环,数值转换,树的高度和叶子节点数,最小生成树 ,两点之间的所有路径-folder include common data structure of the algorithm, including the three binary tree recursive and non - recursive algorithm, Dyeing, 8 Queen, depth and bread
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:19992
    • 提供者:李森
  1. huffman_tree(sjjg)

    0下载:
  2. 1、根据用户指定的字符表和频度的实际统计数据建立Huffman树; 2、其中其叶子结点表示字符的权值及父母、左、右孩子等结点的信息; 3、其左右分支分别用代码0、1表示; 4、本系统的目的是为用户提供编/译码系统,根据用户输入的字符依字符集的权值进行编码保存; 5、根据接收到的编码进行译码; 6、输出其内容-1, according to user-specified character tables and frequency of the actual statist
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2004
    • 提供者:陈静
  1. LeafRecognization-FromLittlebone

    0下载:
  2. 首先对10个样本进行学习,计算得到一个“叶子”的“记忆”模式,然后对输入的模式进行识别,给出相似度。-first pair of 10 samples for study, calculated a "leaf" the "memory" mode, and then import the model identification, given similarity.
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:16707
    • 提供者:小骨头
  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. leaf.rar

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

    • 发布日期:2017-05-26
    • 文件大小:2637909
    • 提供者:rtj
  1. shuyuerchashu

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

    • 发布日期:2017-03-29
    • 文件大小:1963
    • 提供者:杨杨
  1. fern

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

    • 发布日期:2017-03-24
    • 文件大小:780
    • 提供者:lee
  1. 用先序递归过程建立二叉树

    2下载:
  2. 用先序递归过程建立二叉树 (存储结构:二叉链表) 输入数据按先序遍历所得序列输入,当某结点左子树或右子树为空时,输入‘*’号,如输入abc**d**e**得到的二叉树为: (选做:由二叉树的先序序列和中序序列建立一棵二叉树。) 2)编写递归算法,计算二叉树中叶子结点的数目。 3)按凹入表方式输出该二叉树。
  3. 所属分类:数据结构常用算法

  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编程

    • 发布日期:2018-05-03
    • 文件大小:1157120
    • 提供者:Ico123
  1. 基于颜色特征识别花朵和叶子

    1下载:
  2. 基于颜色矩(一阶矩和二阶矩)求出图像花朵和叶子区域。
  3. 所属分类:图形图象

« 12 3 4 5 6 7 8 9 10 ... 23 »
搜珍网 www.dssz.com