CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - operator priority stack

搜索资源列表

  1. suanfu

    0下载:
  2. 用算符优先文法制作的算符优先分析器,实现了FIRSTVT跟LASTVT的输出跟优先表的输出以及栈的输出以及到文件的输出。-priority grammar operator with the operator priority to the production analyzer, achieved with LASTVT FIRSTVT output with the output of the priority list and stack output and the output of
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:10.6kb
    • 提供者:姜鹏
  1. stack.rar

    0下载:
  2. 用栈实现算式的运算,通过把操作符压栈和操作符的优先级进行运算。,Formula used to achieve the computing stack, push through the operator and operator to operator priority.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:991.23kb
    • 提供者:xdb
  1. suanshubiaodashiqiuzhi.rar

    0下载:
  2. 1、 以字符序列的形式从终端输入语法正确的、不含变量的证书表达式。利用一定的运算符优先关系,实现对算术四则混合运算表达式的求值,并且在求值中运算符栈、运算数栈、输入字符和主要操作的的变化过程。 2、 设置运算符栈和运算数栈辅助分析算符的优先级。 3、 在读入表达式的字符序列的同时,完成运算符和运算数的识别处理,以及相应的运算。 4、 在识别处运算符的同时,要将其字符序列形式转换成整数形式。 5、 在程序的适当的位置输入运算符栈、运算数栈、输入字符和主要操作内容。 ,1, to form
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:1.25kb
    • 提供者:李涛
  1. asdf

    0下载:
  2. 算术表达式求值演示,栈的应用的一个典型的例子,演示用算符优先法对算术表达式求值的过程-Arithmetic expression evaluation demonstration, the application stack, a typical example, demonstrate the priority operator arithmetic expression on the process of evaluation
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:1.11kb
    • 提供者:王超
  1. 20080405_9a428821385c382c2511qbZ6dSFYrYC3

    0下载:
  2. 这是一款非常实用的计算器,我认为其实用程度远远胜过Windows系统提供的计算器.主要特色是支持多项式运算,即可以一次输入整个多项式,并能够识别运算的优先级(利用堆栈实现)-This is a very practical calculators, in fact, in my opinion much better than using Windows system calculator. Main features are support for polynomial computing,
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:67.49kb
    • 提供者:陈 波
  1. 76

    0下载:
  2. 用栈来实现表达式的计算,包括通宝算符的优先权等程序段,有需要的可以看下!-Use stack to achieve the calculation of expression, including the priority of operator Tongbao program segment, etc., are in need can facie!
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:194.08kb
    • 提供者:木灵蓝
  1. JiSuanQi

    0下载:
  2. 算术运算的优先级运算,充分利用堆栈原理,进行优先级运算。-The priority of arithmetic operations, the principle of full use of the stack, the operator priority.
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:10.1kb
    • 提供者:王政博
  1. fzbds

    0下载:
  2. 输入一个含有运算符和运算函数的表达式,可以计算出其结果,过程是利用栈根据各运算符的优先度进行数值计算,并显示结果,可循环计算-Enter an operator and the computing function contains an expression, you can calculate a result, the process is the use of the stack the priority of the various operators to conduct the n
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:54.42kb
    • 提供者:aa
  1. sizeyunsuan

    0下载:
  2. 以字符序列的形式从终端输入语法正确的、不含变量的整数表达式,利用给定的算符优先关系,实现对算术四则混合运算表达式的求值,并演示在求值过程中运算符栈、操作数栈、操作数栈和主要操作的变化过程。-In the form of a sequence of characters entered from the terminal grammatically correct, non-integer variable expressions using the operators given priorit
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:1.4kb
    • 提供者:张斌
  1. Editor_Soft

    0下载:
  2. .采用算符优先数算法,能正确求值表达式 2.熟练掌握栈的应用 3.熟练掌握计算机系统的基本操作方法,了解如何编辑、编译、链接和运行一个C++程序 -. Using operator priority number algorithm, able to correctly evaluated expression 2. Familiar with the application of the stack 3. Familiar with the basic operation
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:470.54kb
    • 提供者:liujianye
  1. ExpEvaluation

    0下载:
  2. 表达式求值算法:表达式求值是高级语言编译中的一个基本问题,是栈的典型应用实例。 任何一个表达式都是由运算数(operand)、运算符(operator)和界限符(delimiter)组成的。运算数既可以是常数,也可以是被说明为变量或常量的标识符;运算符可以分为算术运算符、关系运算符和逻辑运算符三类;基本界限符有左右括号和表达式结束符等。 由于某些运算符可能具有比别的运算符更高的优先级,因此表达式求值不可能严格地从左到右进行。为了正确地处理表达式,使用栈来实现正确的指令序列是一个重要的技术
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:692byte
    • 提供者:cindy
搜珍网 www.dssz.com