CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 二叉树 表达式

搜索资源列表

  1. 3

    0下载:
  2. 将表达式存入二叉树中,并输出,先序、中序、后序遍历输出-The expression in binary tree, and output, first order, in the preface, traverse sequence after the output
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:187791
    • 提供者:alice
  1. 5

    0下载:
  2. 二叉树实现逻辑表达式真值判断,适用初次学习二叉树的朋友-Binary tree to achieve logical expression to determine true value, the application of the initial study tree friends
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2293
    • 提供者:li
  1. qianzhuizhuanerchashu

    0下载:
  2. 前缀表达式转换成二叉树的代码,通过转换成二叉树可以轻松实现转换成后缀,前缀,中缀形式。-Prefix expression into a binary tree code, through the binary tree can be converted easily into a suffix, prefix, infix form.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:3492
    • 提供者:wxg
  1. ercha

    0下载:
  2. 利用C语言写的二叉树应用关于表达式处理源代码-Using C language to write applications on the expression of the binary tree deal with source code
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1264
    • 提供者:Hanker
  1. Expressiontree

    0下载:
  2. 表达式二叉树求值的源程序代码,用visualc++环境-Expression tree is evaluated using the source code visualc++ environment
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:5264
    • 提供者:chengx
  1. trees

    0下载:
  2. 树的和 ★问题描述 LISP是一种高级语言,可以用它来表示其它的数据结构,例如二叉树。二叉树由LISP的S 表达式来表示,其规则如下: 空树=() 树= (整数 左子树 右子树) 叶节点=(整数 () ()) ★编程任务 问题是给定一棵由LISP的S表达式决定的二叉树,问是否存在一条从根到叶节点的路径 P,使这条路径上所有节点的和等于一个给定的整数I。 ★数据输入 由文件input.txt给出输入数据。每个输入数据包含多组数据,每组数据包含一个整数I和
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:889103
    • 提供者:skyalone
  1. huffman

    0下载:
  2. 二叉树 Huffman树 稀疏矩阵 中缀表达式计算 简单的堆栈操作 -Huffman tree binary tree is made up of sparse matrix expression in the stack is simple to operate
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3903
    • 提供者:bmh
  1. tree

    0下载:
  2. 二叉树的遍历问题中关于使用二叉树进行表达式求值-Binary Tree Traversal issues on the use of the expression tree for evaluation
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:719
    • 提供者:kyo
  1. calc

    0下载:
  2. 在以二叉树表示算术表达式的基础上,设计一个十进制的四则运算的计算器。[设计要求]实现整数浮点数的四则运算,并且还加上了^的运算,支持括号及开始的负数-In a binary arithmetic expression that is designed based on a four decimal arithmetic calculator. [Design requirements] to achieve a four-integer floating-point arithmetic, an
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:148598
    • 提供者:刘洋
  1. bitreefifth

    0下载:
  2. 二叉树的创建,线索化,遍历,表达式树求值等-Binary tree creation, threaded, traversal, expression tree evaluation, etc.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:208120
    • 提供者:王强
  1. tree

    0下载:
  2. 二叉树计算中序表达式 打开了个就快了看他健康-Binary tree computation sequence expression turned a fast read on his health
  3. 所属分类:source in ebook

    • 发布日期:2017-05-01
    • 文件大小:912093
    • 提供者:罗辉
  1. eeeee

    0下载:
  2. 实现基于二叉树表示的算术表达式实现基于二叉树表示的算术表达式-eeeeaaaaaaaaaaaaaannnnnnnnnnnnnnnnnnnn
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:400857
    • 提供者:代林
  1. yuandaima

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

    • 发布日期:2017-04-03
    • 文件大小:4863
    • 提供者:viking
  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. BinaryTree

    0下载:
  2. 利用数据结构中的二叉树,实现对表达式的先序后续中续的输出-In the binary tree data structure used to realize the first order of expression in the continued follow-up to the output of
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:931894
    • 提供者:yc
  1. tautological

    0下载:
  2. 判断一个逻辑表达式是否是重言式,用户输入正确的逻辑表达式,计算机按照运算优先顺序生成二叉树,再用后序遍历得到逆波兰表达式,用逆波兰表达式来判断输入的表达式是否是重言式,用户也可以自己赋值来测试表达式的真假!-Determine whether a logical expression is a tautology, users enter the correct logical expression, the computer generates a binary tree in accord
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:3217
    • 提供者:小伏
  1. Hzbdsqj

    0下载:
  2. 后缀表达式的求解,算法与数据结构,指针,堆栈,二叉树-Suffix expressions solving, algorithms and data structures, pointers, stack, binary tree
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:556951
    • 提供者:喻炜
  1. 2tree

    0下载:
  2. 中序表达式先换为后续表达式后入2叉树后按二叉树方式输出-Expression in order for the first follow-up after the expression tree into two by binary mode output after
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:267646
    • 提供者:王萌
  1. rpn

    0下载:
  2. 中缀表达式转后缀,生产表达式二叉树并在控制台中画出 -Switch to postfix infix expression, production and expression binary tree drawn in the console
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1073329
    • 提供者:戈润栋
  1. convert

    0下载:
  2. 输入二叉树的前序表达式,转换为后序表达式,并打印转换步骤和结果-Enter the first order binary tree expression, converted to the order of expression, and print results of conversion steps and
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:3157
    • 提供者:xy
« 1 2 34 5 6 »
搜珍网 www.dssz.com