185 projects for "programming c++ library" with 2 filters applied:

  • 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
  • Keep company data safe with Chrome Enterprise Icon
    Keep company data safe with Chrome Enterprise

    Protect your business with AI policies and data loss prevention in the browser

    Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
    Download Chrome
  • 1
    MEDDAC is the seeding point for designing a new approach to Operating System design itself. It is an Open Source project with roots in mainframe design and development the author began in 1979. Monitor Editor Disassembler Decompiler Assembler Compiler
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    OpenSim - Open Simulator. Primarily a 3D simulator for multiple indoor and outdoor mobile robots. Includes 3D real-time rendering (via OSG) and a physics engine (via ODE). Current emphasis is on manipulators.
    Leader badge
    Downloads: 14 This Week
    Last Update:
    See Project
  • 3
    Cluster Networks are a new style of neural simulation / neural network modeling, that models networks of neural populations ("clusters") that transform and transmit information using precisely-timed, graded bursts ("pulses" or "volleys") of firing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    HiTacWar Hierachical Tactical Warfare Game Engine which depends on freecnc. Main Points are KI Based Commando Structures, Electronic Warfare, Research and Shadow Structs and Shadow Armies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    C++ genetic algorithms library (solving of the NP opnimisation problems). More GA strategies, more useability, more algorithm speed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Bringing AI to the GNOME Desktop!.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Computational modelling is a interdisciplinary field spanning many techniques and programming languages. AgenTools is a project dedicated to establishing increased modularity in scientific computing packages and a portal linking to other existing project
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    CRaPI - Correct, Robust and Perfect API for simulated RoboCup - is a framework for development of teams in the RoboCup simulated league. The framework is event driven, not bound to any specific agent architecture and works with soccer server 9.x
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    FFLL (Free Fuzzy Logic Library) is an open source fuzzy logic library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10
    Mantis Robotic project consists of an open-source sets of reusable C/C++ libraries for manipulation of diverse kinds of robots, mostly for educational purposes and hobbies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    An artificial intelligance framework using partitial order planning for C++. A set of classes that provide means for computer software to do simple planning to achieve a goal. Here we use predicate logics to tell the planner our current situation, out
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Fully templated C++ library for Steering Behaviors of Autonomous agents (characters). The library comes as package where you can create your own behaviors using the power of templates.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Unit tests-based Genetic Programming in Java. The developer specifies unit tests, and the tool will use GP to evolve software that passes those tests.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Grok is a library of natural language processing components, including support for parsing with categorial grammars and various preprocessing tasks such as part-of-speech tagging, sentence detection, and tokenization.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 15
    nnet is a C++ library for artificial neural networks. Feed-forward networks with back-propagation are supported. Other network architectures may be derived from generic classes for neurons, synapses (connections) and networks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    This library defines classes for using genetic algorithms to do optimization in any C++ program using any representation and genetic operators. The distribution includes extensive documentation and many examples.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    An open Gnutella network library based on GnucDNA. It is platform-independent, developer-friendly and efficient, developed in portable C++. Easy enough for the casual P2P developer and advanced enough to satisfy the research project needs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A C++ library which finds associations within sets of items, using a fast in-memory algorithm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Tourk is a framework for developing programming games, where two (or more) people write game playing code (like Deep Blue) and a controller puts the two against each other.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    UMDS is small, strong and expansible project. The model offers a uniform method of conceptual view of the diverse data as a sequence of bits and a uniform method of keeping and processing this sequence on the external storage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Java port and extension of MLC++ 2.0 by Kohavi et al. Currently contains ID3, C4.5, Naive (aka Simple) Bayes, and FSS and CHC (genetic algorithm) wrappers for feature selection. WEKA 3 interfaces are in development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    An open source set of embedded software libraries in C, C++ and Assembler for robotics programming, targeting controllers using Motorola 68K/ColdFire & PowerPC micros. The initial target is the 68332-powered Mini RoboMind controller (www.robominds.com)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    C++ library that implements basic data structures and algorithms for computer vision and image processing applications
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    ga2 is a simple C++ library providing the necessary base classes to implement a genetic algorithm in C++. It is based loosely on Goldberg's canonical GA, but with many modifications, improvements and additional features. Essentially feature-complete, and
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    The ROSETTA C++ library is a collection of C++ classes and routines that enable discernibility-based empirical modelling and data mining. Comprises useful routines for machine learning in general and for rough set theory in particular.
    Downloads: 2 This Week
    Last Update:
    See Project