RSS 6 projects tagged "Algorithm"

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

Screenshot
Pop 106.70
Vit 8.91

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 95.71
Vit 5.51

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 01 Mar 2011 TommyDS

Screenshot
Pop 35.24
Vit 29.94

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 27.06
Vit 31.57

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 25.96
Vit 36.41

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

No download No website Updated 25 Jul 2011 Scorealgorithm1

Screenshot
Pop 18.33
Vit 26.37

Scorealgorithm1 composes musical scores using controlled, randomized procedures. It is written in Python, and the output is compatible with the digital synthesis software CSound. Scorealgorithm1 is a flexible composition tool that can create varied styles of music with changing harmonic, melodic, and rhythmic textures. The program also features various tuning systems and adaptable performance controls. Complex repetition, even canonic imitation, is possible. Visit the Web site for tutorials, documentation, and examples of music created using the software.

Screenshot

Project Spotlight

netmon-simple

A program that returns interface counters to stdout or a database.

Screenshot

Project Spotlight

XCache

A fast, stable opcode cacher for PHP.