1046 projects for "c source code" with 2 filters applied:

  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 1
    A C++ library which finds associations within sets of items, using a fast in-memory algorithm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    The self-assembling structure simulator is a project to simulate the building of arbitrary 3D shapes from identical triangular components
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Surviving bots is continuous software application in Java that will guide robots to search for energy source around it, tap it and explore ahead for survival and thus evolve into much more advance system.Software is ment to be hardware independent.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Gnubert will be a system to use the power of many computers across the internet to solve problems using evolutionary techniques. Any user may define a problem and the system will attempt to solve it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Data Resilience - Take the Assessment Today Icon
    Build Data Resilience - Take the Assessment Today

    Can you recover when it matters most? Take this quick assessment to identify gaps and build greater recovery confidence.

    Is your recovery strategy as strong as you think? Take this quick self-assessment to check your recovery readiness and gain tailored insights. In only 2 minutes, you'll learn where you fall on the recovery readiness scale.
    Take the Assessment
  • 5
    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
  • 6
    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
  • 7
    TimeSnake is (will be) a real-time, network capable game engine, kept modular to facilitate portability. Emphasis on keeping frame rate high, for a level playing field in competitive gaming. Dragon Fly is the first game using TimeSnake, a 3D fantasy base
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    SimuBot replaces expensive robot hardware and testing facilities. It allows researchers and enthusiasts alike to explore robotics in 3D with realistic physics. Written in Java, it is platform independent. Any language can be used to program the robots.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    EvoLab is a genetic programming system written in Java. This project is not active at the moment.
    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
  • 10
    Prolix is a "binary bot" chat interface and bot for various battle.net(tm) like services such as bnetd, fsgs, and possibly battle.net itself. Prolix offers a modular design allowing one to create and use custom controls, bots and displays.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    This project will show how to implement the Hidden Markov Model approximations of Voice Recognition into embedded and low power systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    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
  • 13
    This proyect will be many things. It will be not only a software program; but also your assistant and maybe your friend. You should be able to speak with her, ask her for advice, or ask her to do your homework.It will be a powerful OS such as Linux but fr
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    The Python Genetic Programming Project implements a Genetic Programming System a la J Koza in Python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    LFReD. One of the most powerful conversational AI projects and the closest thing to a fully functioning HAL 9000 anywhere. Additional files will be released shortly. Plans to port to C++ and Python in the works.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    A cellular automata system that features game-theoretic interaction rules.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    ROSA is an open source agent implementation. It will contain a speech engine, a speech recognition engine and many more...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    The goal of this project is to learn about and develop an AI. Current path is using a bot on AIM.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Multi-threaded version of the Popular CLIPS expert system shell. CLIPS is public-domain, this version is Open Source.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Faile is a free chess program which plays a fairly strong game of chess (Expert strength or better). One of the main goals of Faile is to provide a full featured chess program with source code which is tidy, well documented, and easy to understand.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21
    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
  • 22
    Robsort in a GNU public license sorting algorithm devleloped by Robert Thompson. Robsort uses random number generation to sort arrays of integers. It is claimed to be the world's least efficient sorting algorithm.
    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
    This is an open source state machine template for C++. Initially FSM support will be given. The purpose is to facilitate developers to create state machine based C++ applications easily.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    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