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

搜索资源列表

  1. qxuohua

    0下载:
  2. 在二叉树的基础上实现前序线索化,并可以遍历-In binary tree on the basis of former sequence, and can clues to traverse
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:6196
    • 提供者:lace
  1. tinyxml

    0下载:
  2. TinyXML是一个开源的解析XML的解析库,能够用于C++,能够在Windows或Linux中编译。这个解析库的模型通过解析XML文件,然后在内存中生成DOM模型,从而让我们很方便的遍历这课XML树。-TinyXML is an open-source parsing XML parsing libraries, can be used to C++, can be compiled in Windows or Linux. The analytical model of the librar
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:770088
    • 提供者:tsxlyh
  1. BinaryTree

    1下载:
  2. 求解线索二叉树中结点前趋和后继的算法以及以相应次序遍历线索二叉树的算法,二叉树的线索化算法的设计-Solving clues to binary tree node before the trend and follow-up algorithm and the corresponding sequence of binary tree traversal algorithm clues, clues to binary tree algorithm design
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-12-26
    • 文件大小:4963
    • 提供者:钟环
  1. word

    0下载:
  2. 二叉树遍历(二叉树的各种遍历)、图的遍历(图的各种遍历),停车场的设计(堆栈,队列的设计)-Binary tree traversal, graph traversal, car park design
  3. 所属分类:Data structs

    • 发布日期:
    • 文件大小:7129
    • 提供者:yjc
  1. basicoperationfortree

    0下载:
  2. 包括了树的一些基本操作及一些树的结构表示,如二叉树(以char 为数据和以int为数据 ),线索二叉树,二叉排序树(int),HuffmanCoding and Huffman tree,建表达式树,遍历及与遍历有关的操作等-Includes some of the tree basic operations and a number of tree structure representation, such as the binary tree (in char to int for the
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:428418
    • 提供者:seckCoder
  1. haffman

    0下载:
  2. 一个哈夫曼编码和译码程序 1、掌握树、森林和二叉树的概念和它们的特性以及它们之间是怎样相互转换的,理解二叉树的三种遍历:先序遍历、中序遍历和后序遍历,和树的两种遍历:先序遍历和后序遍历。 2、理解二叉树的基本运算算法实现以及它的非递归运算算法和层次遍历算法,了解二叉树的线索化及其它的应用。 3、掌握树和二叉树的几种存储结构以及它的构造,学会使用二叉链表实现二叉树的存储验证和设计相关算法。 -A Huffman encoding and decoding procedures fo
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:161833
    • 提供者:jingjing
  1. dada

    0下载:
  2. 以递归方式按先序序列建立二叉树的二叉链表结构,再分别输出先序、中序、后序的遍历结果-Recursively by first-order sequence of the establishment of a binary tree binary linked list structure, each with output of the first sequence, in order, postorder traversal of the results of
  3. 所属分类:File Formats

    • 发布日期:2017-03-24
    • 文件大小:123150
    • 提供者:胡丹
  1. BiTNode

    0下载:
  2. 1.建立二叉链表。 要求:按先序遍历规则,从键盘连续输入二叉树的先序序列,若无孩子结点,则用*代替,以示空指针的位置。 2.用先序、后序遍历递归算法对前面建立好的二叉链表树进行遍历。要求分别显示遍历后的结点序列。 3.调用计算二叉树的叶子结点算法,统计上述二叉链表树的叶子结点总数,从屏幕显示二叉链表树的叶子结点总数。 4.设计一个算法,求二叉树中值为x的结点的所在层的层号。 -1. The establishment of binary list. Requirement
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1048
    • 提供者:张敏
  1. Haffman

    0下载:
  2. 一款Haffman编码!现代的压缩技术都是以它为基础!这些代码对文件的导入,算法,构建一棵树,遍历一棵树,最优解都有非常打得好处!能够很好的压缩txt文件!也能解码!是原来的四分之一大小到七分之一大小。真的很不错!-A Haffman coding! Of modern compression technologies are based on it! These codes into the document, the algorithm to construct a tree, traver
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:220079
    • 提供者:hujunlong
  1. tree

    0下载:
  2. 给出了树和图的常用遍历算法的实现,可以帮助学习数据结构的读者很好的学习树和图的遍历-Gives the commonly used tree and graph traversal algorithm implementation, the data structure to help readers learn good learning tree and graph traversal
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:12659
    • 提供者:zhou
  1. Tree

    1下载:
  2. 数据结构中树的程序,包括二叉树,线索二叉树,树与森林的遍历,堆,以及Huffman树等。-Tree data structure in the process, including binary trees, Threaded Binary Tree, tree and forest traversal, heap, and the Huffman trees.
  3. 所属分类:其他小程序

    • 发布日期:2013-03-26
    • 文件大小:31139
    • 提供者:冷山道
  1. 2

    0下载:
  2. 二叉排序树的创建与使用 (时间限制为:1000毫秒) 描述: 二叉排序树的定义是:或者是一棵空树,或者是具有下列性质的二叉树:(1)若它的左子树不空,则左子树上所有的结点值均小于它的根结点的值;(2)若它的右子树不空,则右子树上所有结点的值均大于或等于它的根结点的值;(3)它的左右子树也分别为二叉排序树。现要求根据输入的元素值,构造一棵二叉排序树,并输出其先序遍历、中序遍历和后序遍历结果。 输入: 输入第一行为测试用例个数n,接下来为n个测试用例,每个测试用例占两
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:969
    • 提供者:zhoupenghua
  1. thinghua

    0下载:
  2. 二叉树和图的一些操作:求图最小生成树(两个算法),二叉树的线索化遍历等。-some functions in binarytree and graphics
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:1261
    • 提供者:独孤龙
  1. bittree_show

    0下载:
  2. 链表结点二叉树实现,通过建立树和遍历树,真正实现二叉树的树状显示,根结点在最上面,用c实现,通过计算结点位置放置结点.需要的可以参考!-Binary Tree node list, through the establishment of trees and tree traversal, binary tree truly show the root node at the top, with c achieved by calculating the node position to pla
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:2405
    • 提供者:田见雨
  1. BinaryTree

    0下载:
  2. 数据结构中二叉树的实现以及先序,中序,后序的遍历,并且有计算叶子结点,深度等等附加功能-Data Structure:Binary Tree,achieve some functions like:preorder,inorder,postorder,depth calculation,node calculation and so on.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:256141
    • 提供者:Micrs
  1. erchashu

    0下载:
  2. 实现二叉树的非递归先序、中序、后序以及层序的遍历-Implementation of the computer science first order, in order, after the traversal sequence and the sequence
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2077
    • 提供者:明猩
  1. binarytree

    0下载:
  2. 输入二叉树的前序排列以及中序排列,对二叉树进行遍历,并计算二叉树叶子节点总数以及树的深度。-Input binary tree arrangement of the first order and arrangement in the sequence of binary tree traversal, and calculate the total number of binary tree leaf nodes and tree depth.
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:1043
    • 提供者:刚玉
  1. Tree

    0下载:
  2. 一个有关二叉树的小程序,对二叉树的学习有用。利用非递归实现二叉树先序中序的遍历算法,程序中利用递归和交换函数实现了交换左右子树。-The binary tree is a small program useful for the study of the binary tree. Using the first order non-recursive binary tree traversal algorithm in the order the program and exchange the
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:202156
    • 提供者:张晓笛
  1. homework

    0下载:
  2. 设二叉树的结点的数据场之值仅为一大写英文字母。其前序和中序的遍历结果(打印结点的数据场之值)分别保存在字符串数组 preorder[N] 及 inorder[N]之中,其中 N 为常数。请设计程序以标准形式存储保存该二叉树。-Based binary tree node data field of the value is only a capital letter. The pre-order traversal order and the results (the data field t
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:1380
    • 提供者:ray
  1. qutree

    1下载:
  2. 实现四叉树的建立,包括遍历,删除、增加节点等函数-To achieve the establishment of quadtree, including the traverse, delete, add nodes, and other functions
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:9752
    • 提供者:潘雨
« 1 2 ... 18 19 20 21 22 2324 25 26 27 28 ... 50 »
搜珍网 www.dssz.com