Skip to content
#

academic-project

Here are 65 public repositories matching this topic...

The Banking System project is a console-based application that simulates a simple banking system. It provides users with the ability to perform various banking operations such as account registration, balance inquiry, deposits, withdrawals, and more. Developed using the C programming language, this system provides two distinct interfaces.

  • Updated May 17, 2023
  • C

A C-based academic project demonstrating signal processing using Discrete Fourier Transform (DFT) and Fast Fourier Transform (FFT). Includes custom implementations for both complex and sine/cosine forms of DFT, and an optimized recursive FFT — ideal for learning frequency-domain analysis from scratch.

  • Updated Jan 6, 2025
  • C

OpenCL-based neuronal network simulator. Incorporates synaptic plasticity based on event-based implementation of Graupner-Brunel algorithm. Neurons are encoded as leaky integrate-and-fire (LIF). Synapses are current based and are available as both direct delta-currents and a difference-of-exponentials.

  • Updated Mar 2, 2020
  • C

A lightweight C framework for hot-reloading shared libraries at runtime using dynamic linking. Designed as an academic project, it enables seamless updates to .so files without restarting the application—ideal for modular systems, plugin architectures, and rapid development workflows.

  • Updated Jan 7, 2025
  • C

Improve this page

Add a description, image, and links to the academic-project topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the academic-project topic, visit your repo's landing page and select "manage topics."

Learn more