-
Notifications
You must be signed in to change notification settings - Fork 304
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
带符号右移:正数高位补0,负数高位补1 #5
Comments
这个好像订正过一次,我和编辑确认一下。
gaokechen <[email protected]> 于2020年6月26日周五 下午11:02写道:
… 带符号右移:正数时高位补0,负数时高位补1
参考链接
<https://blog.csdn.net/BushQiang/article/details/79394211?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-1.nonecase&depth_1-utm_source=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-1.nonecase>
[image: 微信截图_20200626225714]
<https://user-images.githubusercontent.com/32739652/85871192-a2428280-b800-11ea-8bab-0d4b49921300.png>
[image: 微信截图_20200626225821]
<https://user-images.githubusercontent.com/32739652/85871205-a66ea000-b800-11ea-95bd-9942aa4c0902.png>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#5>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAE2IT7ZYYZTD6MFF6TH2ATRYS2BJANCNFSM4OJNBHZA>
.
|
https://time.geekbang.org/course/detail/100027801-95609 |
ppt也已经修正,closing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
带符号右移:正数时高位补0,负数时高位补1
参考链接
The text was updated successfully, but these errors were encountered: