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

Minimal Spanning Tree Algorithm software
Filter: All | Freeware | Demo
 

Minimal Spanning Tree Algorithm

< 1 2 3 4 5 
Added: January 01, 2010 | Visits: 928

Algorithm::ScheduledPath Algorithm::ScheduledPath is a Perl module that helps you to find scheduled paths in a directed graph. SYNOPSIS use Algorithm::ScheduledPath; use Algorithm::ScheduledPath::Path; $graph = new Algorithm::ScheduledPath(); $graph->add_edge( { path_id => R, origin => A, depart_time => 1,...



Platforms: *nix

License: Freeware Size: 20.48 KB Download (90): Algorithm::ScheduledPath Download

Added: September 23, 2010 | Visits: 1.170

HTML::Tree::Scanning HTML::Tree::Scanning contains an article: "Scanning HTML". SYNOPSIS # This an article, not a module. The following article by Sean M. Burke first appeared in The Perl Journal #19 and is copyright 2000 The Perl Journal. It appears courtesy of Jon Orwant and The Perl Journal. This document...





Platforms: *nix

License: Freeware Size: 112.64 KB Download (93): HTML::Tree::Scanning Download

Added: May 06, 2010 | Visits: 934

HTML::Tree::AboutTrees HTML::Tree::AboutTrees is a article on tree-shaped data structures in Perl. This an article, not a module. The following article by Sean M. Burke first appeared in The Perl Journal #18 and is copyright 2000 The Perl Journal. It appears courtesy of Jon Orwant and The Perl Journal. This...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (91): HTML::Tree::AboutTrees Download

Released: August 16, 2012  |  Added: August 16, 2012 | Visits: 1.409

B::Tree B::Tree is a simplified version of B::Graph for demonstration. SYNOPSIS perl -MO=Tree program | dot -Tps > tree.ps This is a very cut-down version of B::Graph; it generates minimalist tree graphs of the op tree of a Perl program, merely connecting the op nodes and labelling each node with...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (100): B::Tree Download

Added: February 01, 2010 | Visits: 872

Tree::PseudoIncLib Tree::PseudoIncLib is a Perl class for encapsulating a description of pseudo-INC array. ABSTRACT This module encapsulates a perl-type library description data and provides methods for manipulating that data. It is in no way associated with any real @INC array on the system. Instead, it works...


Platforms: *nix

License: Freeware Size: 38.91 KB Download (88): Tree::PseudoIncLib Download

Added: June 18, 2010 | Visits: 1.309

Minimal OpenGL Utility Library Minimal OpenGL Utility Library (MOGUL) is a library similar to GLUT, only with fewer features. It lets you write window-system-independent OpenGL programs with even fewer lines of code than GLUT. The project currently supports X11 and Win32. Examples are included in the distribution. It is...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (116): Minimal OpenGL Utility Library Download

Added: June 22, 2010 | Visits: 1.470

Tree::Simple::View::DHTML Tree::Simple::View::DHTML is a Perl class for viewing Tree::Simple hierarchies in DHTML. SYNOPSIS use Tree::Simple::View::DHTML; ## a simple example # use the defaults (an unordered list with no CSS) my $tree_view = Tree::Simple::View::DHTML->new($tree); ## more complex examples #...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (98): Tree::Simple::View::DHTML Download

Added: May 17, 2010 | Visits: 2.074

Tree::Simple::View::HTML Tree::Simple::View::HTML is a Perl class for viewing Tree::Simple hierarchies in HTML. SYNOPSIS use Tree::Simple::View::HTML; ## a simple example # use the defaults (an unordered list with no CSS) my $tree_view = Tree::Simple::View::HTML->new($tree); ## more complex examples # use the...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (110): Tree::Simple::View::HTML Download

Added: June 12, 2010 | Visits: 1.235

XML Tree Object Model Parser XML Tree Object Model Parser is an easy to use XML parser designed to provide an easy and simple to use library for parsing XML configuration files. It is split into two components. The first one is the Parser itself, which uses J2SE 1.4 XML Parsing API, and the second one is what I call XML...


Platforms: *nix

License: Freeware Size: 61.44 KB Download (110): XML Tree Object Model Parser Download

Added: November 04, 2010 | Visits: 940

Algorithm::Munkres Algorithm::Munkres is a Perl extension for Munkres solution to classical Assignment problem for square and rectangular matrices. This module extends the solution of Assignment problem for square matrices to rectangular matrices by padding zeros. Thus a rectangular matrix is converted to square...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (100): Algorithm::Munkres Download

Added: March 20, 2010 | Visits: 2.257

Algorithm::LUHN Algorithm::LUHN is a Perl module to calculate the modulus 10 double add double checksum. SYNOPSIS use Algorithm::LUHN qw/check_digit is_valid/; $c = check_digit("43881234567"); print "It worksn" if is_valid("43881234567$c"); $c = check_digit("A2C4E6G8"); # this will cause an error...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (510): Algorithm::LUHN Download

Added: February 09, 2010 | Visits: 898

Algorithm::AhoCorasick Algorithm::AhoCorasick provides efficient search for multiple strings. Aho-Corasick is a classic (1975) algorithm for locating elements of a finite set of strings within an input text. It constructs a finite state machine from a list of keywords, then uses the machine to locate all occurrences...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (143): Algorithm::AhoCorasick Download

Added: January 10, 2010 | Visits: 971

Tree::Numbered Tree::Numbered is a thin N-ary tree structure with a unique number for each item. SYNOPSYS use Tree::Numbered; my $tree = Tree::Numbered->new(John Doe); $tree->append(John Doe Jr.); $tree->append(Marry-Jane Doe); while (my $branch = $tree->nextNode) { $branch->delete if...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (105): Tree::Numbered Download

Added: February 01, 2010 | Visits: 1.226

Algorithm::NeedlemanWunsch Algorithm::NeedlemanWunsch is a sequence alignment with configurable scoring. SYNOPSIS use Algorithm::NeedlemanWunsch; sub score_sub { if (!@_) { return -2; # gap penalty } return ($_[0] eq $_[1]) ? 1 : -1; } my $matcher = Algorithm::NeedlemanWunsch->new(&score_sub); my $score =...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (105): Algorithm::NeedlemanWunsch Download

Added: February 27, 2010 | Visits: 915

Algorithm::Combinatorics Algorithm::Combinatorics Perl module is an efficient generator of combinatorial sequences. SYNOPSIS use Algorithm::Combinatorics qw(permutations); my @data = qw(a b c); # scalar context gives an iterator my $iter = permutations(@data); while (my $p = $iter->next) { # ... } # list...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (153): Algorithm::Combinatorics Download

Released: September 19, 2011  |  Added: October 10, 2011 | Visits: 1.512

RedSun List Tree View Web Part RedSun List Tree View is an AJAX-based web part which enables you to manage your list or document library with hierarchical view in SharePoint 2010. Like navigating file system directories in Windows Explorer, you can create, rename, delete, move, drag and drop folders and list items (or files)...


Platforms: Windows

License: Shareware Cost: $899.00 USD Size: 1.14 MB Download (108): RedSun List Tree View Web Part Download

Released: December 16, 2012  |  Added: January 05, 2013 | Visits: 1.317

Holiday Tree Screensaver Christmas is the most important holiday of the year. Children and their parents are awaiting this holiday and make wishes or just want to believe in the fairy tale. Christmas tree - the most important attribute of this holiday, it is impossible to imagine it without Christmas and New Year. We...


Platforms: Windows

License: Freeware Size: 2.83 MB Download (62): Holiday Tree Screensaver Download

Released: October 07, 2012  |  Added: October 07, 2012 | Visits: 635

Minimal Surface Editor Minimal Surface Editor is a small and easy to use application written in Java that allows you to construct discrete minimal surfaces from the combinatorics of their curvature lines. It features a simple and comprehensive interface that gives you quick access to all its features. for WindowsAll


Platforms: Windows

License: Freeware Download (457): Minimal Surface Editor Download

Released: November 15, 2012  |  Added: November 15, 2012 | Visits: 488

FPgrowth FPgrowth is a simple, tiny application that will help you find frequent item sets (also closed and maximal) with the fpgrowth algorithm (frequent pattern growth, Han et al 2000), which represents the transaction database as a prefix tree which is enhanced with pointers that organize the nodes...


Platforms: Windows

License: Freeware Download (470): FPgrowth Download

Released: September 04, 2012  |  Added: September 04, 2012 | Visits: 681

The Perfect Tree for Mac OS Based on the classic Christmas tale of the same name, the game tells the story of a lonely little pine tree and the player's efforts to help it become the perfect Christmas tree. The Perfect Tree features classic Match-3 mechanics, enhanced by numerous exciting power-ups, seasonal level design...


Platforms: Mac

License: Freeware Size: 29 MB Download (460): The Perfect Tree for Mac OS Download

< 1 2 3 4 5