搜索资源列表
evalexpression
- 用编译原理方法计算表达式的值,例如(2+3)*84+3这样的复杂表达式 深入体现了面向对象的方法,代码可以很容易进行overwrite-with compiler theory calculated the value of the expression. For example, (2) * 84 3 such a complex expression reflects the depth of object-oriented methods, code can easily overwr
stack
- 算术表达式 给出算术表达式 计算结果 堆栈stack
MyExpression
- 表达式解析程序,方便于需要自己处理表达式计算。特别是对字符串的解析计算-expression analysis procedures that facilitate the needs of their own formulas. Especially for a string of analytic calculation
javaparase
- 一个java源代码包,其中包括快速排序,队列和后缀表达式的计算,XML生成程序,为一个解析XML文件程序做了书价格的计算,是后缀表达式计算,中缀转后缀-A java source code package, including the quick sort, queue and the suffix for calculating expressions, XML generation process, a procedure to resolve XML document has done a
expresstest
- 表达式计算代码,按优先级计算输入的表达式,支持括号,阶乘号,暂不支持三角函数!--Expression calculating code, it can calculate inputed expression by priority ,and supports parenthesis, factorial sign, and it does not support trigonometrical functions for now!
PhraseAnalyzer
- 主要实现表达式计算器词法分析功能,对编译原理中的第一步词法分析所编译的代码-The main achievement of expression calculator lexical analysis function, the principle of compiling the first step in the lexical analysis code compiler
jep-3.1.0-trial
- 这个是一个计算表达式的java包,你可以对你的数学表达式进行计算-This is a calculated expression of the java package, you can for you to calculate the mathematical expression
ExprEval
- Java编写的表达式计算器, 即可以像我们书写表达式那样直接输入计算表达式, 程序自动进行运算, 支持加减乘除幂运算以及判断表达式如A?B C, 程序包含完整的Document和测试运行环境-Java calculator prepared expressions that can be done as we write the expression directly into the calculation expression, the program automatically compu
Calculator
- Calculator:可以计算各种基础表达式的计算器,比如3x+5x^2(x=3)-Calculator:calculate some basic expression like polynomial and ect.
Calculator
- Calculator:可以计算各种基础表达式的计算器,比如3x+5x^2(x=3)or Sin(x)等等表达式-Calculator:calculate some basic expression like polynomial and ect.
Eval
- java内表达式求值源码。适用于Java项目中进行表达式计算。-java source code within the expression evaluator
jeval-0.9.4
- java 表达式计算 很好用的开源功能包-java expression calculation
TwentyF
- 一个为24点设计的带括号的表达式计算算法。-twenty four
calculator
- 利用正则表达式计算表达式的值,可进行四则运算(仅含JAVA源码)-Calculated value of the expression using the regular expression (only source)
bsh-core
- 网上看到的java开源表达式计算包,使用非常简单,内附说明-java code for dynamic express,a pice of cake
javaparase
- 一个java源代码包,其中包括快速排序,队列和后缀表达式的计算,XML生成程序,为一个解析XML文件程序做了书价格的计算,是后缀表达式计算,中缀转后缀.-A Java source code package, including quick sort, queues, and the calculation of postfix expression, XML generator, as a parse the XML file application to do the calculation
fel
- Fel轻量级的高效的表达式计算引擎。 Fel在源自于企业项目,设计目标是为了不断变化的功能需求和性能需求。 Fel是开放的,引擎计算中的多个模块都可以扩展或替换。Fel的执行主要是通过函数实现,运算符(+、-等都是Fel函数),所有这些函数都是可以替换的,扩展函数也非常简单。 Fel有双引擎,同时支持解释执行和编译执行。可以根据性能要求选择执行方式。编译执行就是将表达式编译成字节码(生成java代码和编译模块都是可以扩展和替换的) Fel基于Java1.5
Expressions-computing
- 表达式计算是实现程序设计语言的基本问题之一,它的实现是栈的应用的一个典型例子。设计一个程序,演示通过将数学表达式字符串转化为后缀表达式,并通过后缀表达式结合栈的应用实现对算术表达式进行四则混合运算。- Expressions computing is one of the basic issues to realize programming language, its implementation is a typical example of an application stack.
实验1-5
- 从文件读入表达式,把计算结果写入另一个文件(The Java implementation reads the expression from the file and saves the calculation results to another file)
JEPsrc(自定义计算公式)
- Jep是一个用来转换和计算数学表达式的java库。通过这个程序包,用户可以以字符串的形式输入一个、任意的公式,然后快速地计算出结果。(With this package, the user can enter an arbitrary formula as a string and then quickly calculate the result.)