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

Integer Sequence freeware
Filter: All | Freeware | Demo
 

Integer Sequence

1 2 3 4 5 > 
Added: October 24, 2010 | Visits: 1.521

Bio::Tools::Run::PiseApplication::fasta Bio::Tools::Run::PiseApplication::fasta is a Bioperl class for sequence database search. Parameters: fasta (Excl) Fasta program query (Sequence) Query sequence File pipe: seqfile seqtype (Excl) Is it a DNA or protein sequence (-n) protein_db (Excl) Protein Database nucleotid_db...



Platforms: *nix

License: Freeware Size: 82.94 KB Download (101): Bio::Tools::Run::PiseApplication::fasta Download

Added: May 10, 2013 | Visits: 411

Farey Sequence This function provides farey sequence, F(n), for any integer n.There's probably a more elegant solution out there, but I couldn't find it. Note: it doesn't prepend (0,1) and append (1,1)...





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

License: Freeware Download (52): Farey Sequence Download

Added: June 16, 2013 | Visits: 440

m-sequence generation program using a search algorithm Maximum length sequence assuming distinctvalues = baseVal^powerVal-1 [ms]=mseqSearch(powerVal,baseVal) OUTPUT: ms: generated maximum length sequence, of length basisVal^powerVal-1 such that all values occur with equal frequency=basisVal except zero, which occurs basisVal-1 times INPUT: baseVal:...


Platforms: Matlab

License: Freeware Size: 10 KB Download (48): m-sequence generation program using a search algorithm Download

Added: November 10, 2010 | Visits: 1.085

Set::Integer::Gapfillers Set::Integer::Gapfillers is a Perl module that can fill in the gaps between integer ranges. SYNOPSIS use Set::Integer::Gapfillers; $gf = Set::Integer::Gapfillers->new( lower => -12, upper => 62, sets => [ [ 1, 17 ], # Note: Use comma, not [ 25, 42 ], # range operator (..) [ 44, 50 ],...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (101): Set::Integer::Gapfillers Download

Added: September 21, 2010 | Visits: 1.362

UML::Sequence UML::Sequence is a Perl module to render UML sequence diagrams, often by running the code. SYNOPSIS use UML::Sequence; my $tree = UML::Sequence->new(@methods, @outline, &parse_method); print $tree->build_xml_sequence(Title); To use this package, or see how to use it, see genericseq.pl...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (159): UML::Sequence Download

Added: January 11, 2010 | Visits: 1.055

UML::Sequence::JavaSeq UML::Sequence::JavaSeq is a Perl module for use with genericseq.pl script, works on compiled Java programs. SYNOPSIS genericseq.pl UML::Sequence::JavaSeq Hello.methods Hello > Hello.xml seq2svg.pl Hello.xml > Hello.svg OR genericseq.pl UML::Sequence::JavaSeq Hello.methods Hello |...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (92): UML::Sequence::JavaSeq Download

Added: July 09, 2010 | Visits: 1.354

Chart::Sequence Chart::Sequence is a sequence Perl class. SYNOPSIS use Chart::Sequence; my $s = Chart::Sequence->new( Nodes => [qw( A B C )], Messages => [ [ A => B => "Message 1" ], [ B => A => "Ack 1" ], [ B => C => "Message 2" ], ], ); # or # my $s = Chart::Sequence->new( SeqMLInput =>...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (104): Chart::Sequence Download

Added: March 15, 2010 | Visits: 1.198

Sequence Analysis Sequence Analysis project is a collage of coding projects which I have written over the past several years for various clients in my work as a bioinformatics consultant. These clients have graciously allowed me to release these works into the public domain as freeware for Macintosh OS X in...


Platforms: *nix

License: Freeware Size: 2.3 MB Download (122): Sequence Analysis Download

Released: July 10, 2012  |  Added: July 10, 2012 | Visits: 803

An Integer Conversion Application for Noobs An Integer Conversion Application for Noobs was designed using the Java programming language to help you convert numbers to different numbering systems. All you have to do is input the integer number you want converted, select the base system and the program will do the rest.


Platforms: Windows

License: Freeware Download (409): An Integer Conversion Application for Noobs Download

Released: November 11, 2012  |  Added: November 11, 2012 | Visits: 647

Short Sequence Location Mapper Short Sequence Location Mapper loads the sequences, then aligns them and finally graphs and tables can be generated for one or more datasets at the same time. SSLM typically works with a BLAST data output file of short Solexa reads mapped to RNA subjects (for example pre-miRNA sequences). The...


Platforms: Windows

License: Freeware Download (471): Short Sequence Location Mapper Download

Released: November 10, 2012  |  Added: November 10, 2012 | Visits: 667

Sequence Clip Reporter for Mac OS Creates an Excel spreadsheet report about the video clips, audio clips and markers you've used in your edited sequence. The report includes sheets for: Clips, Sequence Markers, Clip Markers, Clip Filters, and Reels. Sequence Clip Reporter takes the tedious work out of creating clip usage reports...


Platforms: Mac

License: Freeware Size: 3.6 MB Download (479): Sequence Clip Reporter for Mac OS Download

Released: August 19, 2012  |  Added: August 19, 2012 | Visits: 477

FUNDAMENTALS HUGE INTEGER FUNDAMENTALS HUGE INTEGER was specially designed as a FreePascal / Delphi unit that can implement routines and classes for arbitrary size integers. Now you can make use of this handy and accessible instrument to further improve your development process.


Platforms: Windows

License: Freeware Download (44): FUNDAMENTALS HUGE INTEGER Download

Released: July 19, 2012  |  Added: July 19, 2012 | Visits: 838

Big Integer Library Big Integer Library was designed to be a dynamic C++ library that is able to operate on really big integers. The integers can be both signed and unsigned, with all the basic integer operations (as one can do with standard C/C++ primitive integer data types like "int"/"long"/"long long") provided.


Platforms: Windows

License: Freeware Download (58): Big Integer Library Download

Added: May 10, 2013 | Visits: 760

Remove duplicates from a sequence The fastest way to remove duplicates from a sequence depends on some pretty subtle properties of the sequence elements, such as whether they're hashable, and whether they support full comparisons. This script defines the unique() function that tries three methods, from fastest to slowest,...


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

License: Freeware Download (52): Remove duplicates from a sequence Download

Added: May 10, 2013 | Visits: 511

Getting th permutation of a sequence This script contains a function that given a sequence and a number n as parameters, returns the th permutation of the sequence (always as a list).


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

License: Freeware Download (54): Getting th permutation of a sequence Download

Added: May 10, 2013 | Visits: 450

Generator for integer partitions Generator for integer partitions script uses an iterative procedure to deal with integer partitions.


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

License: Freeware Download (51): Generator for integer partitions Download

Added: May 10, 2013 | Visits: 404

Commafying an integer This script contains a quick function to comma separate thousands in an integer or float.


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

License: Freeware Download (53): Commafying an integer Download

Added: May 10, 2013 | Visits: 477

Splitting up a sequence This script allows you to split up a sequence in same-size (if possible) parts.


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

License: Freeware Download (51): Splitting up a sequence Download

Added: May 10, 2013 | Visits: 437

Randomized integer range iterator Randomized integer range iterator script iterates over all values of a range in random order.


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

License: Freeware Download (50): Randomized integer range iterator Download

Added: May 10, 2013 | Visits: 327

Integer set type This script initializes an integer set. The constructor accepts an unlimited number of arguments that may either be tuples in the form of (start,stop) where either start or stop may be a number or None to represent maximum minimum in that direction. The range specified by (start,stop) is always...


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

License: Freeware Download (50): Integer set type Download

1 2 3 4 5 >