CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - EvaluateExpression
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - EvaluateExpression - List
[
Other resource
]
EvaluateExpression
DL : 0
表达式求值 用户按平时习惯输入数字算术表达式(即中缀表达式)后,输出对应的后缀表达式,并求出表达式的值。可借此熟悉栈的操作。 可供学习《数据结构》(清华大学出版社)(P52表达式求值)、《数据结构课程设计》(机械工业出版社)(P37表达式求值问题)时参考,本程序优于书中算法,并支持浮点型
Update
: 2008-10-13
Size
: 1.63kb
Publisher
:
XY Z
[
Windows Develop
]
EvaluateExpression
DL : 0
该程序用栈先将输入的表达式转换成后缀表达式,再对其求值。能实现各种复杂表达式的求值。
Update
: 2008-10-13
Size
: 13.57kb
Publisher
:
张红
[
Other
]
EvaluateExpression
DL : 0
表达式求值!输入表达式,分别创建一个数符栈和操作数栈来存储输入,根据优先级来计算表达式的值!
Update
: 2008-10-13
Size
: 13.08kb
Publisher
:
guojing
[
Data structs
]
EvaluateExpression
DL : 0
表达式求值 用户按平时习惯输入数字算术表达式(即中缀表达式)后,输出对应的后缀表达式,并求出表达式的值。可借此熟悉栈的操作。 可供学习《数据结构》(清华大学出版社)(P52表达式求值)、《数据结构课程设计》(机械工业出版社)(P37表达式求值问题)时参考,本程序优于书中算法,并支持浮点型-Expression evaluated by the usual habits of the user input the number of arithmetic expressions (ie infix expressions), the output of the corresponding suffix expression, and calculated the value of expression. Will be able to familiar with the stack operation. For learning data structure (Tsinghua University Press) (P52 expression evaluation), Data Structure Course Design (Mechanical Industry Press) (P37 expression evaluation problem) reference, this procedure is superior to the book algorithm, and to support the floating-point type
Update
: 2025-02-19
Size
: 1kb
Publisher
:
XY Z
[
Windows Develop
]
EvaluateExpression
DL : 0
该程序用栈先将输入的表达式转换成后缀表达式,再对其求值。能实现各种复杂表达式的求值。
Update
: 2025-02-19
Size
: 153kb
Publisher
:
张红
[
Other
]
EvaluateExpression
DL : 0
表达式求值!输入表达式,分别创建一个数符栈和操作数栈来存储输入,根据优先级来计算表达式的值!-Expression evaluator! Enter the expression, respectively, to create a few Fu operand stack and the stack to store the input, in accordance with priority to calculate the value of expression!
Update
: 2025-02-19
Size
: 13kb
Publisher
:
guojing
[
Windows Develop
]
EvaluateExpression
DL : 0
个算术表达式是由操作数(operand)、运算符(operator)和界限符(delimiter)组成的。 假设操作数是正整数,运算符只含加减乘除等四种运算符,界限符有左右括号和表达式起始、结束符"#",如:#(7+15)*(23-28/4)#。 引入表达式起始、结束符是为了方便。编程利用"算符优先法"求算术表达式的值。-In arithmetic expressions by the operand (operand), operator (operator) and the Limits of Fu (delimiter), composed of. Assumptions operand is a positive integer, operator calculation containing only four operators, Boundary Fu around brackets and expressions are the starting and end at # , Such as:# (7+ 15)* (23-- 28/4)#. The introduction of expression start and end address for convenience. Programming using operator priority method seek the value of the arithmetic expression.
Update
: 2025-02-19
Size
: 193kb
Publisher
:
刘一丹
[
Data structs
]
EvaluateExpression
DL : 0
表达式求值的小程序源码,呵呵.献丑了.高手就不用看了.-Expressions evaluate small program source, huh, huh. Show one s incompetence has been. You will not need to read.
Update
: 2025-02-19
Size
: 165kb
Publisher
:
朱金衡
[
VC/MFC
]
EvaluateExpression(5)
DL : 0
算术表达式求值,很具体,很完整,是做课设的好材料-Arithmetic expression evaluation, is very specific, very complete, is doing a good class-based material! ! !
Update
: 2025-02-19
Size
: 193kb
Publisher
:
廖才志
[
CSharp
]
EvaluateExpression
DL : 0
用C实现简单表达式 (数字都为整形) 适合初学者-Simple expression with C (figures are for the plastic) for beginners
Update
: 2025-02-19
Size
: 1kb
Publisher
:
dreamy
[
Data structs
]
EvaluateExpression
DL : 0
数据结构经典程序,表达式求值,完整的程序,有详细的注释,执行时会有详细的提示,主要遵照于 严蔚敏《数据结构》 里面的表达式求值程序,对该程序进行完善。-Classic procedure data structure, expression evaluation, complete program, with detailed notes, there will be a detailed implementation tips, mainly in strict accordance with Wei Min " data structure" which the expression evaluation process, to perfect the process.
Update
: 2025-02-19
Size
: 341kb
Publisher
:
lin
[
Data structs
]
EvaluateExpression
DL : 0
不含变量的整数表达式求值,支持四则运算。栈的典型应用,为学习数据结构的优秀代码。-Non-integer variable expression evaluation, support for arithmetic. Typical applications stacks, data structure for learning the fine code.
Update
: 2025-02-19
Size
: 14kb
Publisher
:
袁迪
[
Mathimatics-Numerical algorithms
]
EvaluateExpression
DL : 0
算术表达式求值: 中缀表达式求值; 将中缀转换成后缀表达式并求值-Arithmetic expression evaluation: infix expression evaluation to infix into postfix expression and evaluates
Update
: 2025-02-19
Size
: 890kb
Publisher
:
linlin
[
Data structs
]
EvaluateExpression.tar
DL : 0
数据结果实验 表达式求值 中缀表达式转后缀表达式求值-Results of experimental data to evaluate the expression in infix postfix expression evaluation turn
Update
: 2025-02-19
Size
: 277kb
Publisher
:
endless
[
Data structs
]
EvaluateExpression
DL : 0
用栈实现表达式求值。(可以实现所有实数类型的加减乘除运算)-Achieving a expression evaluation with stacks.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
鄂世嘉
[
Data structs
]
EvaluateExpression
DL : 0
表达式求值,输入一个表达式,用栈的方式储存,然后在进行计算。-a c code for evlelutiong the expresssion
Update
: 2025-02-19
Size
: 1kb
Publisher
:
weimozhi
[
Data structs
]
EvaluateExpression
DL : 0
表达式求值程序,利用两个栈分别存储操作数、运算符,计算一般的表达式-Expression evaluation procedures,computing the general expression
Update
: 2025-02-19
Size
: 2kb
Publisher
:
陈敬洲
[
Data structs
]
FFT-AND-EvaluateExpression
DL : 0
C语言实现快速傅里叶变换源码,windows xp 系统下才可以 数据结构表达式求值-The C language implementation of fast Fourier transform Data structure expression evaluates
Update
: 2025-02-19
Size
: 4kb
Publisher
:
lina
[
Other
]
EvaluateExpression
DL : 0
表达式求解,相当于小型计算器,可计算整数的加减乘除。-it solves problem of evaluating expressing
Update
: 2025-02-19
Size
: 10kb
Publisher
:
luomei
[
JSP/Java
]
EvaluateExpression
DL : 0
JAVA实现多项式的计算,加减乘除,可以后小括号 -JAVA polynomial calculation, addition, subtraction, parentheses can
Update
: 2025-02-19
Size
: 3kb
Publisher
:
李飞
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.