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

Spectrum Nexus software
Filter: All | Freeware | Demo
 

Spectrum Nexus

1 2 3 4 5 > 
Released: March 01, 2013  |  Added: March 19, 2013 | Visits: 476

BYclouder LG Spectrum 2 Video Converter Different LG Spectrum 2, optimization, and dozens of video and audio conversion solutions to fit all your audio and video conversion needs. You can also create your own conversion solution needed. One-click, you can complete any audio and video format conversion, and direct import LG Spectrum 2....



Platforms: Windows

License: Shareware Cost: $19.95 USD Size: 7.2 MB Download (57): BYclouder LG Spectrum 2 Video Converter Download

Released: March 01, 2013  |  Added: March 19, 2013 | Visits: 492

BYclouder LG Nexus 4 Video Converter Different LG Nexus 4, optimization, and dozens of video and audio conversion solutions to fit all your audio and video conversion needs. You can also create your own conversion solution needed. One-click, you can complete any audio and video format conversion, and direct import LG Nexus 4. Rip...





Platforms: Windows

License: Shareware Cost: $19.95 USD Size: 7.2 MB Download (57): BYclouder LG Nexus 4 Video Converter Download

Released: December 27, 2011  |  Added: April 13, 2014 | Visits: 9.873

Nexus Radio Nexus Radio is a free all-in-one application for all of your music needs. listen to and record over 14,000 internet radio stations directly to your PC free of charge! You can play recorded stations directly within Nexus Radio, or transfer songs to your iPod/iPhone or any other multimedia device...


Platforms: Windows, Windows 7

License: Freeware Size: 16.29 MB Download (710): Nexus Radio Download

Released: May 30, 2009  |  Added: June 16, 2009 | Visits: 3.034

Spectro Spectrum Analyzer Spectro Spectrum Analyzer consists of a Frequency Analyzer and Octave Analyzer with the ability to perform real-time acoustic analysis on your PC with a sound card. The Frequency Analyzer computes the averaged auto power spectrum using RMS or peak hold averaging with a linear or exponential...


Platforms: Windows

License: Shareware Cost: $15.95 USD Size: 12.59 MB Download (753): Spectro Spectrum Analyzer Download

Added: February 19, 2010 | Visits: 1.192

Bio::NEXUS::Block Bio::NEXUS::Block is a Perl module that provides useful functions for blocks in NEXUS file (parent class). SYNOPSIS This module is the super class of all NEXUS block classes. It is not used specifically from a program; in other words, you dont create a new Bio::NEXUS::Block object. Other...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (97): Bio::NEXUS::Block Download

Added: November 27, 2010 | Visits: 1.348

Bio::NEXUS::Node Bio::NEXUS::Node is a Perl module that provides functions for manipulating nodes in trees. SYNOPSIS new Bio::NEXUS::Node; METHODS new Title : new Usage : $node = new Bio::NEXUS::Node(); Function: Creates a new Bio::NEXUS::Node object Returns : Bio::NEXUS::Node object Args : none...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (98): Bio::NEXUS::Node Download

Added: October 11, 2010 | Visits: 878

Bio::NEXUS::TaxaBlock Bio::NEXUS::TaxaBlock is a Perl module that represents TAXA block of a NEXUS file. SYNOPSIS if ( $type =~ /taxa/i ) { $block_object = new Bio::NEXUS::TaxaBlock($type, $block, $verbose); } If a NEXUS block is a taxa block, this module parses the block and stores the taxonomic data....


Platforms: *nix

License: Freeware Size: 153.6 KB Download (93): Bio::NEXUS::TaxaBlock Download

Added: May 21, 2010 | Visits: 916

Bio::NEXUS::TreesBlock Bio::NEXUS::TreesBlock is a Perl module that represents TREES block of a NEXUS file. SYNOPSIS if ( $type =~ /trees/i ) { $block_object = new Bio::NEXUS::TreesBlock( $block_type, $block, $verbose ); } If a NEXUS block is a Trees Block, this module parses the block and stores the tree data....


Platforms: *nix

License: Freeware Size: 153.6 KB Download (91): Bio::NEXUS::TreesBlock Download

Added: September 12, 2010 | Visits: 924

Bio::NEXUS::WeightSet Bio::NEXUS::WeightSet is a Perl module that represents column weights in alignment ( for each character). SYNOPSIS new Bio::NEXUS::WeightSet($name, @weights, $iswt); A module representing column weights in alignment (for each character) METHODS new Title : new Usage : $node = new...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (90): Bio::NEXUS::WeightSet Download

Added: August 02, 2010 | Visits: 902

Bio::NEXUS::HistoryBlock Bio::NEXUS::HistoryBlock is a Perl module that represents a HISTORY block of a NEXUS file. SYNOPSIS $block_object = new Bio::NEXUS::HistoryBlock(history, $block, $verbose); This is a class representing a history block in NEXUS file METHODS new Title : new Usage : block_object = new...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (99): Bio::NEXUS::HistoryBlock Download

Added: November 23, 2010 | Visits: 899

Bio::NEXUS::CodonsBlock Bio::NEXUS::CodonsBlock is a Perl module that represents CODONS block in NEXUS file. METHODS new Title : new Usage : block_object = new Bio::NEXUS::CodonsBlock(); Function: Creates a new Bio::NEXUS::CodonsBlock object Returns : Bio::NEXUS::CodonsBlock object Args :.


Platforms: *nix

License: Freeware Size: 153.6 KB Download (133): Bio::NEXUS::CodonsBlock Download

Added: February 09, 2010 | Visits: 805

Bio::NEXUS::MatrixBlock Bio::NEXUS::MatrixBlock is a Perl module that provides functions for handling blocks that have matrices. SYNOPSIS This module is the super class of Characters, Unaligned, and Distances block classes, and indirectly it is a super-class of Data and History blocks, which are both sub-classes of...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (86): Bio::NEXUS::MatrixBlock Download

Added: February 24, 2010 | Visits: 854

Bio::NEXUS::DataBlock Bio::NEXUS::DataBlock is a Perl module that represents the deprecated DATA Block in NEXUS file. SYNOPSIS $block_object = new Bio::NEXUS::DataBlock($type, $block, $verbose, $taxlabels_ref); The DataBlock class represents the deprecated Data Block in a NEXUS file. Data Blocks are still used...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (105): Bio::NEXUS::DataBlock Download

Added: October 22, 2010 | Visits: 849

Bio::NEXUS::UnalignedBlock Bio::NEXUS::UnalignedBlock is a Perl module that represents an UNALIGNED block of a NEXUS file. SYNOPSIS if ( $type =~ /unaligned/i ) { $block_object = new Bio::NEXUS::UnalignedBlock($type, $block, $verbose); } This is a class representing an unaligned block in NEXUS file METHODS new...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (91): Bio::NEXUS::UnalignedBlock Download

Added: April 10, 2010 | Visits: 719

Bio::NEXUS::SetsBlock Bio::NEXUS::SetsBlock is a Perl module that represents SETS block of a NEXUS file. SYNOPSIS $block_object = new Bio::NEXUS::SetsBlock($block_type, $block, $verbose); Parses Sets block of NEXUS file and stores Sets data. METHODS new Title : new Usage : $block_object = new...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (88): Bio::NEXUS::SetsBlock Download

Added: September 17, 2010 | Visits: 855

Bio::NEXUS::Functions Bio::NEXUS::Functions is a Perl module that provides private utility functions for the module. This package provides private functions that are not object-specific..


Platforms: *nix

License: Freeware Size: 153.6 KB Download (91): Bio::NEXUS::Functions Download

Added: October 15, 2010 | Visits: 855

Bio::NEXUS::NotesBlock Bio::NEXUS::NotesBlock is a Perl module that represents a NOTES block in a NEXUS file. Placeholding module for the Notes Block class..


Platforms: *nix

License: Freeware Size: 153.6 KB Download (90): Bio::NEXUS::NotesBlock Download

Added: July 08, 2010 | Visits: 912

Bio::NEXUS::DistancesBlock Bio::NEXUS::DistancesBlock is a Perl module that represents DISTANCES block in NEXUS file. The DistancesBlock class represents a NEXUS Distances Block and provides methods for reading, writing, and accessing data within these blocks. Distances Blocks contain distance matrices, or a table of...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (96): Bio::NEXUS::DistancesBlock Download

Released: November 08, 2010  |  Added: November 30, 2010 | Visits: 1.161

iCoolsoft Nexus One Video Converter iCoolsoft Nexus One Video Converter, the best video converter for Nexus One, can convert to Nexus One MP4 format from any video format, such as, MP4, H.264, M4V, AVI, WMV, 3GP, 3GPP, MOV, SWF, FLV, VOB, MOD, DivX, XviD, QuickTime Video, MPEG, MPEG2, MPG, etc. It also supports converting audio...


Platforms: Windows

License: Shareware Cost: $29.00 USD Size: 9.13 MB Download (512): iCoolsoft Nexus One Video Converter Download

Released: August 26, 2011  |  Added: September 18, 2011 | Visits: 1.159

Tipard Video Converter for Nexus One Tipard Video Converter for Nexus One is the most powerful and easy-to-use video converter for Google phone. It can convert HD videos, FLV, VOB, MOD, MP4, etc. to Nexus One Google Phone video formats like MP4 and H.264 video formats. This Nexus One Video Converter can also rip audio and convert...


Platforms: Windows, Other

License: Shareware Cost: $29.00 USD Size: 13.7 MB Download (98): Tipard Video Converter for Nexus One Download

1 2 3 4 5 >