CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - 二叉树 表达式

搜索资源列表

  1. change

    0下载:
  2. 中缀表达式转后缀表达式,建立二叉表达式树,利用二叉表达式树求解
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1582
    • 提供者:
  1. formula-for-calculating--true-value

    0下载:
  2. 计算命题演算公式的真值,所谓命题演算公式是指由逻辑变量(其值为TRUE或FALSE)和逻辑运算符∧(AND)、∨(OR)和┐(NOT)按一定规则所组成的公式(蕴含之类的运算可以用∧、∨和┐来表示)。公式运算的先后顺序为┐、∧、∨,而括号()可以改变优先次序。已知一个命题演算公式及各变量的值,要求设计一个程序来计算公式的真值。 要求: (1)利用二叉树来计算公式的真值。首先利用堆栈将中缀形式的公式变为后缀形式;然后根据后缀形式,从叶结点开始构造相应的二叉树;最后按后序遍历该树,求各子树之值
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:165918
    • 提供者:陈庆
  1. expression_value

    0下载:
  2. 数据结构知识的扩展,链表,二叉树,表达式求值的运用,用c++语言编写,在vc++6.0里面调试成功,可用于初学者或有基础的编程爱好者提高水平。-The expansion of knowledge of data structures, linked lists, binary trees, the use of expression evaluation, using c++ languages, debugging in vc++6.0 which success can be a basi
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:380740
    • 提供者:覃伟
  1. LinkedQueue

    0下载:
  2. 数据结构算法中的关于二叉树的一些实验,该小程序主要实现了一个二叉树的前序,中序和后序表达式,同时还可以输入前序和中序来输出后序的内容。-Data structure binary tree algorithm on a number of experiments, the applet implements a binary tree of the main sequence before, in order and the order of expression, but also can e
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:291219
    • 提供者:敏敏特穆尔
  1. BExpression

    0下载:
  2. C编写表达式计算。利用二叉树实现。数据结构的大作业。可以与栈实现进行比较。-Written in C expression evaluation. The use of binary tree implementation. Data structure of the major operations. Compared with the stack can be achieved.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1915
    • 提供者:oracle
  1. Sequence-expressions

    0下载:
  2. 输入一个中序的表达式(比如:a*(b+c)-d) 将这个表达式构建一棵二叉树,然后打印出来就是.-Input a sequence of expression (for example: a* (b+ c)-d) Will this expression building a tree binary tree, then it is printed
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:641383
    • 提供者:方期待
  1. Binary-tree-computing

    0下载:
  2. C语言,输入一个表达式,根据表达式创建二叉树,并计算该表达式的值,源代码-C language, enter an expression, according to the expression to create a binary tree, and calculate the value of the expression, the source code
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:697
    • 提供者:Leo
  1. shizi

    0下载:
  2. 通过输入表达式用二叉树输出前缀式中缀式后缀式-Expression by entering the binary tree output prefix where prefix suffix style
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:2564
    • 提供者:chenyu
  1. tree

    0下载:
  2. 二叉树的基本运算,遍历,从根节点到子节点的路径和中序线索化。还有用遍历构造二叉树和用二叉树来表示代数表达式。-The basic operations of binary tree traversal path from the root node to child node in the sequence threaded. There traverse the constructed binary tree and binary tree to represent algebraic exp
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:7946
    • 提供者:卡卡
  1. cpp1

    0下载:
  2. 本设计属于二叉树的应用,即使用二叉树计算表达式的值,要求将表达式(例如9*7+6/3等)以二叉树方式存入数组,以递归的方式建立表达式之二叉树结构,再分别输出前序遍历、中序遍历和后序遍历结果,并计算出表达式的结果。-This design is the application of the binary tree, using the binary tree to calculate the value of the expression, the expression (9* 7+6/3, e
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:162800
    • 提供者:车丹
  1. Data-structure

    0下载:
  2. 数据结构课程设计 包括单链表,二叉树,拓扑排序,最小生成树,内部排序,表达式求值-The data structure curriculum includes the singly linked lists, binary trees, topological sort, minimum spanning tree, internal sequencing, expression evaluation
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:379535
    • 提供者:xiaobin
  1. Texpression

    0下载:
  2. 一个表达式和一棵二叉树之间存在着自然的对应关系,写一个程序,实现基于二叉树表示的算术表达式Expression的操作-An expression and a binary tree between there is a natural correspondence between write a program based on binary tree arithmetic expression Expression operation
  3. 所属分类:Data structs

    • 发布日期:2017-11-13
    • 文件大小:2139
    • 提供者:艾超
  1. Jo

    0下载:
  2. 对于任意给出的前缀或中缀或后缀表达式,构造一棵表达式二叉树并表示出来,对于构造好的二叉树,输出相应的前中后缀表达式。-For any given prefix or for constructing good binary output corresponding expression before the suffix or suffixes infix expression, the expression binary tree structure and represented.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:2765
    • 提供者:Sun
  1. cpp3

    0下载:
  2. 前中后缀转表达式二叉树、表达式二叉树输出前中后缀-Turn suffix binary expression before, the former expression binary output suffix
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2133
    • 提供者:王决
  1. tree

    0下载:
  2. 实现二叉树的先序遍历,中序遍历和后序遍历的递归和非递归算法,以及层次遍历的算法。 用二叉树来表示代数表达式,树的每一节点包括一个运算树,代数表达式中包含“+”,“—”,“*”,“/”和一位整数且没有错误,按照先乘除后加减的原则构造二叉树。 构造一颗哈夫曼树,输出对应的哈夫曼编码和平均查找长度。-Recursive and non-recursive algorithm binary tree preorder, preorder and post-order traversal, and
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1292012
    • 提供者:余啸坤
  1. BiExp

    0下载:
  2. 对逻辑表达式进行重言式判别,求值,可以选择是否显示真值表。用二叉树实现。-Logical expressions tautology identification, evaluation, you can choose whether to display the truth table. Binary tree using.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:3332
    • 提供者:冤大头
  1. 1

    0下载:
  2. 一个比较新颖的思路将运算表达式转换为二叉树,支持括号,若需要支持其他复杂符号扩展也比较容易。-A relatively new idea will be converted to binary arithmetic expression, support brackets, but also relatively easy if you need to support other complex sign extension.
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:13925
    • 提供者:uncleheart
  1. Binary-Tree-Traversal

    0下载:
  2. 本程序的功能是利用二叉树后序遍历来实现表达式的转换,同时可以使用栈来求解 后缀表达式的值。-The function of this program is to be implemented after preorder binary tree transform expression, and can use the stack to solve value postfix expression.
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:109854
    • 提供者:王丹
  1. BinaryTree

    0下载:
  2. 编程实现二叉树的存储结构与基本算法,主要包括以下功能:  创建二叉树B的二叉链 二叉树B:A(B(D,E(H(J,K(L,M(,N))))),C(F,G(,I)))  通过对二叉树B的操作,输出二叉树B的广义表(字符串)表达式  通过对二叉树B的操作,输出H结点的左孩子与右孩子  通过对二叉树B的操作,出二叉树B的深度  通过对二叉树B的操作,
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:58534
    • 提供者:郭培鑫
  1. tree

    0下载:
  2. 数据结构树的演示程序,包括等价类合并、二叉树基本操作的实现、哈夫曼树、线索二叉树、前、中缀二叉树、表达式求值等程序。- The tree data structure demo program, including the equivalence class combination, two tree basic operations to achieve Huffman tree, binary tree, two clues, and two binary tree, infix
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:672091
    • 提供者:wx
« 1 2 34 »
搜珍网 www.dssz.com