Showing 523 open source projects for "algorithm"

View related business solutions
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1

    FamSeq

    Variant calling on the basis of pedigree information

    ... implementations of the Mendelian genetic model: the Bayesian network algorithm, Elston-Stewart algorithm and Markov chain Monte Carlo algorithm. To make the software efficient and applicable to large families, we parallelized the Bayesian network algorithm that copes with pedigrees with inbreeding loops without losing calculation precision on an NVIDIA® graphics processing unit.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Pambaf

    Pambaf

    Another encryption algorithm

    Pambaf is a new encryption algorithm for users or developers with extremely high demands for security.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Mapmatching

    Batch-mode algorithm to handle large data sets of GPS data

    Batch-mode algorithm to handle large data sets of GPS data. For each journey, the algorithm globally searches for the path closest to the GPS positions. This is an algorithm of type, and so belongs to the "path to path" algorithm's type. It uses the multiple hypothesis technique and relies on an innovative weighting system based on the area between the GPS points and the arcs making up the path. For high performance, the algorithm uses an iterative program and the data is stored in tree form...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    SpriteBuncher

    SpriteBuncher

    A free, open-source texture packing program.

    SpriteBuncher is a free, open-source texture packing program. It features an easy-to-use graphical interface, and advanced packing algorithms such as MaxRects. Further options include cropping, rotation, extruding, and padding. Data can be exported to a range of common output formats – e.g. Cocos2d, LibGDX, and Unity – or via generic XML, JSON, and plain text files. Examples and documentation are included. Source code available at: https://github.com/bazgt/SpriteBuncher [GPLv3].
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build apps or websites quickly on a fully managed platform Icon
    Build apps or websites quickly on a fully managed platform

    Get two million requests free per month.

    Run frontend and backend services, batch jobs, host LLMs, and queue processing workloads without the need to manage infrastructure.
    Try it for free
  • 5
    The MaxParser is written in c++ and can parse with first, second, third and fourth order projective Graph-based Dependency parsing algorithm. The project is the new version of the project "Max-MSTParser". If you want to use this software for research, please reference this web address in your papers
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Simple Hand-Writing Recognizer

    A simple but effective handwriting recognition system based on DTW

    "Simple Hand-Writing Recognizer" is a very simple but effective online handwriting recognition system based on DTW (Dynamic Time Warping) algorithm. It is written in pure C++, so of course it is a cross-platform library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    XOR encrypt v2.0

    XOR encrypt v2.0

    Encrypt Your Text documents with XOR encryption

    .... The password you provide is hashed ( SHA256 ) and saved into the encrypted file to check if the password provided is correct.This algorithm has limitations in general more the numbers of relative characters in the password to plaintext more secure will be the encryption. XOR encrypt has a 3.5 of 5 editors rating from softpedia http://www.softpedia.com/get/Security/Encrypting/XOR-Encrypt.shtml
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8

    Parallel Neural Networks

    Neural networks in CUDA & OpenCL with back propagation algorithm

    This project is my engineering diploma. It's aim is to compare the efficiency of both technologies and to check where which hacks works better. What is more one of my tasks is to compare different ways of decomposing computations in parallel.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    FSA is a probabilistic multiple sequence alignment algorithm which uses a "distance-based" approach to aligning homologous protein, RNA or DNA sequences.
    Leader badge
    Downloads: 3 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

    ExactCalc

    Software for exact computing based on interval arithmetic.

    ... interval that contains exact result of computation. Sometimes is more easy to use numerical unstable algorithm to solve problem. Instability is actually speed of accumulating the truncation error, but it can be decreased arbitrary by using more precise computation. Interval arithmetic provides us control of accumulating truncating error. To save Your time using CPU time this program provides interpreter of simple programming language based on interval algebra with arbitrary precision arithmetic.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    ... algorithm. Each module is provided with an example program.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    ciGen

    ciGen

    ciGen is a short C++ code to generate cohesive interface elements.

    ... was written by VP Nguyen (google scholar link: http://scholar.google.com/citations?user=jCqqCAoAAAAJ&hl=en) when he was at TU Delft and the algorithm is described in the article VP Nguyen, "An open source program to generate zero-thickness cohesive interface elements", Advances in Engineering Software, 2014(74), 27--39. The code was compiled in Ubuntu/Mac OS (a gnu makefile is provided) and Windows (Microsoft Visual Studio). You have to install the library Boost (http://www.boost.org) first.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Distributed Multithread Apriori (DMTA)

    A parallel implementation using MPI and OpenMP to Apriori algorithm

    DMTA (Distributed Multithreaded Apriori) is a parallel implementation of Apriori algorithm, which exploits the parallelism at the level of threads and processes, seeking to perform load balancing among the cores. Was implemented in C++ language, using the parallelization libraries OpenMP and MPI. The algorithm was generated as a result of a project developed by André Camilo Bolina, under the guidance of teachers Marluce Rodrigues Pereira, Ahmed Ali Abdalla Esmin and Denilson Alves Pereira...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    ClusterMX

    The ClusterMX program implements various clustering algorithms

    The ClusterMX program implements various clustering algorithms including 1) K-Means clustering optimized by random walks; 2) Weighted K-Means (applying force filed to the multidimensional clustering space); 3) EM Clustering Algorithm; 4) Multi-Model Mean Shift Clustering with Random Sampling; 5) Unsupervised K-Wishart clustering.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Graphal

    Graphal

    Graph algorithms interpreter, IDE, debugger, 3D visualizations.

    Graphal is an interpreter of a programming language that is mainly oriented to graph algorithms. There is a command line interpreter and a graphical integrated development environment. The IDE contains text editor for programmers, compilation and script output, advanced debugger and visualization window. The progress of the interpreted and debugged graph algorithm can be displayed in 3D scene.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    KL1p

    A portable C++ library for Compressed Sensing

    KL1p is a portable C++ framework for handling sparse recovery of inverse problems of underdetermined linear systems, like in compressed sensing technique.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    StabLe

    An algorithm for learning stable graphical models from data

    Stable Graphical Model Learning (StabLe) is an algorithm for learning the structure and parameters of stable graphical (SG) models from data. Stable random variables are motivated by the central limit theorem for densities with (potentially) unbounded variance and can be thought of as natural generalizations of the Gaussian distribution to skewed and heavy-tailed phenomenon. SG models are multi-variate stable distributions that represent Bayesian networks whose edges encode linear...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    DTMF detector and generator. Was used standard C++,so DTMF detector and generator completely cross platform.It used robust and reliable fixed-point algorithm, so can fast work on fixed-point architecture.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    yetris

    yetris

    Customizable Tetris(tm) clone on the terminal

    yetris is a customizable Tetris(tm) clone for the terminal. It has some features found on modern adaptations and aims to please both casual players and Tetris(tm) enthusiasts. It has full textual interface. yetris was originally developed in C, now reprogrammed in C++ with ncurses. It runs on pretty much every terminal around here, but it's limited to POSIX systems.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    MIT SPHERES Simulation (Release)

    MIT SPHERES Simulation (Release)

    MIT's spacecraft simulator for control algorithm development

    The SPHERES simulation is designed to support most software-related aspects of single- and multi-satellite SPHERES operations. The simulation code base consists of simulated versions of most of the SPHERES core flight code and additional code that simulates dynamics, communications, and other environmental interaction. The simulation is particularly valuable during the early stages of algorithm development and implementation as an aid in accelerating the learning curve for any Guest...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    SilentEye
    SilentEye is a cross-platform application design for an easy use of steganography. It provides a pretty nice interface and an easy integration of new steganography algorithm and cryptography process.
    Leader badge
    Downloads: 228 This Week
    Last Update:
    See Project
  • 22
    Duplicate Files Finder is a cross-platform application for finding and removing duplicate files by deleting, creating hardlinks or creating symbolic links. A special algorithm minimizes the amount of data read from disk, so the program is very fast.
    Downloads: 79 This Week
    Last Update:
    See Project
  • 23
    Motion Capture Data Acquisiton Tool

    Motion Capture Data Acquisiton Tool

    Human body movement data acquisition, processing and visualization

    The tool allows for data acquisition from triads of accelerometers, angular rate sensors and magnetometers to be transformed into human body movements. There are different SW blocks including: unit interconnection, data calibration, data processing and visualization. The data are calibrated by six-position test or two-step algorithm and processed by Extended Kalman Filter or Unscented Kalman Filter. The final data are fitted to the human body model including its limitations
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    Teachmar

    Teachmar

    Program that helps learning foreign words and phrases

    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    QPass password manager
    QPass is easy to use, open source password manager application with built-in password generator. You can store in it's database such data as passwords and logins which will be encrypted using AES-256 with PBKDF2(number of iterations set by user). Each entry can include additional information about entry such as name, url adress and description.
    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.