CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 中缀 后缀 栈

搜索资源列表

  1. zhan-op

    0下载:
  2. 栈的操作与应用 定界符配对检查 中缀转后缀并求值-stack operation and application delimiter matching inspection superintendent to seek value and Suffix
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. 表达式求值:利用栈操作实现由中缀表达式到后缀表达式的转换,再求值.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.39kb
    • 提供者:赵萍
  1. expression

    0下载:
  2. 用C语言版 编写一个表达式求值演算的 算法程序 要求:使用栈,需要将算法的过程显示出来 ,输入一连串算术值 如:2*(3+2)# 然后 显示出算术过程 和结果!先将输入的中缀 转换后缀 再求值 程序中使用两个栈! 可以在VC++ 中运行- A linear epitope recognized by both MAbs,c2410 and WH303,which has strong specificity of CSFV,has been precisely defined and l
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1.92kb
    • 提供者:占冬冬
  1. FomulaStack

    0下载:
  2. 利用栈求解算术表达式的值,程序分为两种表达式,中缀式与后缀式,分别得用栈先入后出的特性,以及运算符的优先级比较,进行求解-use arithmetic to solve the value of the expression, procedures are divided into two expressions, and the sergeant-type suffix. Stack were starting after the first-in-the characteristics, a
  3. 所属分类:Data structs

    • 发布日期:2017-11-09
    • 文件大小:253.55kb
    • 提供者:Leon
  1. 中缀转后缀的程序

    1下载:
  2. 将中缀表达式转化为后缀表达式,并计算它的值,采用栈结构,实现运算
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-11-04
    • 文件大小:668.45kb
    • 提供者:82594138@qq.com
  1. calculator

    0下载:
  2. 用栈实现简单计算器功能。中缀转后缀表达式-Simple calculator using stack functions. Expression infix to suffix
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-16
    • 文件大小:405.29kb
    • 提供者:litianda
  1. expressions

    0下载:
  2. 有关表达式的栈的应用 内容有:表达式括号匹配 计算后缀表达式的值 计算算术表达式的值 中缀表达式转后缀表达式-Expression of the application stack are as follows: the expression in brackets to match the calculated value of the suffix arithmetic expression expression is made up of expressions of
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3.13kb
    • 提供者:陈子杭
  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. source

    0下载:
  2. 数据结构,线性表的应用(简单仓库管理)和栈的应用(中缀表达式转后缀表达式)-Data structures, application of linear forms (a simple warehouse management) and applications of stack (switch to postfix infix expression expression)
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:11.11kb
    • 提供者:刘茜
  1. Stack

    0下载:
  2. 用栈实现中缀转化为后缀表达式的C、C++程序。-Stack implementation using infix into postfix expression C, C++ program.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1.39kb
    • 提供者:
  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. zzbdsqz

    0下载:
  2. 中缀表达式求值,使用栈将中缀表达式转化为后缀表达式然后再进行计算 新手报到 -Infix expression evaluation, the use of the stack will be an infix expression into postfix expression and then calculated new to report ~~~~~~~
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:198.56kb
    • 提供者:rqg
  1. expressionEvaluation

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

    • 发布日期:2017-04-02
    • 文件大小:8.87kb
    • 提供者:林小悠
  1. Expression-and-derivation

    0下载:
  2. 以字符序列的方式从终端输入语法正确的,不含变量的整数表达式。利用中缀表达式变为后缀表达式的求值算法实现对算术四则混合运算表达式求值,并演示出在求值中运算符栈,操作数栈,输入字符和主要操作的变化过程。-The way to sequence of characters from the terminal input grammar correctly, do not contain variables integer expression. Use midfix expression of the
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:2.58kb
    • 提供者:江洋
  1. suffix

    0下载:
  2. c++数据结构应用 栈实现中缀表达式转后缀表达式-Middle expression converts to suffix expression in c++
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:183.92kb
    • 提供者:zq
  1. stack

    0下载:
  2. 此程序算法主要实现中缀表达式转换为后缀表达式,后缀表达式的计算,主要利用栈的性质。-The main achievement of this program algorithm infix expressions into postfix expressions, postfix expression is evaluated, the main advantage of the nature of the stack.
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:559.95kb
    • 提供者:刘培娜
  1. zToH

    0下载:
  2. 中缀表达式转后缀表达式并求值 C++ 数据结构 链栈应用-Infix expression to turn suffix expression and to find the value of C++ data structure of the chain stack application
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2.49kb
    • 提供者:fangjian
  1. Ebiaodashijisx

    0下载:
  2. 表达式计算,用栈实现,可实现中中缀转后缀,表达式值的计算等功能 -Expression evaluates to use the stack, can realize the function in infix to suffix, the expression value is calculated
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:13.86kb
    • 提供者:拥抱
  1. 2

    0下载:
  2. 实现算术表达式求值程序(栈的运用)输入中缀表达式,将其转换成后缀表达式-Realization arithmetic expression evaluator (application stack) Enter the infix expression, converting it into Postfix expression Enter the infix expression, converting it into Postfix expression
  3. 所属分类:Data structs

    • 发布日期:2017-12-01
    • 文件大小:190.45kb
    • 提供者:天天
  1. CPP_ExpressionConvert

    0下载:
  2. 利用栈实现表达式转换(中缀到后缀)并求值-Stack expressions conversion (infix to postfix) and evaluated
  3. 所属分类:Data structs

    • 发布日期:2017-12-02
    • 文件大小:5.21mb
    • 提供者:wanshitao
« 12 »
搜珍网 www.dssz.com