Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.419.618 Times

Java Math Expression Evaluator freeware
Filter: All | Freeware | Demo
 

Java Math Expression Evaluator

1 2 3 4 5 > 
Added: October 25, 2010 | Visits: 1.306

Java Unified Expression Language Java Unified Expression Language is an implementation of the unified expression language (EL) as specified by the JSP 2.1 standard (JSR-245). The javax.el.ExpressionFactory implementation is de.odysseus.el.ExpressionFactoryImpl: // create an expression factory javax.el.ExpressionFactory...



Platforms: *nix

License: Freeware Size: 235.52 KB Download (93): Java Unified Expression Language Download

Released: December 11, 2012  |  Added: December 11, 2012 | Visits: 501

Jep Java - Math Expression Parser Jep is a Java package for parsing and evaluating mathematical expressions. It currently supports user defined variables, constants, and functions. The open-source Jep project was halted in favor of commercial development of version 3.0 upwards.





Platforms: Windows, Mac, Linux

License: Freeware Size: 2.59 MB Download (45): Jep Java - Math Expression Parser Download

Added: January 13, 2010 | Visits: 829

Math::RPN RPN is a Perl extension for Reverse Polish Math Expression Evaluation. SYNOPSIS use Math::RPN; $value=rpn(expr...); @array=rpn(expr...); expr... is one or more scalars or lists of scalars which contain RPN expressions. An RPN expression is a series of numbers and/or operators separated...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (93): Math::RPN Download

Added: May 10, 2013 | Visits: 430

Fast expression evaluator This code provides you a pluggable library for fast computation of mathematical expressions in C programs with x86 JIT compiler.


Platforms: Windows, Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (53): Fast expression evaluator Download

Released: October 22, 2012  |  Added: October 22, 2012 | Visits: 468

Scala Expression Engine Math expression parser and evaluator written in Scala. Usable from Java (Sun JRE 1.6) Provides float, integral, boolean and vector data types, some string processing support. Variables may be defined internally or im- and exported through a binding.


Platforms: Windows, Mac, Linux

License: Freeware Size: 826.28 KB Download (57): Scala Expression Engine Download

Released: August 08, 2012  |  Added: August 08, 2012 | Visits: 368

Java Math-CAS Symbolic math Java applet. Features: big number arithmetic; symbolic and numeric evaluation; programming language constructs;plot functions


Platforms: Windows, Mac, Linux

License: Freeware Size: 1.72 MB Download (47): Java Math-CAS Download

Released: July 15, 2011  |  Added: November 01, 2011 | Visits: 6.412

Calculator Prompter Calculator Prompter is a math expression calculator. You can evaluate expressions like sin(cos(tan(pi)))#2%10^3 .Calculator Prompter has a built-in error recognition system that helps you get correct results: - Paste operator here; - Paste number here; - Missing '('; - Missing ')'; - Unknown...


Platforms: Windows, Other

License: Freeware Size: 961.91 KB Download (296): Calculator Prompter Download

Released: October 08, 2012  |  Added: October 08, 2012 | Visits: 439

CExEv C Expression Evaluator in C++ This is a package of C++ classes intended to be used for evaluation of C-syntax expression strings. It is intended to be as simple as possible, portable and not depending on other libraries.


Platforms: Windows, Mac, Linux

License: Freeware Size: 20.69 KB Download (47): CExEv C Expression Evaluator in C++ Download

Released: June 14, 2012  |  Added: June 14, 2012 | Visits: 364

Java Math Utils This is a collection of Java Applications, Libraries and Apletts. Also some mathematial applications are contained.


Platforms: Windows, Mac, Linux

License: Freeware Size: 12.21 KB Download (44): Java Math Utils Download

Released: November 16, 2012  |  Added: November 16, 2012 | Visits: 524

JPEL-Java Parameters Expression Language A Java parametrization framework to permit software sefl-setup at runtime after parametrization resources modifications, use of diferents files format to specify parameters, and the possibility of defining parameters relations.


Platforms: Windows, Mac, Linux

License: Freeware Size: 1.13 MB Download (49): JPEL-Java Parameters Expression Language Download

Released: June 14, 2012  |  Added: June 14, 2012 | Visits: 458

Regex debugger for Java jregexdebugger is a debugger for java regular expression (regex) patterns


Platforms: Windows, Mac, Linux

License: Freeware Size: 10.91 KB Download (51): Regex debugger for Java Download

Added: May 10, 2013 | Visits: 878

Kalculator Inside Kalculator you can write complete math expression which is then evaluated. You can also see the history for expressions already entered. Variables are also supported, so you can type "a = 0x0fc12 23" and then "b = a pi" for example. pi and e are the only vars built in.Around 20 functions...


Platforms: *nix, C/C++, BSD

License: Freeware Download (63): Kalculator Download

Added: August 03, 2008 | Visits: 1.850

Almeza MultiSet Professional Calculator Prompter is a math expression calculator with a built-in error recognition system that helps you get correct results. With Calculator Prompter you can enter the whole expression, including brackets, and operators. You can use Calculator to perform any of the standard operations for...


Platforms: Windows

License: Freeware Size: 255 KB Download (168): Almeza MultiSet Professional Download

Added: October 25, 2010 | Visits: 1.671

2E Programming Language 2E Programming Language (two es, as in ee, or expression evaluator) is a simple algebraic syntax language. It natively supports expressions (composed of operators and operands), and function definitions, and basically nothing else. Therefore, it can be fairly straight-forward to learn (assuming...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (108): 2E Programming Language Download

Released: September 15, 2012  |  Added: September 15, 2012 | Visits: 495

NppCalc NppCalc is a small, simple, easy to use Notepad++ add-in, specially designed to help you evaluate the expressions in your editor. Basically while NppCalc is on the job all mathematical symbols in the expressions you write will be highlighted with the red color so that you can identify math...


Platforms: Windows

License: Freeware Download (51): NppCalc Download

Released: June 15, 2012  |  Added: June 15, 2012 | Visits: 293

RegExp A java regular expression processor using finate statemachines.


Platforms: Windows, Mac, Linux

License: Freeware Size: 7.5 KB Download (48): RegExp Download

Added: May 10, 2013 | Visits: 681

Finite State Machine (FSM) This script shows a Finite State Machine (FSM) that can be used for small parsing tasks. The code is quite simple. The bulk of it is comments. In addition to state this FSM also maintains a user defined "something". This "something" is effectively memory, so this FSM could be considered a...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (63): Finite State Machine (FSM) Download

Released: August 17, 2012  |  Added: August 17, 2012 | Visits: 554

RegexSearch RegexSearch is a Java application that performs graphical find and find-and-replace searches for regular expressions on multiple text files. It is distributed under version 3 of the GNU General Public License. Features: It can search for literal text or regular expressions. The search can...


Platforms: Windows

License: Freeware Size: 522 KB Download (509): RegexSearch Download

Released: July 15, 2012  |  Added: July 15, 2012 | Visits: 213

zel Yet another embedable expression language for java projects. Expression language is designed to be simple and extensible. Unique features are its variable aggregations, and expression processing.


Platforms: Windows, Mac, Linux

License: Freeware Size: 96.57 KB Download (50): zel Download

Released: January 16, 2008  |  Added: January 26, 2008 | Visits: 4.859

Alchemist XML IDE Standard FREEWARE Alchemist's best-in-class features for working with XML, XSL, XSLT, XPath, SQL/XML, code generation, database to XML mapping and many other XML technologies. Alchemist is a product that provides the necessary infrastructure to build pieces of reusable software or aplications. The product is...


Platforms: Windows

License: Freeware Size: 5.13 MB Download (1208): Alchemist XML IDE Standard FREEWARE Download

1 2 3 4 5 >