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

Simplify Algebraic Expressions freeware
Filter: All | Freeware | Demo
 

Simplify Algebraic Expressions

< 1 2 3 4 5 > 
Added: June 18, 2010 | Visits: 1.028

Search::Tools::RegExp Search::Tools::RegExp is a Perl module to build regular expressions from search queries. SYNOPSIS my $regexp = Search::Tools::RegExp->new(); my $kw = $regexp->build(the quick brown fox); for my $w ($kw->keywords) { my $r = $kw->re( $w ); # the word itself printf("the word is %sn",...



Platforms: *nix

License: Freeware Size: 49.15 KB Download (97): Search::Tools::RegExp Download

Added: October 11, 2010 | Visits: 1.165

Search::Tools::RegExp::Keywords Search::Tools::RegExp::Keywords is a Perl module to access regular expressions for keywords. SYNOPSIS my $regexp = Search::Tools::RegExp->new(); my $kw = $regexp->build(the quick brown fox); for my $w ($kw->keywords) { my $r = $kw->re( $w ); } Search::Tools::RegExp::Keywords provides...





Platforms: *nix

License: Freeware Size: 49.15 KB Download (92): Search::Tools::RegExp::Keywords Download

Added: May 18, 2010 | Visits: 1.187

Rains PPP scripts Rains PPP scripts are a set of tools that simplify the use and setup of pppd. Features include connection time logging, a ppp-off that works right with more than one pppd running, dial-on-demand support for pppd 2.3.x., and more. Another interesting feature is that the scripts keep track of...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (104): Rains PPP scripts Download

Added: May 24, 2010 | Visits: 1.160

ShiftJIS::Regexp ShiftJIS::Regexp contains regular expressions in Shift-JIS. SYNOPSIS use ShiftJIS::Regexp qw(:all); match($string, p{Hiragana}{2}p{Digit}{2}); match($string, pH{2}pD{2}); # these two are equivalent: This module provides some functions to use regular expressions in Shift-JIS on the...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (99): ShiftJIS::Regexp Download

Added: January 12, 2010 | Visits: 1.168

Unicode::Regex::Set Unicode::Regex::Set is a subtraction and intersection of Character Sets in Unicode Regular Expressions. SYNOPSIS use Unicode::Regex::Set qw(parse); $regex = parse([p{Latin} & p{L&} - A-Z]); Perl 5.8.0 misses subtraction and intersection of characters, which is described in Unicode Regular...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (94): Unicode::Regex::Set Download

Added: August 04, 2010 | Visits: 2.672

SUNDIALS SUNDIALS (SUite of Nonlinear and DIfferential/ALgebraic equation Solvers). SUNDIALS consists of the following four solvers: - CVODE solves initial value problems for ordinary differential equation (ODE) systems. - CVODES solves ODE systems and includes sensitivity analysis capabilities...


Platforms: *nix

License: Freeware Download (269): SUNDIALS Download

Added: March 10, 2010 | Visits: 1.224

HTML::Template::Expr HTML::Template::Expr module provides an extension to HTML::Template which allows expressions in the template syntax. HTML::Template::Expr module is purely an addition--all the normal HTML::Template options, syntax, and behaviors will still work. Expression support includes comparisons, math...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (135): HTML::Template::Expr Download

Released: October 10, 2012  |  Added: October 10, 2012 | Visits: 512

CNVision CNVision is a small, simple application designed to simplify CNV analysis of Illumina genotyping data. It will simplify all stages of predicting and analyzing CNVs, from running prediction algorithms and combining their results to visualizing the raw data and designing qPCR primers for...


Platforms: Windows

License: Freeware Download (452): CNVision Download

Released: August 27, 2012  |  Added: August 27, 2012 | Visits: 521

ATMSP ATMSP is built as an Open Source and portable C++ parser for mathematical expressions. These may contain arbitrary numbers of functions, variables and constants. Major design goal was minimalistic size and maximum speed. Tiny 332 code-lines offer a parser plus bytecode-generator, 26 mathematical...


Platforms: Windows

License: Freeware Download (51): ATMSP Download

Released: June 23, 2012  |  Added: June 23, 2012 | Visits: 504

Solway's Expression Calculator Calculate expressions, e.g, sqrt((2 + 3) / 4.56). This is a calculator which enables you to see exactly what you are doing. Simplify your calculations, and easily save them for later use. You can use an unlimited number of brackets. Trigonometry, logarithms, inverse, square, square root, power, etc.


Platforms: Windows

License: Freeware Size: 288 KB Download (323): Solway's Expression Calculator Download

Released: November 23, 2012  |  Added: November 23, 2012 | Visits: 537

CalculatorMaX 2.1 About CalculatorMaX 2 CalculatorMaX 2 is an algebraic and RPN calculator with other capabilites such as: store and recall, trigonometric funtions (in Radians, Degrees, as well as Hyperbolic), scientific notation, and more. CalculatorMaX 2 contains tools that add power to the application: -...


Platforms: Mac

License: Freeware Size: 460.8 KB Download (57): CalculatorMaX 2.1 Download

Added: May 10, 2013 | Visits: 833

Parsing binary files with regular expressions This script allows you to use the regular expression engine to parse binary files, especially those for which the struct module alone is inadequate.The typical way to parse binary data in Python is to use the unpack method of the struct module. This works well for fixed-width fields, but...


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


Added: May 10, 2013 | Visits: 381

JsMath 6.x-1.1 / 5.x-1.1 Users can enter arbitrary mathematical expressions in their drupal content by using the standard TeX syntax, including LaTeX and AMSLaTeX. jsMath renders this on the client's browser when the page gets displayed.Because the TeX is rendered on the user's browser, this module does not require the...


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

License: Freeware Download (55): JsMath 6.x-1.1 / 5.x-1.1 Download

Added: May 10, 2013 | Visits: 373

Trace expressions and comments in debug mode This script acts like a stepping debugger to diagnose and fix your programs. It contains functions for log state and execution flow.


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


Added: May 10, 2013 | Visits: 372

GNU libmatheval GNU libmatheval is a library (callable from C and Fortran) to parse and evaluate symbolic expressions input as text. It supports expressions in any number of variables of arbitrary names, decimal and symbolic constants, basic unary and binary operators, and elementary mathematical functions. In...


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

License: Freeware Download (65): GNU libmatheval Download

Added: May 10, 2013 | Visits: 559

Kodos Kodos is a Python GUI utility for creating, testing and debugging regular expressions for the Python programming language. Kodos should aid any developer to efficiently and effortlessly develop regular expressions in Python. Since Python's implementation of regular expressions is based on the...


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

License: Freeware Download (54): Kodos Download

Added: June 27, 2013 | Visits: 380

MySQL Parser MySQL Parser is meant to parse boolean expressions like (item1 AND item2 AND NOT (item3 OR item4)) and converts them into MySQL full text search conditions like ( item1 item2 -(item3 item4)).


Platforms: PHP

License: Freeware Size: 20.48 KB Download (42): MySQL Parser Download

Added: August 06, 2013 | Visits: 3.828

Regexp store Regexp store can be used to apply regular expressions from a MySQL database. It can access a MySQL database table that contains information about regular expressions.The script can retrieve given regular expressions by name and apply operations to match, replace and split text using the regular...


Platforms: PHP

License: Freeware Size: 10 KB Download (41): Regexp store Download

Added: May 31, 2013 | Visits: 465

PDO_EXT PDO_EXT provides one class that extends the PDO database access abstraction class to simplify the execution of SELECT, INSERT, UPDATE and DELETE queries. Another class can be used to execute an SQL query and generate an XML document from the results.


Platforms: PHP

License: Freeware Size: 10 KB Download (41): PDO_EXT Download

Added: July 26, 2013 | Visits: 373

Mysql DBObj Mysql DBObj is meant to simplify the composition and execution of MySQL database SELECT queries.Mysql DBObj has functions that can establish the database connection and others to specify the query conditions, columns to sort the results, result row limits and execute the queries.


Platforms: PHP

License: Freeware Size: 10 KB Download (42): Mysql DBObj Download

< 1 2 3 4 5 >