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

搜索资源列表

  1. Ebiaodashijisx

    0下载:
  2. 表达式计算,用栈实现,可实现中中缀转后缀,表达式值的计算等功能 -Expression evaluates to use the stack, can realize the function in infix to suffix, the expression value is calculated
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:14194
    • 提供者:拥抱
  1. Ucppp

    0下载:
  2. 转化实现中缀转后缀 判断表达式的输入 Visuaal C6.0环境 ,经测试可直接使用。 -Conversion to achieve infix to suffix to determine the expression input Visuaal C6.0 environment has been tested and can be used directly.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:1180
    • 提供者:拥抱
  1. FCallczipe

    0下载:
  2. 功能超级强大的计算器。。。支持表达式运算。具有中缀转后缀功能。。。。。使用了数据结构中先进的技术,是不可多的的代码,本人就读南京大学时的作品 -Function super powerful calculator. . . Expressions are supported. With infix to suffix function. . . . . The use of advanced technology in the data structure is not much of th
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:7150
    • 提供者:拥抱
  1. bool-value

    0下载:
  2. 求给定布尔表达式的真值,包括中缀转后缀,由后缀求值的运算。-Demand given the true value of the Boolean expression, including infix to suffix the suffix for the value of the operation.
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:1761
    • 提供者:吴亚伟
  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. 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. zhongzhuizhuanhouzhui

    0下载:
  2. 将中缀表达式转换为后缀表达式并计算它的结果,采用栈的结构-Convert infix expression to postfix expression and calculate its results, using the stack structure
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-11
    • 文件大小:684495
    • 提供者:上官凝荫
  1. CPP_ExpressionConvert

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

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

    0下载:
  2. 数据结构中缀表达式转换成后缀表达式,有完整的类模板操作-Infix expression into postfix expression data structure
  3. 所属分类:CSharp

    • 发布日期:2017-11-28
    • 文件大小:558
    • 提供者:yangyang
  1. a

    0下载:
  2. 给定一个浮点数混合运算的中缀表达式,分别实现转换成为后缀表达式,然后求值;和直接对中缀表达式求值两种求值算法,并通过对给定测试集的实验,比较两种算法的效率差异并进行分析-Given mixed operation of a float infix expression, respectively, to achieve converted into postfix expression then evaluated , and infix expression evaluator two eva
  3. 所属分类:CSharp

    • 发布日期:2017-11-22
    • 文件大小:2761
    • 提供者:liqian
  1. zhan

    0下载:
  2. 能够将一个输入的中缀表达式(数字为一位或两位数)转换成后缀表达式,并能求出表达式的值。-Convert an input infix expression (figures for the one or two digits) the the suffix expression, and to evaluate the expression.
  3. 所属分类:Data structs

    • 发布日期:2017-11-24
    • 文件大小:2200
    • 提供者:吴莹
  1. calculator

    0下载:
  2. 自制学生计算器,使用C++6.0编写,仿卡西欧计算器界面,使用中缀转后缀表达式,可以计算复杂的数学表达式-calculator written by C++6.0,Casio calculator interface, infix turn suffix expression,calculate complex mathematical expressions
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-06
    • 文件大小:55464
    • 提供者:
  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. 计算器-逆波兰式,计算机计算中缀表达式时通常要将中缀转后缀,也就是逆波兰式-The calculator- Reverse Polish Notation, the computer calculation infix expression usually To infix turn suffix, which is the inverse Polish
  3. 所属分类:Console

    • 发布日期:2017-11-21
    • 文件大小:136790
    • 提供者:
  1. 24

    0下载:
  2. 神奇24游戏的玩法是,由计算机随机产生4个自然数,玩家利用加减乘除和加括号,将4个数组成结果等于24的四则运算算式。在大多数情况下这个问题都有解,这就是“神奇”所在之处。通常的解法都是采用穷举法,对所有可能的算式进行求解,然后判断结果是不是24。问题的难点在于如何生成这所有的算式,由于括号的缘故,使问题变得复杂了。一种办法是将中缀表达式转化为后缀表达式,转入对后缀表达式的分析。由于后缀表达式的特点,后缀表达式的分析和求解都比较容易实现,这样就简化了问题的求解。-The magic 24 game
  3. 所属分类:Chess Poker games

    • 发布日期:2017-11-29
    • 文件大小:19650
    • 提供者:lk
  1. Posifix_project01

    0下载:
  2. 编译原理project1:后缀表达式的实现 处理对象是一种中缀表达式,表达式中运算量是0-9的单个数字,支持加减运算,表达式中不允许有任何空格,制表符等空白符号。程序功能是将终端用户输入的一个中缀表达式转换为等价的后缀表达式后输出,如果输入有误,会有相应的错误提示;程序有实验软装置,生成注释化html文档-Compiler theory project1: postfix expression to achieve processing object is an infix expressi
  3. 所属分类:Java Develop

    • 发布日期:2017-11-17
    • 文件大小:56682
    • 提供者:静宇
  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. Infix-to-suffix-arithmetic-expressio

    0下载:
  2. 输入一个中缀算术表达式S,S中的操作数为0到9,只含+,-和*,/运算,也可能含有括号(),运算符的计算顺序和实际四则运算的计算顺序相同. 输出与S等价的后缀表达式-Input an infix arithmetic expressions S, the S operand 0-9, containing only+,-,*,/operator may also contain brackets (), the same order as the operator of the calculat
  3. 所属分类:Console

    • 发布日期:2017-11-11
    • 文件大小:2516216
    • 提供者:刘畅
  1. zhanshiyan

    0下载:
  2. 1)十进制数转化为少于十进制数 (2)简单行文本编辑器 (3)检验表达式中括号匹配否 (4)双栈共享一个栈空间。 (5)将中缀表达式转化为后缀表达式,并求解数值-1) decimal number into less than a decimal number (2) the simple line text editor (3) test expression in parentheses the match No (4) dual stack sharing a stack
  3. 所属分类:Data structs

    • 发布日期:2017-11-26
    • 文件大小:14366
    • 提供者:吴璨
« 1 2 ... 8 9 10 11 12 1314 15 »
搜珍网 www.dssz.com