Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

位运算 #9

Open
wisecsj opened this issue Jan 13, 2019 · 1 comment
Open

位运算 #9

wisecsj opened this issue Jan 13, 2019 · 1 comment

Comments

@wisecsj
Copy link
Owner

wisecsj commented Jan 13, 2019

  1. 德摩根定律

交对并满足分配律,并对交也满足分配律

default

default

a ^ b = (~a | ~b) & (a | b)

  1. A&A=A A^A=0 A+~A=-1
@wisecsj
Copy link
Owner Author

wisecsj commented Jan 13, 2019

CSAPP DATA LAB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant