Cantitate/Preț
Produs

Modern Compiler Design

Autor Dick Grune, Kees van Reeuwijk, Henri E. Bal, Ceriel J. H. Jacobs, Koen Langendoen
en Limba Engleză Hardback – 2 iul 2012
"Modern Compiler Design" makes the topic of compiler design more accessible by focusing on principles and techniques of wide application. By carefully distinguishing between the essential (material that has a high chance of being useful) and the incidental (material that will be of benefit only in exceptional cases) much useful information was packed in this comprehensive volume. The student who has finished this book can expect to understand the workings of and add to a language processor for each of the modern paradigms, and be able to read the literature on how to proceed. The first provides a firm basis, the second potential for growth.
Citește tot Restrânge

Toate formatele și edițiile

Toate formatele și edițiile Preț Express
Paperback (1) 59613 lei  6-8 săpt.
  Springer – 23 aug 2016 59613 lei  6-8 săpt.
Hardback (1) 76579 lei  6-8 săpt.
  Springer – 2 iul 2012 76579 lei  6-8 săpt.

Preț: 76579 lei

Preț vechi: 95723 lei
-20% Nou

Puncte Express: 1149

Preț estimativ în valută:
14656 15460$ 12248£

Carte tipărită la comandă

Livrare economică 01-15 ianuarie 25

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781461446989
ISBN-10: 1461446988
Pagini: 840
Ilustrații: XXI, 822 p.
Dimensiuni: 155 x 235 x 53 mm
Greutate: 1.42 kg
Ediția:2nd ed. 2012
Editura: Springer
Colecția Springer
Locul publicării:New York, NY, United States

Public țintă

Graduate

Cuprins

Introduction.- Program Text to Tokens— Lexical Analysis.- Tokens to Syntax Tree— Syntax Analysis.- Grammar-based Context Handling.- Manual Context Handling.- Interpretation.- Code Generation.- Assemblers, Disassemblers, Linkers, and Loaders.-  Optimization Techniques.- Explicit and Implicit Memory Management.- Imperative and Object-Oriented Programs.- Functional Programs.- Logic Programs.- Parallel and Distributed Programs.

Recenzii

From the reviews of the second edition:
“This large, updated new edition … provides excellent coverage of the design segment. The writing is clear and accessible; the material is well organized and complete; the references are extensive (over 300) and the student exercises are well conceived … . the essence of the book is the middle ground between the two: how compilers are structured and how the substructures of a compiler relate to one another. Summing Up: Recommended. Computer science collections, upper-division undergraduates and above.” (C. Vickery, Choice, Vol. 50 (6), February, 2013)

Caracteristici

Accessibility: everything is explained from basic principles without being simplistic Scope: compilation for all paradigms, imperative, object-oriented, functional, logic, and distributed/parallel Integrated and up-to-date treatment of lexical analysis, LALR and GLR parsing Legacy code: grammar recovery, disassembly, decompilation Embedded systems: code size reduction, code compression, power reduction Includes useful summaries of the salient points at the end of each chapter.