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

搜索资源列表

  1. Expression_Pre_Post

    0下载:
  2. 输入中缀表达式,转换成后缀表达式,再执行其用后缀表达式实现加减乘除算法-Input infix expression, converts the suffix expression, and then perform addition, subtraction, multiplication and division algorithms postfix expression
  3. 所属分类:Data structs

    • 发布日期:2017-12-05
    • 文件大小:1417
    • 提供者:wang
  1. xxx

    0下载:
  2. 后缀表达式转为中缀表达式,应用链表进行连接和判断。-Postfix expression into infix expression, application of the linked list to connect and judgment.
  3. 所属分类:Data structs

    • 发布日期:2017-11-23
    • 文件大小:2285
    • 提供者:林伟
  1. expression-change

    0下载:
  2. 中缀表达式转换为后缀表达式。将正确的中缀表达式输入,程序自动转化为后缀表达式并计算出结果。-Convert infix expression to postfix expression. The correct infix expression input, the program automatically converted into postfix expression and calculate the results.
  3. 所属分类:Other systems

    • 发布日期:2017-11-26
    • 文件大小:1449
    • 提供者:zk
  1. IntoPost

    0下载:
  2. 此算法用于讲中缀表达式转化为后缀表达式,并显示每一步的运算过程,最后输出中缀表达式的结果。-This algorithm is used to speak infix expression into postfix expression and show each step of the calculation process, infix expression results in the final output.
  3. 所属分类:Data structs

    • 发布日期:2017-12-05
    • 文件大小:199453
    • 提供者:谢澜
  1. expression

    0下载:
  2. 输入中缀表达式,输出后缀表达式,并计算表达式的值,输出结果。-Input the infix expression , and output the postfix expression, and calculate the value of the expression, then output the results.
  3. 所属分类:Data structs

    • 发布日期:2017-11-23
    • 文件大小:244192
    • 提供者:taiyangyu
  1. expression-transferring

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

    • 发布日期:2017-11-22
    • 文件大小:111243
    • 提供者:坂田秋雨
  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. RPN

    0下载:
  2. 实现逆波兰表达式的转换和计算,中缀转后缀-Achieve Reverse Polish Notation conversion and calculation, infix turn suffix
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:1318
    • 提供者:李康伟
  1. suffix

    0下载:
  2. 目前网上没有python的算术表达式解析。现存的算法不能执行。所以自己写了一个。里面注释很详细。有中缀转后缀表达式算法。-Currently online no python arithmetic expression parsing. Existing algorithms can not be performed. So wrote one. Inside very detailed notes. There infix turn postfix expression algorithms.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1242
    • 提供者:chen
  1. caculator

    0下载:
  2. 本程序主要的功能是利用链表将用户输入的任意精度中缀表达式转换成后缀表达式,为了以便于区分数据和操作符,数据间用下划线将它们区分开来,并且计算出此表达式的值。 2.需要注意的是:此程序所叙述的四则运算是狭义的,并没有显式的要求用户以中括弧“[]”或者是大括弧“{}”进行输入,因为这样会大大的加大程序的代码量,为了简便起见,同时又为了实现四则混合运算的功能,只要用户将含有中括弧或者是大括弧的地方均以小括弧表示即可。-The main function of this program is to us
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:6940
    • 提供者:lupeng
  1. Fix

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

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

    0下载:
  2. 一个java源代码包,其中包括快速排序,队列和后缀表达式的计算,XML生成程序,为一个解析XML文件程序做了书价格的计算,是后缀表达式计算,中缀转后缀.-A Java source code package, including quick sort, queues, and the calculation of postfix expression, XML generator, as a parse the XML file application to do the calculation
  3. 所属分类:Applet

    • 发布日期:2017-04-15
    • 文件大小:8574
    • 提供者:李阳
  1. infix

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

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

    0下载:
  2. 一个使用递归算法和堆栈结构实现的计算器。将中缀表达式转化为后缀表达式后再使用递归和堆栈实现。-A stack structure using a recursive algorithm and implementation of the calculator. The infix expression into postfix expression before using recursion and stack implementation
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1921
    • 提供者:张旭
  1. Stack

    0下载:
  2. 用c++语言借用栈将中缀表达式转化为后缀表达式并且计算出后缀表达式的值,支持浮点数运算-Borrowing the language used c++ stack will infix expressions into postfix expression and calculate the value of the postfix expression of support for floating-point operations
  3. 所属分类:IT Hero

    • 发布日期:2017-03-30
    • 文件大小:1363
    • 提供者:Jack
  1. vc

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

    • 发布日期:2017-04-10
    • 文件大小:1414
    • 提供者:Sun
  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. sumNumber

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

    • 发布日期:2017-04-08
    • 文件大小:1095
    • 提供者:张小白
  1. cPP_code

    0下载:
  2. 简单用c++实现 中缀表达式-后缀表达式 之间的转换-Simple to achieve with c++ infix expression- the conversion between postfix expression
  3. 所属分类:Other systems

    • 发布日期:2017-05-13
    • 文件大小:2944576
    • 提供者:黄旭烽
  1. StackApp

    0下载:
  2. 栈的应用:后缀表达式。输入中缀表达式(即普通乘除加减表达式),转化输出对应后缀表达式,并输出计算结果-Stack applications: postfix expression. Enter infix expression (ie, subtraction, multiplication and division general expression), transforming the output corresponding postfix expression, and output
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:3209
    • 提供者:
« 1 2 ... 9 10 11 12 13 1415 »
搜珍网 www.dssz.com