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

Tree Node freeware
Filter: All | Freeware | Demo
 

Tree Node

1 2 3 4 5 > 
Added: January 18, 2010 | Visits: 1.149

Bio::Tree::NodeNHX Bio::Tree::NodeNHX is a Simple Tree Node with support for NHX tags. SYNOPSIS use Bio::Tree::NodeNHX; my $nodeA = new Bio::Tree::NodeNHX(); my $nodeL = new Bio::Tree::NodeNHX(); my $nodeR = new Bio::Tree::NodeNHX(); my $node = new Bio::Tree::NodeNHX(); $node->add_Descendents($nodeL);... Platforms: *nix

License: Freeware Size: 4.7 MB Download (114): Bio::Tree::NodeNHX Download

Added: May 10, 2013 | Visits: 594

Breadth first traversal of tree Breadth first traversal of tree script is an example of the self-recursive generators. The first argument should be the tree root; children should be a function taking as argument a tree node and returning an iterator of the node's children. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (52): Breadth first traversal of tree Download

Added: July 06, 2010 | Visits: 1.219

CGI::Explorer CGI::Explorer is a class to manage displaying a hash tree of data, for use in CGI scripts. Synopsis Install /assets/css/explorer/xtree.css, /assets/js/explorer/xtree.js, and /assets/images/explorer/*, as per the installation instructions, below. Then run the demos... Platforms: *nix

License: Freeware Size: 31.74 KB Download (107): CGI::Explorer Download

Added: January 25, 2010 | Visits: 1.649

Binary-Tree This program is an educational tool for showing the operations of a Binary-Tree. More specifically, it graphically demonstrates the Binary-Tree node layout, key value searching, node deletions, node additions, and splay balancing. It also provides a description of the processes. Platforms: Mac

License: Freeware Download (784): Binary-Tree Download

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

xwiki-doc-tree Another xwiki document tree implementation. There are provided as samples two velocity files: one is a JavaScript approach (offers the posibility in expanding / collapsing a tree node) and the second a standard velocity approach. Platforms: Windows, Mac, Linux

License: Freeware Size: 8.63 KB Download (49): xwiki-doc-tree Download

Added: February 07, 2013 | Visits: 602

Family Tree 6.x--beta1 / 5.x-3.3 It supports comprehensive individual, family, place (location), event and artifact data records and linking, [and much more].Access control is provided through Drupal roles and permissions.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site... Platforms: BSD Solaris

License: Freeware Download (55): Family Tree 6.x--beta1 / 5.x-3.3 Download

Added: March 19, 2013 | Visits: 484

Family Tree 6.x--beta1 / 5.x-3.3 It supports comprehensive individual, family, place (location), event and artifact data records and linking, [and much more].Access control is provided through Drupal roles and permissions.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site... Platforms: BSD Solaris

License: Freeware Download (54): Family Tree 6.x--beta1 / 5.x-3.3 Download

Added: May 10, 2013 | Visits: 396

Range minima and least common ancestors This script implements data structures for solving the following two problems: - Range minimization: given an array X of data, quickly find min(X[i:j]) for different ranges i:j. - Least common ancestors: given a tree, quickly find the lowest tree node that is an ancestor of all of a given set... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (52): Range minima and least common ancestors Download

Released: March 26, 2007  |  Added: April 01, 2007 | Visits: 4.586

EMS SQL Manager 2007 Lite for Oracle EMS SQL Manager for Oracle is a high performance tool for Oracle Database Server administration and development. SQL Manager for Oracle works with any Oracle versions from 8.1.7 to 10g and supports all Oracle objects and all Oracle data types including the new BINARY_FLOAT and BINARY_DOUBLE... Platforms: Windows

License: Freeware Size: 13.82 MB Download (368): EMS SQL Manager 2007 Lite for Oracle Download

Added: October 02, 2013 | Visits: 392

NoteCase Pro Do you care about your information? NoteCase Pro is designed to quickly capture, organize, protect, access, and recycle your information. NoteCase Pro strikes the right balance between ease of use and raw power. Available now as a free download* for a wide variety of platforms including desktop,... Platforms: *nix

License: Freeware Size: 20.48 KB Download (37): NoteCase Pro Download

Added: January 26, 2010 | Visits: 971

XML::Mini::Node XML::Mini::Node contains nodes that are used as atomic containers for numerical and text data and act as leaves in the XML tree. They have no name or children. They always exist as children of XML::MiniElements. For example, < B >this text is bold< /B > Would be represented as a... Platforms: *nix

License: Freeware Size: 348.16 KB Download (99): XML::Mini::Node Download

Added: November 27, 2010 | Visits: 1.350

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: November 26, 2010 | Visits: 1.233

Bio::Tree::Compatible Bio::Tree::Compatible is a Perl module for testing compatibility of phylogenetic trees with nested taxa. SYNOPSIS use Bio::Tree::Compatible; use Bio::TreeIO; my $input = new Bio::TreeIO(-format => newick, -file => input.tre); my $t1 = $input->next_tree; my $t2 = $input->next_tree; my... Platforms: *nix

License: Freeware Size: 5.6 MB Download (94): Bio::Tree::Compatible Download

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

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: October 13, 2010 | Visits: 1.181

Tree::Binary::Search Tree::Binary::Search is a binary search tree for Perl. SYNOPSIS use Tree::Binary::Search; my $btree = Tree::Binary::Search->new(); $btree->useNumericComparison(); $btree->insert(5 => "Five"); $btree->insert(2 => "Two"); $btree->insert(1 => "One"); $btree->insert(3 => "Three");... Platforms: *nix

License: Freeware Size: 27.65 KB Download (253): Tree::Binary::Search Download

Added: January 10, 2010 | Visits: 978

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

Released: August 13, 2012  |  Added: August 13, 2012 | Visits: 513

SpaceTree SpaceTree is a small, simple application specially designed to offer users a novel tree browser that builds on the conventional layout node link diagrams along a single preferred direction. It adds dynamic rescaling of branches of the tree to best fit the available screen space, optimized... Platforms: Windows

License: Freeware Download (440): SpaceTree Download

Added: May 10, 2013 | Visits: 219

Tax Tree Nodes 5.x-1.1 The output can be themed through taxtreenodes.css and the theme_taxtreenodes_term, theme_taxtreenodes_nodes, theme_taxtreenodes_node functions.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Key features "Tax Tree... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (60): Tax Tree Nodes 5.x-1.1 Download

Added: August 29, 2013 | Visits: 468

Taxonomy Tree Select Taxonomy Tree Select acts in node forms replacing the select boxes of taxonomy to simple and intuitive expansable trees.Development and maintenance sponsored by Chuva Inc. Platforms: PHP

License: Freeware Size: 10 KB Download (52): Taxonomy Tree Select Download

Added: August 04, 2013 | Visits: 411

Gtk2::Ex::Simple::Tree for Linux Gtk2 has a powerful, but complex MVC (Model, View, Controller) system used to implement list and tree widgets. The Gtk2::Ex::Simple::Tree Perl module automates the complex setup work and allows you to treat the tree model as a more natural list of hash refs. After creating a new... Platforms: *nix

License: Freeware Size: 10.24 KB Download (36): Gtk2::Ex::Simple::Tree for Linux Download

1 2 3 4 5 >