CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - postfix calculate

搜索资源列表

  1. PostFixCompute

    0下载:
  2. postfixComputer, Calculate the postfix expression, such as 45+,which means 4+5,and the result is 9. The program is very applied.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:366.22kb
    • 提供者:刘波
  1. expression

    2下载:
  2. 利用栈完成算术表达式求值:从键盘或文件中输入算术表达式,计算其结果并显示。要求处理过程为:(1)转换为后缀表达式并输出;(2)对后缀表达式求值并输出。 输入的表达式中可以有整数、实数、括号,运算符包括+、-、*、/、#(代表单目负)。可以多次输入不同的表达式进行计算,直到用户选择“退出”。栈的基本操作可以自己实现,也可以使用系统提供的STL实现。 -Done using an arithmetic expression evaluation stack: file input fr
  3. 所属分类:Other systems

    • 发布日期:2017-03-24
    • 文件大小:418.96kb
    • 提供者:Sw
  1. postfix

    0下载:
  2. 使用者輸入後序的數學算式後,可以計算出其值-After the user input sequence of mathematical formula, you can calculate the value
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:370.22kb
    • 提供者:brian
  1. POSTFIX

    0下载:
  2. a simple wy to calculate postfix in c-a simple wy to calculate postfix in c++
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:1.34kb
    • 提供者:Merkousha
  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. 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. Infix_expression_into_postfix_expression_calculati

    1下载:
  2. 利用栈将中缀表达式转化成后缀表达式并计算-Using the stack to postfix infix expression into an expression and calculate
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:47.25kb
    • 提供者:秦朔
  1. main

    0下载:
  2. 表达式求值*** 将中缀表达式转换为后缀表达式。假设输入的算法表达式的运算符只有“+、-、×、/、(、)”这几种。 要求:用栈完成;首先要判断输入的表达式括号是否配对,在正确表达式的基础上转换为后缀表达式,然后计算结果。 -*** Expression evaluation will be converted to postfix infix expression expression. Assume that the input of the algorithm expressio
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1.94kb
    • 提供者:Li
  1. Stack

    0下载:
  2. this the lab that shows how to convert the infix number to postfix and also calculate them-this is the lab that shows how to convert the infix number to postfix and also calculate them
  3. 所属分类:JavaScript

    • 发布日期:2017-03-30
    • 文件大小:4.31kb
    • 提供者:li
  1. DS02

    0下载:
  2. 将两个带头结点的有序循环链表合成一个带头结点的有序循环链表。 实验内容:使用键盘输入表达式,计算表达式的值并输出;将表达式转化成后缀表达式输出,利用后缀表达式求表达式的值并输出 -The two take the lead in the ordered circular list node synthesis of a lead in the ordered circular list node. Experiment: use the keyboard to enter an expr
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1.75kb
    • 提供者:火腿狼
  1. DS2

    0下载:
  2. 2、 表达式求值 问题描述:使用键盘输入表达式,计算表达式的值并输出;将表达式转化成后缀表达式输出,利用后缀表达式求表达式的值并输出。 -2, the expression evaluation problem descr iption: Use the keypad to enter an expression to calculate the value of the expression and output the expression into postfix express
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1.63kb
    • 提供者:ssswwww
  1. qiuzhi

    0下载:
  2. 2、 表达式求值 问题描述:使用键盘输入表达式,计算表达式的值并输出;将表达式转化成后缀表达式输出,利用后缀表达式求表达式的值并输出。 -2, the expression evaluation problem descr iption: Use the keypad to enter an expression to calculate the value of the expression and output the expression into postfix express
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.46kb
    • 提供者:吴芳
  1. zhan

    0下载:
  2. 栈的中缀表达式转为后缀表达式,并计算后缀表达式-Stack infix expression into postfix expression, and calculate the suffix expressions
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:252.18kb
    • 提供者:庄敏
  1. biaodashi

    0下载:
  2. 有中缀表达式转换成后缀表达式并计算结果 主要是数据结构上的一些算法以后又需要请联系我数据结构所有算法-With infix expressions into postfix and calculate the data structure is mainly the result of some of the algorithms later I need to contact all of the data structure algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1.3kb
    • 提供者:wenjinjie
  1. zhong_zhuan_hou_calc

    0下载:
  2. 输入中缀表达式,转换为后缀表达式,并计算出结果-Input infix expression into postfix expression, and calculate the results
  3. 所属分类:MPI

    • 发布日期:2017-03-30
    • 文件大小:8.55kb
    • 提供者:莫斌峰
  1. formula-for-calculating--true-value

    0下载:
  2. 计算命题演算公式的真值,所谓命题演算公式是指由逻辑变量(其值为TRUE或FALSE)和逻辑运算符∧(AND)、∨(OR)和┐(NOT)按一定规则所组成的公式(蕴含之类的运算可以用∧、∨和┐来表示)。公式运算的先后顺序为┐、∧、∨,而括号()可以改变优先次序。已知一个命题演算公式及各变量的值,要求设计一个程序来计算公式的真值。 要求: (1)利用二叉树来计算公式的真值。首先利用堆栈将中缀形式的公式变为后缀形式;然后根据后缀形式,从叶结点开始构造相应的二叉树;最后按后序遍历该树,求各子树之值
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:162.03kb
    • 提供者:陈庆
  1. calculate

    0下载:
  2. 最简单的计算器,可以计算+,-,*,/以及括号的优先级,采用后缀表达式的方式。-Simple calculator, you can calculate the+,-,*, /, and parentheses priority postfix expression.
  3. 所属分类:Java Develop

    • 发布日期:2017-12-09
    • 文件大小:3.76kb
    • 提供者:泠辉月
  1. PostFix

    0下载:
  2. 定义栈,通过入栈出栈的操作完成后缀表达式求值。-to calculate the postfix expression
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-15
    • 文件大小:2kb
    • 提供者:宋锋
« 12 »
搜珍网 www.dssz.com