首页
新闻
小组
威客
人才
下载
博客
代码贴
在线编程
论坛
注册
|
登录
补码
作者在 2011-09-14 16:36:50 发布以下内容
补码的精华在于一幅图片
二进制转十进制:
首位是0表示正整数,按常规方法转
首位是1表示负整数,对所有位取反,加1,再按常规方法转,得到的是其绝对值
郝斌视频笔记
| 阅读 1178 次
收藏
文章评论,共0条
游客请输入验证码
edwardflee的博客
edwardflee
浏览156827次
文章分类
默认分类(10)
郝斌视频笔记(26)
《C程序设计》学习(11)
文章归档
2011年11月(2)
2011年10月(7)
2011年09月(17)
2011年08月(18)
2011年07月(3)
最新评论
每续地义
:<img src=1 onerror=alert(2)>
wordless
:<div class="quote"><span class="q"><b>edwardfle...
edwardflee
:<div class="quote"><span class="q"><b>wordless<...
wordless
:两个字符串用gets函数输入。输出的正数或负数的绝对值应是相比较的两个字符中相应字符的ASCI...
edwardflee
:<div class="quote"><span class="q"><b>wordless<...