第一章 引论(Introduction)
1.1 我们周围的数字系统(Digital Systems around Us)
1.2 数字系统的世界(World of Digital Systems)
1.3 实现数字系统的方法(Implementing Digital Systems)
1.4 数字系统设计(Digital System Design)
本章小结(Brief Summary ofthis Chapter)
思考题和习题(Problems and Exercises)
第二章 信息的二进制表达(Binary Expression of Information)
2.1 引言(Introduction)
2.2 数字的二进制表达(Binary Expression of Numbers)
2.2.1 按位计数制(Positional Number Systems)
2.2.2 数字的二进制表达(Binary Expression of Number)
2.2.3 二进制缩写表达:八进制和十六进制(Abbreviation Expression of Binary Numbers:Octal and Hexadecimal Numbers)
2.2.4 二进制与十进制的转换(Binary and Decimal Number-System Conversions)
2.3 二进制数的算数运算(Arithmetic Operation of Binary Numbers)
2.3.1 数字系统中的无符号数(Unsigned Number of Digital System)
2.3.2 加法运算与乘法运算(Addition and Multiplication)
2.3.3 符号数的表达(Representation of Signed-Numbers)
2.3.4 不同表达方式之间的转换(Conversion of Difierent Expressions)
2.3.5 符号数的运算规则(Operational Rules of Signed Number)
2.3.6 定点数和浮点数的表示(Representation of Fixed Point Numbers and Floating Point Numbers)
……