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

Binary Trees freeware
Filter: All | Freeware | Demo
 

Binary Trees

1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 469

Binary ordered tree This script is a simple example demonstrating the construction of binary trees.



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

License: Freeware Download (60): Binary ordered tree Download

Released: June 16, 2012  |  Added: June 16, 2012 | Visits: 526

Isolation Forest Isolation Forest detects data-anomalies using binary trees. Platform: R (www.r-project.org) Reference: Fei Tony Liu, Kai Ming Ting, and Zhi-Hua Zhou, Isolation Forest, IEEE International Conference on Data Mining 2008 (ICDM 08)





Platforms: Windows, Mac, Linux

License: Freeware Size: 39.88 KB Download (48): Isolation Forest Download

Added: August 26, 2010 | Visits: 1.907

Tree::Binary Tree::Binary is a Object Oriented Binary Tree for Perl. SYNOPSIS use Tree::Binary; # a tree representaion of the expression: # ((2 + 2) * (4 + 5)) my $btree = Tree::Binary->new("*") ->setLeft( Tree::Binary->new("+") ->setLeft(Tree::Binary->new("2")) ->setRight(Tree::Binary->new("2"))...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (326): Tree::Binary Download

Added: January 25, 2010 | Visits: 481

FractalTrees FractalTrees X is a program that draws somewhat realistic silhouettes of binary trees with a fractal structure. It allows you to interactively change the properties of the tree, like the broadness, fullness, and number of branches. You can also introduce normal (gaussian) randomness into the...


Platforms: Mac

License: Freeware Download (101): FractalTrees Download

Added: February 15, 2010 | Visits: 848

libredblack libredblack is a library to provide the RedBlack balanced tree searching and sorting algorithm. The algorithm was taken from the book "Introduction to Algorithms" by Cormen, Leiserson & Rivest. Frankly I never entirely understood it, but it most definately works! What is the problem with...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (101): libredblack Download

Added: August 19, 2010 | Visits: 1.064

Judy Judy is a C library that provides a state-of-the-art core technology that implements a sparse dynamic array. Judy arrays are declared simply with a null pointer. A Judy array consumes memory only when it is populated, yet can grow to take advantage of all available memory if desired. Judys...


Platforms: *nix

License: Freeware Size: 1024 KB Download (92): Judy Download

Added: September 03, 2010 | Visits: 1.057

libcontain 0.2 libcontain library provides a large and growing number of fast and thread-safe containter objects written in C and C++. The libcontain library now provides the following container types: - a series of hash tables libcontain includes the hash table implementation from GNU glib and a hash...


Platforms: *nix

License: Freeware Size: 378.88 KB Download (93): libcontain 0.2 Download

Added: March 18, 2010 | Visits: 1.067

Memory Structures Library Memory Structures Library (MemSL) is a complete data structures/collection classes library with memory tracing, memory debugging, entry/exit tracing, exception handling, definable memory handlers, built-in thread support, and much more. The project supports single, double, and circular linked...


Platforms: *nix

License: Freeware Size: 839.68 KB Download (98): Memory Structures Library Download

Added: July 02, 2010 | Visits: 1.051

LBC Libraries LBC Libraries is a set of easy C libraries that provide classical data types and structures (string, hash, queue, stack, tree). LBC Libraries package is focused on simplicity and portability. It uses ANSI C (C98 standard not required), and provides the most generic approach possible so that...


Platforms: *nix

License: Freeware Size: 57.34 KB Download (101): LBC Libraries Download

Added: April 21, 2010 | Visits: 723

libwayne libwayne is a library of reasonably abstract datatypes and algorithms written in C. The algorithms in libwayne are by no means original. Many of them are taken verbatim from textbooks on data structures and algorithms, and I simply translated them into C. They include efficient and correct...


Platforms: *nix

License: Freeware Size: 3 MB Download (97): libwayne Download

Added: May 10, 2013 | Visits: 591

Mandelbrot/Frame Binary Fractal Trees This script generates Mandelbrot/Frame's fractal trees in Python. Given an iteration depth, a trunk length, and a branching angle, this algorithm generates the corresponding tree. PIL is used to draw the tree. Requirements: - Python Image Library


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

License: Freeware Download (63): Mandelbrot/Frame Binary Fractal Trees Download

Added: October 13, 2010 | Visits: 1.179

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

Released: August 08, 2011  |  Added: August 29, 2011 | Visits: 2.001

Binary Viewer Binary Viewer is a free windows utility allowing you to open and view any file located on your computer regardless of format file was saved. It can display data in decimal, octal, hexadecimal and text (ASCII or Unicode) formats. Program supports Alternate Data Streams (ADS). It also provides...


Platforms: Windows

License: Freeware Size: 767.6 KB Download (692): Binary Viewer Download

Added: July 15, 2010 | Visits: 897

Parse::Binary::FixedFormat::Variants Parse::Binary::FixedFormat::Variants is a Perl module to convert between variant records and hashes. Parse::Binary::FixedFormat supports variant record formats. To describe a variant structure, pass a hash reference containing the following elements to new. The object returned to handle variant...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (89): Parse::Binary::FixedFormat::Variants Download

Added: August 02, 2010 | Visits: 994

Parse::Binary::FixedFormat Parse::Binary::FixedFormat is a Perl module to convert between fixed-length fields and hashes. SYNOPSIS use Parse::Binary::FixedFormat; my $tarhdr = new Parse::Binary::FixedFormat [ qw(name:a100 mode:a8 uid:a8 gid:a8 size:a12 mtime:a12 chksum:a8 typeflag:a1 linkname:a100 magic:a6...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (96): Parse::Binary::FixedFormat Download

Added: April 11, 2010 | Visits: 953

XML::Handler::Trees XML::Handler::Trees is a PerlSAX handlers for building tree structures. SYNOPSIS use XML::Handler::Trees; use XML::Parser::PerlSAX; my $p=XML::Parser::PerlSAX->new(); my $h=XML::Handler::Tree->new(); my $tree=$p->parse(Handler=>$h,Source=>{SystemId=>file.xml}); my...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (100): XML::Handler::Trees Download

Added: January 27, 2010 | Visits: 946

Search::Binary Search::Binary is a Perl module for generic binary search. SYNOPSIS use Seach::Binary; $pos = binary_search($min, $max, $val, $read, $handle, [$size]); binary_search implements a generic binary search algorithm returning the position of the first record whose index value is greater than or...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (105): Search::Binary Download

Released: November 08, 2013  |  Added: July 01, 2015 | Visits: 1.163

Binary Clock Binary Clock is a gadget that will add to your desktop or Sidebar a binary clock. This is a clock displays the current time in binary notation. Save settings to file. (File will be created - Path: %APPDATA% Filename: gadgetname_Settings.ini). Color changeable for all gadget's elements, including...


Platforms: Windows 7, Windows

License: Freeware Size: 319 KB Download (109): Binary Clock Download

Released: March 16, 2010  |  Added: March 27, 2010 | Visits: 1.393

Golden Trees Screensaver Want to enjoy nature? Feel like a light breeze blowing your face. Look on the golden ears of trees and tranquil lake. Clouds floating in the sky will send you far away from the pressing problems. All you need is to download a free screensaver Golden trees. Mountains in the background will tell...


Platforms: Windows

License: Freeware Size: 2.4 MB Download (96): Golden Trees Screensaver Download

Released: October 05, 2012  |  Added: October 05, 2012 | Visits: 760

Binary Viewer / Editor Binary Viewer / Editor is a compact application that enables you to view and edit the content of a file in binary view. That means the user can open every type of file, view the content and make modifications. It is a tool for the users accustomed to working with binary files. The program has a...


Platforms: Windows

License: Freeware Download (459): Binary Viewer / Editor Download

1 2 3 4 5 >