当前位置: 技术问答>java相关
请问>>>与>>有何区别?
来源: 互联网 发布时间:2015-04-03
本文导语: 题 | 试一下就知道了 >>>全部补0, >>补符号位 不知道是不是 | 不帶符號右移 和帶符號右移 | The signed right shift >> uses sign extension: if the value is positive, zeroes...
题
|
试一下就知道了
>>>全部补0, >>补符号位
不知道是不是
>>>全部补0, >>补符号位
不知道是不是
|
不帶符號右移
和帶符號右移
和帶符號右移
|
The signed right shift >> uses sign extension: if the value is positive, zeroes are inserted at the higher-order bits; if the value is negative, ones are inserted at the higher-order bits
Java has also added the unsigned right shift >>>, which uses zero extension: regardless of the sign, zeroes are inserted at the higher-order bits
Java has also added the unsigned right shift >>>, which uses zero extension: regardless of the sign, zeroes are inserted at the higher-order bits
|
>>>是右移当不 改变符号
>>会改变符号
>>会改变符号
|
看看java 语言的位运算章节
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。