Algorithms for Compiler Design
暫譯: 編譯器設計的演算法
O G Kakde
- 出版商: Charles River Media
- 出版日期: 2002-12-20
- 售價: $1,408
- 語言: 英文
- 頁數: 334
- 裝訂: Paperback
- ISBN: 1584501006
- ISBN-13: 9781584501008
-
相關分類:
Algorithms-data-structures、Compiler
已絕版
買這商品的人也買了...
-
Visual C++ 6 教學手冊 (Beginning Visual C++ 6)$580$458 -
計算機組織與設計--軟硬體界面第二版 (Computer Organization & Design, 2/e)$680$537 -
Linux Assembly Language Programming$1,900$1,805 -
Network Programming with Perl$2,100$1,995 -
資料結構-使用 C 語言 (Fundamentals of Data Structures in C)$450$356 -
ASP.NET 程式設計徹底研究$590$466 -
Windows 程式設計 (Programming Windows, 5/e)$990$782 -
The Art of Assembly Language$2,050$1,948 -
詳解 JavaScript & HTML & CSS 語法辭典$490$382 -
鳥哥的 Linux 私房菜─基礎學習篇增訂版$560$476 -
Linux 防火牆:iptables$450$356 -
JSP 動態網頁入門實務$720$569 -
Flash MX 2004 躍動的網頁中文版$550$468 -
電腦網際網路 (Computer Networking: A Top-Down Approach Featuring the Internet, 2/e)$580$522 -
人月神話:軟體專案管理之道 (20 週年紀念版)(The Mythical Man-Month: Essays on Software Engineering, Anniversary Edition, 2/e)$480$379 -
The Linux Networking Architecture: Design and Implementation of Network Protocols in the Linux Kernel (Paperback)$2,860$2,717 -
Linux 程式設計教學手冊$780$616 -
RFID 技術與應用$480$408 -
深入淺出 Java 程式設計, 2/e (Head First Java, 2/e)$880$695 -
初探 VoIP (Voice over IP First-step)$390$332 -
RHCE Red Hat Certified Engineer Linux Study Guide (Exam RH302),5/e$2,090$1,986 -
深入淺出物件導向分析與設計 (Head First Object-Oriented Analysis and Design)$880$695 -
現代嵌入式系統開發專案實務-菜鳥成長日誌與專案經理的私房菜$600$480 -
Fedora 7 Linux 實務應用$650$553 -
Hacker Disassembling Uncovered, 2/e$1,530$1,454
商品描述
Summary
A compiler translates a high-level language program into a functionally equivalent low-level language program that can be understood and executed by the computer. Crucial to any computer system, effective compiler design is also one of the most complex areas of system development. Before any code for a modern compiler is even written, many students and even experienced programmers have difficulty with the high-level algorithms that will be necessary for the compiler to function. Written with this in mind, Algorithms for Compiler Design teaches the fundamental algorithms that underlie modern compilers. The book focuses on the “front-end” of compiler design: lexical analysis, parsing, and syntax. Blending theory with practical examples throughout, the book presents these difficult topics clearly and thoroughly. The final chapters on code generation and optimization complete a solid foundation for learning the broader requirements of an entire compiler design.
商品描述(中文翻譯)
摘要
編譯器將高階語言程式轉換為功能上等價的低階語言程式,使計算機能夠理解和執行。有效的編譯器設計對任何計算機系統至關重要,同時也是系統開發中最複雜的領域之一。在現代編譯器的任何程式碼撰寫之前,許多學生甚至經驗豐富的程式設計師都會對編譯器運作所需的高階演算法感到困難。考慮到這一點,《編譯器設計的演算法》教授了現代編譯器的基本演算法。該書專注於編譯器設計的「前端」:詞法分析、解析和語法。全書融合理論與實際範例,清晰而徹底地呈現這些困難的主題。最後幾章關於程式碼生成和優化,為學習整個編譯器設計的更廣泛要求奠定了堅實的基礎。
