SourceForge
Browse Enterprise Blog Help Jobs
Log In or Join

Solution Centers

Go Parallel HTML5 Windows 8 Smarter IT Big Data
Newsletters
  • Home
  • Browse
  • Development
  • Algorithms
Advanced
Filters
  • OS: All POSIX (Linux/BSD/UNIX-like OSes) ×
  • OS: All BSD Platforms (FreeBSD/NetBSD/OpenBSD/Apple Mac OS X) ×
Refine your search
Translations
  • English (27)
  • Chinese (1)
  • Croatian (1)
  • Czech (1)
  • German (1)
  • Portuguese (1)
  • Russian (1)
License
  • OSI-Approved Open Source (48)
    • GNU General Public License version 2.0 (22)
    • BSD License (6)
    • GNU Library or Lesser General Public License version 2.0 (6)
    • GNU Library or Lesser General Public License version 3.0 (6)
    • Academic Free License (3)
    • Apache License V2.0 (3)
    • GNU General Public License version 3.0 (3)
    • MIT License (3)
    • Affero GNU Public License (2)
    • Artistic License (1)
    • Attribution Assurance License (1)
    • Common Public License 1.0 (1)
    • Fair License (1)
    • Mozilla Public License 1.1 (1)
    • NASA Open Source Agreement (1)
  • Other License (2)
  • Creative Commons Attribution License (1)
Programming Language
  • C++ (23)
  • Java (16)
  • C (14)
  • Perl (5)
  • Assembly (4)
  • C# (4)
  • JavaScript (2)
  • PHP (2)
  • Python (2)
  • Unix Shell (2)
  • ASP (1)
  • Haskell (1)
  • Objective C (1)
  • PL/SQL (1)
  • Scheme (1)
Status
  • 5 - Production/Stable (15)
  • 4 - Beta (12)
  • 3 - Alpha (10)
  • 1 - Planning (5)
  • 6 - Mature (5)
  • 2 - Pre-Alpha (3)
  • 7 - Inactive (1)
OS
  • Grouping and Descriptive Categories (50)
    • All 32-bit MS Windows (37)
    • OS Portable (20)
    • 64-bit MS Windows (9)
    • OS Independent (9)
    • 32-bit MS Windows (5)
    • 32-bit MS Windows (1)
    • Classic 8-bit Operating Systems (1)
  • Linux (50)
  • Mac (50)
  • Windows (46)
  • BSD (41)
  • Emulation and API Compatibility (9)
    • Cygwin (8)
    • MinGW/MSYS (3)
    • DOSEMU (1)
    • WINE (1)
  • Modern (9)
    • Linux (7)
    • Solaris (5)
    • OS X (4)
    • WinXP (4)
    • Windows 7 (3)
    • Win2K (2)
    • FreeBSD (1)
    • NetBSD (1)
    • OpenBSD (1)
    • Vista (1)
Freshness
  • Recently updated (12)

Algorithms

Sort By
Last Updated
  • Most Popular
  • Last Updated
  • Name
  • Rating
  • Genetic Algorithms

Showing page 1 of 2.

  • FastFlow: programming multi-core Icon
    FastFlow: programming multi-core

    Pattern-based multi/many-core parallel programming framework

    18 weekly downloads
  • Simulation d'un système de navigation Icon
    Simulation d'un système de navigation

    Software Engineering project. Prototype of a navigation system simulator.

    0 weekly downloads
  • mathmo Icon
    mathmo

    Matho is a OS Independant Application and API for mathematical operations, features include curve sketching, calculus, iterative formulae, algebra solver, 2d/3d geometry and mechanical and statistical functionality.

    0 weekly downloads
  • Dantzig-Wolfe Solver Icon
    Dantzig-Wolfe Solver

    An implementation of Dantzig-Wolfe decomposition built upon GLPK

    2 weekly downloads
  • libprime Icon
    libprime

    Lightweight prime number generation library. Makes use of OpenMP and aims for performance. Suitable for applications in cryptography or just for educational demonstration.

    1 weekly downloads
  • Gemfony Optimization Library (Geneva) Icon
    Gemfony Optimization Library (Geneva)

    The C++ library Geneva allows to run large scale parametric optimization problems. It can run in serial or multi-threaded mode or in a networked environment. The library currently covers Evolutionary Strategies, Genetic Algorithms and mixed scenarios.

    2 weekly downloads
  • Force Icon
    Force

    FORce based Cluster Editing (FORCE) is a Java software heuristically solving the graph cluster editing problem on weighted edges using BLAST E-values. It further provides a training mode for heuristic parameter estimation.

    1 weekly downloads
  • CollabEd: Collaborative Editing Plugins Icon
    CollabEd: Collaborative Editing Plugins

    A collaboration platform that enables non-locking, synchronous, real-time collaborative (NOT text only) editing with editor independence. It also provides edit by edit session playback. To collaborate just enter a name, group and password.

    1 weekly downloads
  • Generic Tree Library Icon
    Generic Tree Library

    There are few programs that do not use a tree data structure. The C++ standard library, however, does not provide a low-level tree-container. The goal of our project is to write, document and test a generic tree-library and popular tree algorithms.

    0 weekly downloads
  • pythag - Primitive Pythagorean Triples Icon
    pythag - Primitive Pythagorean Triples

    pythag is an algorithm and script for computing primitive Pythagorean triples using the command line. Has an option to output to a file. It also has an option to output to a graph using GLUT, to which it now depends.

    1 weekly downloads
  • Fiona Icon
    Fiona

    Fiona is a tool to automatically analyze the interactional behavior of a given oWFN. It provides two techniques: it checks for the controllability of the given net by computing the interactiong graph and it calculates the operating guideline for the net.

    1 weekly downloads
  • AiFractals Icon
    AiFractals

    This project is result of a challenge "creating a fractals generator by using only C++ and Qt", AiFractals is based on Qt Script and you can enjoy by generating your custom fractals =) by your own algorithms (Qt Script)

    0 weekly downloads
  • NOMAD: black-box optimization software Icon
    NOMAD: black-box optimization software

    NOMAD is a C++ code that implements the MADS algorithm (Mesh Adaptive Direct Search) for difficult blackbox optimization problems. Such problems occur when the functions to optimize are costly computer simulations with no derivatives.

    1 weekly downloads
  • aptimelib: A Portable Time Library Icon
    aptimelib: A Portable Time Library

    aptimelib is a new, extremely portable, generic, 64-bit, time/date library. It implements the proposal by David R. Tribble ( http://david.tribble.com/text/c0xlongtime.html ), featuring epoch basis, microsecond granularity, and platform translation.

    1 weekly downloads
  • Taste Icon
    Taste

    Now part of Apache's Mahout machine learning project at http://mahout.apache.org/-- please see there for latest info and code and releases and support!

    2 weekly downloads
  • Hyacc Icon
    Hyacc

    Hyacc is an efficient and practical Yacc/Bison-compatible full LR(1)/LALR(1)/LR(0) and partial LR(k) parser generator in ANSI C based on Knuth and Pager's LR(1) algorithms. Generated parser can be used in open-source or commercial software.

    5 weekly downloads
  • Suwako Icon
    Suwako

    This is the extended euclidean algorithm implemented in haskell. It will put every single step of the algorithm in a file and show the actual result and everything in between.

    1 weekly downloads
  • readbarcode Icon
    readbarcode

    It software decodes EAN-13 bar code picture by image processing. And a GUI is ship together with it, which can take picture from web camera. So the only thing you need to recognise barcode apart you computer is a webcam.

    2 weekly downloads
  • MatrixSSL Embedded SSL and TLS Icon
    MatrixSSL Embedded SSL and TLS

    PeerSec Networks MatrixSSL™ is an embedded SSL - TLS library under 50KB, designed for small footprint applications and devices. SSL is used to secure proprietary applications as well as common Internet protocols such as HTTP, SIP, H.323 and EAP-TLS

    0 weekly downloads
  • Multicore SWARM Icon
    Multicore SWARM

    Multicore SWARM (Software and Algorithms for Running on Multicore Processors) is an open source library for developing efficient and portable implementations that make use of multi-core processors. David A. Bader (Georgia Tech) began SWARM in 1994.

    3 weekly downloads
  • Adaptive Simulated Annealing (ASA) Icon
    Adaptive Simulated Annealing (ASA)

    simulated annealing optimization and importance-sampling

    17 weekly downloads
  • RootContest Icon
    RootContest

    Objective of this project is to DEVELOP OPENSOURCE portal written in PHP/MySQL to practise websecurity in real time. Rootcontest portal will help users to understand websecurity in a better way.

    0 weekly downloads
  • wxPCRE Icon
    wxPCRE

    wxPCRE is a cross-platform PCRE C++ wrapper that is built for use with wxWidgets. It was engineered to be a direct 'drop-in' replacement for wxRegEx (the native regular expression library). This is a pcre wrapper implementation wxWidgets style.

    1 weekly downloads
  • TA-Lib : Technical Analysis Library Icon
    TA-Lib : Technical Analysis Library

    Technical Analysis Library

    308 weekly downloads
  • eliminacrlfbrancos Icon
    eliminacrlfbrancos

    This projects has the intent to take any file that has a header and any number of lines, take out the blank lines, the carriage return and the line feed, given as delimitation the "project number" format and generates a new clean file.

    1 weekly downloads
  • Back
  • 1
  • 2
  • Next

Staff Picks

  • Icon Clover EFI bootloader
  • Icon Dungeon Crawl Reference
  • Icon Data Crow
  • Icon LibreCAD
  • Icon OpenCPN
  • Icon OS4
  • Icon Pinguy OS
  • Icon PNotes
  • Icon Synfig

Top Downloaded

Powered by Dice Logo Latest Tech Jobs

  • Loading... The latest tech jobs.
See All Jobs ››
SourceForge
About Site Status @sfnet_ops
Find and Develop Software
Create a Project Software Directory Top Downloaded Projects
Community
Blog @sourceforge Job Board
Help
Site Documentation Support Request Real-Time Support
Copyright © 2013 Dice. All Rights Reserved.
SourceForge is a Dice Holdings, Inc. service.
Terms Privacy Cookies/Opt Out Advertise SourceForge.JP Go Parallel