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

Binary Search Algorithm Java Code freeware
Filter: All | Freeware | Demo
 

Binary Search Algorithm Java Code

< 1 2 3 4 5 
Added: June 20, 2010 | Visits: 1.266

Query-Oriented Model for XML 0.1 Query-Oriented Model for XML is a lightweight XML processing framework for Java that promotes the use of XPath instead of Java code for consuming XML. The resulting code from Query-Oriented Model for XML, is simple and expressive with no meaningless objects and no meaningless parameters - just...



Platforms: *nix

License: Freeware Size: 10.24 KB Download (93): Query-Oriented Model for XML 0.1 Download

Added: April 17, 2010 | Visits: 865

Druid Druid project is a tool that allows users to create databases in a graphical way. The user can add tables, fields, folders to group tables and can modify most of the database options that follow the SQL-92 standard. In addition to sql options, the user can document each table and each field...





Platforms: *nix

License: Freeware Size: 4.8 MB Download (92): Druid Download

Added: March 14, 2010 | Visits: 886

Ravenous Ravenous is full featured web server written in Java. It allows you to write dynamic pages in Java without the need to read stacks of books before you get started... pure javalicous programming for your web projects! Ravenous is different becouse it attempts to make the process of writing high...


Platforms: *nix

License: Freeware Size: 768 KB Download (92): Ravenous Download

Added: April 22, 2010 | Visits: 789

XCOM XCOM project is a system designed to support component based programming in Linux. Although the system primarily targets Linux other POSIX supporting operating systems and Win32 class operating systems are planned to be supported. The following design goals are followed in making the current...


Platforms: *nix

License: Freeware Size: 51.2 KB Download (91): XCOM Download

Added: March 09, 2010 | Visits: 1.107

AI::NNFlex::Backprop AI::NNFlex::Backprop project is a fast, pure perl backprop Neural Net simulator. SYNOPSIS use AI::NNFlex::Backprop; my $network = AI::NNFlex::Backprop->new(config parameter=>value); $network->add_layer(nodes=>x,activationfunction=>function); $network->init(); use...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (91): AI::NNFlex::Backprop Download

Added: August 26, 2010 | Visits: 739

XMLLiterate XMLLiterate is framework for literate programming using XML. XMLLiterate uses the STL and patterns extensively and runs on all platforms supported by Boost. Most of the current programming systems allow you to use an IDE to generate all of the different parts of your code, and then you generate...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (91): XMLLiterate Download

Added: September 25, 2010 | Visits: 742

App::SVNBinarySearch App::SVNBinarySearch is a container for functions in the svn_binary_search program. SYNOPSIS No user-serviceable parts inside. svn_binary_search is all that should use this. CONFIGURATION AND ENVIRONMENT App::SVNBinarySearch requires no configuration files or environment variables..


Platforms: *nix

License: Freeware Size: 5.12 KB Download (91): App::SVNBinarySearch Download

Added: October 14, 2010 | Visits: 858

Java::JVM::Classfile Java::JVM::Classfile is a Perl module to parse JVM Classfiles. SYNOPSIS use Java::JVM::Classfile; my $c = Java::JVM::Classfile->new("HelloWorld.class"); print "Class: " . $c->class . "n"; print "Methods: " . scalar(@{$c->methods}) . "n"; The Java Virtual Machine (JVM) is an abstract...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (90): Java::JVM::Classfile Download

Added: March 12, 2010 | Visits: 781

mod_gcj mod_gcj is a project aimed to serve dynamic pages from Apache using libgcj, the free Java implementation that is part of GCC. Setting up Apache with servlet engines has been a cumbersome task for many years. Still today, it isnt very easy to set up the Apache Foundationss own Tomcat servlet...


Platforms: *nix

License: Freeware Size: 696.32 KB Download (90): mod_gcj Download

Added: May 22, 2010 | Visits: 726

JIPSY JIPSY library is a drop-in replacement for parts of the java.net classes that enables Java applications to seamlessly communicate using IPv4 and IPv6. Applications require no modification or re-compilation to use the software, therefore making any Java network application IPv6-ready.. Get...


Platforms: *nix

License: Freeware Size: 39.94 KB Download (90): JIPSY Download

Added: August 24, 2010 | Visits: 746

WriteTarget WriteTarget is a template based text generator. The project can be used to easily generate text in ANY computer language. HTML and C programming language examples are included in templates section. While using Bash as text substitution engine, it provides programming power, rich, stable and...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (89): WriteTarget Download

Added: November 19, 2010 | Visits: 960

List::Search List::Search is a Perl module for fast searching of sorted lists. SYNOPSIS use List::Search qw( list_search nlist_search custom_list_search ); # Create a list to search my @list = sort qw( bravo charlie delta ); # Search for a value, returns the index of first match print list_search(...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (88): List::Search Download

Added: November 02, 2010 | Visits: 850

Hoglet Hoglet allows special markup to be added to text documents so that software documentation can be easily produced. It provides a configurable parser, simple markup rules, and extensible "tag handlers" that allow custom Java code to process content. Whats New in This Release: New Features -...


Platforms: *nix

License: Freeware Size: 491.52 KB Download (87): Hoglet Download

Released: July 22, 2012  |  Added: July 22, 2012 | Visits: 1.371

JAVA to PDF Source Code Converter JAVA to PDF Source Code Converter is a simple Java-based software that can convert your Java source code to PDF. The app will convert all the .JAVA files in the folder you select (and will look for .JAVA recursively in all child folders) and create the same folder structure in your destination...


Platforms: Windows

License: Freeware Download (71): JAVA to PDF Source Code Converter Download

Released: February 16, 2013  |  Added: July 13, 2013 | Visits: 877

Free Duplicate Finder Duplicate File Finder will help you find fast all duplicate files in a folder and its sub folders. The applications will compare the content of your files so it will find duplicates even if they are using different file names. It uses fast binary comparison algorithm and has internal preview...


Platforms: Windows

License: Freeware Size: 1.53 MB Download (70): Free Duplicate Finder Download

Added: May 10, 2013 | Visits: 685

Pure PHP Spell Check This package perform spell checking of text using only base PHP functions, thus without using specific spell check PHP extensions such as aspell or pspell. The class uses a dictionary that is implemented as an array-based binary search table. The binary search table declaration is saved to a file...


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

License: Freeware Download (65): Pure PHP Spell Check Download

Added: May 10, 2013 | Visits: 924

TCP/IP Communications in Matlab The script relies in MATLAB's ability to call Java code snippets and make use of its TCP/IP implementation.One Matlab session can communicate with another Matlab session (on the same machine or over the network) or it can communicate with a completely different program (again, on the same machine...


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

License: Freeware Download (64): TCP/IP Communications in Matlab Download

Released: September 07, 2012  |  Added: September 07, 2012 | Visits: 946

AllDup Duplicate File Finder AllDup is your reliable tool to help find and remove duplicate files in your computer. This freeware is capable of searching for all types of files in whatever format they may be stored in and easily deleting them or moving them to a separate folder of your choice. AllDup utilizes a powerful...


Platforms: Windows

License: Freeware Size: 3.23 MB Download (61): AllDup Duplicate File Finder Download

Released: September 27, 2012  |  Added: September 27, 2012 | Visits: 572

SDE for IntelliJ IDEA (CE) for Windows 3.0 Commun Visual Paradigm SDE for IntelliJ IDEA is a UML CASE tool/plug-in tightly integrated with IntelliJ IDEA. This UML CASE tool supports full software development lifecycle - analysis, design, implementation, testing and deployment. This UML tool helps you build quality applications faster, better and...


Platforms: Windows

License: Freeware Size: 68.37 MB Download (61): SDE for IntelliJ IDEA (CE) for Windows 3.0 Commun Download

Added: May 10, 2013 | Visits: 472

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

< 1 2 3 4 5