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

搜索资源列表

  1. 表达式求值(大程序)

    3下载:
  2. VC实现的用堆栈实现表达式求值!! 数据结构的一个小作业!! 大家可以参考一下-VC stack with the expression evaluates to achieve! ! Data structure of a small operation! ! We can take a look
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:42.34kb
    • 提供者:冰扉
  1. 简单的表达式求值

    0下载:
  2. 语法分析正确后就可以求值了,求值时用到一个操作数堆栈和操作符堆栈,以及一个算符优先表(存储了运算符之间的优先关系),具体细节可以阅读源码。-syntax analysis is correct after it evaluates the value used for a number of operations and the operator stacks stack, and an operator priority list (stored Operators relations bet
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.88mb
    • 提供者:李平
  1. 中缀表达式求值

    0下载:
  2. 中缀表达式求值,运用了堆栈进行存储,并支持小数的计算-expression which evaluates superintendent, the use of stack for storage, and support for the calculation of the minority
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.31kb
    • 提供者:吴伟
  1. diujianqiaozhicswggod2006813

    0下载:
  2. 堆栈表达式求值系统,处理整型数,c语言编写-stack expression for the value system, handling integer, c language
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:29.87kb
    • 提供者:cswggod
  1. FOURF

    0下载:
  2. 用堆栈实现表达式求值 但只有 + - * / () 运算符-stack used to achieve expression evaluates only +-* / () Operators
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3.37kb
    • 提供者:zhouwei
  1. Expression

    0下载:
  2. 1.用堆栈实现表达式求值 2.随机生成带括号的表达式
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:167.17kb
    • 提供者:sasa
  1. operate

    0下载:
  2. 10以内数的四则运算表达式求值。利用堆栈的后进先出实现当运算符优先级较低的时候对操作数和运算符的出栈进行运算。-10 less than the number four operator expression is evaluated. The use of LIFO stack to achieve when the operator when a lower priority on the operand and operator of a stack to carry out comput
  3. 所属分类:Data structs

    • 发布日期:2017-05-13
    • 文件大小:2.49mb
    • 提供者:zlx
  1. biaodashi

    0下载:
  2. 表达式求值,采用逆波兰式求值,有堆栈和顺序表两种。-Expression evaluation, the use of Reverse Polish-style evaluation, there are two types of stack and the order form.
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:17.06kb
    • 提供者:井树刚
  1. biaodashiqiuzhi

    0下载:
  2. 对于一个表达式求值 用堆栈实现 数据结构第一个实验 没有做附加功能 -For an expression evaluation stack data structure with the first experiment did not do additional functionality
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1.39kb
    • 提供者:409
  1. expressionvalue

    0下载:
  2. 表达式求值,根据运算符的优先级构造两个堆栈并运算-Expression evaluation, in accordance with the priority operator stack both class structure and operation
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:585.74kb
    • 提供者:郑仙花
  1. Stack

    0下载:
  2. 完成堆栈抽象数据类型的顺序、链式表示与实现。实现功能:数值转换,计算器(表达式求值),迷宫求解,判断某个字符串是否是回文 -Completion of the stack abstract data type of the order, said that with the realization of the chain. The realization of functions: numerical conversion calculator (expression evaluation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:32.24kb
    • 提供者:韩非
  1. stack_calulator

    0下载:
  2. 利用堆栈实现算数表达式求值(运算过程为个位数)-use stack to evaluate arithmetic expression.
  3. 所属分类:Data structs

    • 发布日期:2016-01-25
    • 文件大小:11.81kb
    • 提供者:刘畅
  1. operateur

    0下载:
  2. 这是一个表达式求值的程序实现,用C语言实现了+ - * /和包含括号的一个算术表达式的求值过程,用到了堆栈。-This is an expression evaluation procedures for implementation, using C language to implement+-*/and parentheses in an arithmetic expression that contains the evaluation process, use the stack.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:230.16kb
    • 提供者:陈玄风
  1. vcexpresion

    1下载:
  2. 用VC堆栈实现的表达式求值 有界面 支持小数 -Achieved with the VC stack expression evaluation has interface support for decimal
  3. 所属分类:Other systems

    • 发布日期:2015-12-15
    • 文件大小:140kb
    • 提供者:flylee
  1. biaodashi

    0下载:
  2. 数据结构中线性结构应用堆栈实现表达式求值-Application of the linear structure of the data structure to achieve expression evaluation stack
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1.83kb
    • 提供者:da
  1. calculator

    1下载:
  2. 用C++编写带括号的算术表达式求值,利用堆栈实现,采用算符优先数算法。-Written with C++ arithmetic expression in parentheses is evaluated using the stack implementation, the use of operator priority number algorithm.
  3. 所属分类:Data structs

    • 发布日期:2015-12-15
    • 文件大小:430kb
    • 提供者:JJWM
  1. dataStructure

    0下载:
  2. 堆栈实现表达式求值,java数据结构。初学者,练习使用。-Expression evaluation stack to achieve, java data structures. Beginners, practice using.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:14.74kb
    • 提供者:candy
  1. third2

    0下载:
  2. 2.编写程序实现表达式求值,即验证某算术表达式的正确性,若正确,则计算该算术表达式的值。 主要功能描述如下: 1、从键盘上输入表达式。 2、分析该表达式是否合法: (1)是数字,则判断该数字的合法性。若合法,则压入数据到堆栈中。 (2)是规定的运算符,则根据规则进行处理。在处理过程中,将计算该表达式的值。 (3)若是其它字符,则返回错误信息。 3、若上述处理过程中没有发现错误,则认为该表达式合法,并打印处理结果。 -2. Write a program to
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:1.45mb
    • 提供者:bagai
  1. duizhanexercise

    0下载:
  2. 堆栈练习,行编辑程序,迷宫求解,括号匹配检验,表达式求值-Stack practice, the line editor, maze solving, brace matching test, expression evaluation
  3. 所属分类:Console

    • 发布日期:2017-04-15
    • 文件大小:6.51kb
    • 提供者:yu shan
  1. sampleToValue

    0下载:
  2. 表达式求值 利用堆栈原理,实现表达式求值 如:3*(3+2)/5#-Expression evaluation Stack principle, the expression is evaluated : 3* (3+2)/5#
  3. 所属分类:Data structs

    • 发布日期:2017-11-27
    • 文件大小:1.52kb
    • 提供者:sky
« 12 3 »
搜珍网 www.dssz.com