bitwise-arithmetic
There are 29 repositories under bitwise-arithmetic topic.
demox-labs/zk-battleship
Aleo instruction implementation of battleship on the Aleo chain.
jhg023/BitBuffer
A data type similar to ByteBuffer, but can read/write bits as well as bytes to improve throughput and allow for optional compression.
Mcdonoughd/CS2011
WPI CS2011 Assembly Assignments for B-term 2017
mlachmish/Bit
Super light Bit operation library in Swift.
Notgnoshi/Bitfield
A Python bitfield class for easier bit manipulation of integers
bettercallshao/bitex
Expand a number into binary bits and visualize over Hook.io
seigtm/BitwiseAddition
Addition of two integers using only bitwise operators (C++).
vookimedlo/alfred-bitwise-evaluator
Alfred 3 workflow for evaluating bitwise expressions.
jkr2255/bit_utils
Utility methods for bitwise operations in Ruby.
robertvunabandi/digital-inputter
This class helps with simple and complex mathematical logic computations (bitwise arithmetic). Supports NOT, NOR, NAND, AND, OR, IMPLIES, XOR, and IFF.
burhanahmed1/BitCalculator
BitCalculator is used for bitwise arithematic operations like addition, subtraction, multiplication etc.
lmilunovic/Universe-bitset-Politeh-Java-project
BitSet implementation.
ShawnP-203/PythonBitwisePrototype
Prototype for adding and subtracting without arithmetic operators
tridibsamanta/Bit-Manipulation
Let's enjoy some bitwise hacks.
alexgian1/Bitwise-Calculator-Parser
The calculator accepts expressions with the bitwise AND(&) and XOR(^) operators, as well as parentheses. (Single digit numbers only)
ImaginaryResources/x86-Calculator
An attempt to make a calculator in assembly with only bitwise arithmetic
memo-jpg/Booths-Algo
a simulator for the Booth’s 2’s complement number multiplier.
pedropp222/BinaryCalc
Calculate and evaluate binary and other expressions
Svaught598/Chip8Emulator
Another Chip-8 emulator. Building it to learn more about Java and general emulation.
vitalij555/bitops
Bit manipulation library
0xricksanchez/pcalc
pcalc clone written in rust for the sole purpose of it being able to handle 64-bit numbers
altruistcoder/Open-CV-Implementations
This is a repository of code files which can be used to perform some basic tasks & operations using OpenCV.
chernohb23/bitboard_checkers
Bitboard checkers project for CS 3503
DaGuich/py-bitops
Python bitwise operations made easy
mgia/fillit
Finding the smallest square
nevzatseferoglu/bitwise
Bit-wise practicing, and some common approaches.
rumeshmadhusanka/Core-Wars
core-wars
umutsevdi/b_vector
Dynamic boolean vector implementation for C programming language.
wecet/CPP-Bitwise-Operators-and-Quadtrees
This repository consists of 2 folders. The first folder consists of a quadtree implementation in Cpp with Boolean and 'Black and White' representation. The second folder consists of an implementation of the bitwise operators on a binary string stored as an object of a big integer.