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

搜索资源列表

  1. Calculate000

    0下载:
  2. 可以识别输入的算术表达式并计算机结果,支持+、-、*、/四则运算及嵌套的(),比如4*3+5*((16+8)/2-5)。 利用后缀表达式计算。-can identify imported computer arithmetic expression and the results support ,-,*, / 4 Operational and nested (), such as 3 5 4 * * ((16 8) / 2-5). The use of the suffix formul
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1822
    • 提供者:梁清华
  1. sufexpresssrc

    0下载:
  2. 本程序是一个完整的后缀表达式计算,主要用栈的操作实现,本程序封装了CStack类实现栈的操作,本程序最大的特色在于运用动态监视表达式的算法对表达式进行数据校验,对一切合法的表达式进行计算,检验出所有任何非法表达式并提示。-this procedure is a complete expression suffix, the main stack to achieve the operation, Packaging of this program to achieve Stack CStack
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:22091
    • 提供者:魏洪平
  1. 中缀变后缀

    0下载:
  2. 这个c语言程序实现中缀表达式变为后缀表达式,并且实现其计算-the language program which is made up of expressions into a suffix expression, and its calculation
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2349
    • 提供者:刘文旭
  1. BinaryTreeoperation

    0下载:
  2. 二叉树的前序中序后序遍历操作,以及后缀表达式计算
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3302
    • 提供者:chenhuafeng
  1. SHIYAN3

    0下载:
  2. 后缀表达式计算 可以计算多位 可带括号
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:831
    • 提供者:yiyachun
  1. chen1992_evaluater_v1.0

    0下载:
  2. 表达式计算DEMO 利用词法分析器原理 以及后缀表达式计算 暂不支持函数以及乘号省略
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:220561
    • 提供者:holocaust
  1. 逆波兰表达式

    0下载:
  2. 计算用运算符后缀法表示的表达式的值。后缀表达式也称逆波兰表达式,比中缀表达式计算起来更方便简单些,中缀表达式要计算就存在着括号的匹配问题,所以在计算表达式值时一般都是先转换成后缀表达式,再用后缀法计算表达式的值。如:表达式(a+b*c)/d-e用后缀法表示应为abc*+d/e-。只考虑四则算术运算,且假设输入的操作数均为1位十进制数(0—9),并且输入的后缀形式表达式不含语法错误-calculated Operators suffix France said the value of the e
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1451
    • 提供者:刘一
  1. rpn

    0下载:
  2. 一个后缀表达式计算的程序,面向对象的实现方案 。-a suffix expression calculation procedures, object-oriented implementation.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:674669
    • 提供者:达芬奇
  1. calculator

    0下载:
  2. 表达式计算器,实现+,-,*,/,中缀转后缀-calculator
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:3797230
    • 提供者:方建伟
  1. 中缀转后缀的程序

    1下载:
  2. 将中缀表达式转化为后缀表达式,并计算它的值,采用栈结构,实现运算
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-11-04
    • 文件大小:684495
    • 提供者:82594138@qq.com
  1. javaparase

    0下载:
  2. 一个java源代码包,其中包括快速排序,队列和后缀表达式的计算,XML生成程序,为一个解析XML文件程序做了书价格的计算,是后缀表达式计算,中缀转后缀-A java source code package, including the quick sort, queue and the suffix for calculating expressions, XML generation process, a procedure to resolve XML document has done a
  3. 所属分类:Java Develop

    • 发布日期:2017-12-01
    • 文件大小:8310
    • 提供者:站长
  1. Caluate

    0下载:
  2. 将中缀表达式转换为后缀表达式,并计算任意四则运算表达式的结果,采用链表和队列实现,非文法和状态机-Infix expression would be converted to suffix expressions, and calculate the arithmetic expression of arbitrary results, the use of linked lists and queues to achieve, non-grammar and the state machine
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:7126
    • 提供者:wuwenxi
  1. 3071102672_A

    0下载:
  2. 计算后缀表达式,先将中缀式转化为后缀式,在进行计算,有较高的效率-Suffix calculated expression, first in the up-type into a suffix-style, in terms of higher efficiency
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:8219
    • 提供者:wingcy
  1. datastructure

    0下载:
  2. 本学期所有数据结构的大作业一,设A与B分别为两个带有头结点的有序循环链表(所谓有序是指链接点按数据域值大小链接,本题不妨设按数据域值从小到大排列),list1和list2分别为指向两个链表的指针。请写出将这两个链表合并为一个带头结点的有序循环链表的算法。二,本次实验的题目为表达式求值,要求设计一个程序,演示用算符优先法对算术表达式求值的过程。 即编写程序把前缀表达式转换成后缀表达式,并计算结果。用以下三组数据测试程序: 3*(7-2); 2*(6+2*(3+6*(6+6)))+(6+
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:5592
    • 提供者:张欣
  1. convert

    0下载:
  2. 后缀式转中缀式 将由数字和四则运算符组成的后缀表达式变换为中缀表达式。 输入的后缀表达式包含的运算符不超过15个。 要求转换后的中缀表达式中不应出现不必要的括号。例如, 整个表达式两端的括号要省略,不影响原计算顺序的括号要省 略。-Suffix-type switch-type will be made up of four numbers and the composition operator for suffix expressions transform inf
  3. 所属分类:File Operate

    • 发布日期:2017-04-28
    • 文件大小:6084
    • 提供者:dong
  1. MidToPost

    0下载:
  2. 中缀变后缀表达式求值:输入表达式,#为结束符(如1+2#),程序会自动给出后缀表达式,并给出最终计算结果。程序中部分地方有注释-Variable postfix infix expression evaluation: Enter the expression,# to end the character (eg, 1+2#), the program will automatically give postfix expression, and gives the end result. So
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:9308
    • 提供者:
  1. 1

    0下载:
  2. 本程序是一个完整的后缀表达式计算,主要用栈的操作实现,本程序封装了CStack类实现栈的操作,本程序最大的特色在于运用动态监视表达式的算法对表达式进行数据校验,对一切合法的表达式进行计算,检验出所有任何非法表达式并提示-This program is a complete computing postfix expression, the main operations with the stack implementation, this program encapsulates CStack
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:21531
    • 提供者:mxb
  1. PPT4

    0下载:
  2. 编写程序实现将中缀算术表达式转为后缀表达式,并利用栈和后缀表达式计算表达式的值-Programming to achieve infix arithmetic expressions to postfix expressions, postfix expression using stack and calculate the value of the expression
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:885098
    • 提供者:安全卫士
  1. tryex2

    0下载:
  2. 中缀表达式转后缀。1位数值的后缀表达式计算。-Infix expression change suffix. A numerical calculation of the suffix expressions.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:923052
    • 提供者:疯子羊
  1. 后缀表达式计算

    0下载:
  2. 给定一个后缀表达式,并计算其算术计算结果(Give a postfix expression and calculate the result)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-31
    • 文件大小:11264
    • 提供者:Ass、
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com