2-1数制.pptVIP

  • 8
  • 0
  • 约8.63千字
  • 约 28页
  • 2016-08-22 发布于河南
  • 举报
2-1数制

Chapter 2 Number Systems and codes (数制和编码) P25 Digital system are build from circuit that process binary digits -0s and 1s; Real-life numbers,event,and conditions binary digits Binary number system and binary arithmetic Encode Keystone 2.1,2.2,2.3,2.5,2.6,2.10,2.11,2.16 2.1 Positional Number Systems (p26) Positional Number Systems: a number is represented by a string of digits where each digit position has an associated weight. (按位计数制:按各个数码的位置规定了该数所具有的数值.) 1. Decimal Number D Can Be Represented as the Following (任意十进制小数 D 可表示如下): 1. Decimal Number D Can Be Represented as the Following (任意十进制小数 D 可表示如下): 2、Binary Number(二进制) P26 Binary digits(bits):0、1 Radix:2 weight:2i Most Significant bit (MSB, 最高有效位) -the leftmost bit Least Significant bit(LSD, 最低有效位) -the rightmost bit NOTES: NOTES: bit(位) 1 byte(1个字节)=8bits MEMORY:256M=256M Bytes 1KB=1024 Bytes 1MB=1024*1024 Bytes 1GB=1024*1024*1024 Bytes The represent of Binary number : (二进制计数的表示) 0、1 00、01、10、11 000、001、010、011、100、101、110、111 0000、0001、0010、0011、0100、0101、0110、0111、1000、1001、1010、1011、1100、1101、1110、1111 The represent of Binary number : (二进制计数的表示) 0、1 00、01、10、11 000、001、010、011、100、101、110、111 0000、0001、0010、0011、0100、0101、0110、0111、1000、1001、1010、1011、1100、1101、1110、1111 3. Octal Number(八进制)P27 Octal digits: 0~7 (0,1,2,3,4,5,6,7) Radix:8 (powers of 2= 23) Weight:8i 4. Hexadecimal Number(十六进制)P27 Hexadecimal digits: 0~F (0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F) Radix:16(powers of 2= 24) weight:powers of 16 ,16i 2.3 General Positional-Number-System Conversions (常用数制的转换)P29 A number in any radix ? a number in radix 10 method: (利用位权展开) Example 1:( 101.01 )2 = ( )10 ( F1AC )16 = ( )10 Example 1: ( 101.01 )2 = (1 ?22 + 1 ?20 +1 ?2-2 )10=5.2510 ( F1AC )16 = (15 ?163 + 1?162+10?161+12?160)10=618681

文档评论(0)

1亿VIP精品文档

相关文档