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

Arithmetic Sequence Formula freeware
Filter: All | Freeware | Demo
 

Arithmetic Sequence Formula

< 1 2 3 4 5 
Released: August 01, 2012  |  Added: August 01, 2012 | Visits: 519

Msc-generator Msc-generator is an easy to use, simple tool designed to enable you to draw Message Sequence Charts for telecommunication applications from textual description. Message Sequence Charts (MSCs) are a way of representing entities and message interactions over some time period and are often used in... Platforms: Windows, XP, Windows Vista, 7

License: Freeware Download (49): Msc-generator Download

Released: September 07, 2012  |  Added: September 07, 2012 | Visits: 653

MagicPlot Calculator MagicPlot Calculator is a free scientific formula calculator from MagicPlot graphing application. A fast and usable calculator to compute complex formulas! FEATURES: · Syntax hightlighting in formula and result · Parentheses matching · Calculations history · Built-in functions (sin, cos,... Platforms: Windows

License: Freeware Size: 72 KB Download (55): MagicPlot Calculator Download

Released: June 19, 2012  |  Added: June 19, 2012 | Visits: 459

Mallard Mallard is a handy, Java based application based on the Pintail algorithm designed to work by comparing evolutionary distances between a query and subject sequence over the length of the 16S rRNA gene (small subunit rRNA), by employing a sampling window of specified size, progressing a fixed... Platforms: Windows

License: Freeware Size: 13 MB Download (45): Mallard Download

Released: November 27, 2012  |  Added: November 27, 2012 | Visits: 632

Excel Formula Expert Addin The Ask-an-Expert Addin allows you to ask an excel question and get a professional answer from our experts! If you have an Excel problem our experts can solve it and save you the trouble and time involved in figuring it out. With the Formula Expert Add-in you can get quickly put together Excel... Platforms: Windows

License: Freeware Size: 140 KB Download (54): Excel Formula Expert Addin Download

Released: January 19, 2013  |  Added: January 19, 2013 | Visits: 510

formEZ Stop copying and pasting form field formula properties from one field to another. Example: You have 100 fields on a form, and you want to set all of their Default Value formulas to "1". If you don't want to edit each formula value manually yourself, then formEZ is the tool you are looking for.... Platforms: Windows

License: Freeware Size: 9.4 MB Download (45): formEZ Download

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

Memory IV In this game you will be presented with a sequence of random objects and you need to memorise them and then repeat the sequence. The number of objects will increase as the level increases. If you picked up the wrong object, then the game is over. Platforms: Windows

License: Freeware Size: 261 KB Download (460): Memory IV Download

Released: July 01, 2012  |  Added: July 01, 2012 | Visits: 681

MagicPlot Calculator for Linux MagicPlot Calculator is a free scientific formula calculator from MagicPlot graphing application. A fast and usable calculator to compute complex formulas! FEATURES: · Syntax hightlighting in formula and result · Parentheses matching · Calculations history · Built-in functions (sin,... Platforms: Linux

License: Freeware Size: 72 KB Download (415): MagicPlot Calculator for Linux Download

Released: September 19, 2012  |  Added: September 19, 2012 | Visits: 710

MagicPlot Calculator for Mac OS X MagicPlot Calculator is a free scientific formula calculator from MagicPlot graphing application. A fast and usable calculator to compute complex formulas! FEATURES: · Syntax hightlighting in formula and result · Parentheses matching · Calculations history · Built-in functions (sin,... Platforms: Mac

License: Freeware Size: 72 KB Download (439): MagicPlot Calculator for Mac OS X Download

Added: August 30, 2013 | Visits: 449

BSmapper BSmapper - Sequence mapper for bisulfite sequencing reads for DNA methylation studies. Can handle Sanger and 454 reads for mapping to whole genomes or target regions. Platforms: Mac

License: Freeware Size: 10.24 KB Download (62): BSmapper Download

Added: October 15, 2013 | Visits: 559

RNNLIB RNNLIB is a recurrent neural network library for sequence learning problems. Applicable to most types of spatiotemporal data, it has proven particularly effective for speech and handwriting recognition. Platforms: Mac

License: Freeware Size: 286.72 KB Download (53): RNNLIB Download

Added: September 07, 2013 | Visits: 592

Staden Package A fully developed set of DNA sequence assembly (Gap4 and Gap5), editing and analysis tools (Spin) for Unix, Linux, MacOSX and MS Windows. Platforms: Mac

License: Freeware Size: 4.11 MB Download (67): Staden Package Download

Released: October 24, 2012  |  Added: October 24, 2012 | Visits: 650

BlastViewer BlastViewer provides an interactive graphical user interface for the analysis of the reports produced by the BLAST sequence database search system. BlastViewer is an easy to use software designed for everyday biological sequence analysis relying on BLAST. It allows an easy visualisation and... Platforms: Mac, Java 1.5 or later

License: Freeware Size: 7.5 MB Download (65): BlastViewer Download

Added: May 10, 2013 | Visits: 510

Shell-like data processing This module introduces an alternative syntax a-la shell pipes for sequence-oriented functions, such as filter, map, etc., via certain classes that override __ror__ method. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (59): Shell-like data processing Download

Added: May 10, 2013 | Visits: 188

Recursive sorting This script allows you to sort recursively nested lists if iterable is a mutable sequence type. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (56): Recursive sorting Download

Added: May 10, 2013 | Visits: 262

Permutations using generators This script defines permIter() function that takes a sequence and returns an iterator that goes through all possible permutations of that sequence. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): Permutations using generators Download

Added: May 10, 2013 | Visits: 316

Fast select This script allows you to quickly select the n-th rank ordered element of a given sequence. It modifies the ordering of the given sequence. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (52): Fast select Download

Added: May 10, 2013 | Visits: 385

Sieve of Eratosthenes This script computes an infinite sequence of primes using simple generators. A Python dictionary is used to mark multiples of the generated primes, according to the Sieve of Eratosthenes. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): Sieve of Eratosthenes Download

Added: May 10, 2013 | Visits: 413

Getting items in batches This script is useful when you want to get the items from a sequence (or other iterable) a batch at a time, including a short batch at the end if need be. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (58): Getting items in batches Download

Added: May 10, 2013 | Visits: 398

Moivre This formula will calculate the roots of a multidimensional array of complex numbers. Requirements: - MATLAB 7 or higher Platforms: Windows, Mac, *nix, Matlab, BSD Solaris

License: Freeware Download (55): Moivre Download

Added: May 10, 2013 | Visits: 487

MayaChemTools MayaChemTools is a collection of command line Perl scripts to work with SD files, CSV/TSV text files, Sequence/Alignments files, PDB files, and databases: - splitting, joining, merging, and sorting SD and text files; merging text files into SD files; splitting SD files into MDL MOL files; -... Platforms: Windows, Mac, *nix, Perl, BSD Solaris

License: Freeware Download (59): MayaChemTools Download

< 1 2 3 4 5