There are 0 repository under bitwise-operations topic.
JavaApp1-Oct-2021
Ever needed to compress 32 booleans into a single number?
Explore the performance nuances of common JavaScript operations with this benchmark testing repository. Compare deep cloning methods, loop constructs, condition checks, bitwise operations, and arithmetic calculations. Optimize your code and make informed decisions based on real-world performance metrics.
Addition of two integers using only bitwise operators (C++).
A project focused on converting between signed magnitude representations in assembly language. This code efficiently manipulates signed binary numbers, performing mathematical and bitwise operations.
An assembly project converting Packed BCD (Binary Coded Decimal) values into binary format. It focuses on efficient data conversion algorithms optimized for speed in low-level programming.
A rigorous and consistent foundation for numerical and arithmetic programming
Emulate ULongLong 64 bit unsigned integers with VBA7 (64/32 bit MsOffice) or VB6
Bitwise Implementation of a Tetromino Board Solver.
Learning bitwise operations in pure C, making varint & UTF-8 encoding methods
🔧 A collection of C functions dedicated to IP address mathematics and manipulations. Dive deep into bitwise operations, subnetting, and other networking essentials. A hands-on approach to mastering IP calculations for budding system programmers. 💻🌐
Lightweight wrapper for the meius/flag-forge library, seamlessly integrating bitwise enumeration and flag management into your Laravel applications.
BitCalculator is used for bitwise arithematic operations like addition, subtraction, multiplication etc.
The program demonstrates how to extract and display the segment, page, and offset components of a 31-bit virtual address using bitwise operations in C++. It includes a dedicated function for printing these components in a formatted hexadecimal representation.
This C++ project validates user-input dates within a specific range and converts valid dates into FAT (File Allocation Table) format hexadecimal representation, showcasing fundamental date handling and bitwise operations in C++.
Genetic algorithm that strives to breed perfect offspring from imperfect parents.
In this repository, I provide my solutions to problems of various levels of complexity provided by the Codewars platform.
This repository contains clean and efficient solutions to the CSES Problem Set, implemented in C++. Great for practicing algorithms and preparing for competitive programming.
Application that reads a text file and generates another file which encodes the original one by generating errors in the bytes it contains. This is done by way of bitwise and bit-shift operations.
Bitwise calculator with step-by-step binary operations visualization. Supports AND, OR, XOR, bit shifting, and NOT operations with automatic bit width definition.
this tool gets info about bits in number
Design a numeric and logic unit (ALU), as a project in "Digital design" course.
Intermediate-level C programming notes, covering advanced control flow, pointers, memory management, file handling, and more.
A Python Tkinter-based GUI application for visualizing and performing bitwise operations with real-time binary and decimal output.
This project leverages Magic Bitboards for highly efficient attack generation, implementing core functions essential for building a fast and optimized chess move generator and engine.
High-performance PHP library for managing bitwise enumerations and flag operations—ideal for access control, configuration, and fast boolean state management.
A quick prototype of a Tic-Tac-Toe game, utilising bitwise operations for efficient, low-level game state representation and outcome resolution - a performance-conscious approach within a high-level engine (Unity).
BitMatrix is a Java-based relational database management system supporting schema definition, data manipulation, indexing, and querying for both in-memory and file-backed tables.