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

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

Binary Search Algorithm Java Code

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

Binary search in one line This is an implementation of the binary search algorithm in (almost) one line. Given a number 'n' and a list 'L', the function returns the index of the number on the list, or -1.



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

License: Freeware Download (56): Binary search in one line Download

Added: October 13, 2010 | Visits: 1.177

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: May 10, 2013 | Visits: 491

Binary search and insert in Python This script demonstrates a binary search through sorted data using bisect. A large array of random numbers is generated and then sorted. The the application shows where a given number would be inserted in the random data list.


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

License: Freeware Download (52): Binary search and insert in Python Download

Added: July 23, 2013 | Visits: 601

Gravitational Search Algorithm (GSA) Gravitational search algorithm (GSA) is an optimization algorithm based on the law of gravity and mass interactions.This algorithm is based on the Newtonian gravity: "Every particle in the universe attracts every other particle with a force that is directly proportional to the product of their...


Platforms: Matlab

License: Freeware Size: 10 KB Download (52): Gravitational Search Algorithm (GSA) Download

Released: September 19, 2012  |  Added: September 19, 2012 | Visits: 849

EclEmma - Java Code Coverage for Eclipse EclEmma is a free Java code coverage tool for Eclipse, available under the Eclipse Public License. It brings code coverage analysis directly into the Eclipse workbench. The EclEmma project is also the home of the JaCoCo code coverage library which is the technical back-end for EclEmma and also...


Platforms: Windows, Mac, BSD, Linux

License: Freeware Size: 1.07 MB Download (51): EclEmma - Java Code Coverage for Eclipse 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

Added: January 06, 2010 | Visits: 1.283

Java checkstyle Tool Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. Java checkstyle Tool automates the process of checking Java code to spare humans of this boring (but important) task. This makes it ideal for projects that want to enforce a coding standard....


Platforms: *nix

License: Freeware Size: 2.6 MB Download (110): Java checkstyle Tool Download

Added: April 02, 2013 | Visits: 564

A-star Search Algorithm MATLAB/C mixed implementation for Astar search algorithmUsage:1. Extract the zip file2. Type "Mex Astar.cpp" in MATLAB command window to generate Astar.dll (you must choose to have such ability when installing MATLAB)"Spath_test.m" is a sample file to compare the performance of Dijkstra and A-star.


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (42): A-star Search Algorithm Download

Added: April 03, 2006 | Visits: 4.556

Java Code Export Looking for a simple and fast way to indent and export your Java code into various file formats? Look no further than Java Code Export, a unique and easy to use software to quickly and easily reindent, export (10+ formats supported) and print your Java documents, convert them to PDF, RTF, images...


Platforms: Windows

License: Freeware Size: 1.89 MB Download (370): Java Code Export Download

Added: September 10, 2010 | Visits: 1.054

SPWrapper SPWrapper project analyzes Oracle database system tables, finds out parameter names and types, and writes the Java code necessary for calling stored procedures. Do you ever needed to use stored procedures from java code? Perhaps you had to write first the stored procedure, then you had to write...


Platforms: *nix

License: Freeware Size: 1024 KB Download (100): SPWrapper Download

Added: March 12, 2010 | Visits: 850

JSizer JSizer project is a tool that shows java code size. JSizer reads in a set of jar files and then draws a graph of the current state of the code. The graph has nodes in it and the nodes get their color and size depending on a few things. - Green nodes are packages - Grey nodes are classes...


Platforms: *nix

License: Freeware Size: 501.76 KB Download (98): JSizer Download

Added: November 06, 2013 | Visits: 344

zope.catalog Catalogs provide management of collections of related indexes with a basic search algorithm.


Platforms: *nix

License: Freeware Size: 20.48 KB Download (44): zope.catalog Download

Added: June 16, 2013 | Visits: 440

m-sequence generation program using a search algorithm Maximum length sequence assuming distinctvalues = baseVal^powerVal-1 [ms]=mseqSearch(powerVal,baseVal) OUTPUT: ms: generated maximum length sequence, of length basisVal^powerVal-1 such that all values occur with equal frequency=basisVal except zero, which occurs basisVal-1 times INPUT: baseVal:...


Platforms: Matlab

License: Freeware Size: 10 KB Download (48): m-sequence generation program using a search algorithm Download

Added: May 02, 2010 | Visits: 1.196

Parse::Java Parse::Java is a Perl module that acts like a parser for Java code. SYNOPSIS use Parse::Java; my $ast = Parse::Java->parse_file(MyClass.java); Parse::Java parses Java code into an Abstract Syntax Tree which can be used for many things like writing compilers and stuff. As this module is...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (114): Parse::Java Download

Released: August 12, 2012  |  Added: August 12, 2012 | Visits: 585

RabbitMQ Java AMQP client library The RabbitMQ Java client library allows Java code to interface to AMQP servers. The library is platform neutral; the binary distributions listed below differ only in the version of Java they are intended for use with. Please see the specification page for more information on AMQP interoperation...


Platforms: Windows

License: Freeware Download (50): RabbitMQ Java AMQP client library Download

Released: September 10, 2012  |  Added: September 10, 2012 | Visits: 662

SQL to Java Code Generator SQL2JAVA is a SIMPLE, PRAGMATIC and POWERFUL code GENERATOR.It maps any relational schema to a java API dedicated to access your database schema. It supports Oracle, SQLServer, PostgreSQL, MySQL, Sybase, HSQL, etc...2 minutes to install/try...


Platforms: Windows, Mac, Linux

License: Freeware Size: 3.65 MB Download (49): SQL to Java Code Generator Download

Added: August 21, 2013 | Visits: 453

A* (A Star) search for path planning tutorial The A* search algorithm is a simple and effective technique that can be used to compute the shortest path to a target location. This tutorial presents a detailed description of the algorithm and an interactive demo.


Platforms: Matlab

License: Freeware Size: 112.64 KB Download (44): A* (A Star) search for path planning tutorial Download

Added: August 14, 2008 | Visits: 1.009

Java editor Java editor allows you to edit java code, compile, view errors, run application or applet and much more.


Platforms: Windows

License: Freeware Size: 263 KB Download (134): Java editor Download

Added: July 12, 2010 | Visits: 1.466

Jamit Jamit is short from Java Access Modifiers Inference Tool and it allows you to infer tighter access modifiers for Java code. Analyzing bytecode, it can find out if fields or methods may be declared private, default, protected, or final. Engineering software with Jamit can thus help increase...


Platforms: *nix

License: Freeware Size: 7.5 MB Download (103): Jamit Download

Added: July 26, 2010 | Visits: 1.032

LWJGL LWJGL (Lightweight Java Game Library) is a solution aimed directly at professional and amateur Java programmers alike to enable commercial quality games to be written in Java. LWJGL provides developers access to high performance crossplatform libraries such as OpenGL (Open Graphics Library) and...


Platforms: *nix

License: Freeware Size: 1.3 MB Download (95): LWJGL Download

1 2 3 4 5 >