CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 树的遍历

搜索资源列表

  1. tinyxml

    0下载:
  2. TinyXML是一个开源的解析XML的解析库,能够用于C++,能够在Windows或Linux中编译。这个解析库的模型通过解析XML文件,然后在内存中生成DOM模型,从而让我们很方便的遍历这棵XML树。-TinyXML is a simple, small, minimal, C++ XML parser that can be easily integrating into other programs.
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:38815
    • 提供者:木也
  1. data-structure-experiment

    0下载:
  2. 数据结构实验:用C++实现二叉树的结点总数、叶子结点个数和深度,能够很好地掌握二叉树及对二叉树进行遍历。-Experimental data structure: it uses C++ to achieve the total number of nodes of the binary tree, the leaf node number and depth, you can master the binary tree and binary tree traversal.
  3. 所属分类:Other systems

    • 发布日期:
    • 文件大小:1023
    • 提供者:Li Dan
  1. bitree_cpp

    0下载:
  2. 主要是树的各种操作,包括各种顺序的遍历,递归不递归建树,寻找双亲,或是寻找叶子-Tree variety of operations, including a variety of order traversal, recursive recursive achievements, looking for their parents, or to find leaves
  3. 所属分类:Other systems

    • 发布日期:2017-11-27
    • 文件大小:202814
    • 提供者:zhaojingwen
  1. Huffman-

    0下载:
  2. 用c语言编写的创建哈弗曼树的代码,代码涉及到创建哈弗曼树,遍历哈弗曼树-C language code to create the Huffman tree, the code involves creating the Huffman tree, traverse the Huffman tree
  3. 所属分类:Console

    • 发布日期:2017-11-13
    • 文件大小:764
    • 提供者:杰杰
  1. 实现一个用儿子兄弟法储存的树

    0下载:
  2. 本次程序设计是为了实现一个用儿子兄弟法储存的树,并检测它的前序遍历、后序遍历和层次遍历的小程序。-The program is designed to achieve a method of storage with son brother tree, and detect its former preorder, postorder and level traversal applet.
  3. 所属分类:其他小程序

    • 发布日期:2017-11-06
    • 文件大小:87994
    • 提供者:sherrycheng
  1. shuheerchashu

    0下载:
  2. 以下问题要求统一在一个大程序里解决。 按先序遍历的扩展序列建立二叉树的存储结构 二叉树先序、中序、后序遍历的递归算法 二叉树中序遍历的非递归算法 二叉树层次遍历的非递归算法 求二叉树的深度(后序遍历) 建立树的存储结构 求树的深度-The following questions require a unified solution in a large program. Extension of the first-traversal sequence to esta
  3. 所属分类:CSharp

    • 发布日期:2017-12-08
    • 文件大小:179987
    • 提供者:lili
  1. Btree

    0下载:
  2. 二叉树的基本操作:建立二叉树、遍历二叉树、求树深度、输出二叉树等-Binary Tree basic operations: build binary tree, binary tree traversal, seeking tree depth, the output binary tree
  3. 所属分类:Other systems

    • 发布日期:2017-12-10
    • 文件大小:6465
    • 提供者:kangdingshan
  1. shiyanbaog

    0下载:
  2. 树的查找程序,对树进行遍历,查找到响应的数据-Tree Finder, traverse the tree, find the response data
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:166222
    • 提供者:WhieHou
  1. binarytree

    0下载:
  2. 二叉树以lson-rson链接方式存储,以菜单方式设计并完成功能任务:建立并存储树、输出前序遍历结果、输出中序遍历结果、输出后序遍历结果、交换左右子树、统计高度,其中对于中序、后序的遍历运算要求采用非递归方式。-Binary links to lson-rson stored to design the menu and complete functional tasks: Create and store the tree, the output results before preorder
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:192473
    • 提供者:钟宇洋
  1. erchashu

    0下载:
  2. 该代码文件实现了二叉树的一些基本操作,包括节点的遍历、增加删除等-The code files to achieve some basic binary operations, including traversing nodes increases delete
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1252
    • 提供者:cy
  1. DSA_DFS_BFS

    0下载:
  2. 深度优先搜寻与宽度优先搜寻算法的实现,在二叉树中最有效的遍历算法-Depth-first search and breadth-first search algorithm, in the most efficient binary tree traversal algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-05-25
    • 文件大小:7844879
    • 提供者:D.C
  1. search-tree

    0下载:
  2. 建立二叉树,层序、先序遍历 要求能够输入树的各个结点,并能够输出用不同方法遍历的遍历序列;分别建立建立二叉树存储结构的的输入函数、输出层序遍历序列的函数、输出先序遍历序列的函数;-Establishment of a binary tree, sequence, preorder required to enter each node of the tree, and can output traversal sequences of different methods to traverse
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:15243
    • 提供者:张蓓蕾
  1. QQVC60201501230118

    0下载:
  2. 遍历树控件和SQL数据库搭配使用的代码,适合初学者了解数据库的访问,树控件的遍历添加等操作!-Traversing the tree control and SQL with a code to use, suitable for beginners to learn to access the , the tree traversal controls add other operations!
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-21
    • 文件大小:5841557
    • 提供者:TOM
  1. 8

    1下载:
  2. 家谱管理系统。基本是多叉树孩子表存储法的遍历、删除、查找、更新等基本算法。-Genealogy management system. Substantially more tree traversal child table storage method, delete, search, update the basic algorithm.
  3. 所属分类:CSharp

    • 发布日期:2017-05-06
    • 文件大小:587722
    • 提供者:LiNianjie
  1. datastructure

    0下载:
  2. 数据结构中树及图的遍历实现,加深对此内容的理解与掌握-Data structure of the tree and the traversal to achieve, to deepen the understanding and mastery of this content
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:4594
    • 提供者:楠米
  1. BinaryTree

    0下载:
  2. 输入一个二叉树,进行前序、中序、后序的遍历,同时计算树的深度,查找所要查找的结点的层数。-build a binary tree, to do the traverse in different ways and calculate the depth of the tree.
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-13
    • 文件大小:1348
    • 提供者:宋锋
  1. tunnnun

    0下载:
  2. 利用二叉树层次遍历求二叉树的宽度(二叉树的宽度即二叉树同层结点数的最大值)(The use of two tree level traversal to find the width of the two tree (two tree width, that is, the two fork tree with the maximum number of nodes))
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:13312
    • 提供者:爱情片子
  1. Decision_making_tree

    0下载:
  2. 机器学习课本中的未剪枝决策树代码实现,可以直接运行,自行根据书中(西瓜书)表进行建表,输出结果为层次遍历。(Machine learning textbooks do not prune decision tree code, you can run directly, according to the book (watermelon book) table built table, the output results for the hierarchical traversal.)
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:12288
    • 提供者:luyuno_o
  1. Desktop

    0下载:
  2. 数据结构 java版本 二叉树的创建 序遍历,中序遍历,后序遍历 +考试题目(Ordered traversal, inorder traversal, backward traversal)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:54272
    • 提供者:迪迪五谷
  1. 1111

    0下载:
  2. 二哥学了二叉树的顺序存储后,被下面一个问题难住了,于是他请你帮他解决。给你一个前序遍历和中序遍历,问顺序存储的数组是什么样子的。 Example Input Format 第一行为前序遍历,第二行为中序遍历,节点个数不超过26. Output Format 输出一行,表示顺序存储的数组,以空格隔开,NULL表示空节点,数组空间不超过1000个节点(The second order storage learned two tree, asked the next questi
  3. 所属分类:Windows编程

    • 发布日期:2017-12-29
    • 文件大小:244736
    • 提供者:-我想静静-
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 30 »
搜珍网 www.dssz.com