摘要: package com.test; public class A { /** * @param args */ public static void main(String[] args) { //其他进制转10进制 System.out.println("2转10 :"+ Integer.valueOf("1010",2).toString()); S... 阅读全文
posted @ 2017-12-11 18:57 1161588342 阅读(140) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/xiaochunyong/article/details/7748713 Java 位运算(移位、位与、或、异或、非) 原创 2012年07月17日 01:48:20 53885 原创 2012年07月17日 01:48:20 53885 Java提供的位运 阅读全文
posted @ 2017-12-11 18:12 1161588342 阅读(143) 评论(0) 推荐(0)