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

《自动机理论、语言和计算导论》学习第 6 天,p115-p138 总结,总计 24 页。

一、技术总结

1.associativity and comutativity

(1)commutativity(交换性): Commutativity is the property of an operator that says we can switch the order of its operands and get the same result.

描述的是操作符(operator)的性质。示例:x + y = y + x。

(2)associativity(结合性): Associativity is the property of an operator that allows us to regroup the operands when the operator is applied twice.

描述的是操作符(operator)的性质。示例:(x × y) × z = x × (y × z)。

除了associativity和comutativity,设计的algebraic law有:identities(单位元) & annihilators(零元),distribute law(分配律),idempotent law(幂等律,应用于集合) 。

二、英语总结

1.ad-hoc

ad-(to) + hic(this), to this/for this(specific purpose, particular purpose). p115, There, we gave some ad-hoc arguments why one expression could be replaced by another。

2.analogy vs analog

(1)ana-(according to) + logos(word, speech)。

(2)analogy: c/u. a comparison between things that have similar feature, often used to help explan a idea(类比)。

(3)analog(美式写法)/analogue(英式写法):c. sth that is similar to(类似物)。

p115, However, there are a few places where the analogy breaks down, and there are also some laws that apply to regular expressions but have no analog for arithmetic, especially when the closure operator is involved。

3.adversarial

(1)adversary: ad-(to) + vertere(to turn, see versus)。c. an enemy。

(2)adversarial: adversary + al。adj. involving adversary or opposition。

三、其它

如果你也在看这本书,那咱们可以交流交流。

四、参考资料

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-01 02:48:04       91 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-04-01 02:48:04       97 阅读
  3. 在Django里面运行非项目文件

    2024-04-01 02:48:04       78 阅读
  4. Python语言-面向对象

    2024-04-01 02:48:04       88 阅读

热门阅读

  1. 如何选择G1收集器与CMS收集器

    2024-04-01 02:48:04       29 阅读
  2. pytorch之model.eval()、model.fuse()及model.fuse.eval()介绍

    2024-04-01 02:48:04       34 阅读
  3. 八大排序(尚未完善)

    2024-04-01 02:48:04       38 阅读
  4. 吴恩达:AI 智能体工作流引领人工智能新趋势

    2024-04-01 02:48:04       39 阅读
  5. 全面对比API和SDK

    2024-04-01 02:48:04       32 阅读
  6. 【开发总结】Rust的命令行库clap

    2024-04-01 02:48:04       46 阅读
  7. 练气第四天

    2024-04-01 02:48:04       40 阅读
  8. Python提取文本文档符合条件的某列

    2024-04-01 02:48:04       34 阅读
  9. 分布式算法 - ZAB算法

    2024-04-01 02:48:04       36 阅读
  10. 深度优先搜索(DFS)算法深入探索与实践

    2024-04-01 02:48:04       34 阅读
  11. [内部类与常见API]String类

    2024-04-01 02:48:04       38 阅读