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

搜索资源列表

  1. expression.rar

    0下载:
  2. 本程序在turboc 2.0中运行 输入表达式,并计算出表达式的值 采用二叉树存储方法,计算速度比较快
  3. 所属分类:源码下载

    • 发布日期:
    • 文件大小:1.08kb
    • 提供者:
  1. Caculator

    0下载:
  2. 有二叉树计算表达式的值-a binary tree calculate the value of the expression
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:34.64kb
    • 提供者:李艾
  1. 实验7 二叉树 北京师范大学数学科学院

    0下载:
  2. 自创的算法,输入表达式,建立二叉树的程序,然后输出前缀中缀后缀表示法,利用的对表达式的分割与递归实现输入,同时这也是一个完整的波兰式转换程序,相当稳健-own algorithm, the importation of expression, the establishment of the binary tree and then output the suffix prefix which is made up of the method, using the right expressio
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4.11kb
    • 提供者:李铭璜
  1. 重言式

    0下载:
  2. 用二叉树实现逻辑表达式的基本运算,包括逻辑与,或,非,还可以判别表达式是重言式,还是矛盾式.-binary tree using logical expressions of basic operations, including logic and, or, not, we can judge expression is tautology, or contradiction.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.72kb
    • 提供者:罗明会
  1. ExpressionBinaryTree

    0下载:
  2. 表达式二叉树的实现。输入任意一个前序中序或后序表达式,可生成对应的表达式二叉树并树状打印,之后用户可以选择以前序中序或后序将表达式再次输出。-expression of the realization of a binary tree. An arbitrary input before the order or sequence after sequence expressions, which will generate the corresponding binary tree and t
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.98kb
    • 提供者:myfaint
  1. 上机4.2

    0下载:
  2. 表达式二叉树-Expression of BinaryTree
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:49.72kb
    • 提供者:孙毅
  1. 基于二叉树求算术表达式求值的课程设计

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

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

    1下载:
  2. 1、猴子选大王 2、约瑟夫环 3、迷宫求解 4、回文游戏 5、地图四染色问题 6、八皇后问题 7、原四则表达式求值 8、k阶斐波那契序列 9、遍历二叉树 10、编写DFS算法的非递归函数。 编写BFS算法。 11、简单选择排序, 折半插入排序, 冒泡排序, 快速排序, 堆排序 12、顺序查找,折半查找-err
  3. 所属分类:数据结构常用算法

    • 发布日期:2013-03-11
    • 文件大小:33.87kb
    • 提供者:isxzh
  1. expression

    1下载:
  2. 本程序在turboc 2.0中运行 输入表达式,并计算出表达式的值 采用二叉树存储方法,计算速度比较快- This procedure in 2.0 moves the input expression in turboc, and calculates the expression the value to use two forks the tree memory method, the computation speed quite is quick
  3. 所属分类:

    • 发布日期:2017-11-09
    • 文件大小:1.35kb
    • 提供者:吴晓辉
  1. Expressiontree

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

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

    0下载:
  2. 包括树的构造,树和二叉树的转换,树的各种遍历,以及用二叉树计算算术表达式,构造、计算中序表达式,中序表达式转前序表达式等~! -Including the tree structure, trees and tree transformation, tree traversal of the various, and the tree calculated using the arithmetic expression, construction, calculation sequence ex
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:54.51kb
    • 提供者:heqin
  1. tree

    0下载:
  2. 算术表达式与二叉树之间存在着对应关系,编写把以前缀形式输入的合法算术表达式转换为中缀表达式,再转换为后缀表达式,并求表达式的值-Arithmetic expressions with binary tree there is a correlation between the preparation of the form to enter the legitimate prefix arithmetic expression conversion infix expression, and t
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1.5kb
    • 提供者:ty
  1. rpn

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

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

    0下载:
  2. 自己上大学时开发的有声科学计算器。 使用一个泛型二叉树深度优先进行表达式解析。 界面支持编辑表达式,声音是自己录的,不要害怕(-:< -The development of their own college, sound scientific calculator. Using a generic binary tree for the expression analysis. Interface supports editing expressions, his voice
  3. 所属分类:Data structs

    • 发布日期:2017-05-11
    • 文件大小:2.19mb
    • 提供者:流浪小狗
  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
    • 文件大小:2.7kb
    • 提供者:Sun
  1. cpp3

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

    • 发布日期:2017-04-13
    • 文件大小:2.08kb
    • 提供者:王决
  1. 利用二叉树求值

    0下载:
  2. 运用二叉树求表达式值 根据表达式 构建二叉树 建立波兰式 求出值。(Using the two tree to calculate the expression value, construct two fork tree according to the expression, and establish the Poland type value.)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:1kb
    • 提供者:YuKaiTeam
  1. 新建压缩(zipped)文件夹

    0下载:
  2. 一个表达式和一棵二叉树之间,存在着自然的对应关系。写一个程序,实现 基于二叉树表示的算术表达式 Expression 的操作。(There is a natural correspondence between an expression and a two forked tree. Write a program to implement The operation of the arithmetic expression Expression based on the two f
  3. 所属分类:数据结构

    • 发布日期:2018-01-06
    • 文件大小:850kb
    • 提供者:lanyxa
  1. 表达式类型的实现2

    0下载:
  2. 一个表达式和一棵二叉树之间,存在着自然的对应关系。写一个程序,实现 基于二叉树表示的算术表达式 Expression 的操作。
  3. 所属分类:源码下载

  1. test1

    0下载:
  2. 本程序利用二叉树实现了表达式的存储和计算的功能(Storage and calculation of expressions with two forked trees)
  3. 所属分类:数据结构

    • 发布日期:2018-05-03
    • 文件大小:4kb
    • 提供者:陈青001
« 12 3 4 5 6 »
搜珍网 www.dssz.com