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

搜索资源列表

  1. khss

    0下载:
  2. 数据结构:带括号的算术表达式求值。能完成一位数的带括号的算术表达式的运算,结果可以为多位数。用栈实现中缀表达式和后缀表达式的转换。-data structure : the bracketed arithmetic expression is evaluated. Complete with a number of brackets arithmetic expression Operational results for the multi-digit number. With Stack I
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2130
    • 提供者:橙子
  1. 计03_6_27张石

    0下载:
  2. 中缀表达式向后缀表达式的转化,并且具有求值的功能,有出错显示.-expression which is made up of the suffix to the conversion formula, and has evaluates the function, wrong show.
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:74177
    • 提供者:hamd
  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. zhan-op

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

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

    0下载:
  2. 对输入的前缀,后缀等表达式识别,检查,求值等 1.以字符序列的形式输入语法正确的前缀表示式并构造表达式。 2.用带括号的中缀表示式输出表达式。 3.实现对变量的赋值,变量的初值为0。 4.对算术表达式求值。 5.构造一个新的表达式。 -of input prefixes, and suffixes expression identification, inspection, for a value. a sequence of characters in the form
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:62497
    • 提供者:李建龙
  1. Untitled1

    0下载:
  2. 将中缀表达式转化为后缀表达式并求值,输出后缀表达式及值
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1100
    • 提供者:lxt
  1. biaodashiqiuzhi

    0下载:
  2. 实现了表达式的求值。当你输入一般的表达式,程序会实现了转化为前缀表达式,中缀表达式以及后缀表达式,并分别计算出结果。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:44466
    • 提供者:harry
  1. expression

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

    • 发布日期:2008-10-13
    • 文件大小:1419
    • 提供者:赵萍
  1. 中缀比表达式变后缀表达式再求值

    1下载:
  2. 此是 数据结构的课程中的一个经典的算法 -this is the data structure of the curriculum of a classical algorithm
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1430
    • 提供者:王子
  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
    • 文件大小:1968
    • 提供者:占冬冬
  1. calc

    0下载:
  2. 自己写的一个24点小游戏,其中用栈实现了中缀和后缀表达式求值,可以加以借鉴-Himself wrote a 24-point game, which used a stack infix and suffix expression evaluation can be draw
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:2553
    • 提供者:xuan_lengyue
  1. 4

    0下载:
  2. 中缀表达式转化成后缀表达式并求值的算法,将中缀表达式转换为后缀表达式,顺利转换返回true,若转换过程中发现中缀表达式非法则返回false-Infix suffix expressions into expressions and evaluation algorithms, will be converted to infix expressions suffix expression, a smooth transition to return to true, if the convers
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:2017
    • 提供者:chenyuehong
  1. infixcaculator

    0下载:
  2. 根据用户输入的中缀表达式,将其转化为后缀表达式并求值。-Based on user input infix expression into a suffix of its expression and evaluated.
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:1614
    • 提供者:zzy
  1. main

    0下载:
  2. 通过此源代码,能够实现如下功能:输入中缀表达式,实现后缀表达式的输出,然后求值-Through this source code, be able to achieve the following functions: Input infix expression, the expression of the output suffix implementation, then evaluation
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:1114
    • 提供者:jialei
  1. houzhui

    0下载:
  2. 中缀表达式转换为后缀表达式并求值 使用switch语句-Infix expression into a suffix for the value of expression and the use of switch statement
  3. 所属分类:Data structs

    • 发布日期:2017-03-25
    • 文件大小:903
    • 提供者:baichi123
  1. Stack

    0下载:
  2. 栈的定义,C++定义的栈的基本操作 用于栈的操作练习 表达式求值,中缀转后缀-Stack
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:509514
    • 提供者:范志东
  1. expressions

    0下载:
  2. 数据结构线性表的应用,算术表达式求值,中缀转后缀算法,加减乘除基本运算-The application of the linear table data structure, arithmetic expression evaluation, infix suffix transfer algorithm, the basic operations addition and subtraction multiplication and division
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:10106
    • 提供者:李维
  1. Expressionconversation

    0下载:
  2. 表达式转换,中缀表达式变后缀表达式并求值。有栈中内容变化说明。-Expression conversion infix postfix expression and the expression changes evaluated. There are changes in the contents of the stack instructions.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:999055
    • 提供者:高仁杰
  1. ProExpr

    0下载:
  2. 实现表达式求值,表达式树绘制,前缀表达式转换中缀表达式,中缀表达式转换后缀表达式-To achieve expression evaluation, expression tree drawing, prefix expression conversion infix expression, the expression postfix conversion infix expression
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-08
    • 文件大小:138423
    • 提供者:陈义兵
  1. Expressionevaluation

    0下载:
  2. 表达式求值,有后缀表达式求值,中缀表达式直接求值,和中缀表达式间接求值-Expression evaluation, expression evaluation have the suffix, infix expression evaluation directly and indirectly infix expression evaluation
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:4351
    • 提供者:daiminmin
« 1 23 4 5 »
搜珍网 www.dssz.com