写点什么

《编译原理》阅读笔记:p1-p3

作者:codists
  • 2024-05-08
    美国
  • 本文字数:657 字

    阅读完需:约 2 分钟

《编译原理》学习第 1 天,p1-p3 总结,总计 3 页。

一、技术总结

1.compiler(编译器)

p1, But, before a program can be run, it first must be translated into a form in which it can be executed by a computer. The software systems that do this translation are called compilers。


p1, Simply stated, a compiler is a program that can read a program in one language- the source language--and translate it into an equivalent program in another language--the target language。

二、其它

看完《自动机理论、语言和计算导论》,进入《编译原理》的学习。


如何学习《编译原理》?


《编译原理》总计 1035 页,计划用两个月看完,那么平均下来一天要看 1035 / 60 = 18 页——当然,这是“平均”后的结果,实际中并不总是能做到每天阅读 18 页,容易的地方就读的快一些,难的地方就慢一些。


本次阅读依然是以英文版为教材,一是为了锻炼英文阅读能力,二是因为手里电子版只有英文的,中文的只有纸质版,但携带纸质书是一件麻烦的事,故选择英文版为教材。


每天阅读后写读书笔记,与《自动机理论、语言和计算导论》总结不同,《编译原理》读书笔记去掉“英文总结”部分,专注于技术总结。

四、参考资料

1. 编程

(1)Alfred V. Aho,Monica S. Lam,Ravi Sethi,Jeffrey D. Ullman,《编译原理(英文版·第 2 版)》:https://book.douban.com/subject/5416783/

2. 英语

(1)Etymology Dictionary:https://www.etymonline.com


(2) Cambridge Dictionary:https://dictionary.cambridge.org


欢迎搜索及关注:编程人(a_codists)

用户头像

codists

关注

公众号:编程人 2021-01-14 加入

Life is short, You need Python

评论

发布
暂无评论
《编译原理》阅读笔记:p1-p3_编译原理_codists_InfoQ写作社区