Welcome![Sign In][Sign Up]
Location:
Search - postfix infix

Search list

[Other resourceinfix-Postfix

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

[VC/MFCCMP000-C-Tutorial.tar

Description: This section contains a brief introduction to the C language. It is intended as a tutorial on the language, and aims at getting a reader new to C started as quickly as possible. It is certainly not intended as a substitute for any of the numerous textbooks on C. 2. write a recursive function FIB (n) to find out the nth element in theFibanocci sequence number which is 1,1,2,3,5,8,13,21,34,55,…3. write the prefix and postfix form of the following infix expressiona + b – c / d + e * f – g * h / i ^ j4. write a function to count the number of nodes in a binary tr-This section contains a brief introductio n to the C language. It is intended as a tutorial o n the language, and aims at getting a reader new to C started as qu ickly as possible. It is certainly not intended as a substitute for any of the numerous textbook 's on C. 2. write a recursive function FIB (n) to fi nd out the nth element in sequence theFibanocci number which is 1,1,2,3,5,8,13,21,34,55, ... 3. write the prefix and postfix form of the follo wing infix expressiona b-c/d e f*- g* h/i ^ j4. wr ite a function to count the number of nodes in a bi nary tr
Platform: | Size: 22528 | Author: jim | Hits:

[Data structsinfix-Postfix

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

[JSP/JavaPostfix

Description: Convert infix to postfix
Platform: | Size: 3072 | Author: wanchat | Hits:

[JSP/JavaPostfix

Description: Convert infix to postfix and show each process in SVG
Platform: | Size: 3072 | Author: wanchat | Hits:

[Internet-NetworkInfixToPostfix

Description: Infix到Postfix转化的完全实现,Infix到Postfix转化的完全实现-Infix to Postfix conversion fully achieved
Platform: | Size: 1024 | Author: 陈少琪 | Hits:

[Data structsinfixtopostfix

Description: infix to postfix program,.
Platform: | Size: 1024 | Author: ashu | Hits:

[Windows Developpostfix

Description: implementation of infix to postfix algorithm
Platform: | Size: 1024 | Author: anshu | Hits:

[Windows DevelopInfixToPostfix

Description: infix to postfix expression
Platform: | Size: 1024 | Author: John | Hits:

[Data structsposttoin

Description: postfix to infix converter
Platform: | Size: 1024 | Author: chengers | Hits:

[Windows DevelopAssignment-2-final

Description: conversion between infix, prefix and postfix
Platform: | Size: 96256 | Author: asif | Hits:

[Data structsMidToPost

Description: 中缀变后缀表达式求值:输入表达式,#为结束符(如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. Some parts of the program annotated
Platform: | Size: 9216 | Author: | Hits:

[Data structszhongzhuizhuanhouzhui

Description: 中缀表达式转后缀表达式,数据结构中堆栈的应用。-Switch to postfix infix notation expressions, the data structure stack applications.
Platform: | Size: 646144 | Author: 小杜 | Hits:

[Otherbiaodashiqiuzhi

Description: 通过该程序可以计算前缀、中缀和后缀表达式的值。-Through the program can calculate the prefix, infix and postfix expressions value.
Platform: | Size: 375808 | Author: 许娜娜 | Hits:

[Data structssrc

Description: Java版运算表达式解析器 主要功能: 对有括号的四则运算解析并求解. 支持多种表达式类型 思路: 1.把中缀表达式转化成后缀表达式 2.从后缀表达式得到解 注意: 该版本只支持1.6JDK,如果想替换成1.5JDK改替换LinkedList的几个方法就行了. 详细内容: http://jomper.javaeye.com/blog/464906-Java version of computing expressions parser main functions: to have the brackets, and four computing analytic solution. Supports a variety of types of ideas the expression: 1. The infix expression into postfix expression 2. Postfix expression is obtained from the solution Note: This version only supports 1.6JDK, If you want to make changes to replace LinkedList replaced 1.5JDK several methods on the list. Details: http://jomper.javaeye.com/blog/464906
Platform: | Size: 2048 | Author: jomper | Hits:

[Mathimatics-Numerical algorithmsInfixtoPostfix

Description: Converts Infix expression to postfix expression
Platform: | Size: 1024 | Author: Mani | Hits:

[GUI DevelopProExpr

Description: 实现表达式求值,表达式树绘制,前缀表达式转换中缀表达式,中缀表达式转换后缀表达式-To achieve expression evaluation, expression tree drawing, prefix expression conversion infix expression, the expression postfix conversion infix expression
Platform: | Size: 138240 | Author: 陈义兵 | Hits:

[Data structsInfix_expression_into_postfix_expression_calculati

Description: 利用栈将中缀表达式转化成后缀表达式并计算-Using the stack to postfix infix expression into an expression and calculate
Platform: | Size: 48128 | Author: 秦朔 | Hits:

[JSP/JavaPostfix

Description: 后缀表达式Postfix,将终端用户输入的一个中缀表达式转换为等价的后缀表达式后输出;若用户输入的表达式有误,则程序的输出是无意义的,但该程序不会提示用户输入有误。-Postfix expression Postfix, the end-user input infix expression into an equivalent postfix expression is the output if the user enters the expression is wrong, the program' s output is meaningless, but the program does not prompt user input is wrong.
Platform: | Size: 263168 | Author: 洪闻涛 | Hits:

[source in ebookhuizhuishi

Description: 中缀式转换成后缀式 基于语法制导翻译的表达式转换编译器-Postfix infix conversion into a translation type expression based Syntax compiler transformation
Platform: | Size: 3072 | Author: 文迪 | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net