Showing 523 open source projects for "algorithm"

View related business solutions
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 1
    This tool is made to score machine translation performance with the TER metric. This code is based on Snover's algorithm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    ezSIFT

    An easy-to-use standalone SIFT library written in C/C++

    *************************************************************************** Updated 06/28/2018 The ezSift project has moved to https://github.com/robertwgh/ezSIFT *************************************************************************** The SIFT (scale-invariant feature transform) algorithm is considered to be one of the most robust local feature detector and description methods. Most of the open-source SIFT implementations rely on some 3rd-party libraries. Some of them even rely...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    New CTruck3D Rally

    New CTruck3D Rally

    Free-roaming 3D racing game featuring advanced terrain rendering

    It's a free-roaming 3D racing game featuring advanced terrain rendering. For small file-size, a 4k x 4k terrain is available, sampled meter-by-meter so it's very smooth. Lightweight program. This is the form in which I wished to do the first release of the terrain rendering Algorithm I have developed throughout almost 2 years. Written in C++, featuring multithreading (2 threads): a total remake of the first 3D game I did years ago, CTruck3D_Simplex and sequels. This works better...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    fPotencia

    fPotencia

    Power flow library in C++

    fPotencia is the fruit of free time and passion for power systems simulation. After observing the lack of ready-to-implement libraries for power system analisys, and that the existing ones focus on command line workflow, I decided myself to start a project to fill the gap. Since Power system simulations have started needing to be executed in parallel, the old C-like designs are outdated; modular design is now needed to launch many simulations at the same time based on a base...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Crowdtesting That Delivers | Testeum Icon
    Crowdtesting That Delivers | Testeum

    Unfixed bugs delaying your launch? Test with real users globally – check it out for free, results in days.

    Testeum connects your software, app, or website to a worldwide network of testers, delivering detailed feedback in under 48 hours. Ensure functionality and refine UX on real devices, all at a fraction of traditional costs. Trusted by startups and enterprises alike, our platform streamlines quality assurance with actionable insights. Click to perfect your product now.
    Click to perfect your product now.
  • 5
    ESTReMo

    ESTReMo

    An evolutionary simulator of transcription regulatory networks

    ESTReMo is a genetic algorithm-based simulator to explore the evolution of transcription factors and their binding motifs on realistic genomic backgrounds.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    TrollEditor

    Editor of virtual worlds.

    ... for motion capture data analysis - path finding using data from physics engine (backwave propagation algorithm) - built in XML parser - graphical world editor - plugins system (C++)
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    EurekaOptima is a framework for optimization containing the implementation of several algorithms like Genetic Algorithm (GA), Clonal Selection Algorithm (CLONALG), Grammatical Evolution (GE), Differential Evolution (DE), and Evolution Strategy (ES).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Finds communities in networks with a submodular algorithm based on the optimization of Newman's modularity. The algorithm finds a weakly optimal community partition of the network. Developed by J. R. Busch, M. G. Beiro and J. I. Alvarez-Hamelin,
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Algorithms & Data Structures in C++

    Algorithms & Data Structures in C++

    Algorithms & Data structures in C++

    An algorithm is represented by a .h file and placed under include. (one .header file per algorithm.) The demo program for the algorithm demonstration is placed under src. (one demo per algorithm.) After the program passes correctly, please initiate Pull Requests, the code is verified and stored in the library, and the new algorithm implementation is published in the README. TAB = 4 space. set ts=4 in vim. Graph output format is Graphviz Dot format. (the output format of the graph is in dot...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Test your software product anywhere in the world Icon
    Test your software product anywhere in the world

    Get feedback from real people across 190+ countries with the devices, environments, and payment instruments you need for your perfect test.

    Global App Testing is a managed pool of freelancers used by Google, Meta, Microsoft, and other world-beating software companies.
    Try us today.
  • 10

    SpeakerFinder

    Speaker Identification

    Speaker Finder is speaker identification tool powered by 3 different technique in the background . 1 - GMM with GFCC (gammatone filter ceptral coefficient) 2 - GMM with Pitch(f0) 3 - NGrams with f0 SpeakerFinder should be trained with speaker's sound first than, program can be used the recognized trained speakers. Project also has a validation phase which choose which algorithm above 3 will give best result for spesific speaker.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    cvworkbench

    Computer vision workbench

    Its main purpose is to help with the computer vision software design, developement and testing. By using a graphical diagram editor that defines analysis flow, different algorithm combinations can be tried, with different parameters, very quickly and with no coding.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    MandALot

    MandALot

    A powerful Mandelbrot generator

    MandALot is a powerful software. It allows you to explore the Mandelbrot set, and overall to create pictures from the set. The interface is fully customizable and is divided into several parts: you can manage separately how the algorithm works, and how the colors of the interior and exterior of the set are generated. It also features multi-layer gestion. MandALot is optimized for both large and small screens.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    SubPatCNV

    Approximate association pattern mining algorithm for CNVs.

    ... samples?". SubPatCNV is the implementation of a variation of approximate association pattern mining algorithm under a spatial constraint on the positional CNV probe features. The implementation scales to high-density array data with hundreds of thousands features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Genetic Algorithms Engine - Blackjack

    A genetic algortihm engine that evolves blackjack basic strategy.

    This project is a genetic algorithm engine able to be reused for other projects with minimal additional programming. The genetic algorithm engine currently plays many blackjack hands for the fitness function and produces a result similar to blackjack basic strategy. To see it in action, download the zip file and run either: GABlackjack_Demo.exe     (quick)   or GABlackjack_Long.exe       (slow, but it achieves better results). The code was written in C++, using MS Visual Studio 6.0...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    SATURN cipher

    RNG for use in a stream cipher

    SATURN is now a fully-functional stream cipher. It is in active development. The underlying algorithm is SATURNrng, a cryptographically-secure random number generator. SATURNrng is seeded with a 480-bit key and a 480-bit nonce which then produces a random stream used to encrypt a plaintext.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Cube Password Manager

    Cube Password Manager

    A secure and light-weight password manager

    ... are included in the main VS files zip file(taken out of the "redist" folder of VS). There is a folder containing the project written in QT, so you can compile and run this in Linux, although the QT project is not being updated anymore. Should you encounter a bug I will be glad to help, but I can't guarantee any major updates for it. UPDATE: Various improvements to the GUI, a new and much stronger encryption algorithm as well as a new login screen.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    MusicPlayer

    MusicPlayer

    Music player - endlessly plays your music

    This music player is supposed to be simple and all centered around an infinite intelligent queue (some other players call this PartyShuffle or DJ mode). You can manually add songs to it - but if you don't or the queue gets too short, it will automatically intelligently fill it with further songs. The intelligent queue decision currently is based on: * song ratings * context-based choices, e.g. related songs more likely Other features of this player: * open source, simplified BSD...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Flexible Tagged Format (FTF) Library

    Flexible Tagged Format (FTF) Library

    Flexible Tagged Format (FTF) Library

    Flexible Tagged Format (FTF) is a completely flexible storage format using human readable tags, and potentially support storing any type of data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    qtbitreverse_demo

    recursive calculation of Bitreverse

    small QT Programm for Testing my recursive Algorithm for calculation the bitreverse of a single number in a series with Length: 2^X with X=Number of Bits
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Caméléon, source code

    Caméléon, source code

    a graphical language for functional programming

    Warning: This version is the source code of Caméléon, new web site will be released with tutorials & documentations. Caméléon Creator is a graphical algorithm editor designed for processing research, prototyping & calibration. With Caméléon, you construct & calibrate data processes with a simple drag & drop mechanism. Caméléon is a graphical language, based on the theory. Caméléon is a try to make data processing research & prototyping simple & addictive.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Ezys

    Ezys 3D medical image registration program

    Ezys is a non-linear 3D medical image registration program. Ezys fully exploits the parallel computing power of inexpensive commercial graphics processing units (GPU), resulting in a very fast and accurate program capable of running on desktop PCs and even some laptops. On these systems, non-linear image registrations take less than a minute to complete. Ezys implements a diffeomorphic inverse consistent image registration algorithm with a demons-style regularization based on a non-parametric...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    Matlab Algorithm To C or C++

    Matlab Algorithm To C or C++

    Matlab Mupad algo demos to C and C++

    A demo with Matlab Mupad with an Options Call and Put algos converted to various C and C++ projects. You could also use Simulink for even FPGA deployment via HDL for ultra lowest high frequency trading
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    QuazarCoin
    QuazarCoin (QCN) is a new cryptocurrency based on the CryptoNote and uses the CryptoNight algorithm. QuazarCoin protects your data and privacy with help of completely anonymous transactions with ring signatures.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Simbuca
    SIMBUCA (before called Simonion) is a simulation package that simulates the motion of charged particles under the influence of Electric and/or Magnetic fields. What makes Simbuca unique is that you can choose to calculate the Coulomb interaction between ions on a Graphics cards which is much faster than calculating this on the conventional CPU (reducing the simulation time from years to days). Therefore Simbuca has been applied in various projects which required to understand the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    AppM Build Automation

    AppM Build Automation

    Automated software application for constructing and building projects.

    AppM Build Automaiton is an open source and automated software application that is used to construct and build projects on different operating systems and using different development environments. General principles of implementation: -Each project must have a Build Project File, containing the necessary information on the construction of the project. For example, a unique name of the project, dependence on other projects and libraries, methods of construction, etc. Thus, the entire...
    Downloads: 1 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.