<rt id="bn8ez"></rt>
<label id="bn8ez"></label>

  • <span id="bn8ez"></span>

    <label id="bn8ez"><meter id="bn8ez"></meter></label>

    敬的世界

    常用鏈接

    統計

    最新評論

    Bitwise and Bit Shift Operators

    Bitwise and Bit Shift Operators
    The Java programming language also provides operators that perform bitwise and bit shift operations on integral types. The operators discussed in this section are less commonly used. Therefore, their coverage is brief; the intent is to simply make you aware that these operators exist.

    The unary bitwise complement operator "~" inverts a bit pattern; it can be applied to any of the integral types, making every "0" a "1" and every "1" a "0". For example, a byte contains 8 bits; applying this operator to a value whose bit pattern is "00000000" would change its pattern to "11111111".

    The signed left shift operator "<<" shifts a bit pattern to the left, and the signed right shift operator ">>" shifts a bit pattern to the right. The bit pattern is given by the left-hand operand, and the number of positions to shift by the right-hand operand. The unsigned right shift operator ">>>" shifts a zero into the leftmost position, while the leftmost position after ">>" depends on sign extension.

    The bitwise & operator performs a bitwise AND operation.

    The bitwise ^ operator performs a bitwise exclusive OR operation.

    The bitwise | operator performs a bitwise inclusive OR operation.

    The following program, BitDemo , uses the bitwise AND operator to print the number "2" to standard output.

    								class BitDemo {
         public static void main(String[] args) {
              int bitmask = 0x000F;
    	  int val = 0x2222;
    	  System.out.println(val & bitmask);  // prints "2"
         }
    
    						

    posted on 2009-05-14 17:43 picture talk 閱讀(375) 評論(0)  編輯  收藏 所屬分類: Java

    主站蜘蛛池模板: 综合在线免费视频| 精品无码国产污污污免费网站国产| 日本不卡免费新一区二区三区| 亚洲午夜无码AV毛片久久| www成人免费视频| 亚洲一区AV无码少妇电影☆| xxxxxx日本处大片免费看| 亚洲女同成av人片在线观看| 免费网站观看WWW在线观看| 国产成人无码综合亚洲日韩| 久久成人免费播放网站| 久久综合亚洲色HEZYO社区| www视频免费看| 亚洲AV无码一区二区三区鸳鸯影院| 国产不卡免费视频| eeuss免费天堂影院| 亚洲国产精品无码AAA片| 1000部拍拍拍18免费网站| 亚洲欧美日韩自偷自拍| 亚洲国产精品国产自在在线 | 午夜成年女人毛片免费观看| 亚洲午夜精品久久久久久app| 在线观看免费宅男视频| 亚洲精品国产日韩无码AV永久免费网| 亚洲日韩中文无码久久| 13一14周岁毛片免费| 亚洲乱色熟女一区二区三区蜜臀| 免费一级大黄特色大片| 一级毛片不卡片免费观看| 在线观看亚洲AV每日更新无码| 免费一看一级毛片全播放| 一级毛片在线观看免费| 自拍偷自拍亚洲精品偷一| 国产精品亚洲аv无码播放| 足恋玩丝袜脚视频免费网站| 亚洲国产精品精华液| 亚洲AV无码成人精品区在线观看 | 亚洲成a人片在线网站| 俄罗斯极品美女毛片免费播放| 久久久久久免费一区二区三区 | 无码人妻一区二区三区免费看 |