|In vendita nella categoria:
Ne hai uno da vendere?

Hacker’s Delight by Henry S. Warren - Hardcover

Dengr1
(8649)
Registrato come venditore privato
Non si applicano i diritti dei consumatori derivanti dalla normativa europea. La Garanzia cliente eBay è comunque applicabile alla maggior parte degli acquisti. Ulteriori informazioni
US $93,19
CircaEUR 80,33
Condizione:
Nuovo
Spedizione:
Gratis USPS Media MailTM.
Oggetto che si trova a: Chicago, Illinois, Stati Uniti
Consegna:
Consegna prevista tra il sab 19 lug e il mer 23 lug a 94104
I tempi di consegna previsti utilizzando il metodo proprietario di eBay, che è basato sulla vicinanza dell'acquirente rispetto al luogo in cui si trova l'oggetto, sul servizio di spedizione selezionato, sulla cronologia di spedizione del venditore e su altri fattori. I tempi di consegna possono variare, specialmente durante le festività.
Restituzioni:
Restituzioni non accettate.
Pagamenti:
    Diners Club

Fai shopping in tutta sicurezza

Garanzia cliente eBay
Se non ricevi l'oggetto che hai ordinato, riceverai il rimborso. Ulteriori informazioniGaranzia cliente eBay - viene aperta una nuova finestra o scheda
Il venditore si assume la piena responsabilità della messa in vendita dell'oggetto.
Numero oggetto eBay:226738209811

Specifiche dell'oggetto

Condizione
Nuovo: Libro nuovo, intatto e non letto, in perfette condizioni, senza pagine mancanti o ...
Series
NA
Educational Level
Adult & Further Education
Level
Technical
Features
1st Edition, 13th Printing
Country/Region of Manufacture
United States
ISBN
9780201914658

Informazioni su questo prodotto

Product Identifiers

Publisher
Addison Wesley Professional
ISBN-10
0201914654
ISBN-13
9780201914658
eBay Product ID (ePID)
2227947

Product Key Features

Number of Pages
320 Pages
Language
English
Publication Name
Hacker's Delight
Publication Year
2002
Subject
Programming / General, Software Development & Engineering / Systems Analysis & Design
Type
Textbook
Author
Henrys. Warren Jr.
Subject Area
Computers
Format
Hardcover

Dimensions

Item Height
0.9 in
Item Weight
20.9 Oz
Item Length
6.7 in
Item Width
9.4 in

Additional Product Features

Intended Audience
Scholarly & Professional
LCCN
2002-066501
Dewey Edition
23
Illustrated
Yes
Dewey Decimal
005.1
Table Of Content
Preface. 1. Introduction. Notation.Instruction Set and Execution Time Model. 2. Basis. Manipulating Rightmost Bits.Addition Combined with Logical Operations.Inequalities among Logical and Arithmetic Expressions.Absolute Value Function.Sign Extension.Shift Right Signed from Unsigned.Sign Function.Three-Valued Compare.Transfer of Sign.Decoding a "Zero Means 2**n" Field.Comparison Predicates.Overflow Detection.Condition Code Result of Add, Subtract, and Multiply.Rotate Shifts.Double-Length Add/Subtract.Double-Length Shifts.Multibyte Add, Subtract, Absolute Value.Doz, Max, Min.Exchanging Registers.Alternating among Two or More Values. 3. Power-of-2 Boundaries. Rounding Up/Down to a Multiple of a Known Power of 2.Rounding Up/Down to the Next Power of 2.Detecting a Power-of-2 Boundary Crossing. 4. Arithmetic Bounds. Checking Bounds of Integers.Propagating Bounds through Adds and Subtracts.Propagating Bounds through Logical Operations.Signed Bounds. 5. Counting Bits. Counting 1-bits.Parity.Counting Leading 0's.Counting Trailing 0's. 6. Searching Words. Find First 0-Byte.Find First String of 1-Bits of a Given Length. 7. Rearranging Bits and Bytes. Reversing Bits and Bytes.Shuffling Bits.Transposing a Bit Matrix.Compress, or Generalized Extract.General Permutations, Sheep and Goats Operation.Rearrangements and Index Transformations. 8. Multiplication. Multiword Multiplication.High-Order Half of 64-Bit Product.High-Order Product Signed from/to Unsigned.Multiplication by Constants. 9. Integer Division. Preliminaries.Multiword Division.Unsigned Short Division from Signed Division.Unsigned Long Division. 10. Integer Division by Constants. Signed Division by a Known Power of 2.Signed Remainder from Division by a Known Power of 2.Signed Division and Remainder by Non-powers of 2.Signed Division by Divisors >= 2.Signed Division by Divisors #= -2.Incorporation into a Compiler.Miscellaneous Topics.Unsigned Division.Unsigned Division by Divisors >= 1.Incorporation into a Compiler (Unsigned).Miscellaneous Topics (Unsigned).Applicability to Modulus and Floor Division.Similar Methods.Sample Magic Numbers.Exact Division by Constants.Test for Zero Remainder after Division by a Constant. 11. Some Elementary Functions. Integer Square Root.Integer Cube Root.Integer Exponentiation.Integer Logarithm. 12. Unusual Bases for Number Systems. Base -2.Base -1 + i.Other Bases.What is the Most Efficient Base? 13. Gray Code. Gray Code.Incrementing a Gray Coded Integer.Negabinary Gray Code.Brief History and Applications. 14. Hilbert's Curve. A Recursive Algorithm for Generating the Hilbert Curve.Coordinates from Distance along the Hilbert Curve.Distance from Coordinates on the Hilbert Curve.Incrementing the Coordinates on the Hilbert Curve.Non-recursive Generating Algorithms.Other Space-Filling Curves.Applications. 15. Floating-Point. IEEE Format.Comparing Floating-Point Numbers Using Integer Operations.The Distribution of Leading Digits.Table of Miscellaneous Values. 16. Formulas for Primes. Introduction.Willans's Formulas.Wormell's Formula.Formulas for Other Difficult Functions. Appendix A. Arithmetic Tables for a 4-Bit Machine. Appendix B. Newton's Method. Bibliography. Index. 0201914654T08282002
Synopsis
Aiming to tell the dark secrets of computer arithmetic, this title is suitable for library developers, compiler writers, and lovers of elegant hacks., A collection useful programming advice the author has collected over the years; small algorithms that make the programmer's task easier. At long last, proven short-cuts to mastering difficult aspects of computer programming Learn to program at a more advanced level than is generally taught in schools and training courses, and much more advanced than can be learned through individual study/experience. An instant cult classic for programmers! Computer programmers are often referred to as hackers -- solitary problem solvers engrossed in a world of code as they seek elegant solutions to building better software. While many view these unique individuals as "madmen," the truth is that much of the computer programmer's job involves a healthy mix of arithmetic and logic. In Hacker's Delight , veteran programmer Hank Warren shares the collected wisdom -- namely tips and tricks -- from his considerable experience in the world of application development. The resulting work is an irresistible collection that will help even the most seasoned programmers better their craft. Henry S. Warren Jr. has had a 40-year career with IBM, spanning the computer field from the IBM 704 to PowerPC. He has worked on various military command and control systems, and on the SETL project under Jack Schwartz at NYU. Since 1973 he has been in IBM's Research Division at Yorktown Heights, New York. Here he has done compiler and computer architecture work on the 801 computer and its several variants through PowerPC. Presently he is working on the Blue Gene petaflop computer project. He received his Ph.D. in Computer Science from the Courant Institute at New York University in 1980., A red-hot wake-up call?  Reporter Macy Reynolds is the new "Yankee girl" in Tranquil Waters, Texas. Having recently inherited a large home and the local newspaper, she's also got a nasty case of cold shoulder from the town. Her only fan is the enormous dog she's just adopted--a dog who is about to land Macy into some deep (and incredibly hot) marine waters....  She was in red high heels and soaked to the skin, trying to shove the reluctant Great Dane into her car. And that was all it took for Lieutenant Blake Michaels to realize just how badly he wanted Macy. Still haunted by his past--and she by hers--neither of them is looking for anything serious. But there's something demanding and carnal in play. The only way to satisfy it? One hot little fling...
LC Classification Number
QA76.6.W375 2002

Descrizione dell'oggetto fatta dal venditore

Informazioni su questo venditore

Dengr1

100% di Feedback positivi25 mila oggetti venduti

Su eBay da feb 1999
In genere risponde entro 24 ore
Registrato come venditore privatoPertanto non si applicano i diritti dei consumatori derivanti dalla normativa europea. La Garanzia cliente eBay è comunque applicabile alla maggior parte degli acquisti. Scopri di piùScopri di più
Books, DVDs, games, puzzles, etc

Valutazione dettagliata del venditore

Media degli ultimi 12 mesi
Descrizione
4.9
Spese spedizione
5.0
Tempi di spedizione
5.0
Comunicazione
5.0

Categorie più popolari di questo Negozio

Feedback sul venditore (8.648)

Tutti i punteggi
Positivo
Neutro
Negativo
  • a***m (1881)- Feedback lasciato dall'acquirente.
    Mese scorso
    Acquisto verificato
    Super fast shipping, well packaged, perfectly described and excellent value. 5 star seller. Would highly recommend.
  • y***y (60)- Feedback lasciato dall'acquirente.
    Ultimi 6 mesi
    Acquisto verificato
    The seller used an AI generated description of the movie which confused me at first since AI didn't at all know what this movie is about. But the seller said that and confirmed to me that this is the movie I wanted. Good customer service which I really like.
  • x***x (54)- Feedback lasciato dall'acquirente.
    Ultimi 6 mesi
    Acquisto verificato
    Fastest shipping ever! Book is in fine condition, exactly as described and packaged securely. Great communication from Seller. Highly recommended. Thank you!