Engineering Problem Solving with C, Third Edition :工程用C解决问题,第三版.pptVIP

  • 6
  • 0
  • 约1.05万字
  • 约 44页
  • 2017-12-15 发布于重庆
  • 举报

Engineering Problem Solving with C, Third Edition :工程用C解决问题,第三版.ppt

Engineering Problem Solving with C, Third Edition :工程用C解决问题,第三版

Numbering Systems Base two (binary) number system Two binary digits (0,1) Each digit multiplies a power of two Example: Copyright ? 2012 Pearson Education, Inc. 101102 = 1*24 + 0*23 + 1*22 + 1*21 + 0*20 = 1*16 + 0*8 + 1*4 + 1*2 + 0*1 = 16 + 0 + 4 + 2 + 0 = 2210 Numbering Systems Base eight number system Eight octal digits (0,1,2,3,4,5,6,7) Each digit multiplies a power of eight Example: Copyright ? 2012 Pearson Education, Inc. 2458 = 2*82 + 4*81 + 5*80 = 2*64 + 4*8 + 5*1 = 128 + 32 + 5 = 1658 Numbering Systems Base sixte

文档评论(0)

1亿VIP精品文档

相关文档