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: Mac ×
Refine your search
Translations
  • English (320)
  • German (27)
  • Spanish (25)
  • Brazilian Portuguese (21)
  • French (18)
  • Italian (13)
  • Russian (13)
  • Chinese (11)
  • Portuguese (6)
  • Dutch (4)
  • Chinese (3)
  • Polish (3)
  • Czech (2)
  • Japanese (2)
  • Persian (2)
License
  • OSI-Approved Open Source (1,006)
    • GNU General Public License version 2.0 (401)
    • GNU Library or Lesser General Public License version 2.0 (190)
    • BSD License (111)
    • Apache License V2.0 (82)
    • GNU General Public License version 3.0 (80)
    • MIT License (78)
    • Academic Free License (49)
    • GNU Library or Lesser General Public License version 3.0 (37)
    • Mozilla Public License 1.1 (13)
    • Boost Software License (12)
    • Apache Software License (10)
    • Eclipse Public License (10)
    • Common Public License 1.0 (8)
    • Educational Community License, Version 2.0 (8)
    • Artistic License (7)
  • Public Domain (54)
  • Other License (21)
  • Creative Commons Attribution License (10)
    • Creative Commons Attribution Non-Commercial License V2.0 (4)
    • Creative Commons Attribution ShareAlike License V3.0 (1)
Programming Language
  • Java (503)
  • C++ (282)
  • C (148)
  • C# (76)
  • Python (68)
  • PHP (48)
  • JavaScript (46)
  • Perl (27)
  • Assembly (16)
  • MATLAB (14)
  • JSP (12)
  • Visual Basic .NET (12)
  • Delphi/Kylix (7)
  • Lisp (7)
  • ActionScript (6)
Status
  • 5 - Production/Stable (281)
  • 4 - Beta (255)
  • 1 - Planning (185)
  • 3 - Alpha (179)
  • 2 - Pre-Alpha (154)
  • 6 - Mature (29)
  • 7 - Inactive (26)
OS
  • Linux (1,107)
  • Windows (1,104)
  • Grouping and Descriptive Categories (643)
    • OS Independent (371)
    • OS Portable (245)
    • All POSIX (80)
    • All 32-bit MS Windows (76)
    • All BSD Platforms (58)
    • 64-bit MS Windows (19)
    • 32-bit MS Windows (17)
    • Project is OS Distribution-Specific (4)
    • Project is an Operating System Distribution (3)
    • 32-bit MS Windows (2)
    • Classic 8-bit Operating Systems (1)
  • Modern (72)
    • OS X (55)
    • Linux (50)
    • WinXP (24)
    • Solaris (13)
    • Vista (13)
    • Win2K (10)
    • Windows 7 (10)
    • FreeBSD (6)
    • OpenBSD (5)
    • NetBSD (3)
  • BSD (69)
  • Other Operating Systems (28)
    • WinNT (10)
    • Apple Mac OS Classic (5)
    • MS-DOS (4)
    • IBM AIX (3)
    • Other (3)
    • SGI IRIX (3)
    • Console-based Platforms (2)
    • HP-UX (2)
    • Microsoft Windows Server 2003 (2)
    • BSD/OS (1)
    • Win98 (1)
    • WinME (1)
  • Emulation and API Compatibility (23)
    • Cygwin (18)
    • MinGW/MSYS (8)
    • WINE (2)
    • DOSEMU (1)
    • Fink (1)
Freshness
  • Recently updated (210)

Algorithms

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

Showing page 2 of 45.

  • libhashish Icon
    libhashish

    A powerful hashing library with features like dynamic bucketsize adjustments, thread safety, generic interface, rbtree bucket storage and a bundle of hashing algorithms.

    0 weekly downloads
  • libdd Icon
    libdd

    The aim of this project is to create an extensible and multi-platform API library that allows programmers to create decryption, heuristical analysis, and similar mechanisms using C and C++. It also will provide a simple security auditing API.

    0 weekly downloads
  • Leonhard Icon
    Leonhard

    C++ implementation of certain problems

    0 weekly downloads
  • NT2 Icon
    NT2

    NT2 is a multi-platform C++ library providing various template matrix classes that can be used with a Matlab(tm) like syntax whose performances are close to those obtained with hand written C code. NT2 comes with various numerical toolboxes.

    2 weekly downloads
  • HDRFlow Icon
    HDRFlow

    HDRFlow is a framework to process high-dynamic range (HDR) and RAW images. It's written in C++, and is both cross-platform and hardware accelerated on modern GPUs.

    1 weekly downloads
  • Halftone Laboratory Icon
    Halftone Laboratory

    Use, study and develop advanced digital halftoning algorithms with Halftone Laboratory, a GIMP plug-in backed by a highly modular and extensible library. It uses .NET/Mono and GIMP#.

    2 weekly downloads
  • pegasus Icon
    pegasus

    Semantic query optimization (SQO) is the process of finding equivalent rewritings of an input query given constraints that hold in a database instance. We present a Chase & Backchase (C&B) algorithm strategy that generalizes and improves on well-known methods in the field. The implementation of our approach, the pegasus system, outperforms existing C&B systems an average by two orders of magnitude. This gain in performance is due to a combination of novel methods that lower the complexity in practical situations significantly.

    0 weekly downloads
  • Screeep Icon
    Screeep

    Fractal/Scripting VSTi synthesizer, written on Java with jVSTwrapper

    1 weekly downloads
  • Featherns C++ Patterns Library Icon
    Featherns C++ Patterns Library

    This is a tidy lightweight library implementing a series of C++ Design Patterns, aiming to be simple, clean and portable. This library is made to help C++ programmers to develop projects with clearer and more compact source code.

    3 weekly downloads
  • jasypt: java simplified encryption Icon
    jasypt: java simplified encryption

    Jasypt (Java Simplified Encryption) is a java library which allows the developer to add basic encryption capabilities to his/her projects with minimum effort, and without the need of having deep knowledge on how cryptography works.

    264 weekly downloads
  • Clipper Icon
    Clipper

    Polygon clipping and offsetting library (C++, C#, Delphi)

    214 weekly downloads
  • mediantracker Icon
    mediantracker

    Python module to track the overall median of a stream of values "on-line" in reasonably efficient fashion.

    1 weekly downloads
  • autocorrection Icon
    autocorrection

    Easy to use utility to finding best string from dictionary based on input string.

    0 weekly downloads
  • Depends - a generic dependency tracker Icon
    Depends - a generic dependency tracker

    Depends implements a generic dependency tracker written in C++ and comes with extensive documentation on how to implement a dependency tracker (and, thus, how this one is implemented). It is very simple to use and provides the tools to "roll your own"

    2 weekly downloads
  • CS::SkipList C++ Container Library Icon
    CS::SkipList C++ Container Library

    20 SkipList containers for C++ that work with STL. Combines set/map functionality with random access in logn time. One container is a multilist where you can order the same elements in a variety of different ways simultaneously.

    1 weekly downloads
  • cpatterns Icon
    cpatterns

    The project is created with an aim to provide - design patterns implemented in C++ using boost. Following are the primary requirements 1) Generic Header Only Library 2) Using Boost Libraries, Coding Style, Philosophy 3) Standard C++

    0 weekly downloads
  • Konbu Check Icon
    Konbu Check

    Linear constraint feasibility check and get program.

    41 weekly downloads
  • PopED Icon
    PopED

    PopED (Population Experimental Design) is a software tool for computing optimal experimental designs. The software has been developed with an emphasis on drug trials based on population models (non-linear mixed effects models).

    4 weekly downloads
  • Algorithm Study Icon
    Algorithm Study

    The goal: to provide implementations of as many algorithms (sorting, searching, ...) and data structures (lists, trees, ...) as possible, accompanied by discussion of big O run time and memory limits and references to sources of further study.

    20 weekly downloads
  • FSet Icon
    FSet

    A high-performance functional, set-theoretic collections library. All collections are immutable; updates return a new collection. Supports arbitrary nesting (sets of sets etc.). Implemented with heterogeneous binary trees. Lisp and Java; more to come.

    0 weekly downloads
  • Rating AnalyzerTask for iQser GIN Icon
    Rating AnalyzerTask for iQser GIN

    niPRO AnalyzerTask to calculate the rate popularity

    0 weekly downloads
  • SimpleJ Games Icon
    SimpleJ Games

    in here will be all codes of my games made in simple j and you can use it freely just put my name on the credits

    59 weekly downloads
  • Continuation Core and Toolboxes Icon
    Continuation Core and Toolboxes

    General-purpose tools for continuation and bifurcation analysis of dynamical systems. This material is based upon work partially supported by the National Science Foundation under Grant No. 1016467.

    9 weekly downloads
  • jaxlr Icon
    jaxlr

    A simple java library for text and object oriented code. Among the different available packages, there are for text analysis (levenshtein and ngram fingerprinting), a grammar framework, simple object persistence (very light and dependence free), ...

    2 weekly downloads
  • MoveableGraphics Icon
    MoveableGraphics

    To give users the full control over the running application. This means that an application is working according to its purpose but the control over the whole interface is taken from developer and given to users. While an application is running, users can move, resize, and tune all the screen objects through which the communication with an application is going. Set of files includes the book (both in DOC and PDF formats), a big demonstration project with all its files available (all the source files are in C#), and an additional description of many used classes. Book uses the examples from the demo project to explain everything in details. The examples are from many different areas. Examples from the first part of the book are aimed at the details of algorithm and its use with different objects; examples from the second part are mostly the real and very useful applications.

    32 weekly downloads
  • Back
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • …
  • 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