コンピュータシステムにおける演算および論理<br>Arithmetic and Logic in Computer Systems (Wiley Series in Microwave and Optical Engineering)

個数:

コンピュータシステムにおける演算および論理
Arithmetic and Logic in Computer Systems (Wiley Series in Microwave and Optical Engineering)

  • 提携先の海外書籍取次会社に在庫がございます。通常3週間で発送いたします。
    重要ご説明事項
    1. 納期遅延や、ご入手不能となる場合が若干ございます。
    2. 複数冊ご注文の場合、分割発送となる場合がございます。
    3. 美品のご指定は承りかねます。
  • 【入荷遅延について】
    世界情勢の影響により、海外からお取り寄せとなる洋書・洋古書の入荷が、表示している標準的な納期よりも遅延する場合がございます。
    おそれいりますが、あらかじめご了承くださいますようお願い申し上げます。
  • ◆画像の表紙や帯等は実物とは異なる場合があります。
  • ◆ウェブストアでの洋書販売価格は、弊社店舗等での販売価格とは異なります。
    また、洋書販売価格は、ご注文確定時点での日本円価格となります。
    ご注文確定後に、同じ洋書の販売価格が変動しても、それは反映されません。
  • 製本 Hardcover:ハードカバー版/ページ数 270 p.
  • 言語 ENG
  • 商品コード 9780471469452
  • DDC分類 004.0151

Full Description

Arithmetic and Logic in Computer Systems provides a useful guide to a fundamental subject of computer science and engineering. Algorithms for performing operations like addition, subtraction, multiplication, and division in digital computer systems are presented, with the goal of explaining the concepts behind the algorithms, rather than addressing any direct applications. Alternative methods are examined, and explanations are supplied of the fundamental materials and reasoning behind theories and examples.
No other current books deal with this subject, and the author is a leading authority in the field of computer arithmetic. The text introduces the Conventional Radix Number System and the Signed-Digit Number System, as well as Residue Number System and Logarithmic Number System. This book serves as an essential, up-to-date guide for students of electrical engineering and computer and mathematical sciences, as well as practicing engineers and computer scientists involved in the design, application, and development of computer arithmetic units.

Contents

Preface. List of Figures.

List of Tables.

About the Author.

1. Computer Number Systems.

1.1 Conventional Radix Number System.

1.2 Conversion of Radix Numbers.

1.3 Representation of Signed Numbers.

1.3.1 Sign-Magnitude.

1.3.2 Diminished Radix Complement.

1.3.3 Radix Complement.

1.4. Signed-Digit Number System.

1.5 Floating-Point Number Representation.

1.5.1 Normalization.

1.5.2 Bias.

1.6 Residue Number System.

1.7 Logarithmic Number System.

References.

Problems.

2. Addition and Subtraction.

2.1 Single-Bit Adders.

2.1.1 Logical Devices.

2.1.2 Single-Bit Half-Adder and Full-Adders.

2.2 Negation.

2.2.1 Negation in One's Complement System.

2.2.2 Negation in Two's Complement System.

2.3 Subtraction through Addition.

2.4 Overflow.

2.5 Ripple Carry Adders.

2.5.1 Two's Complement Addition.

2.5.2 One's Complement Addition.

2.5.3 Sign-Magnitude Addition.

References.

Problems.

3. High-Speed Adder.

3.1 Conditional-Sum Addition.

3.2 Carry-Completion Sensing Addition.

3.3 Carry-Lookahead Addition (CLA).

3.3.1 Carry-Lookahead Adder.

3.3.2 Block Carry Lookahead Adder.

3.4 Carry-Save Adders (CSA).

3.5 Bit-Partitioned Multiple Addition.

References.

Problems.

4. Sequential Multiplication.

4.1 Add-and-Shift Approach.

4.2 Indirect Multiplication Schemes.

4.2.1 Unsigned Number Multiplication.

4.2.2 Sign-Magnitude Number Multiplication.

4.2.3 One's Complement Number Multiplication.

4.2.4 Two's Complement Number Multiplication.

4.3 Robertson's Signed Number Multiplication.

4.4 Recoding Technique.

4.4.1 Non-overlapped Multiple Bit Scanning.

4.4.2 Overlapped Multiple Bit Scanning.

4.4.3 Booth's Algorithm.

4.4.4 Canonical Multiplier Recoding.

References.

Problems.

5. Parallel Multiplication.

5.1 Wallace Trees.

5.2 Unsigned Array Multiplier.

5.3 Two's Complement Array Multiplier.

5.3.1 Baugh-Wooley Two's Complement Multiplier.

5.3.2 Pezaris Two's Complement Multipliers.

5.4 Modular Structure of Large Multiplier.

5.4.1 Modular Structure.

5.4.2 Additive Multiply Modules.

5.4.3 Programmable Multiply Modules.

References.

Problems.

6. Sequential Division.

6.1 Subtract-and-Shift Approach.

6.2 Binary Restoring Division.

6.3 Binary Non-Restoring Division.

6.4 High-Radix Division.

6.4.1 High-Radix Non-Restoring Division.

6.4.2 SRT Division.

6.4.3 Modified SRT Division.

6.4.4 Robertson's High-Radix Division.

6.5 Convergence Division.

6.5.1 Convergence Division Methodologies.

6.5.2 Divider Implementing Convergence Division Algorithm.

6.6 Division by Divisor Reciprocation.

References.

Problems.

7. Fast Array Dividers.

7.1 Restoring Cellular Array Divider.

7.2 Non-Restoring Cellular Array Divider.

7.3 Carry-Lookahead Cellular Array Divider.

References.

Problems.

8. Floating Point Operations.

8.1 Floating Point Addition/Subtraction.

8.2 Floating Point Multiplication.

8.3 Floating Point Division.

8.4 Rounding.

8.5 Extra Bits.

References.

Problems.

9. Residue Number Operations.

9.1 RNS Addition, Subtraction and Multiplication.

9.2 Number Comparison and Overflow Detection.

9.2.1 Unsigned Number Comparison.

9.2.2 Overflow Detection.

9.2.3 Signed Numbers and Their Properties.

9.2.4 Multiplicative Inverse and the Parity Table.

9.3 Division Algorithm.

9.3.1 Unsigned Number Division.

9.3.2 Signed Number Division.

9.3.3 Multiplicative Division Algorithm.

References.

Problems.

10. Operations through Logarithms.

10.1 Multiplication and Addition in Logarithmic Systems.

10.2 Addition and Subtraction in Logarithmic Systems.

10.3 Realizing the Approximation.

References.

Problems.

11. Signed-Digit Number Operations.

11.1 Characteristics of SD Numbers.

11.2 Totally Parallel Addition/Subtraction.

11.3 Required and Allowed Values.

11.4 Multiplication and Division.

References.

Problems. 

Index.