The program demonstrates the use of 1-bit and 2-bit saturating counters for bimodal branch prediction.
-
Updated
Jul 18, 2023 - C
The program demonstrates the use of 1-bit and 2-bit saturating counters for bimodal branch prediction.
C Programs I've written while learning the language.
The program implements GShare branch predictor.
This is my first project in C language where I have created a robust user validation program with hashing functionality that uses basic File IO operations in C language to manage database for the program making it simple yet amazing project to work on.
Project Three for Fall 2020 CS230 at University of Massachusetts Amherst
We have developed a code to handle the production and distribution of a product.
starting C programming
Dark Ritual Hangman 🕯️ — A dark-fantasy twist on the classic Hangman game, featuring arrow-key navigation, ASCII animations, dripping blood effects, and cursed lore revealed as you play.
All the programs that I created during my Studies in C and C++
Designing a messenger with C and utilizing dynamic memory allocation, linked lists, data structures, functions, etc.
LSB Image Steganography is a C command-line application enabling seamless embedding of text messages into bitmap (.bmp) images using LSB steganography. Users can encrypt and decrypt messages, validate message and image size compatibility, and optionally include a magic string for identification.
Repository for the course Advanced Embedded Software Development -Spring 2019
Hi, here is a coded algorithm ATM machine with dynamic balance storage and receipt generation using concepts of File IO and some other concepts like structure, loops in c language
get_next_line (GNL): project focused on file I/O and memory management. The task is to write a single function, get_next_line, that reads from a file descriptor and returns one line at a time. This project requires careful handling of static variables, buffer management, and reading data in chunks to efficiently process files of any size.
Add a description, image, and links to the fileio topic page so that developers can more easily learn about it.
To associate your repository with the fileio topic, visit your repo's landing page and select "manage topics."