CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 汇编语言 搜索资源 - 树

搜索资源列表

  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. end

    0下载:
  2. 二叉树-binary tree ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1784
    • 提供者:菲菲
  1. lxshu

    0下载:
  2. 用汇编语言编写的二叉树排列算法,我自己的汇编课程设计之一-assembler language with the binary tree algorithm, a compilation of my own design one of the courses
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1130
    • 提供者:lixin
  1. btree2

    0下载:
  2. 实现输入二叉树并对它进行先序中序后序遍历-achieve input binary tree as well as its first order for the order after the preorder
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1646
    • 提供者:yuanheqing
  1. bttree

    0下载:
  2. 用汇编语言编写的二叉树,可实现前序遍历,中序遍历,后序遍历-assembler language of binary tree, can be realized before the preorder, preorder, after preorder
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:7085
    • 提供者:thl
  1. binarytreetranverse

    0下载:
  2. 用汇编实现二叉树的遍历,提示输入左右子树显示结果-compilation of achievement with the binary tree traversal, suggesting that the importation of sub-trees around results show
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:2610
    • 提供者:天音
  1. P5

    0下载:
  2. 创建二叉树修改二叉树添加二叉树删除二叉树
  3. 所属分类:汇编语言

    • 发布日期:2014-01-16
    • 文件大小:316520
    • 提供者:范虹
  1. hafman

    0下载:
  2. 一个哈夫曼树的构建的算法,非常经典。值得一看
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:2210
    • 提供者:俞燕辉
  1. 二叉树的遍历及输出

    0下载:
  2. 输出二叉树的高度,叶子节点
  3. 所属分类:汇编语言

  1. 基于二叉树求算术表达式求值的课程设计

    2下载:
  2. 这是本人做的关于基于二叉树求算术表达式求值的课程设计,供大家一起学习。表达式求解问题 设计一个程序实现基于二叉树表示的算术表达式的操作。 1、 需求分析 1. 算术表达式的合法输入数据包括变量(A~Z,a~z)、常量(0-9)和二元运算符(+,-,*,/,^(乘幂))。程序对数据输入格式不作要求,用户需自己保证语法正确,详见用户手册说明。 2. 演示程序以人机对话的方式执行,即在计算机上显示提示信息后,由用户在键盘上输入对应的数据或命令,程序将执行相应的操作并显示下一步信息。 3. 程
  3. 所属分类:汇编语言

    • 发布日期:2012-08-22
    • 文件大小:5090
    • 提供者:viking
  1. btree

    0下载:
  2. 二叉树的建立,前序遍历,中序遍历及层次遍历-Tree establishment, pre-order traversal, in order traversal and traversal level
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:1112
    • 提供者:贾文铮
  1. BINARYTREE

    0下载:
  2. 二叉排序树相关操作示例 二叉排序树相关操作示例-Binary sort tree-related operations sample binary sort tree-related operations sample
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:253110
    • 提供者:王子
  1. bitree_operation

    0下载:
  2. 二叉排序树的建立,也包括二叉树的遍历程序,有多种处理二叉树的功能。-Binary sort tree establishment, but also of the tree traversal process, there are several functions to deal with binary tree.
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:3087
    • 提供者:韩寒
  1. 4cf17da2-194f-4159-9c17-2815c4f388ce

    0下载:
  2. 二叉排序树的代码,要做作业的同学可以参考-Binary sort tree code
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:42570
    • 提供者:alph
  1. huffman

    1下载:
  2. 哈夫曼编码进行信息通讯可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码;在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统,试为这样的信息收发站写一个哈夫曼编译码系统。 一个完整的系统应具有以下功能: (1) (1) I: 初始化。从终端读入字符集大小 n ,及 n 个字符和 n 个权值,建立哈夫曼树,并将其存于文件hfmtree中。 (2) C: 编码。利用已
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:7015
    • 提供者:王蕾
  1. 掌握赫夫曼树建立方法及其在编码上的应用

    0下载:
  2. 实验目标:掌握赫夫曼树建立方法及其在编码上的应用-Experimental objectives: to master the Huffman tree building method and its application on the coding
  3. 所属分类:汇编语言

    • 发布日期:2017-11-12
    • 文件大小:112101
    • 提供者:jhb12343
  1. 掌握赫夫曼树建立方法及其在编码上的应用

    0下载:
  2. 实验目标:掌握赫夫曼树建立方法及其在编码上的应用-Experimental objectives: to master the Huffman tree building method and its application on the coding
  3. 所属分类:汇编语言

    • 发布日期:2017-11-10
    • 文件大小:106682
    • 提供者:jhb12343
  1. 赫夫曼树建立方法及其在编码上的应用

    0下载:
  2. 实验目标:掌握赫夫曼树建立方法及其在编码上的应用-Experimental objectives: to master the Huffman tree building method and its application on the coding
  3. 所属分类:汇编语言

    • 发布日期:2017-11-08
    • 文件大小:253334
    • 提供者:jhb12343
  1. 二叉链表

    0下载:
  2. 一、 实验目的 (一) 掌握二叉树的逻辑结构和二叉链表存储结构; (二) 验证二叉树的二叉存储和遍历及其基本操作的实现; (三) 理解算法与程序的关系,能够将顺序表算法转化为对应程序;(First, the purpose of the experiment (1) master the logical structure of the two tree and the storage structure of the two linked list; (two) verify the
  3. 所属分类:汇编语言

    • 发布日期:2017-12-20
    • 文件大小:1024
    • 提供者:轩卬
  1. 有序二叉树

    0下载:
  2. 有序二叉树的各种功能,遍历 删除 建立 等等(ordered two folk tree)
  3. 所属分类:汇编语言

    • 发布日期:2017-12-28
    • 文件大小:1024
    • 提供者:chenjh245
« 12 3 4 5 6 »
搜珍网 www.dssz.com