位運算符的基本用法

public class example21 {  /**   *  <<:左移 左邊最高位丟棄,右邊補齊0   *  >>:右移 最高位是0,左邊補齊0;最高爲是1,左邊補齊1   *  >>>:無符號右移 不管最高位是0仍是1,左邊補齊0    */  public static void main(String[] args) {   //向左移動幾位  就乘以2的幾回冪   System.
相關文章
相關標籤/搜索