Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in bit-manipulation
Have you ever had to use bit shifting in real projects? [closed]
Aug 17, 2022
bit-manipulation
bit-shift
Is there an elegant and fast way to test for the 1-bits in an integer to be in a contiguous region?
Aug 07, 2022
c++
c
bit-manipulation
Why if (n & -n) == n then n is a power of 2?
Oct 24, 2022
java
logic
bit-manipulation
Saturating subtract/add for unsigned bytes
Aug 17, 2022
c++
c
optimization
bit-manipulation
saturation-arithmetic
Manipulate alpha bytes of Java/Android color int
Aug 17, 2022
java
android
bit-manipulation
C/C++: Force Bit Field Order and Alignment
Oct 30, 2019
c++
c
bit-manipulation
endianness
bit
Precedence and bitmask operations
Aug 17, 2022
php
bit-manipulation
bitwise-operators
operator-precedence
How can I multiply and divide using only bit shifting and adding?
Sep 12, 2022
c
assembly
bit-manipulation
division
multiplication
What's the simplest way to test whether a number is a power of 2 in C++?
Aug 16, 2022
c++
algorithm
bit-manipulation
What is CHAR_BIT?
Aug 16, 2022
c
bit-manipulation
Bitwise operation and usage
Aug 16, 2022
python
binary
operators
bit-manipulation
Best practices for circular shift (rotate) operations in C++
Dec 14, 2021
c++
c
rotation
bit-manipulation
c++-faq
How do I write a maintainable, fast, compile-time bit-mask in C++?
Aug 31, 2022
c++
c++11
bit-manipulation
C/C++ check if one bit is set in, i.e. int variable
Aug 16, 2022
c++
c
bit-manipulation
How do I get bit-by-bit data from an integer value in C?
Aug 16, 2022
c
bit-manipulation
Should I use #define, enum or const?
Aug 15, 2022
c++
enums
bit-manipulation
c-preprocessor
In C/C++ what's the simplest way to reverse the order of bits in a byte?
Aug 15, 2022
c++
c
bit-manipulation
Position of least significant bit that is set
Nov 02, 2022
c++
c
optimization
bit-manipulation
Why does this random value have a 25/75 distribution instead of 50/50?
Dec 14, 2021
java
random
double
bit-manipulation
probability
What is the fastest/most efficient way to find the highest set bit (msb) in an integer in C?
Aug 15, 2022
c
algorithm
optimization
bit-manipulation
« Newer Entries
Older Entries »