CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - infix postfix

搜索资源列表

  1. Expressionconversation

    0下载:
  2. 表达式转换,中缀表达式变后缀表达式并求值。有栈中内容变化说明。-Expression conversion infix postfix expression and the expression changes evaluated. There are changes in the contents of the stack instructions.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:975.64kb
    • 提供者:高仁杰
  1. biaodashiqiuzhi

    0下载:
  2. 通过该程序可以计算前缀、中缀和后缀表达式的值。-Through the program can calculate the prefix, infix and postfix expressions value.
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:366.94kb
    • 提供者:许娜娜
  1. zhongzhui

    1下载:
  2. 本程序能将运算式从中缀表达式转换为后缀表达式,并计算运算式的值。暂时仅可计算正整数之间的运算。暂时无法处理负数,要计算负数请用 (0-n) 的形式。输入仅含数字0~9及+、-、*、/、(、)的式子,并在结尾处加 # 字作为结束符。-This program can convert an expression from infix expressions to postfix expressions, and calculate the expression value. Calculate th
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:50.86kb
    • 提供者:moon walker
  1. InfixToPrefixConversion

    0下载:
  2. program to convert infix to postfix
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:4.07kb
    • 提供者:rocks
  1. Infix_expression

    0下载:
  2. 编写一程序直接计算任意输入的中缀表达式的值,且不能采用先转换到后缀表达式再计算的方式。-Procedures for the preparation of a direct calculation of arbitrary input infix expression values, and can not be converted to a postfix expression using the first re-calculated way.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1.27kb
    • 提供者:秦稼轩
  1. exchange

    0下载:
  2. (1)实现中缀表达式转换成后缀表达式 (2)计算表达式的值 -(1) implementation infix expression into postfix expression (2) Calculate the value of the expression
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:1.36kb
    • 提供者:Beaug
  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
    • 文件大小:864.35kb
    • 提供者:安全卫士
  1. expression

    0下载:
  2. 实验要求把中缀表达式转换成为后缀表达式,然后再对后缀表达式求值。其中要利用栈,数组等。-Experimental requirements to convert infix expression into postfix expression and then evaluate the expression of the suffix. Which make use of the stack, the array and so on.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:1.57kb
    • 提供者:haha
  1. abstractstack

    0下载:
  2. 给定一个中缀表达式,要求转化为后缀表达式,并且生成抽象堆栈机的代码,完整代码加实验报告。-Given an infix expression into postfix expression requirements, and generate an abstract stack machine code, complete code and test reports.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:254.02kb
    • 提供者:
  1. homework

    0下载:
  2. (1)从键盘输入任意一个语法正确的(中缀)表达式,显示并保存该表达式。 (2)利用栈结构,把上述(中缀)表达式转换成后缀表达式,并显示栈的状态变化过程和所得到的后缀表达式。 (3)利用栈结构,对上述后缀表达式进行求值,并显示栈的状态变化过程和最终结果。-(1) keyboard input either from the right syntax (infix) expressions, display and save the expression. (2) the use
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:8.64kb
    • 提供者:林小悠
  1. infixpostfix

    0下载:
  2. convert infix to postfix sourcecode
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:6.32kb
    • 提供者:bhed
  1. caculator

    0下载:
  2. 用户输入四则运算的中缀表达式(可包含小括号),程序首先将中缀表达式转为后缀表达式并输出,然后计算结果并输出。-User input of infix arithmetic expression (which can include parentheses), the program first infix expression to postfix expression and the output, then the results and outputs.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1.37kb
    • 提供者:姚思远
  1. postfix-expression-evaluation-

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

    • 发布日期:2017-04-09
    • 文件大小:1.99mb
    • 提供者:无道
  1. InfixToPostfix.cpp

    0下载:
  2. it is a infix to postfix program in c++ code.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:863byte
    • 提供者:niloofar
  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
    • 文件大小:668.45kb
    • 提供者:上官凝荫
  1. CS2208_DSLab_Programs

    0下载:
  2. CS2208 - Data Structures Lab (Anna University) EXERCISES 1a. Implement singly linked lists. 1b. Implement doubly linked lists. 2. Represent a polynomial as a linked list and write functions for polynomial addition. 3. Implement stack and
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:205.44kb
    • 提供者:Narayana Swamy
  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
    • 文件大小:2.7kb
    • 提供者:dlfsjal
  1. infix-postfix-islemleri

    0下载:
  2. infix postfix convertor
  3. 所属分类:Other systems

    • 发布日期:2017-11-03
    • 文件大小:66.97kb
    • 提供者:İ LGAR
  1. CPP-into-postfix-expression

    0下载:
  2. 这个程序是用C++编写的,编写时用到的环境是VC++6.0,程序作用是将中缀表达式转换为后缀表达式-This program is written in C++, when used in the preparation of the environment is VC++6.0, the role of the program is to convert infix expression postfix expression
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:517.3kb
    • 提供者:ZHF
  1. Convert-infix

    0下载:
  2. 问题描述   中缀表达式就是我们通常所书写的数学表达式,后缀表达式也称为逆波兰表达式,在编译程序对我们书写的程序中的表达式进行语法检查时,往往就可以通过逆波兰表达式进行。我们所要设计并实现的程序就是将中缀表示的算术表达式转换成后缀表示,例如,将中缀表达式 (A 一 (B*C 十 D)*E) / (F 十 G ) 转换为后缀表示为: ABC*D十E* FG十/ 注意:为了简化编程实现,假定变量名均为单个字母,运算符只有+,-,*,/ 和^(指数运算
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1.12kb
    • 提供者:王乐
« 12 3 »
搜珍网 www.dssz.com