会员   密码 您忘记密码了吗?
1,574,848 本书已上架      购物流程 | 常见问题 | 联系我们 | 关于我们 | 用户协议

有店 App


当前分类

浏览历史

当前位置: 首页 > 专业/教科书/政府出版品 > 电机信息类 > COMPILERS: PRINCIPLES, TECHNIQUES, AND TOOLS 2/E(PNIE)
COMPILERS: PRINCIPLES, TECHNIQUES, AND TOOLS 2/E(PNIE)
上一张
下一张
prev next

COMPILERS: PRINCIPLES, TECHNIQUES, AND TOOLS 2/E(PNIE)

作者: AHO
出版社: 全華圖書
出版日期: 2013-01-01
商品库存: 点击查询库存
以上库存为海外库存属流动性。
可选择“空运”或“海运”配送,空运费每件商品是RM14。
配送时间:空运约8~12个工作天,海运约30个工作天。
(以上预计配送时间不包括出版社库存不足需调货及尚未出版的新品)
定价:   NT1380.00
市场价格: RM209.92
本店售价: RM186.83
促销价: RM184.73
剩余时间: 请稍等, 正在载入中...
购买数量:
collect Add to cart Add booking
详细介绍 商品属性 商品标记
內容簡介

  Compilers: Principles, Techniques and Tools, known to professors, students, and developers worldwide as the "Dragon Book," is available in a new edition. 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.New chapters include: Chapter 10 Instruction-Level ParallelismChapter 11 Optimizing for Parallelism and Locality

本書特色

  1.Introduces the theory and practice of compiler design.
  2.Covers topics like context-free grammars, fine state machines, and syntax-directed translation.


作者介紹


目錄

Ch1: Introduction
Ch2: A Simple Syntax-Directed Translator
Ch3: Lexical Analysis
Ch4: Syntax Analysis
Ch5: Syntax-Directed Translation
Ch6: Intermediate-Code Generation
Ch7: Run-Time Environments
Ch8: Code Generation
Ch9: Machine-Independent Optimizations
Ch10: Instruction-Level Parallelism
Ch11: Optimizing for Parallelism and Locality
A A Complete Front End
B Finding Linearly Independent Solutions