[go: up one dir, main page]

Browse free open source C# Algorithms and projects below. Use the toggles on the left to filter open source C# Algorithms by OS, license, language, programming language, and project status.

  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 1
    !!! The project has been renamed to "libanculus-sharp" and has been moved to googlecode : http://code.google.com/p/libanculus-sharp/ !!! LibCommon is a reusable library written in C#. It runs on Mono 1.2 or higher and .NET 2.0 or higher. It provides an
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    LibSEDML: Sharing Simulation Experiments
    This project hosts a library and tools for sharing simulation experiments encoded using SED-ML.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    LispSharp is a fully compiled lisp implementation for the .NET Framework. It uses a Lisp dialect similar to ISO Lisp, it has a Command-line toplevel compiler with Read Compile Print Loop.It references any .NET DLL and produces standard .NET assembly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    MDQuery is a multi-dimensional aggregation class library written in VB.net originally, ported to C#.net with a lightweight query language for rapid prototyping.
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5
    Non backtacking NFA implementation of regular expressions for dot net.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Multicore SWARM
    Multicore SWARM (Software and Algorithms for Running on Multicore Processors) is an open source library for developing efficient and portable implementations that make use of multi-core processors. David A. Bader (Georgia Tech) began SWARM in 1994.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    NOD-MP stands for not another data-mining project. It is educational and scientific software to utilize data mining clustering algorithms through a user-friendly interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Software library for performing Optical Character Recognition (OCR) targeting the .NET platform. It's ported from the JavaOCR project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    The NSketch library provides implementations of most common sketch-based algorithms (histograms, quantile, frequent items, bloom filter ...). The library is written in C# for .Net.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Easy-to-Use Website Accessibility Widget Icon
    Easy-to-Use Website Accessibility Widget

    An accessibility solution for quick website accessibility improvement.

    All in One Accessibility is an AI based accessibility tool that helps organizations to enhance the accessibility and usability of websites quickly.
    Learn More
  • 10
    In this project we develop a software, that uses evolutionary algorithm to evolve a solution, that can drive a car on an arbitrari path.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    This project aims to implement several network fault diagnosis algorithms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    OSM Explorer

    OSM Explorer

    Basic routing and spatial functions using OpenStreetMap data

    A mapping application for OpenStreetMap that renders OSM or MapQuest tiles and does basic routing from a built-in database. The main focus of this project is the development of a high-performance routing engine that can handle a variety of routing and vehicle constraints on demand without additional pre-processing of the road network. An additional goal is the development of a class library centered around a built-in, object-oriented database used for processing and storing OSM map data such that external dependencies (e.g. external database servers) are minimized.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    OW.NET -- 1-Wire API port from Java (and J#) to C#. Use the Dallas 1-Wire and iButton chips with standard C# using a serial adapter (also CF.net) or the TMEX drivers on the Windows platform. No J# distribution installation required.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Online Signature Verification

    Online Signature Verification

    Real time signature verification using MATLAB and C#

    Online Signature Verification technology requires primarily a digitizing tablet and a special pen connected to the USB port of a computer. An individual can sign on the digitizing tablet using the special pen regardless of his signature size and position. The signature is characterized as pen-strokes consisting x-y coordinates and pressure with the data being stored in a signature database. Dynamic time warping (DTW) and quadratic discriminant analysis (QDA) is used to get results where the system accepts 2% of forged signatures and rejects 5% of true signatures
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    OpenYPDatePicker is a webcontrol for Asp.Net Ajax-based and written in C Sharp to provide a calendar culture based with capablity to connect to a database to retrieve informations like a sheduler.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    OsmSharp

    OsmSharp

    OsmSharp - OpenStreetMap (OSM) Library and Tools developed in C#

    *** this project has moved to codeplex: http://osmsharp.codeplex.com/ ***
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    PartWriter

    A project designed to write sheet music.

    The project is composed of two layers. The first layer is an artificial intelligence engine, partwriter, that writes music based on some heuristic. The second layer is the layer that defines the heuristic. The definition of this heuristic defines the type of music that partwriter will create. Currently (December 2012), the deepest layer is more or less complete. The author is now writing second layers of interest, namely species counterpoint heuristics according to Fux's Gradus Ad Parnassum.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Path Partitioner

    Path Partitioner

    Finds bad examples for the local search Path Partitioning algorithm

    Path Partitioner constructs random graph partitions and solves the linear (or integer) programming problems that assign weights to the edges such that the performance ratio of the local search algorithm for the Path Partitioning problem is minimized. See http://www.tau.ac.il/~ohadschn/Thesis/Partitioning.pdf. Requirements: Microsoft Automatic Graph Layout http://research.microsoft.com/en-us/projects/msagl/ Gurobi Optimizer http://www.gurobi.com/ Permutations, Combinations, and Variations using C# Generics http://www.codeproject.com/Articles/26050/Permutations-Combinations-and-Variations-using-C-G
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Phonetix.Net is a C# class-library of phonetic algorithms, implementing Soundex, Metaphone and DoubleMetaphone, with adapters for Lucene.Net. It is a port of the Java-based Phonetix library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    The PvtTable transforms a simple SQL consult into CrossTables not normalized. You can vary relationships between severals lines and columns more: http://en.wikipedia.org/wiki/Crosstab framework compatibility code 1.1Framework used 1.4
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    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).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Persistence management for evolving code. Precinct provides a layer between the code-evolving application and the XML fragment persister/loader.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A library that does preform precise floating point operations designed for industrial / banking solutions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Provisio.Collections brings STL like iterator-based containers to the .Net world (especially C#). It offers fundamental sequential (vector/list/deque) and associative (tree/skiplist) containers that can be filled, traversed and modified using iterators.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    PythagorasTheoremGeneralizer

    Pythagoras Theorem Generalizer

    An attempt to discover new kinds of Fractals by generalizing Pythagoras's Theorem into higher dimensions and negative numbers. Pythagoras Theorem when a < 0.0 and b >= 0.0 : c^2 = a^2 + b^2 * (((a*a + b*b)^0.5 - b)^2.0/(b - (a*a + b*b)^0.5)^2.0) c^2 = a^2 + b^2 * (((a*a + b*b)^0.5 - b)^2.0/(b - (a*a + b*b)^0.5)^2.0) * 1.0 c^2 = a^2 + b^2 * (((a*a + b*b)^0.5 - b)^2.0/(b - (a*a + b*b)^0.5)^2.0) * (-1.0 / -1.0) c^2 = a^2 + b^2 * (((((a*a + b*b)^0.5)*i - b*i)^2.0)/(b*i - (((a*a + b*b)^0.5)^2.0)*i)) Pythagoras's Theorem with negative numbers : For a < 0 and b >= 0 : c^2 = a^2 + b^2 * (((((a*a + b*b)^0.5)*i - b*i)^2.0)/(b*i - (((a*a + b*b)^0.5)^2.0)*i)) for a >= 0 and b < 0 : c^2 = b^2 + a^2 * (((((a*a + b*b)^0.5)*i - a*i)^2.0)/(a*i - (((a*a + b*b)^0.5)^2.0)*i)) for a < 0 and b < 0 : c^2 = a^2 + b^2 for a >= 0 and b >= 0 : c^2 = a^2 + b^2 There is Pythagoras's Theorem on Complex Plane numbers.
    Downloads: 0 This Week
    Last Update:
    See Project