Compilers Principles Techniques and Tools by Alfred V. Aho

AMA - BOOKS
(4669)
Registrato come venditore professionale
US $26,32
CircaEUR 22,81
Condizione:
Buone condizioni
Satisfaction Guaranteed! 100% Money Back Guarantee.Book is in typical used-Good Condition. Will show ... Maggiori informazioniinformazioni sulla condizione
Ultimo6 venduti
Non lasciartelo sfuggire. 1 persona osserva questo oggetto.
Goditi i vantaggi. Restituzioni gratuite.
Spedizione:
US $3,97 (circa EUR 3,44) USPS Media MailTM.
Oggetto che si trova a: Multiple Locations, Stati Uniti
Consegna:
Consegna prevista tra il gio 6 nov e il lun 10 nov a 94104
Le date di consegna stimate - viene aperta una nuova finestra o scheda includono tempi di imballaggio, CAP di origine, CAP di destinazione e periodo di accettazione e dipendono dal servizio di spedizione selezionato e dalla ricezione del pagamentoricezione del pagamento - si apre in una nuova finestra o scheda. I tempi di consegna possono variare, specialmente durante le festività.
Restituzioni:
Restituzioni entro 30 giorni. Le spese di spedizione del reso sono a carico del venditore.
Pagamenti:
    Diners Club

Fai shopping in tutta sicurezza

Garanzia cliente eBay
Se non ricevi l'oggetto che hai ordinato, riceverai il rimborso. Scopri di piùGaranzia 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:284657639562
Ultimo aggiornamento: 02 nov 2025 14:20:05 CETVedi tutte le revisioniVedi tutte le revisioni

Specifiche dell'oggetto

Condizione
Buone condizioni
Libro che è già stato letto ma è in buone condizioni. Mostra piccolissimi danni alla copertina incluse alcune rigature, ma nessun foro o strappo. È possibile che la sovraccoperta per le copertine rigide non sia inclusa. La rilegatura presenta minimi segni di usura. La maggior parte delle pagine non è danneggiata e mostra una quantità minima di piegature o strappi, sottolineature di testo a matita, nessuna evidenziazione di testo né scritte ai margini. Non ci sono pagine mancanti. Per maggiori dettagli e la descrizione di eventuali imperfezioni, consulta l'inserzione del venditore. Vedi tutte le definizioni delle condizioniviene aperta una nuova finestra o scheda
Note del venditore
“Satisfaction Guaranteed! 100% Money Back Guarantee.Book is in typical used-Good Condition. Will ...
Updated ISBN2
9780321486813
Artist
Aho, Alfred V.; Sethi, Ravi; Ullman, Jeffrey D.
ISBN
9780201100884
Categoria

Informazioni su questo prodotto

Product Identifiers

Publisher
Addison-Wesley Longman, Incorporated
ISBN-10
0201100886
ISBN-13
9780201100884
eBay Product ID (ePID)
70824

Product Key Features

Number of Pages
500 Pages
Language
English
Publication Name
Compilers : Principles, Techniques, and Tools
Subject
Systems Architecture / General, Compilers
Publication Year
1986
Type
Textbook
Subject Area
Computers
Author
Jeffrey D. Ullman, Alfred V. Aho, Ravi Sethi
Format
Hardcover

Dimensions

Item Height
1.3 in
Item Weight
41.8 Oz
Item Length
9.4 in
Item Width
6.6 in

Additional Product Features

Intended Audience
College Audience
LCCN
85-015647
Dewey Edition
22
Dewey Decimal
005.453
Table Of Content
1. Introduction to Compiling. Compilers. Analysis of the Source Program. The Phases of a Compiler. Cousins of the Compiler. The Grouping of Phases. Compiler-Construction Tools. Bibliographic Notes. 2. A Simple One-Pass Compiler. Overview Syntax Definition. Syntax-Directed Translation. Parsing. A Translator for Simple Expressions. Lexical Analysis. Incorporating a Symbol Table. Abstract Stack Machines. Putting the Techniques Together. Exercises. Bibliographic Notes. 3. Lexical Analysis. The Role of the Lexical Analyzer. Input Buffering. Specification of Tokens. Recognition of Tokens. A Language for Specifying Lexical Analyzers. Finite Automata. From a Regular Expression to an NFA. Design of a Lexical Analyzer Generator. Optimization of DFA-Based Pattern Matchers. Exercises. Bibliographic Notes. 4. Syntax Analysis. The Role of the Parser. Context-Free Grammars. Writing a Grammar. Top-Down Parsing. Bottom-Up Parsing. Operator-Precedence Parsing. LR Parsers. Using Ambiguous Grammars. Parser Generators. Exercises. Bibliographic Notes. 5. Syntax-Directed Translation. Syntax-Directed Definitions. Construction of Syntax Trees. Bottom-Up Evaluation of S-Attributed Definitions. L-Attributed Definitions. Top Down Translation. Bottom-Up Evaluation of Inherited Attributes. Recursive Evaluators. Space for Attribute Values at Compile Time. Assigning Spaces at Compiler-Construction Time. Analysis of Syntax-Directed Definitions. Exercises. Bibliographic Notes. 6. Type Checking. Type Systems. Specification of a Simple Type Checker. Equivalence of Type Expressions. Type Conversions. Overloading of Functions and Operators. Polymorphic Functions. An algorithm for Unification. Exercises. Bibliographic Notes. 7. Run-Time Environments. Source Language Issues. Storage Organization. Storage-Allocation Strategies. Access to Nonlocal Names. Parameter Passing. Symbol Tables. Language Facilities for Dynamic Storage Allocation. Dynamic Storage Allocation Techniques. Storage Allocation in Fortran. Exercises. Bibliographic Notes. 8. Intermediate Code Generation. Intermediate Languages. Declarations. Assignment Statements. Boolean Expressions. Case Statements. Backpatching. Procedure Calls. Exercises. Bibliographic Notes. 9. Code Generation. Issues in the Design of a Code Generator. The Target Machine. Run-Time Storage Management. Basic Blocks and Flow Graphs. Next-Use Information. A Simple Code Generator. Register Allocation and Assignment. The Dag Representation of Basic Blocks. Peephole Optimization. Generating Code from Dags. Dynamic Programming Code-Generation Algorithm. Code-Generator Generators. Exercises. Bibliographic Notes. 10. Code Optimization. Introduction. The Principal Sources of Optimization. Optimization of Basic Blocks. Loops in Flow Graphs. Introduction to Global Data-Flow Analysis. Iterative Solution of Data-Flow Equations. Code-Improving Transformations. Dealing with Aliases. Data-Flow Analysis of Structured Flow Graphs. Efficient Data-Flow Algorithms. A Tool for Data-Flow Analysis. Estimation of Types. Symbolic Debugging of Optimized Code. Exercises. Bibliographic Notes. 11. Want to Write a Comp
Synopsis
This introduction to compilers is the direct descendant of the well-known book by Aho and Ullman, Principles of Compiler Design. The authors present updated coverage of compilers based on research and techniques that have been developed in the field over the past few years. The book provides a thorough introduction to compiler design and covers topics such as context-free grammars, fine state machines, and syntax-directed translation. 0201100886B04062001, This book provides the foundation for understanding the theory and pracitce of compilers. Revised and updated, it reflects the current state of compilation. Every chapter has been completely revised to reflect developments in software engineering, programming languages, and computer architecture that have occurred since 1986, when the last edition published.& The authors, recognizing that few readers will ever go on to construct a compiler, retain their focus on the broader set of problems faced in software design and software development. Computer scientists, developers, & and aspiring students that want to learn how to build, maintain, and execute a compiler for a major programming language.
LC Classification Number
QA76.76.C65A37 1986

Descrizione dell'oggetto fatta dal venditore

Informazioni sul venditore professionale

Certifico che tutte le mie attività di vendita saranno conformi alle leggi e ai regolamenti dell'Unione europea.

Informazioni su questo venditore

AMA - BOOKS

97,4% di Feedback positivi29 mila oggetti venduti

Su eBay da lug 2018
Registrato come venditore professionale
AMA BOOKS specializes in selling used books, offering quick shipments and constantly striving for customer satisfaction. Thanks for viewing our Ebay store!

Valutazione dettagliata del venditore

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

Feedback sul venditore (5.120)

Tutti i punteggiselected
Positivo
Neutro
Negativo
  • n***l (79)- Feedback lasciato dall'acquirente.
    Mese scorso
    Acquisto verificato
    About AMA Books the book is in good shape the price & shipping was fair it was promptly shipped to me & on time, but I had a question that I sent to them I got -0- response from them I only received a response when they wanted a feed back not a big deal but it would have been nice to answer me back so 4 stars.
  • 2***g (550)- Feedback lasciato dall'acquirente.
    Ultimi 6 mesi
    Acquisto verificato
    Excellent packing, fair price, condition was a LOT BETTER than described. Quick ship, great seller !!
  • k***e (1080)- Feedback lasciato dall'acquirente.
    Ultimi 6 mesi
    Acquisto verificato
    Great seller! Iem as advertised, well packed and delivered promptly. Excellent!
Vedi tutti i feedback