摘要: 2024年6月编程人总共更新了5篇文章: 1.2024年5月文章一览 2.《编译原理》阅读笔记:p18 3.《编译原理》阅读笔记:p19-p24 4.《编译原理》阅读笔记:p25-p32 5.《Programming from the Ground Up》阅读笔记:p1-p18 6月再挖一个坑,开始 阅读全文
posted @ 2024-07-02 07:59 codists 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 《Programming from the Ground Up》学习第1天,p1-18总结,总计18页。 一、技术总结 1.fetch-execute cycle p9, The CPU reads in instructions from memory one at a time and exec 阅读全文
posted @ 2024-06-30 23:34 codists 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 《编译原理》学习第 5 天,p25-p32总结,总计 8 页。 一、技术总结 1.lexical lexical这个单词后续会经常用到,所以首先要搞懂它的英文意思,不然看到中文的“词法,语法,文法”这三个词的时候就会懵了——lexical对应这三个里面的哪一个? (1)lexical: lexico 阅读全文
posted @ 2024-06-29 17:43 codists 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 《编译原理》学习第 4 天,p19-p24总结,总计 5 页。 一、技术总结 1.grouping of phases 这里谈到分组(group),那么就会有一个疑问,分组的依据是什么?即根据什么来分组。 (1) front end & back end 编译器包含很多阶段(phase)——lexi 阅读全文
posted @ 2024-06-25 22:09 codists 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 《编译原理》学习第 3 天,p18总结,总计 14页。 一、技术总结 1.assembler (1)计算机结构 要想学习汇编的时候更好的理解,要先了解计算机的结构,以下是本人学习汇编时总结的一张图,每当学习汇编时,看到“计数器”,“解码器”,“寄存器”,“数据总线”等概念时,就知道说的这些东西在哪个 阅读全文
posted @ 2024-06-24 23:15 codists 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 2024年5月编程人总共更新了7篇文章: 1.2024年4月文章一览 2.《自动机理论、语言和计算导论》阅读笔记:p215-p351 3.《自动机理论、语言和计算导论》阅读笔记:p352-P401 4.《自动机理论、语言和计算导论》阅读笔记:p402-p427 5.《自动机理论、语言和计算导论》阅读 阅读全文
posted @ 2024-06-08 10:32 codists 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 《编译原理》学习第 2 天,p4-p17总结,总计 14 页。 一、技术总结 1.structure of compiler 编译器组成包括:Lexical Analyzer -> Syntax Analazer -> Semantic tree -> Intermediate Code Gener 阅读全文
posted @ 2024-05-09 23:50 codists 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 《编译原理》学习第 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 阅读全文
posted @ 2024-05-08 22:37 codists 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 《自动机理论、语言和计算导论》学习第 14 天,p428-p525总结,总计 98 页。 一、技术总结 1.Kruskal's algorithm(克鲁斯克尔算法) 2.NP-Complete Problems p434, We say L is NP-complete if the followi 阅读全文
posted @ 2024-05-06 21:39 codists 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 《自动机理论、语言和计算导论》学习第 13 天,p402-P427总结,总计 26 页。 一、技术总结 无。 二、英语总结 1.elude e--,assimilated form of ex-(out, away) + ludere(to play, see ludicrous)。vt. if s 阅读全文
posted @ 2024-05-05 23:39 codists 阅读(1) 评论(0) 推荐(0) 编辑