<span style="font-family: Arial, Helvetica, sans-serif; background-color: rgb(255, 255, 255);">专门下了个opera浏览器来记录东西,看看CSDN的博客能不能有自动的代码识别:</span><pre name="code" class="java">package com.dby.calculate;
import com.dby.p.p;
public class Count {
public static void main(String[] args){
p.t(1<<30);
p.t(Integer.toBinaryString(1));
p.t(Integer.toBinaryString(1<<31));
p.t(1<<31);
p.pStrlen("10100000111110110101100000111000011000101100110000011010001");
p.t(Math.pow(2, 30));
p.t(Integer.toBinaryString(17));
p.t(Integer.toBinaryString(-17));
p.t(17>>2);
p.t(-17>>2);
p.t(Integer.toBinaryString(-156));
//!p.t(Integer.valueOf("10000000000000000000000000000000",2));//java.lang.NumberFormatException
p.t(-1<<30);
p.t(Integer.MAX_VALUE);
p.t(Long.toBinaryString(362498820763181265L));
// Note: offset or count might be near -1>>>1.
p.t("Note: offset or count might be near -1. ",Integer.toBinaryString(-1));
p.pStrlen("11111111111111111111111111111111");
p.t("Note: offset or count might be near -1>>>1. ",-1>>>1);
p.pStrlen("1111111111111111111111111111111");
p.t("右移32位:", 3>>32);
}
}
CSDN博客的第一篇
最新推荐文章于 2023-07-20 09:23:27 发布
本文是关于在CSDN平台上创建和发布第一篇博客的详细步骤,包括如何注册账号、编写博客、设置标签和目录,以及如何分享和互动,帮助新手快速上手CSDN博客写作。
摘要由CSDN通过智能技术生成