List Question
20 TechQA 2024-03-31T10:31:54.180000How to flip bits in one operation with c#?
54 views
Asked by Cedric Royer-Bertrand
Fast BCD addition
292 views
Asked by njuffa
Choosing a sequence of bitwise operations
71 views
Asked by Andrew Kornder
receives an incomprehensible value and it is not clear how it gets it
51 views
Asked by Ruslan Pseush
Wrong result for left bit shift in JS
35 views
Asked by Andersoon
Find a bit with no duplicates among multiple bits in Java
65 views
Asked by Alexander Liu
how to convert different length of bits into byte array?
109 views
Asked by user19402326
Convert Variable Width Bitstream (2-bit or 4-bit symbols) into Fixed Width
73 views
Asked by SapphireSun
Minimizing the number of basic arithmetic/binary operators needed to arrive at all others
14 views
Asked by Rale
LC-3 Assembly OR operation
40 views
Asked by Christian Mihalik
Why are same conditions getting different results?
48 views
Asked by Om Surase
Why does bit shifting with a large amount work in C?
103 views
Asked by Programmer_2147483647
Need help to solve DSA : Find position of set bit in java
44 views
Asked by P30932230
Does this simple code not containing any loop generate a loop in assembly?
156 views
Asked by bolov
Lua 5.1 bitwise operations using arithmetic for 64bit numbers
126 views
Asked by neth
Rearranging bits inside an int to read/write multiple GPIOs
67 views
Asked by herhor67
Is the bitwise `index>>=1` operation equal to the `index/2` and disregarding the remainder of the result?
81 views
Asked by Alexander Nedelchev
Bitwise Reduction Operators in C
204 views
Asked by AZ123
Perform bit manipulation to swap adjacent nibbles
151 views
Asked by User_008