CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
cbit-manipulation
01-27
database
Make a function that returns 1 if x < y , otherwise return 0
01-27
database
Using only bit manipulations, return a mask that marks the position of the most significant 1 bit. I
01-13
Back-end
How can I toggle certain bits in an 8bit register?
01-10
other
Are bitwise operator working on __int128 in c
10-25
OS
Faster way to compute the Sum of this function below?
10-25
Mobile
Incorrect bitwise result
10-22
database
Why in a two's complement system does the expression x &= (x - 1) delete the rightmost bit?
10-05
front end
Using Bitwise in C, I have a problem that says return 1 if any bit of x = 0, else return 0
10-03
Software design
Create a function which returns 1 if x < 0, returns 0 otherwise using only bitwise operations
09-26
Blockchain
Extracting particular bits and packing them into a payload
Links:
CodePudding