vote up 1 vote down star

i got really confused every time when i encounterd bit operations,especially those shifts,rotates,overflow things etc.I wonder if there's any book/article on the web introducing boolean algebra,which could give me a solid background of boolean algebra,thanks!

flag

5 Answers

vote up 2 vote down check

Two really great books come to mind.

Also, online you can read Bit Twiddling Hacks.

link|flag
+1 for the bit twiddling hacks – Draemon Jul 9 at 12:03
vote up 1 vote down

Wiki articles:

Boolean algebra (introduction)

Boolean algebra (logic)

Boolean logic

link|flag
vote up 1 vote down

I don't know of any books on this subject, but here are some online resources... It sounds to me like what you want is to understand binary better to start with. Here is a little treatment of Binary from MathWorld, which is the web's best mathematics reference. Here is an applet on binary shift. There is a wikipedia article on Bitwise Operation. Ben Fry has created a good calculator that includes Bit Roll (Rotation) in it - be sure to look at the help on the calculator as it does much more than is obvious at first - try changing the Mode to Bin, for example.

link|flag
this is the one,thanks! – yfel Apr 19 at 16:04
vote up 0 vote down

At university we used a book called Introduction to Logic Design. Covered everything from boolean algebra up to FPGA stuff. Pretty comprehensive and it has a fair amount of exercises.

link|flag
thanks but i need a "crash course" ,that's too comprehensive and i'm not interested in electro..anyway,thanks lot – yfel Apr 19 at 15:59
vote up 0 vote down

If you are using C like languages you can also read this: bitwise operations in C

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.