《自动机理论、语言和计算导论》阅读笔记:p172-p224

《自动机理论、语言和计算导论》学习第 8 天,p172-p224总结,总计 53 页。

一、技术总结

1.Context-Free Grammar(CFG)

2.parse tree

(1)定义

p183,But perhaps more importantly, the tree, known as a “parse tree”, when used in a compiler, is the data structure of choice to represent the source program。

2.CFG的应用

(1)parser

(2)YACC parser-generator

二、英语总结

1.lone & alone

两者都可以表示做adjective, adj. be the only one in a place or situation。

2.inference

(1)infer

in-(in) + ferre(to carry, to bear children)。vt. to form a guess because of that you have。

(2)inference

action of infering。c/u. a guess that you make based on the information that you have。

p175, Let us consider some of the inferences we can make using a grammar for expression in Fig.5.2.

3.adopt

之前一直记不住adopt的意思以及adopt和use的区别,对此进行了梳理,结果如下:

(1)adoption: ad-(to) + optare(to choose, 参考option)

(2)adopt: a back-formation of adoption。to accept or start to use sth new。

示例1:p177, Notice that we have adopted the policy of always replacing the leftmost variable in the string。

示例2:

We employed the Poldolsky method = We used the Podolsky method.

We adopted the Podolsky method = We were not using the Podolsky method before, but we started using it regularly.

4.institutionalize

(1)institute: in-(in) + statuere(“establish, to cause to stand”)。vt. to put into effect, caused to be used。

(2)nstitution: a large and import organization, such as a university or bank。

(3) institutionalize: vt. to to make into an institution。

三、其它

熟悉概念中。

四、参考资料

1. 编程

(1)Eric S.Roberts,《自动机理论、语言和计算导论(英文版.第3版)》:https://book.douban.com/subject/2274854/

2. 英语

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

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

在这里插入图片描述

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

相关推荐

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-04-15 07:26:02       94 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-04-15 07:26:02       101 阅读
  3. 在Django里面运行非项目文件

    2024-04-15 07:26:02       82 阅读
  4. Python语言-面向对象

    2024-04-15 07:26:02       91 阅读

热门阅读

  1. C#去掉字符串中所有匹配的字符String.Replace方法

    2024-04-15 07:26:02       37 阅读
  2. 最短路计数

    2024-04-15 07:26:02       144 阅读
  3. MATLAB初学者入门(1)—— 基础知识和功能介绍

    2024-04-15 07:26:02       47 阅读
  4. MATLAB结合C+混编循环计算多孔结构的孔径分布

    2024-04-15 07:26:02       42 阅读
  5. 迁移强化学习论文笔记(一)(Successor Features)

    2024-04-15 07:26:02       181 阅读
  6. Promise实现

    2024-04-15 07:26:02       43 阅读
  7. 第十二章:掌握kubectl常用命令

    2024-04-15 07:26:02       36 阅读
  8. list

    list

    2024-04-15 07:26:02      172 阅读
  9. .NET 设计模式—迭代器模式(Iterator Pattern)

    2024-04-15 07:26:02       170 阅读