搜索资源列表

  1. 二叉树1212

    0下载:
  2. 建立二叉树,层序、先序遍历( 用递归或非递归的方法都可以-establish binary tree, sequence, the preorder (with the recursive and non - recursive method can be
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1830
    • 提供者:速度风
  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
    • 文件大小:13624
    • 提供者:竹寻
  1. 5个c程序源代码

    0下载:
  2. 五个c源代码 矩阵的运算方法 邻接矩阵求解最短路径 全屏幕模拟时钟 先序遍历非递归算法 字符串查找-5 c source code matrix arithmetic method adjacency matrix for the Shortest Path full-screen analog clock preorder non - recursive algorithm to search string
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:4900
    • 提供者:张广旭
  1. 二叉树的创建及先序、中序、后序遍历

    0下载:
  2. 实现数据结构中的二叉树的创建及先序、中序、后序遍历-data structure to create the binary tree and first sequence, sequence, after the preorder
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:30076
    • 提供者:陆营
  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
    • 文件大小:7026
    • 提供者:emma
  1. xiansuo

    0下载:
  2. c语言编写的线索化二叉树,采用中序遍历。希望能满足一些人需要。-clues of a binary tree, used the preorder. Hope to meet the needs of some people.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:5034
    • 提供者:小鸟
  1. 三种遍历

    0下载:
  2. 本程序实现了层序遍历非递归、后续遍历非递归和中序遍历非递归三种算法-the program sequence traverse non - recursive and non - recursive traversal follow-up and the preorder three non - recursive algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2755
    • 提供者:yue
  1. 各种二叉树的数据结构

    0下载:
  2. 按先序扩展序列建立二叉树,先序、中序、后序遍历的递归算法,二叉树遍历的非递归算法,层次的非递归算法,求二叉树的深度。-sequence extended by the first sequence established binary tree, first sequence, sequence, after the preorder the recursive algorithm, the binary tree traversal
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:3470
    • 提供者:贾德
  1. t(OK)

    0下载:
  2. 该程序实现了图的先序、后序遍历和拓扑排序等,而且是界面输出。-the program to achieve the plan's first sequence, after the preorder and topological sorting, but it is the output interface.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:30783
    • 提供者:苏艳
  1. bitree5

    0下载:
  2. 数据结构二叉数结点的各种运算,求左右结点,前后中序遍历各结点-data structure two forks few nodes in a variety of computing and seek around nodes, which preorder before and after each node, etc
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:8303
    • 提供者:卫千暮
  1. rdel

    0下载:
  2. 该程序是用汇编语言编写的,采用COM 文件格式。主要设计思想为:把目录当作N个结点的二叉树, 采用二叉树的先序遍历完成对盘上目录的搜索、定位,即从根目录开始用INT21H的 4EH号子功能搜索匹配目录(CL=10H)并判断搜索的结果是否为目录,若是则进入此目录,删除文件后继续搜索下一级子目录。若不是则用INT21H的4FH号子功能搜索下一个匹配目录, 并在判断为真后进入目录删除文件,如此一级一级地纵向深入子目录删除文件,直到完成此目录的
  3. 所属分类:文件操作

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

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

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

    0下载:
  2. Visual C++实现的二叉树的后序遍历-Visual C realization of the binary tree after preorder
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:106385
    • 提供者:马滔
  1. 876753673

    0下载:
  2. 实现前序遍历四层二叉树,程序有操作提示、输入和输出,界面追求友好。-realize the former preorder four binary tree, operating procedures suggest that input and output, and the pursuit of friendly interface.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1461
    • 提供者:肖肖
  1. preorder

    1下载:
  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 i
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:9603
    • 提供者:唐海浪
  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
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-17
    • 文件大小:9216
    • 提供者:唐海浪
  1. PreOrder

    0下载:
  2. 数据结构 链表 java实现 通俗易懂-Java linked list data structure to achieve user-friendly
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-06-17
    • 文件大小:1024
    • 提供者:孙红果
  1. tree

    0下载:
  2. tree traversal MPI inorder preorder postorder
  3. 所属分类:并行运算

    • 发布日期:2024-06-17
    • 文件大小:1024
    • 提供者:jami dheeraj
  1. Preorder-binary-tree-(tree-print

    0下载:
  2. 先序二叉树(树状打印) 将二叉树以先序输出,并且图状打印-Preorder binary tree (tree print) binary tree output and print maps for preorder
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-06-17
    • 文件大小:5208064
    • 提供者:民莹
  1. PREORDER

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

    • 发布日期:2024-06-17
    • 文件大小:1024
    • 提供者:大师
« 12 3 4 5 6 7 8 9 10 ... 28 »

源码中国 www.ymcn.org