SourceForge
Browse Enterprise Blog Help Jobs
Log In or Join

Solution Centers

Go Parallel HTML5 Windows 8 Smarter IT Big Data Software Delivery
Newsletters
  • Home
  • Browse
  • Development
  • Algorithms
Advanced
Refine your search
Translations
  • English (543)
  • Spanish (47)
  • German (46)
  • Russian (34)
  • French (30)
  • Brazilian Portuguese (29)
  • Chinese (25)
  • Italian (21)
  • Portuguese (18)
  • Turkish (6)
  • Chinese (5)
  • Dutch (5)
  • Hungarian (4)
  • Polish (4)
  • Arabic (3)
License
  • OSI-Approved Open Source (1,558)
    • GNU General Public License version 2.0 (653)
    • GNU Library or Lesser General Public License version 2.0 (268)
    • BSD License (166)
    • GNU General Public License version 3.0 (143)
    • MIT License (106)
    • Academic Free License (104)
    • Apache License V2.0 (98)
    • GNU Library or Lesser General Public License version 3.0 (54)
    • Boost Software License (17)
    • Common Public License 1.0 (17)
    • Mozilla Public License 1.1 (17)
    • Open Software License 3.0 (17)
    • Eclipse Public License (12)
    • Educational Community License, Version 2.0 (12)
    • Apache Software License (11)
  • Public Domain (79)
  • Other License (28)
  • Creative Commons Attribution License (21)
    • Creative Commons Attribution Non-Commercial License V2.0 (7)
    • Creative Commons Attribution ShareAlike License V3.0 (1)
Programming Language
  • Java (575)
  • C++ (556)
  • C (330)
  • C# (180)
  • Python (96)
  • PHP (67)
  • JavaScript (54)
  • Perl (34)
  • Delphi/Kylix (33)
  • Assembly (30)
  • Visual Basic .NET (30)
  • MATLAB (25)
  • ASP.NET (15)
  • JSP (14)
  • Lisp (14)
Status
  • 5 - Production/Stable (411)
  • 4 - Beta (403)
  • 1 - Planning (321)
  • 3 - Alpha (282)
  • 2 - Pre-Alpha (257)
  • 6 - Mature (44)
  • 7 - Inactive (39)
OS
  • Windows (1,532)
  • Linux (1,479)
  • Mac (1,125)
  • Grouping and Descriptive Categories (1,062)
    • OS Independent (372)
    • OS Portable (292)
    • All POSIX (281)
    • All 32-bit MS Windows (244)
    • 32-bit MS Windows (155)
    • 64-bit MS Windows (64)
    • All BSD Platforms (58)
    • 32-bit MS Windows (11)
    • Project is OS Distribution-Specific (4)
    • Project is an Operating System Distribution (3)
    • Classic 8-bit Operating Systems (1)
  • Modern (330)
    • Linux (230)
    • WinXP (119)
    • OS X (55)
    • Windows 7 (47)
    • Vista (44)
    • Win2K (29)
    • Solaris (23)
    • FreeBSD (12)
    • OpenBSD (10)
    • NetBSD (3)
  • BSD (281)
  • Emulation and API Compatibility (72)
    • Cygwin (49)
    • MinGW/MSYS (29)
    • WINE (3)
    • DOSEMU (2)
    • Fink (1)
Freshness
  • Recently updated (328)

Algorithms

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

Showing page 1 of 70.

  • lpsolve Icon
    lpsolve

    Mixed Integer Linear Programming (MILP) solver lp_solve solves pure linear, (mixed) integer/binary, semi-cont and special ordered sets (SOS) models.lp_solve is written in ANSI C and can be compiled on many different platforms like Linux and WINDOWS

    883 weekly downloads
  • Armadillo C++ matrix library Icon
    Armadillo C++ matrix library

    Armadillo is a fast, template based, C++ matrix library with optional interface to LAPACK and ATLAS libraries, including high-performance versions such as Intel MKL, AMD ACML and OpenBLAS. Integer, floating point and complex numbers are supported, as well as disk storage and a subset of trigonometric and statistics functions. Armadillo has an easy to use syntax, deliberately similar to Matlab. For more details, see http://arma.sourceforge.net

    709 weekly downloads
  • MOA - Massive Online Analysis Icon
    MOA - Massive Online Analysis

    A framework for learning from a continuous supply of examples, a data stream. Includes classification and clustering methods. Related to the WEKA project, also written in Java, while scaling to more demanding problems.

    420 weekly downloads
  • FileHelpers Library Icon
    FileHelpers Library

    The FileHelpers are an easy to use .NET library written in C#. Is designed to read/write data from flat files with fixed length or delimited records (CSV). Also has support to import/export data from different data storages (Excel, Access, SqlServer) Code on GitHub: https://github.com/MarcosMeli/FileHelpers Bugs/Ideas: http://filehelpers.myjetbrains.com/youtrack/rest/agile/FH/sprint

    341 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.

    358 weekly downloads
  • Clipper Icon
    Clipper

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

    233 weekly downloads
  • JTS Topology Suite Icon
    JTS Topology Suite

    The JTS Topology Suite is an API for modelling and manipulating 2-dimensional linear geometry. It provides numerous geometric predicates and functions. JTS conforms to the Simple Features Specification for SQL published by the Open GIS Consortium.

    191 weekly downloads
  • Linear Program Solver Icon
    Linear Program Solver

    Solve linear programming problems

    213 weekly downloads
  • University Timetabling Icon
    University Timetabling

    UniTime is a comprehensive educational scheduling system that supports developing course and exam timetables, managing changes to these timetables, sharing rooms with other events, and scheduling students to individual classes. It is a distributed system that allows multiple university and departmental schedule managers to coordinate efforts to build and modify a schedule that meets their diverse organizational needs while allowing for minimization of student course conflicts. It can be used alone to create and maintain a school's schedule of classes and/or exams, or interfaced with an existing student information system.

    113 weekly downloads
  • Fsum frontend Icon
    Fsum frontend

    Fsum Frontend is a files integrity checker. It can calculate 96 hash and checksum algorithms(CRC32, MD5, SHA1, SHA2, ADLER, DHA256, FORK256, ...). You can verify your files using a .sfv/.md5/.sha1/.sha2 file or create your own checksum file.

    137 weekly downloads
  • dlib C++ Library Icon
    dlib C++ Library

    dlib is a library for developing portable applications dealing with networking, threads, graphical interfaces, data structures, linear algebra, machine learning, XML and text parsing, numerical optimization, Bayesian nets, and numerous other tasks.

    207 weekly downloads
  • threadpool Icon
    threadpool

    threadpool is a cross-platform C++ thread pool library. It provides a convenient way for dispatching asynchronous tasks and can be easily customized. threadpool is based on the high-quality Boost source libraries.

    148 weekly downloads
  • FileVerifier++ Icon
    FileVerifier++

    FileVerifier++ is a Windows utility for calculating hashes using a number of algorithms including CRC32, MD5, SHA-1, SHA-256/224/384/512, WHIRLPOOL, and RIPEMD-128/160/256/320. Supported hash file formats include MD5SUM .MD5, SFV, BSD CKSUM, and others.

    165 weekly downloads
  • Alcinoe Icon
    Alcinoe

    compoments suite for Delphi

    81 weekly downloads
  • Java Graticule 3D (OpenAdjustment) Icon
    Java Graticule 3D (OpenAdjustment)

    JAG3D is a tool to estimate geodetic 1d, 2d and 3d-networks by a least-square-adjustment called Gauß-Markov-Model. Moreover, the software supports deformation-analysis. Add-ons are coordinate-transformation (CoordTrans) or the Form-Fitting-Toolbox.

    138 weekly downloads
  • TARQUIN Icon
    TARQUIN

    MRS/NMR analysis software

    122 weekly downloads
  • RHash Icon
    RHash

    RHash is a console utility for computing and verifying hash sums of files. It supports CRC32, MD4, MD5, SHA1, SHA256, SHA512, Tiger, TTH, Torrent BTIH, AICH, ED2K, GOST R 34.11-94, RIPEMD-160, HAS-160, EDON-R 256/512, WHIRLPOOL and SNEFRU hash sums.

    93 weekly downloads
  • carnaval Icon
    carnaval

    Carnaval est un logiciel destiné au calcul de masques et d'ensoleillement. La version actuelle permet de calculer les trajectoires solaires et les masques de terrain liés au relief (modèle issu des données SRTM). Les développements ont été repris par Sober Software. Merci de visiter ce site pour télécharger la dernière version et accéder aux nouvelles fonctionalités : www.sober-software.com

    103 weekly downloads
  • ViennaCL Icon
    ViennaCL

    ViennaCL provides high level C++ interfaces for linear algebra routines on CPUs and GPUs using CUDA, OpenCL, and OpenMP. The focus is on generic implementations of iterative solvers often used for large linear systems and simple integration into existing projects.

    100 weekly downloads
  • WEKA Classification Algorithms Icon
    WEKA Classification Algorithms

    A collection of plug-in algorithms for the WEKA machine learning workbench including artificial neural network (ANN) algorithms, and artificial immune system (AIS) algorithms.

    97 weekly downloads
  • Portugol Viana Icon
    Portugol Viana

    PortugolViana é uma ferramenta open-source para edição/execução algorítmica. PortugolViana permite a edição de algoritmos em português (do Brasil e de Portugal) e a sua execução e monitorização.

    273 weekly downloads
  • Stxxl Icon
    Stxxl

    Stxxl is an implementation of the C++ standard template library STL for external memory (out-of-core) computations, containers, and algorithms that can process huge volumes of data that only fit on disks.

    58 weekly downloads
  • Structorizer Icon
    Structorizer

    Structorizer is a little tool which you can use to create Nassi-Schneiderman Diagrams (NSD). Stuctorizer is written in Java and free for any use.

    59 weekly downloads
  • Easy Hosting Control Panel for Ubuntu Icon
    Easy Hosting Control Panel for Ubuntu

    ehcp for Ubuntu is a hosting control panel, for multiple domains on single machine. easily installable,easy usage, non-complex,functional. homepage:http://www.ehcp.net * automatically installs and works: dns, apache, mysql, ftp, email, domains,auto updat

    133 weekly downloads
  • HCRF library (including CRF and LDCRF) Icon
    HCRF library (including CRF and LDCRF)

    C++, Matlab and Python library for Hidden-state Conditional Random Fields. Implements 3 algorithms: LDCRF, HCRF and CRF. For Windows and Linux, 32- and 64-bits. Optimized for multi-threading. Works with sparse or dense input features.

    52 weekly downloads
  • Back
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • …
  • Next

Staff Picks

  • Icon cpuminer
  • Icon Eric Integrated Development Environment
  • Icon GLFW
  • Icon G'MIC
  • Icon JasperReports Library
  • Icon jTDS - SQL Server and Sybase JDBC driver
  • Icon UberStudent - Linux for Learners
  • Icon Universal Media Server
  • Icon Workrave

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 Big Data