Showing 1992 open source projects for "algorithm"

View related business solutions
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS 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
  • Picsart Enterprise Background Removal API for Stunning eCommerce Visuals Icon
    Picsart Enterprise Background Removal API for Stunning eCommerce Visuals

    Instantly remove the background from your images in just one click.

    With our Remove Background API tool, you can access the transformative capabilities of automation , which will allow you to turn any photo asset into compelling product imagery. With elevated visuals quality on your digital platforms, you can captivate your audience, and therefore achieve higher engagement and sales.
    Learn More
  • 1
    A Gtkmm Othello-like game that supports one player ( with both random move selection and genetic algorithm based selection), two players, and network play.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Cloud rendering engine based on OpenGL and SDL. Clouds are generated with a probabilistic algorithm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    PHP based Authentication code that makes HTML pages secure by authenticating users agianst a MySQL database. Uses a MD5 algorithm session id to futher secure a session.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    UbWator II is an artificial life simulation inspired by A. K. Dewdney, in his "Computer Recreations" article in the December, 1984 issue of Scientific American. Moreover we are going to add some genetic algorithm. We start from an existing Delphi prog
    Downloads: 0 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.
  • 5
    RL-POMDP is a Reinforcement Learning (RL) based algorithm to find approximate and satisfactory solution to POMDP problems. RL-POMDP is orders of magnitude faster than exact POMDP solver.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Find the pitch of a power spectrum (signal) as per the afferent/efferent neural crossover. This occurs between the Lateral olivocochlear efferents and the inner hair cell afferents.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    TA scheduler based on a genetic algorithm to make the tedious task of scheduling TA's more efficient.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    The Athlete is a virtual robot living in the ODE (Open Dynamics Engine)world. An evolution algorithm is implemented based on the DR-EA-M to optimize its performances. This involves a Genetic algorithm, network of neurons and morphology. All is in java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    This program is based on a algorithm that solves a Master Mind combination. The algo seems to work but without hole and with 5 different colors in an atempt.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Turn Your Content into Interactive Magic - For Free Icon
    Turn Your Content into Interactive Magic - For Free

    From Canva to Slides, Desmos to YouTube, Lumio works with the tech tools you are already using.

    Transform anything you share into an engaging digital experience - for free. Instantly convert your PDFs, slides, and files into dynamic, interactive sessions with built-in collaboration tools, activities, and real-time assessment. From teaching to training to team building, make every presentation unforgettable. Used by millions for education, business, and professional development.
    Start Free Forever
  • 10
    Simulated annealing package written in Java using simplex downhill algorithm from Numerical Recipies in C++/FORTRAN/C It is intended for use "behind the scenes" in applications, and it is optimised for ease of integration. Completely standalone,
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    jui is a tool for creating Java GUI layout components. It has a powerful but simple layout algorithm and support for the Swing look and feel guidelines.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    A fast, simple method of establishing musical genre of arbitrary compressed audio files calculated by comparisons with training sets. Program currently consists of a java console program. GUI front end, algorithm upgrades to come.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    I needed a library of functions that enabled me to perform hash functions and symmetric cryptography. I chose MD5 initially but eventually chose SHA as the hashing algorithm due to concerns regarding the \'collision resistance\' of MD5 due to weakne
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Image Processing Algorithm in perl
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    A C++ library which finds associations within sets of items, using a fast in-memory algorithm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    A similar to Tripwire, file system integrity checking tool but develop in java and cross platform. This tools checking and source control using check sum algorithm like MD5, SHA and CRC.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    A java implementation of the board game SUSAN(tm), invented by Stephen Linhart in 1991. Network features. Computer algorithm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    'Einsatz' is a free Java based application to plan medical services. Using the 'Maurer Algorithm' it calculates the staff and equipment you need for services like sporting events or concerts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    This project comprises a collection of libraries and applications for the field of program analysis. The starting point is a type analysis for Java programs using Agesen's Cartesian Product Algorithm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    MAGMA: Multiobjective Analyzer for Genetic Marker Acquisition A genetic algorithm for generating SNP tiling paths from a large SNP database based on the competing objectives of cost (number of SNPs) and coverage (haplotype blocks): Hubley R., Zitzler
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Two Dimensional NOesy simulation (TDN) implementents an algorithm that creates a time-domain 2D NOesy spectrum. TDN does not calculated the nOe peak intensities, Therefore, you will need the CORMA (Complete nuclear Overhauser Relaxation Matrices).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    This toolbox is designed to make implementations of voting systems freely available in Java. It will initially have software for Single Transferrable vote (Meek algorithm), but others may be included.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    This is an academic project. A library and a sample program will be developed, that will implement the Burrows-Wheeler compression algorithm, using C++ and templates. This is the same algorithm for BZip.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    A Java library for validation of credit cards. Implements the Luhn Algorithm to ensure the card number is well formed, checks card type prefix's and length. The rules are stored in a text file allowing new cards to be added without changing the source
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    OpenLabel is a label placement tool and decluttering algorithm for OpenMap. Labels are placed in full conformance with applicable cartographic specifications and conventions - without overlap or ambiguity.
    Downloads: 3 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.