十六进制的算法(国外英文资料).docVIP

  • 16
  • 0
  • 约2.13万字
  • 约 25页
  • 2017-06-10 发布于河南
  • 举报
十六进制的算法(国外英文资料)

十六进制的算法(国外英文资料) Is A representation method of data in computer. Daily in decimal notation is different with us. It is composed of 0-9, A - F,. And the corresponding relation of decimal is: 0-9 corresponding 0-9; A - F corresponding 10-15; The number of Ns is going to be equal to 0 minus N minus 1, which is more than 9 in the letter A minus F Such as: The decimal system of 32 is the hexadecimal system: 20 Hexadecimal 32 represented as decimal is: 3 x 16 ^ 1 + 2 x 16 ^ 0 = 50 Why is octal and hexadecimal required? In programming, we often use a decimal system... After all, C/C + + is a high-leve

文档评论(0)

1亿VIP精品文档

相关文档