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

Btree freeware
 

Btree

Added: June 30, 2013 | Visits: 419

Miester Search Miester Search class indexes multiple tables, builds dictionaries, creates btree indexes, and creates sql queries based on user input. Platforms: PHP

License: Freeware Size: 10 KB Download (44): Miester Search Download

Added: March 24, 2010 | Visits: 1.154

SimpleDBM SimpleDBM projects goal is to build a Relational Database Manager in Java. The planned features include support for: Transactions Write Ahead Log Multiple Isolation Levels BTree Indexes Entry Level SQL-92 System Catalogs A distinguishing feature of the project is that the DBMS is being... Platforms: *nix

License: Freeware Size: 512 KB Download (103): SimpleDBM Download

Added: June 20, 2010 | Visits: 886

DB_File DB_File is a Perl5 access to Berkeley DB version 1.x. SYNOPSIS use DB_File; [$X =] tie %hash, DB_File, [$filename, $flags, $mode, $DB_HASH] ; [$X =] tie %hash, DB_File, $filename, $flags, $mode, $DB_BTREE ; [$X =] tie @array, DB_File, $filename, $flags, $mode, $DB_RECNO ; $status =... Platforms: *nix

License: Freeware Size: 87.04 KB Download (97): DB_File Download

Added: August 26, 2010 | Visits: 1.910

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: September 23, 2010 | Visits: 882

CrissCross CrissCross is a small cross-platform C++ library for threading, console and file I/O, CPU identification (CPUID), and sockets (TCP and UDP). The main goal is to provide the ability to write a program using identical calls on the major platforms (Windows, Linux, FreeBSD, OpenBSD, NetBSD, and Mac... Platforms: *nix

License: Freeware Size: 225.28 KB Download (101): CrissCross Download

Added: September 11, 2010 | Visits: 1.032

Pogo Pogo is a Perl interface for GOODS. SYNOPSIS use Pogo; $pogo = new Pogo sample.cfg; # connect to a database $root = $pogo->root_tie; # get a reference to root hash in the database $root->{key1} = "string"; # store a string into the database $value = $root->{key1}; # $value is "string"... Platforms: *nix

License: Freeware Size: 12.29 KB Download (126): Pogo 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: September 05, 2013 | Visits: 394

Tie::Array::QueueExpire for Linux Tie::Array::QueueExpire is a Perl module that requires Time::HiRes, TokyoCabinet (database and perl module.) The insertion is ms unique ( 0.001 seconds ). The normal ARRAY function present are push pop shift exits scalar clear unshift (but put data 1 second before the first entry) The... Platforms: *nix

License: Freeware Size: 10.24 KB Download (36): Tie::Array::QueueExpire for Linux Download