RSS 6 projects tagged "Algorithm"

No download Website Updated 25 Feb 2013 Multi-Dimensional Data Structure

Screenshot
Pop 145.71
Vit 10.08

Multi-Dimensional Data Structure (mdds) is a C++ library that includes a collection of various data structures designed to efficiently store and query multi-dimensional data for various filtering criteria. Different structures are optimized for different query needs. The library is provided as a header only, meaning that programs do not need to link to any additional shared library in order to use these data structures. The data structures are all available as C++ templates.

Download Website Updated 15 Nov 2012 MOEA Framework

Screenshot
Pop 97.47
Vit 5.76

The MOEA Framework is a Java library for developing and experimenting with multiobjective evolutionary algorithms (MOEAs) and other general-purpose optimization algorithms and metaheuristics. A number of algorithms are provided out-of-the-box, including NSGA-II, ε-MOEA, GDE3, and MOEA/D.

No download Website Updated 18 Nov 2012 DisPass

Screenshot
Pop 46.04
Vit 13.76

DisPass is a passphrase generator that generates unique passphrases formed from a master password and a label, helping you get rid of the bad habit of using a single password for multiple Web sites. It is a console application, but it also has a simple graphical interface.

No download Website Updated 01 Mar 2011 TommyDS

Screenshot
Pop 34.12
Vit 29.47

TommyDS is a C library of hashtables and tries designed for high performance. It's faster than other similar libraries like rbtree, khash, goodledensehash, uthash, judy, nedtrie, and others.

No download No website Updated 26 Sep 2010 bin-packing

Screenshot
Pop 26.94
Vit 31.12

bin-packing is an implementation of the 1-dimensional bin packing algorithms in PHP: next fit, first fit, best fit, and worst fit.

No download Website Updated 01 Nov 2009 Algorithm-Graphs-TransitiveClosure

Screenshot
Pop 26.68
Vit 36.02

Algorithm-Graphs-TransitiveClosure is a Perl module to calculate the transitive closure. This module is an implementation of the well known Floyd-Warshall algorithm.

Screenshot

Project Spotlight

ora2pg

A tool to easily convert an Oracle database to a PostgreSQL database.

Screenshot

Project Spotlight

SLEEF

A library that efficiently calculates various mathematical functions using SSE2 SIMD instructions in double precision.