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

《编译原理》学习第 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)

相关推荐

  1. p2p原理

    2024-05-09 05:06:05       21 阅读

最近更新

  1. TCP协议是安全的吗?

    2024-05-09 05:06:05       18 阅读
  2. 阿里云服务器执行yum,一直下载docker-ce-stable失败

    2024-05-09 05:06:05       19 阅读
  3. 【Python教程】压缩PDF文件大小

    2024-05-09 05:06:05       18 阅读
  4. 通过文章id递归查询所有评论(xml)

    2024-05-09 05:06:05       20 阅读

热门阅读

  1. QTDay3

    QTDay3

    2024-05-09 05:06:05      9 阅读
  2. LeetCode 每日一题 2024/4/29-2024/5/5

    2024-05-09 05:06:05       14 阅读
  3. 嘉楠堪智 CanMV K230 进行 C 语言程序开发

    2024-05-09 05:06:05       12 阅读
  4. 树莓派的几种登录方式、及登录失败解决方式

    2024-05-09 05:06:05       12 阅读
  5. C++笔试训练

    2024-05-09 05:06:05       10 阅读
  6. 18.Docker学习

    2024-05-09 05:06:05       12 阅读
  7. 01-new SpringApplication

    2024-05-09 05:06:05       12 阅读
  8. spring注解之——@Service

    2024-05-09 05:06:05       17 阅读
  9. 值模板参数Value Template Parameters

    2024-05-09 05:06:05       14 阅读
  10. SQLite详细介绍

    2024-05-09 05:06:05       12 阅读
  11. 【linux软件基础知识】字符设备与struct cdev

    2024-05-09 05:06:05       15 阅读
  12. Android中Fragment失去焦点的场景

    2024-05-09 05:06:05       9 阅读
  13. GitPython 使用教程

    2024-05-09 05:06:05       11 阅读