Learn c for the Second day
Posted BlueBerry006
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Learn c for the Second day相关的知识,希望对你有一定的参考价值。
十六进制对应的二进制码
0000 0001 0010 0011 0100 0101 0110 0111 1000 1001 1010 1011 1100 1101 1110 1111
0 1 2 3 4 5 6 7 8 9 a b c d e f
不管什么程序最终都编译成二进制码,而十六进制是这些二进制码的缩写
记住十六进制所对应的二进制码对我们编程事有帮助的
计算机中常见的数据宽度
位 bit
字节 byte 8 bit
字 word 16 bit
双字Doubleword 32 bit
有符号数字和无符号数字
正数:他的原码 反码 补码都相同
负数:第一位是1,值是他的补码
原码:第一位是1,其余是他的绝对值
反码:是符号位不变其余取反
补码:是原码取反在加1
以上是关于Learn c for the Second day的主要内容,如果未能解决你的问题,请参考以下文章
learn the python the hard way习题11~17总结
Learn to securely share files on the blockchain with IPFS!
《Learn Vimscript the Hard Way》
c_cpp ESP8266看门狗WDT - 来自https://learn.sparkfun.com/tutorials/esp8266-thing-hookup-guide/using-the-a