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

搜索资源列表

  1. infix-Postfix

    0下载:
  2. 利用堆栈进行表达式的 Infix -> postfix 转换 适合大专院校计算机专业数据结构课参考 用法: 输入infix表达式为:(3+2*3)^2 则 转换位postfix表达式 323*+2^ 进而可以计算出表达式的值为81 目前bug: 主要作原理演示用,只能处理1位数字变量,且变量值不可太大-use of the stack for expression Infix -
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:41.53kb
    • 提供者:QKY
  1. postfix

    0下载:
  2. 中缀表达式转中缀表达式,后缀表达式的计算-which is made up of ordinary Chinese expression to expression, the expression calculation Suffix
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:16.5kb
    • 提供者:郭家杰
  1. PostFixCompute

    0下载:
  2. postfixComputer, Calculate the postfix expression, such as 45+,which means 4+5,and the result is 9. The program is very applied.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:366.22kb
    • 提供者:刘波
  1. EvaluateExpression.tar 数据结果实验 表达式求值

    0下载:
  2. 数据结果实验 表达式求值 中缀表达式转后缀表达式求值-Results of experimental data to evaluate the expression in infix postfix expression evaluation turn
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-24
    • 文件大小:276.66kb
    • 提供者:endless
  1. EvaluateExpression 算术表达式求值

    0下载:
  2. 算术表达式求值: 中缀表达式求值; 将中缀转换成后缀表达式并求值-Arithmetic expression evaluation: infix expression evaluation to infix into postfix expression and evaluates
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-03-24
    • 文件大小:889.73kb
    • 提供者:linlin
  1. PostfixConversion

    0下载:
  2. Calculator algorithm with postfix notation. Example of usage.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2.58kb
    • 提供者:x-phile
  1. infixtopostfix

    0下载:
  2. infix to postfix program,.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1.12kb
    • 提供者:ashu
  1. INFXPOST

    0下载:
  2. programm that convert infix term to postfix
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:526byte
    • 提供者:yalannan
  1. posttoin

    0下载:
  2. postfix to infix converter
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:832byte
    • 提供者:chengers
  1. MidToPost

    0下载:
  2. 中缀变后缀表达式求值:输入表达式,#为结束符(如1+2#),程序会自动给出后缀表达式,并给出最终计算结果。程序中部分地方有注释-Variable postfix infix expression evaluation: Enter the expression,# to end the character (eg, 1+2#), the program will automatically give postfix expression, and gives the end result. So
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:9.09kb
    • 提供者:
  1. zhongzhuizhuanhouzhui

    0下载:
  2. 中缀表达式转后缀表达式,数据结构中堆栈的应用。-Switch to postfix infix notation expressions, the data structure stack applications.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:631.2kb
    • 提供者:小杜
  1. POSTFIX

    0下载:
  2. a simple wy to calculate postfix in c-a simple wy to calculate postfix in c++
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:1.34kb
    • 提供者:Merkousha
  1. InfixtoPostfix

    0下载:
  2. Converts Infix expression to postfix expression
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:995byte
    • 提供者:Mani
  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. Expression-evaluation(suffix-method)

    0下载:
  2. 在栈的思想下,利用后缀表达式解决表达式求值的问题。类似的,可以推广到前缀表达式求值。-Thinking in the stack, using postfix expression evaluation expression to solve the problem. Similarly, the prefix can be extended to expression evaluation.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1.52kb
    • 提供者:englishteam
  1. post_to_pre

    0下载:
  2. 将后缀表达式转换成前缀表达式:从键盘读入一后缀表达式,转化成前缀式-Prefix to postfix expression into the expression: read from the keyboard into a postfix expression, converted into a prefix-style
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2.03kb
    • 提供者:斋隐
  1. postfix

    0下载:
  2. 用Stack类来实现中缀表达式转化为后缀表达式,并且根据后缀表达式求值-With the Stack class to implement an infix expression into postfix expression, and expression evaluation according to the suffix
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2.16mb
    • 提供者:aerin
  1. edelweiss

    0下载:
  2. 2-9进制的数字转换 中缀表达式转换为后缀表达式 字符串中字母的频率及排序 括号配对的验证 链表式储存及功能-2-9 band of the digital conversion infix expression into postfix expression string and sort the letters in parentheses matching the frequency of verification of storage and features list
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:868.86kb
    • 提供者:zhangjing
  1. traverse-postfix-to-prefix

    0下载:
  2. To create a expression tree and traverse postfix to prefix and infix.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:735byte
    • 提供者:Amrinder singh
  1. InfixToPostfix

    0下载:
  2. Infix to postfix conversion in VB.net
  3. 所属分类:数据结构

    • 发布日期:2018-04-20
    • 文件大小:461kb
    • 提供者:MasoudBN
« 12 3 4 5 »
搜珍网 www.dssz.com