CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - preorder

搜索资源列表

  1. BinarySearchTree

    0下载:
  2. 一个最简单的二叉树的算法,包括二叉树的各种遍历,还添加了队列的层序遍历-a simple binary tree algorithm, including the binary tree traversal, but also adds a layer of Queue preorder
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:13.3kb
    • 提供者:竹寻
  1. 中序遍历

    0下载:
  2. s数据机构中的常出算法,建树后实现中序遍历,从而实现其他的转化-s data agencies of the algorithm regular contribution to realization after the preorder, thereby realizing the transformation of other
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6.86kb
    • 提供者:emma
  1. LevelOrderTraverse

    0下载:
  2. 从键盘输入二叉树的节点数据建立二叉树,然后中序遍历-keyboard input from the binary tree data to establish binary tree node, which then preorder
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.7kb
    • 提供者:孙璇
  1. tree3

    0下载:
  2. 二叉树的实现代码 前序遍历 中序遍历 后序遍历-achieve binary tree traversal sequence code before the order after preorder traversal
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3.06kb
    • 提供者:卢水柏
  1. tree1

    0下载:
  2. 二叉树的算法,先序建立,中序遍历-binary tree algorithm, first sequence established, the preorder
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:946byte
    • 提供者:温耀彬
  1. CREATE1

    0下载:
  2. 按前序遍历序列创建二叉树,并中序遍历二叉树、求二叉树高度-by creating a binary tree traversal sequence, and which preorder binary tree, seeking binary tree height
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:824byte
    • 提供者:daimin
  1. TwoEmbranchmentTree

    0下载:
  2. TwoEmbranchmentTree:As ancestor has its children , a tree has its leaves. we could check its leaves in terms of algorithm as preorder , midorder or postorder.-TwoEmbranchmentTree : As ancestor has its children, a tree has its leaves. we could check
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:819byte
    • 提供者:张丽颖
  1. ThreadBinaryTreeFindnextorFindprev

    0下载:
  2. 创建一棵二叉树,采用前序遍历的方法建立一棵树,传递的参数为一个指向结点的指针的指针,目的是为了解决传值的问题,输入@符号的时候,表示一棵子树结束线索化二叉树,寻找当前结点的后继结点,寻找当前结点的前驱结点,中序遍历 -create a binary tree using preorder before the establishment of a tree. transmission parameters of a point to the node pointer, the purpose
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.04kb
    • 提供者:jasmine
  1. createBiTree

    0下载:
  2. 用C生成一个课程二叉树,同时先、中、后序遍历该二叉树-C programs generated a binary tree, first, during and after the preorder the binary tree
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.16kb
    • 提供者:ashui
  1. tree-leave

    0下载:
  2. 中序遍历输出二叉树 输出二叉树的叶子树 输出二叉树的节点数-which preorder output binary tree output binary tree leaf tree output binary tree nodes
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:15.02kb
    • 提供者:刘黎
  1. tree-op

    0下载:
  2. 前序线索二叉树的前序遍历 中序线索二叉树的中序遍历 后序线索二叉树的后序遍历-Preorder clues before the binary tree traversal sequence which leads the order of the binary tree traversal sequence clues after the binary tree after preorder
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:35.59kb
    • 提供者:刘黎
  1. bina_tree

    0下载:
  2. 已知一棵二叉树的先序中序遍历构造二叉树,输出其后序遍历序列-known first of a binary tree traversal sequence binary tree structure, and the output was preorder sequence
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.09kb
    • 提供者:aaa
  1. 1500PrePosterous

    0下载:
  2. 此程序给出一个算法,用于计算当已知一个m叉查找树的先序和后序遍历序列后,存在多少种中序遍历可能。输入格式为m s1 s2,其中m表示m叉树,例子 2 abc cba 结果为4 2 abc bca 结果为1 10 abc bca 结果为45 13 abejkcfghid jkebfghicda 结果为207352860-this procedure is an algorithm, When used in the calculation of a known m Binary S
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:7.42kb
    • 提供者:姚秋林
  1. PerTravel_Tree

    0下载:
  2. 用图的邻接矩阵存取,来进行图的前序遍历-with the adjacency matrix access, plans to conduct the first preorder
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.44kb
    • 提供者:heifu
  1. SortTree

    0下载:
  2. 创建一棵二叉排序树,并采用中序遍历和层次遍历法输出其顶点序列,主要实验内容如下: 1. 定义二叉排序树的结构BiTree; 2. 编制二叉排序树的插入算法:void Insert_SortTree (BiTree ST, ElemType x); 3. 编制中序遍历函数; 4. 在main()函数中完成二叉排序树的建立,以及中序遍历的输出。(二叉排序树的各个元素从键盘输入,并利用Insert_SortTree()函数进行插入建立); 5. 编制层次遍历函数,并在main()函
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:14.89kb
    • 提供者:段苛苛
  1. blasdfew

    0下载:
  2. 以先序,中序,后序遍历二叉链表的非递归算法-to be the first sequence, sequence, after the preorder the binary tree of non - recursive algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:156.12kb
    • 提供者:涂明星
  1. pre

    0下载:
  2. 二叉树的前序遍历-binary tree before preorder
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1.1kb
    • 提供者:杨清
  1. mid

    0下载:
  2. 二叉树的中序遍历-binary tree which preorder
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1.1kb
    • 提供者:杨清
  1. preorder

    0下载:
  2. 该程序完成对二叉树的非递归的前序遍历,在三种遍历方法中,这种遍历最简单,所以,核心代码自然要少很多。-completion of the process of non - recursive binary tree of the former preorder, the three traverse method, which traverse the most simple, so natural to the core code is much less.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9.38kb
    • 提供者:唐海浪
  1. PREORDER

    0下载:
  2. 二叉树的前序遍历非递归算法,适用于数据结构。-Preorder traversal non-recursive algorithms. For data structures.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:553byte
    • 提供者:大师
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com