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

搜索资源列表

  1. erchashu

    0下载:
  2. 数据结构实验:在一棵树中,用中序对其进行线索化-Experimental data structure: in a tree, inorder to its threaded
  3. 所属分类:Editor

    • 发布日期:2017-12-10
    • 文件大小:2410
    • 提供者:李然
  1. erchashu

    1下载:
  2. 假设自上而下按层次,自左至右输入每个结点的一个三元组(N, P, L/R)。其中N为本结点的元素,P为其夫结点,L指示N为P 的左孩子,R指示N为P的右孩子。试写一个建立二元树在内存的双链表示算法,并实现先根、中根、后根以及层序遍历算法。 -Assuming that the top-down hierarchy, from left to right input each node is a triple (N, P, L/R). N oriented junction element t
  3. 所属分类:Data structs

    • 发布日期:2014-10-20
    • 文件大小:1024
    • 提供者:jxl
  1. erchashu

    0下载:
  2. 先序扩展序列建立二叉树,二叉树的先序,中序,后序遍历的递归与非递归算法,层序遍历,以及求树的深度.-First order expansion preorder, inorder, postorder traversal sequence to establish binary tree, binary tree recursive and non-recursive algorithm, the depth of the layer preorder traversal, as well as
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:1548
    • 提供者:
  1. erchashu

    0下载:
  2. VC++编程,实现二叉树的创建及遍历。北航软件技术基础作业。-VC++ programming, to create and traverse a binary tree.
  3. 所属分类:assembly language

    • 发布日期:2017-11-30
    • 文件大小:307891
    • 提供者:秦晴
  1. erchashu

    0下载:
  2. 验证二叉树的二叉链表表示,实现CreateBiTree算法创建二叉树,实现二叉树的层次遍历算法,实现二叉树的先序、中序、后序递归遍历算法中的一种,编写主程序调用CreateBiTree创建二叉树,并调用二叉树的层次遍历、先(中、后)序遍历算法,测试不同的输入数据创建二叉树,预期输出并验证输出的结果。 -The binary list validation binary tree the preorder achieve CreateBiTree algorithms to create a
  3. 所属分类:Data structs

    • 发布日期:2017-11-30
    • 文件大小:1570
    • 提供者:dd
  1. erchashu

    0下载:
  2. 构建二叉树:输入二叉树的结点和前序、中序、后序遍历,结果输出一颗二叉树-er cha shu
  3. 所属分类:Other systems

    • 发布日期:2017-11-30
    • 文件大小:4657
    • 提供者:
  1. erchashu

    0下载:
  2. 关于二叉树的综合实验,有创建、遍历、统计结点数、统计叶子数等操作。-Comprehensive experiments on binary tree, create, traverse, the operation of the statistics of the number of nodes, number of statistics leaves.
  3. 所属分类:Other systems

    • 发布日期:2017-11-26
    • 文件大小:141815
    • 提供者:moumiao
  1. erchashu

    0下载:
  2. 使用c#完成数据结构里的二叉树,并使用中序遍历进行查找,适合初学者学习二叉树的使用-Use c# to complete the binary tree data structure, and to find the preorder, suitable for beginners to learn the use of a binary tree
  3. 所属分类:CSharp

    • 发布日期:2017-11-22
    • 文件大小:994836
    • 提供者:zh
  1. erchashu

    0下载:
  2. 完成二叉树的深度优先非递归周游和广度优先周游-Complete binary tree non-recursive traversal depth-first and breadth-first traversal
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-07
    • 文件大小:47487
    • 提供者:李艾伦
  1. erchashu

    0下载:
  2. 二叉树的基本操作,1. 建二叉树 2. 先序遍历 3. 中序遍历 4. 后序遍历 -The basic operation of the binary tree
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-09
    • 文件大小:934
    • 提供者:trinity
  1. erchashu

    0下载:
  2. 一个数据结构的关于 二叉排序树的 实现的c语言源代码-A data structure on the binary sort tree implementation of the c language source code
  3. 所属分类:Data structs

    • 发布日期:2017-12-10
    • 文件大小:8476
    • 提供者:邓刚
  1. erchashu

    0下载:
  2. 二叉树的创建以及应用,以及基于c语言的算法实现-Binary tree creation and applications, and the algorithm based on the c language
  3. 所属分类:CSharp

    • 发布日期:2017-11-17
    • 文件大小:16291
    • 提供者:李振东
  1. erchashu

    0下载:
  2. 用非递归的方式写出二叉检索树的构造以及插入和查找的算法-With a non-recursive way to write binary tree structure retrieval and insertion and search algorithms. .
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:868
    • 提供者:Jay
  1. erchashu

    0下载:
  2. 二叉树基本操作 先序,中序,后序遍历-Binary basic operation
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:200828
    • 提供者:sunhuan
  1. erchashu

    0下载:
  2. 10个二叉树的基本算法(求宽度、深度、叶子节点、相等、相似等)-10 the basic binary tree algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:6592
    • 提供者:若曦
  1. erchashu

    0下载:
  2. 这是关于二叉树的基本算法,包括二叉树的建立等-This is about the basic binary tree algorithm, including the establishment of tree, etc.
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:627
    • 提供者:陈子文
  1. erchashu

    0下载:
  2. 递归算法的使用,练习小代码。挺实用,可以用来学习递归-The use of recursive algorithm, exercises little code. Very practical
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:584
    • 提供者:stone
  1. erchashu

    0下载:
  2. 简单实现二叉树的建立,对二叉树进行排序,适合初学者-Simple to achieve the establishment of tree on binary tree sort, suitable for beginners
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:707
    • 提供者:胡庆庆
  1. erchashu

    0下载:
  2. 1. 请中序线索化一棵二叉树。 2. 写出先序、中序、后序遍历一棵中序线索二叉树的算法。 3. 请实现后序线索化一棵二叉树。 4. 编写测试程序。 -1 Please inorder threaded a binary tree. (2) write first order, in sequence, after traversing a binary tree algorithm in order clues. 3.Please clues to achieve a p
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1979
    • 提供者:guan
  1. erchashu

    0下载:
  2. 二叉树的遍历方法,有递归类型的,有非递归类型的-Binary tree traversal methods, there are recursive types, there are non-recursive types. . .
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-13
    • 文件大小:2951955
    • 提供者:何浩国
« 1 2 ... 5 6 7 8 9 1011 12 »
搜珍网 www.dssz.com