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.479.995 Times

Java Build Math Expression software
Filter: All | Freeware | Demo
 

Java Build Math Expression

1 2 3 4 5 > 
Added: July 14, 2010 | Visits: 910

Java::Build::GenericBuild Java::Build::GenericBuild is a high level driver to control Java builds. SYNOPSIS There are two (or more) code files needed to effectively use this module. First, create a subclass of this class: package Java::Build::MyBuild; use Carp; # Do the following in a BEGIN block before the use... Platforms: *nix

License: Freeware Size: 30.72 KB Download (99): Java::Build::GenericBuild Download

Added: September 13, 2010 | Visits: 1.279

Java::Build::Tasks Java::Build::Tasks is a Perl module that collects common Java build tasks in one place: jar, jarsigner, etc. SYNOPSIS use Java::Build::Tasks; set_logger($log_object); copy_file(source, dest); copy_file(list, of, sources, dest); copy_file(-r, list, of, sources, with, flags, dest);... Platforms: *nix

License: Freeware Size: 30.72 KB Download (110): Java::Build::Tasks Download

Added: April 20, 2010 | Visits: 917

Java::Build::JVM Java::Build::JVM is a Perl module that starts one JVM for compiling. SYNOPSIS use Java::Build::JVM; my $compiler = Java::Build::JVM->getCompiler(); $compiler->destination("some/path"); $compiler->classpath("some/pathto/jar.jar:some/other/path/javas");... Platforms: *nix

License: Freeware Size: 30.72 KB Download (104): Java::Build::JVM Download

Added: April 10, 2010 | Visits: 1.034

Java::Build Java::Build is a family of modules which you can use instead of Ant. SYNOPSIS use Java::Build::JVM; # access to the javac compiler in one jvm use Java::Build::Tasks; # some helpful methods similar to Ant tasks my $source_files = build_file_list( BASE_DIR => $some_path, INCLUDE_PATTERNS... Platforms: *nix

License: Freeware Size: 30.72 KB Download (96): Java::Build Download

Released: September 10, 2012  |  Added: September 30, 2012 | Visits: 824

Math Expression Generator 'Math Expression Generator' is an application which generates math expressions taking into considerations supplied parameters. It uses custom defined parameters, base elements and operations which you can freely define to generate the mathematical expressions. The parameters can be like... Platforms: Windows

License: Shareware Cost: $9.50 USD Size: 2.51 MB Download (100): Math Expression Generator Download

Released: July 01, 2007  |  Added: July 14, 2007 | Visits: 11.118

JEP - Java Math Expression Parser JEP is a Java library for parsing and evaluating mathematical expressions. With this package you can allow your users to enter an arbitrary formula as a string, and instantly evaluate it. JEP supports user defined variables, constants, and functions. A number of common mathematical functions and... Platforms: OS/2, Windows, Mac, *nix

License: Commercial Cost: $550.00 USD Size: 1.38 MB Download (371): JEP - Java Math Expression Parser Download

Added: May 01, 2010 | Visits: 2.335

Ganymed SSH-2 for Java Build Ganymed SSH2 for Java is a library which implements the SSH-2 protocol in pure Java (tested on J2SE 1.4.2 and 5.0). Ganymed SSH2 for Java allows one to connect to SSH servers from within Java programs. It supports SSH sessions (remote command execution and shell access), local and remote port... Platforms: *nix

License: Freeware Size: 471.04 KB Download (145): Ganymed SSH-2 for Java Build Download

Added: January 13, 2010 | Visits: 831

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: October 27, 2010 | Visits: 951

Ant-Eclipse Ant-Eclipse is a task for the Java build tool Ant generating Eclipse projects to be just imported and used easily. Ant build scripts are used as a central place for the configuration of sources and libraries which the generated projects are based on. The most usual way to develop a software is... Platforms: *nix

License: Freeware Size: 34.82 KB Download (97): Ant-Eclipse Download

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

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

Released: April 10, 2009  |  Added: April 21, 2009 | Visits: 1.946

Smart Math Calculator Advanced yet easy-to-use math calculator that immediately and precisely computes the result as you type a math expression. It allows multiples math expressions at same time. It also allows fractions and defining your own variables and functions. It has a beautiful user-interface that conveniently... Platforms: Windows

License: Demo Cost: $0.00 USD Size: 2.27 MB Download (340): Smart Math Calculator Download

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

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: July 15, 2011  |  Added: November 01, 2011 | Visits: 6.418

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

Added: May 10, 2013 | Visits: 880

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 09, 2008 | Visits: 1.166

EquTranslator It's a fast equation parser/evaluator with parse-tree builder and user-friendly interface for parsing and calculation a run-time defined math expression.The math expressions is represented as string in a function style F(x1, x2,..., xn) =f(x1, x2,..., xn), where F(x1, x2,..., xn) - declares... Platforms: Windows

License: Commercial Cost: $75.00 USD Size: 270 KB Download (104): EquTranslator Download

Added: August 03, 2008 | Visits: 1.855

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

Released: September 26, 2012  |  Added: September 26, 2012 | Visits: 695

Limnor Studio - Codeless Programming A visual codeless programming system with built in support for databases, 2D drawings, web services, kiosk, ActiveX, etc. All kinds of software can be developed without learning and using textural computer languages. Visual representations of programming are saved in XML files. The compiler... Platforms: Windows

License: Shareware Cost: $0.00 USD Size: 8.99 MB Download (53): Limnor Studio - Codeless Programming Download

Released: September 20, 2012  |  Added: September 20, 2012 | Visits: 205

Fragit Fragit provides high level ant tasks in order greatly simplify the Java build process. These tasks can be chained together in order to painlessly switch between different deployment strategies - eg 3-tier for release versus 2-tier for development. Platforms: Windows, Mac, Linux

License: Freeware Size: 16.35 KB Download (45): Fragit Download

Released: November 01, 2010  |  Added: November 08, 2010 | Visits: 844

Jep Java Jep is a Java library for parsing and evaluating mathematical expressions. With this package you can allow your users to enter an arbitrary formula as a string, and instantly evaluate it. Jep supports user defined variables, constants, and functions. A number of common mathematical functions and... Platforms: OS/2, Windows, Mac, *nix, Java

License: Shareware Cost: $550.00 USD Size: 2.51 MB Download (106): Jep Java Download

Released: October 20, 2012  |  Added: October 20, 2012 | Visits: 420

WebEQ WebEQ Developers Suite is a full featured application that was designed to help you build web pages that include interactive math. The world's leading e-learning companies, content developers and education portals are using WebEQ to create web-based learning environments that help educators... Platforms: Windows

License: Shareware Cost: $495.00 USD Size: 18.3 MB Download (667): WebEQ Download

1 2 3 4 5 >