Hacker's delight

"This book is for anyone who wants to create efficient code. Hacker's Delight will help you learn to program at a higher level - well beyond what is generally taught in schools and training courses - and will advance you substantially further than is possible through ordinary self-study al...

Full description

Bibliographic Details
Main Author: Warren, Henry S. (-)
Format: eBook
Language:Inglés
Published: Upper Saddle River, NJ : Addison-Wesley c2003.
Edition:1st edition
Subjects:
See on Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009627186806719
Table of Contents:
  • Ch. 1. Introduction
  • Ch. 2. Basics
  • Ch. 3. Power-of-2-Boundaries
  • Ch. 4. Arithmetic Bounds
  • Ch. 5. Counting Bits
  • Ch. 6. Searching Words
  • Ch. 7. Rearranging Bits and Bytes
  • Ch. 8. Multiplication
  • Ch. 9. Integer Division
  • Ch. 10. Integer Division by Constants
  • Ch. 11. Some Elementary Functions
  • Ch. 12. Unusual Bases for Number Systems
  • Ch. 13. Gray Code
  • Ch. 14. Hilbert's Curve
  • Ch. 15. Floating-point
  • Ch. 16. Formulas for Primes
  • App. A. Arithmetic Tables for a 4-Bit Machine
  • App. B. Newton's Method.