CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 中缀 后缀 求值

搜索资源列表

  1. stack

    0下载:
  2. 中缀表达式转化为后缀表达式并求值,代码很长,原创-Using Stack to convert the middle expression to end expression
  3. 所属分类:Console

    • 发布日期:2017-03-30
    • 文件大小:570964
    • 提供者:houqi
  1. postfix-expression-evaluation-

    0下载:
  2. 后缀表达式求值,将中缀表达式转换成后缀表达式,然后求值-Postfix expression evaluation infix expression into postfix expression and then evaluated
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:2086632
    • 提供者:无道
  1. shujujiegou

    0下载:
  2. 1、 用户键盘输入一个中缀表达式,回车表示结束;如果该中缀表达式正确,那么在字符界面上输出其后缀表达式,其中后缀表达式中两相邻操作数之间利用空格隔开;如果不正确,在字符界面上输出表达式错误提示。 2、 四则运算表达式求值。将中缀表达式转换为后缀表达式,计算并输出结果。利用二叉树后序遍历来实现表达式的转换,同时使用栈来求解后缀表达式的值。 3、 测试数据 - a student can learn it so ,a hope we can share it together
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-25
    • 文件大小:24453
    • 提供者:jack
  1. IUnttitledd1n

    0下载:
  2. 将中缀表达式转化为后缀表达达式并求值,输出后缀表达式及值 -Infix expression conversion and evaluation to the suffix table Dada type, output postfix expression and the value of
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:896
    • 提供者:认可
  1. 2

    0下载:
  2. 实现算术表达式求值程序(栈的运用)输入中缀表达式,将其转换成后缀表达式-Realization arithmetic expression evaluator (application stack) Enter the infix expression, converting it into Postfix expression Enter the infix expression, converting it into Postfix expression
  3. 所属分类:Data structs

    • 发布日期:2017-12-01
    • 文件大小:195017
    • 提供者:天天
  1. stack

    0下载:
  2. 中缀转后缀并求值-In the infix turn suffix and evaluated
  3. 所属分类:OA

    • 发布日期:2017-12-06
    • 文件大小:1219
    • 提供者:李烨
  1. poj-5346-

    0下载:
  2. poj 5346题,四则运算表达式求值的实现,用栈和队列实现中缀转后缀后计算,含解题报告与源码-poj 5346 title, the realization of the four arithmetic expression evaluation calculated decorated in a stack and queue implementations turn suffix containing the report and the source of problem-solving
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-09
    • 文件大小:13333
    • 提供者:xxx
  1. expression_value

    0下载:
  2. 将中缀表达式转化成后缀表达式并求值(数据结构与算法)-Infix expression into postfix expression evaluator (data structures and algorithms)
  3. 所属分类:source in ebook

    • 发布日期:2017-12-05
    • 文件大小:698758
    • 提供者:杨武
  1. CPP_ExpressionConvert

    0下载:
  2. 利用栈实现表达式转换(中缀到后缀)并求值-Stack expressions conversion (infix to postfix) and evaluated
  3. 所属分类:Data structs

    • 发布日期:2017-12-02
    • 文件大小:5464584
    • 提供者:wanshitao
  1. zhongzhuihouzhuizhuanhuan

    0下载:
  2. 演示用算符优先法对算术表达式求值的过程。 (1)从键盘输入任意一个语法正确的(中缀)表达式,显示并保存该表达式。 (2)利用栈结构,把上述(中缀)表达式转换成后缀表达式,并显示栈的状态变化过程和所得到的后缀表达式。 (3)利用栈结构,对上述后缀表达式进行求值,并显示栈的状态变化过程和最终结果。 -Demonstration by operator precedence for arithmetic expression evaluation process. (1) fro
  3. 所属分类:CSharp

    • 发布日期:2017-11-23
    • 文件大小:1319
    • 提供者:buzhengtian
  1. calculator

    0下载:
  2. 表达式• 表达式树• 表达式求值 输入一个中缀表达式及中缀表达式中字母代表的数值,包含+ - * / 运算符,(),首先转成后缀表达式,然后画出表达式树,最后输出表达式求出的值-Expression expression tree • expression evaluation input the values ​ ​ of the letters on behalf of an infix expression infix express
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-15
    • 文件大小:2762
    • 提供者:dlfsjal
  1. expression-transferring

    0下载:
  2. 中缀表达式转换为后缀表达式并进行求值,有界面和按钮的完整程序-Infix expression into a postfix expression and evaluation
  3. 所属分类:CSharp

    • 发布日期:2017-11-22
    • 文件大小:111243
    • 提供者:坂田秋雨
  1. 24-point-embedded-simple-calculator

    0下载:
  2. 24点内简易计算器的实现。中缀表达式变为后缀表达式然后求值-Simple calculator within the 24-point implementation. Infix expression into postfix expression is then evaluated
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1963
    • 提供者:Ender
  1. expression

    0下载:
  2. 表达式求值利用中缀表达式翻译成后缀表达式进行求值!-Expression is evaluated using the infix expression translated into postfix expression is evaluated!
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:304864
    • 提供者:诚可贵
  1. translate

    0下载:
  2. 本代码可以对一般的中缀式进行转化,转为前缀式,后缀式并分别对它们求值。该程序是在vs2010上调试通过的,而且只有源代码。-This code can in general infix style was transformed into a type prefix, postfix and evaluate them separately. The program is in vs2010 debugging through, and only the source code.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:2102
    • 提供者:joe
  1. Fix

    0下载:
  2. 实现表达式求值,实现中缀到后缀的转换并求值(利用栈)-infix to suffix
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2079
    • 提供者:戴仁华
  1. expvalue

    0下载:
  2. 该程序主要实现了表达式求值,将中缀表达式转为后缀表达式。-The program achieved a major expression evaluation, the infix expression into postfix expression.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:1213
    • 提供者:刘磊
  1. infix

    0下载:
  2. c语言 中缀、后缀 算术表达式求值用栈实现-c language, infix, postfix arithmetic expression evaluates to achieve with Stack
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1428
    • 提供者:李子成
  1. vc

    0下载:
  2. 中缀表达式变换为后缀表达式 后缀表达式求值-Infix expression to postfix expression conversion suffix expression evaluation
  3. 所属分类:source in ebook

    • 发布日期:2017-04-10
    • 文件大小:1414
    • 提供者:Sun
  1. sumNumber

    0下载:
  2. 实现表达式的求值计算,并且可以同时输出表达式的中缀式后后缀式(其中后缀式代码已注释,自己取消注释即可)-it is useful and it can culatulate numbers
  3. 所属分类:Document

    • 发布日期:2017-04-08
    • 文件大小:1095
    • 提供者:张小白
« 1 2 3 45 »
搜珍网 www.dssz.com