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

搜索资源列表

  1. 含括弧的任意精度四则运算的详细解释

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

    • 发布日期:2008-10-13
    • 文件大小:4229
    • 提供者:刘新夏
  1. convert1

    0下载:
  2. 这是一个将后缀表达式转化为中缀表达式的程序,适合与所有整数的表达式-this is a suffix of expression into the expression of which is made up of procedures, and for all the expressions Integer
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:915
    • 提供者:yhl
  1. ExpressionCalculator

    0下载:
  2. 用VC写的一个根据输入的数学表达式字符串求出结果,将后缀转为中缀,类似一个计算器,唯一遗憾的是只是整形之间的+—*/。-VC was based on the importation of a mathematical expression string of results obtained, which is made up to the suffix similar to a calculator, the only regret is the only plastic -* /.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:302440
    • 提供者:叶州海
  1. SmartCounter

    0下载:
  2. 此程序实现了表达式求值,算法先将用户输入的中缀式转换为后缀式,再求表达式的值,并且可以自定义变量。此程序为VC6下的控制台程序,有兴趣的朋友可以为起添加一个GUI-this program evaluates the expression, the algorithm first user input which is made up of the conversion to type suffix. try the value of the expression, and can define
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:34143
    • 提供者:曾潜明
  1. redmore

    0下载:
  2. 把中缀表达式转换为后缀表达式的算法,我的数据结构课程设计!-sergeant Chinese expression for the conversion suffix expression algorithm, the data structure my course design!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:159250
    • 提供者:红魔
  1. 45646748945

    0下载:
  2. 本程序的功能是:将中缀表达式(只能含有的运算符为( ) / * + - =)转化为后缀表达式,-this procedure is the function : China will decorate the expression (containing only the operator () / * - =) into suffix expression,
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1857
    • 提供者:吉尔
  1. infix

    0下载:
  2. 中缀表达式转后缀表达式并提供一位数的计算-infix to posfix
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1519
    • 提供者:麻津铭
  1. calculator

    0下载:
  2. 控制台应用程序,科学计算器。用来学习中缀表达式转后缀表达式。函数的输入需要一个字母一个字母的输入。-Console application, scientific calculator. Learning to turn postfix notation infix expression. Enter function requires a letter of an alphabet input.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3450
    • 提供者:Horus
  1. compile1

    0下载:
  2. 一个将中缀表达式转为后缀表达式的词法分析器-Infix expression a will turn into a postfix expression lexical analyzer
  3. 所属分类:Compiler program

    • 发布日期:2017-04-12
    • 文件大小:1499
    • 提供者:张鸿蔓
  1. infixtopostfix

    0下载:
  2. 利用java语言实现中缀表达式转后缀表达式,能判断操作符的优先级,把括号去掉,可以接受空格的输入。-Java language use infix expression turn postfix notation, the operator can determine the priority of the brackets removed, can accept input space.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1218
    • 提供者:chenhuibing
  1. Conversion-of-arithmetic-expressions

    0下载:
  2. 数据结构一些算术表达式的转换,前缀中缀后缀的变换-Data structure some arithmetic expressions of the conversion
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-30
    • 文件大小:230708
    • 提供者:李明远
  1. Arithmetic-expression-evaluation

    1下载:
  2. [问题描述] 表达式计算是实现程序设计语言的基本问题之一。也是栈的应用的一个典型例子。设计一个程序,演示用算符优先法或转换成后缀表达式方法对算术表达式进行求值的过程。 [基本要求] 以字符序列的形式从终端输入语法正确的、不含变量的整数表达式。利用中缀表达式向后缀表达式转换的方法,实现对算术四则混合运算表达式的求值。-Expression computing is to achieve one of the basic problems of program design langu
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1587
    • 提供者:Vicki Cui
  1. 123

    0下载:
  2. 中缀表达式和后缀表达式之间的转化,主要是中缀表达式向后缀表达式的转化-Infix expression and transformation between postfix expression, primarily to the infix expressions into postfix expression
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:310674
    • 提供者:王俊涛
  1. 24-point-embedded-simple-calculator

    0下载:
  2. 24点内简易计算器的实现。中缀表达式变为后缀表达式然后求值-Simple calculator within the 24-point implementation. Infix expression into postfix expression is then uated
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-13
    • 文件大小:2091
    • 提供者:shi54497
  1. caculator115

    1下载:
  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. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:1445
    • 提供者:fei37357
  1. ZuiZhongZhan.tar

    0下载:
  2. 中缀表达式转后缀表达式计算处结果看了已完成任意复杂度的四则运算-Postfix infix expression turn looked at the results of calculation expressions of arbitrary complexity has completed four operations
  3. 所属分类:CSharp

    • 发布日期:2017-05-04
    • 文件大小:11445
    • 提供者:黄超
  1. Convert-infix

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

    • 发布日期:2017-04-12
    • 文件大小:1143
    • 提供者:王乐
  1. QCounter

    0下载:
  2. 中缀表达式转后缀表达式,可以在windows与linux系统运行(Infix to postfix expression)
  3. 所属分类:其他

    • 发布日期:2017-12-17
    • 文件大小:267264
    • 提供者:AAcrobat
  1. 中缀转后缀

    1下载:
  2. 实现将表达式的中缀转后缀。包括yacc程序和编译后C++代码,可以直接使用(this code makes the middle expression turn into postfix expression)
  3. 所属分类:编译器/解释器

    • 发布日期:2018-01-08
    • 文件大小:4096
    • 提供者:stella1
  1. DSinfixtopostfix

    0下载:
  2. 简单的中缀表达式转后缀表达式并求值的程序。支持加减乘除。内置说明。(A simple program that converts infix expression to postfix, and calculates the postfix expression. Symbol + - * / = ( ) supported.)
  3. 所属分类:数据结构

    • 发布日期:2018-05-06
    • 文件大小:2048
    • 提供者:yves05
« 1 2 3 4 5 67 8 9 10 11 ... 14 »
搜珍网 www.dssz.com