├── README.md ├── 作业 ├── 编译原理 第10次作业.pdf ├── 编译原理 第12次作业.pdf ├── 编译原理 第1次作业.pdf ├── 编译原理 第2次作业.pdf ├── 编译原理 第3次作业.pdf ├── 编译原理 第4次作业.pdf ├── 编译原理 第5次作业.pdf ├── 编译原理 第6次作业.pdf ├── 编译原理 第7次作业.pdf ├── 编译原理 第8次作业.pdf └── 编译原理 第9次作业.pdf ├── 小测 ├── 2to5-2021 │ ├── 2 │ │ ├── README.md │ │ ├── WechatIMG1715.png │ │ └── WechatIMG1716.png │ ├── 3 │ │ ├── 1.jpg │ │ ├── WechatIMG1711.jpeg │ │ ├── WechatIMG1712.jpeg │ │ ├── WechatIMG1713.jpeg │ │ └── WechatIMG1714.jpeg │ ├── 4 │ │ ├── README.md │ │ └── WechatIMG1710.png │ └── 5 │ │ ├── 1.png │ │ ├── 2021_Quiz#5.pdf │ │ ├── Snipaste_2022-04-28_14-30-39.jpg │ │ ├── WechatIMG1708.png │ │ └── WechatIMG1709.png ├── 4-2022 │ ├── 2.png │ ├── 4.jpg │ └── 答案.png ├── 5-2022 │ ├── 答案.jpg │ └── 题目.txt ├── 6-2022 │ ├── Snipaste_2022-06-02_19-06-31.jpg │ ├── 答案.jpg │ └── 题目.jpg └── test1.txt ├── 往年卷 ├── 03编译原理B卷.pdf ├── 04编译原理B卷.pdf ├── 10.pdf ├── 2017.docx ├── url.txt ├── 中山大学软件学院2007、2008级编译原理-期末试卷.pdf ├── 中山大学软件学院2008级编译原理-期末试卷.pdf ├── 中山大学软件学院2009级编译原理-期末试卷.pdf ├── 中山大学软件学院2016级编译原理-期末试卷A.pdf ├── 中山大学软件学院2017级编译原理-期中试卷.pdf ├── 编译习题精选.pdf ├── 编译原理复习资料_wdx_wx_09dm_sysu.pdf └── 计科-陈老师 │ └── CConline │ ├── 01 引论.htm │ ├── 01 引论_files │ ├── bootstrap.css │ ├── bootstrap.min.js.下载 │ ├── jquery.min.js.下载 │ └── justified-nav.css │ ├── 02 形式语言.htm │ ├── 02 形式语言_files │ ├── bootstrap.css │ ├── bootstrap.min.js.下载 │ ├── jquery.min.js.下载 │ └── justified-nav.css │ ├── 03 有穷自动机.htm │ ├── 03 有穷自动机_files │ ├── bootstrap.css │ ├── bootstrap.min.js.下载 │ ├── jquery.min.js.下载 │ └── justified-nav.css │ ├── 05 语法分析1-自顶向下.htm │ ├── 05 语法分析1-自顶向下_files │ ├── bootstrap.css │ ├── bootstrap.min.js.下载 │ ├── jquery.min.js.下载 │ └── justified-nav.css │ ├── 06 语法分析2-优先法.htm │ ├── 06 语法分析2-优先法_files │ ├── bootstrap.css │ ├── bootstrap.min.js.下载 │ ├── jquery.min.js.下载 │ └── justified-nav.css │ ├── 07 语法分析3-LR文法.htm │ ├── 07 语法分析3-LR文法_files │ ├── bootstrap.css │ ├── bootstrap.min.js.下载 │ ├── jquery.min.js.下载 │ └── justified-nav.css │ ├── 08 语义处理(67分).htm │ ├── 08 语义处理(67分)_files │ ├── bootstrap.css │ ├── bootstrap.min.js.下载 │ ├── jquery.min.js.下载 │ └── justified-nav.css │ ├── 11 优化.htm │ └── 11 优化_files │ ├── bootstrap.css │ ├── bootstrap.min.js.下载 │ ├── jquery.min.js.下载 │ └── justified-nav.css ├── 期末复习与试卷 ├── code.txt ├── final_practice - 副本.pdf ├── final_practice.pdf ├── final_review.pdf └── 往年资料 │ ├── WechatIMG411.png │ ├── final_review.pdf │ ├── 复习练题1-1.pptx │ ├── 复习练题1-2.pptx │ ├── 复习练题2.pdf │ ├── 期末考试题.pdf │ └── 编译原理复习.jpg ├── 编译原理课件MOOC 陈老师 ├── 1.8-1.9自举与移植.pdf ├── 内容完全一致,直接继续看.txt ├── 第10讲 语法制导翻译_3.pdf ├── 第11讲 中间代码生成_1.pdf ├── 第12讲 中间代码生成_2.pdf ├── 第13讲 中间代码生成_3.pdf ├── 第14讲 中间代码生成_4.pdf ├── 第15讲 运行存储分配.pdf ├── 第16讲 代码优化_1.pdf ├── 第17讲 代码优化_2.pdf ├── 第18讲 代码优化_3.pdf ├── 第19讲 代码优化_4.pdf ├── 第1讲 绪论.pdf ├── 第20讲 代码生成.pdf ├── 第2讲 程序设计语言及其文法.pdf ├── 第3讲 词法分析.pdf ├── 第4讲 语法分析_1.pdf ├── 第5讲 语法分析_2.pdf ├── 第6讲 语法分析_3.pdf ├── 第7讲 语法分析_4.pdf ├── 第8讲 语法制导翻译_1.pdf ├── 第9讲 语法制导翻译_2.pdf └── 编译原理补充笔记.md └── 课件 ├── Lecture01.Introduction.pdf ├── Lecture02.FormalLanguages.pdf ├── Lecture03.LexicalAnalysis.pdf ├── Lecture04.TopDownParsing.pdf ├── Lecture04.TopDownParsing2.pdf ├── Lecture05.LL(1)Parsing.pdf ├── Lecture06.OPP.pdf ├── Lecture07.LR-Parsing.pdf ├── Lecture08.SyntaxDirectedTranslation.pdf ├── Lecture09.IntCodeGeneration.pdf ├── Lecture10.RunTime.pdf ├── Lecture11.CodeGeneration.pdf └── Lecture12.CodeOptimization.pdf /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/README.md -------------------------------------------------------------------------------- /作业/编译原理 第10次作业.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/作业/编译原理 第10次作业.pdf -------------------------------------------------------------------------------- /作业/编译原理 第12次作业.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/作业/编译原理 第12次作业.pdf -------------------------------------------------------------------------------- /作业/编译原理 第1次作业.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/作业/编译原理 第1次作业.pdf -------------------------------------------------------------------------------- /作业/编译原理 第2次作业.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/作业/编译原理 第2次作业.pdf -------------------------------------------------------------------------------- /作业/编译原理 第3次作业.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/作业/编译原理 第3次作业.pdf -------------------------------------------------------------------------------- /作业/编译原理 第4次作业.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/作业/编译原理 第4次作业.pdf -------------------------------------------------------------------------------- /作业/编译原理 第5次作业.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/作业/编译原理 第5次作业.pdf -------------------------------------------------------------------------------- /作业/编译原理 第6次作业.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/作业/编译原理 第6次作业.pdf -------------------------------------------------------------------------------- /作业/编译原理 第7次作业.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/作业/编译原理 第7次作业.pdf -------------------------------------------------------------------------------- /作业/编译原理 第8次作业.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/作业/编译原理 第8次作业.pdf -------------------------------------------------------------------------------- /作业/编译原理 第9次作业.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/作业/编译原理 第9次作业.pdf -------------------------------------------------------------------------------- /小测/2to5-2021/2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/小测/2to5-2021/2/README.md -------------------------------------------------------------------------------- /小测/2to5-2021/2/WechatIMG1715.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/小测/2to5-2021/2/WechatIMG1715.png -------------------------------------------------------------------------------- /小测/2to5-2021/2/WechatIMG1716.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/小测/2to5-2021/2/WechatIMG1716.png -------------------------------------------------------------------------------- /小测/2to5-2021/3/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/小测/2to5-2021/3/1.jpg -------------------------------------------------------------------------------- /小测/2to5-2021/3/WechatIMG1711.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/小测/2to5-2021/3/WechatIMG1711.jpeg -------------------------------------------------------------------------------- /小测/2to5-2021/3/WechatIMG1712.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/小测/2to5-2021/3/WechatIMG1712.jpeg -------------------------------------------------------------------------------- /小测/2to5-2021/3/WechatIMG1713.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/小测/2to5-2021/3/WechatIMG1713.jpeg -------------------------------------------------------------------------------- /小测/2to5-2021/3/WechatIMG1714.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/小测/2to5-2021/3/WechatIMG1714.jpeg -------------------------------------------------------------------------------- /小测/2to5-2021/4/README.md: -------------------------------------------------------------------------------- 1 | 1. 不能 2 | 2. First集相交为空 3 | 4 | 第3小题的参考答案:L(A) 交 L(B) = 空,其中L(X)是文法X产生的语言。 5 | 6 | -------------------------------------------------------------------------------- /小测/2to5-2021/4/WechatIMG1710.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/小测/2to5-2021/4/WechatIMG1710.png -------------------------------------------------------------------------------- /小测/2to5-2021/5/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/小测/2to5-2021/5/1.png -------------------------------------------------------------------------------- /小测/2to5-2021/5/2021_Quiz#5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/小测/2to5-2021/5/2021_Quiz#5.pdf -------------------------------------------------------------------------------- /小测/2to5-2021/5/Snipaste_2022-04-28_14-30-39.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/小测/2to5-2021/5/Snipaste_2022-04-28_14-30-39.jpg -------------------------------------------------------------------------------- /小测/2to5-2021/5/WechatIMG1708.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/小测/2to5-2021/5/WechatIMG1708.png -------------------------------------------------------------------------------- /小测/2to5-2021/5/WechatIMG1709.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/小测/2to5-2021/5/WechatIMG1709.png -------------------------------------------------------------------------------- /小测/4-2022/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/小测/4-2022/2.png -------------------------------------------------------------------------------- /小测/4-2022/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/小测/4-2022/4.jpg -------------------------------------------------------------------------------- /小测/4-2022/答案.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/小测/4-2022/答案.png -------------------------------------------------------------------------------- /小测/5-2022/答案.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/小测/5-2022/答案.jpg -------------------------------------------------------------------------------- /小测/5-2022/题目.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/小测/5-2022/题目.txt -------------------------------------------------------------------------------- /小测/6-2022/Snipaste_2022-06-02_19-06-31.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/小测/6-2022/Snipaste_2022-06-02_19-06-31.jpg -------------------------------------------------------------------------------- /小测/6-2022/答案.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/小测/6-2022/答案.jpg -------------------------------------------------------------------------------- /小测/6-2022/题目.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/小测/6-2022/题目.jpg -------------------------------------------------------------------------------- /小测/test1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/小测/test1.txt -------------------------------------------------------------------------------- /往年卷/03编译原理B卷.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/往年卷/03编译原理B卷.pdf -------------------------------------------------------------------------------- /往年卷/04编译原理B卷.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/往年卷/04编译原理B卷.pdf -------------------------------------------------------------------------------- /往年卷/10.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/往年卷/10.pdf -------------------------------------------------------------------------------- /往年卷/2017.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/往年卷/2017.docx -------------------------------------------------------------------------------- /往年卷/url.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/往年卷/url.txt -------------------------------------------------------------------------------- /往年卷/中山大学软件学院2007、2008级编译原理-期末试卷.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/往年卷/中山大学软件学院2007、2008级编译原理-期末试卷.pdf -------------------------------------------------------------------------------- /往年卷/中山大学软件学院2008级编译原理-期末试卷.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/往年卷/中山大学软件学院2008级编译原理-期末试卷.pdf -------------------------------------------------------------------------------- /往年卷/中山大学软件学院2009级编译原理-期末试卷.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/往年卷/中山大学软件学院2009级编译原理-期末试卷.pdf -------------------------------------------------------------------------------- /往年卷/中山大学软件学院2016级编译原理-期末试卷A.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/往年卷/中山大学软件学院2016级编译原理-期末试卷A.pdf -------------------------------------------------------------------------------- /往年卷/中山大学软件学院2017级编译原理-期中试卷.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/往年卷/中山大学软件学院2017级编译原理-期中试卷.pdf -------------------------------------------------------------------------------- /往年卷/编译习题精选.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/往年卷/编译习题精选.pdf -------------------------------------------------------------------------------- /往年卷/编译原理复习资料_wdx_wx_09dm_sysu.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/往年卷/编译原理复习资料_wdx_wx_09dm_sysu.pdf -------------------------------------------------------------------------------- /往年卷/计科-陈老师/CConline/01 引论.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/往年卷/计科-陈老师/CConline/01 引论.htm -------------------------------------------------------------------------------- /往年卷/计科-陈老师/CConline/01 引论_files/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/往年卷/计科-陈老师/CConline/01 引论_files/bootstrap.css -------------------------------------------------------------------------------- /往年卷/计科-陈老师/CConline/01 引论_files/bootstrap.min.js.下载: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/往年卷/计科-陈老师/CConline/01 引论_files/bootstrap.min.js.下载 -------------------------------------------------------------------------------- /往年卷/计科-陈老师/CConline/01 引论_files/jquery.min.js.下载: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/往年卷/计科-陈老师/CConline/01 引论_files/jquery.min.js.下载 -------------------------------------------------------------------------------- /往年卷/计科-陈老师/CConline/01 引论_files/justified-nav.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/往年卷/计科-陈老师/CConline/01 引论_files/justified-nav.css -------------------------------------------------------------------------------- /往年卷/计科-陈老师/CConline/02 形式语言.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/往年卷/计科-陈老师/CConline/02 形式语言.htm -------------------------------------------------------------------------------- /往年卷/计科-陈老师/CConline/02 形式语言_files/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/往年卷/计科-陈老师/CConline/02 形式语言_files/bootstrap.css -------------------------------------------------------------------------------- /往年卷/计科-陈老师/CConline/02 形式语言_files/bootstrap.min.js.下载: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/往年卷/计科-陈老师/CConline/02 形式语言_files/bootstrap.min.js.下载 -------------------------------------------------------------------------------- /往年卷/计科-陈老师/CConline/02 形式语言_files/jquery.min.js.下载: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/往年卷/计科-陈老师/CConline/02 形式语言_files/jquery.min.js.下载 -------------------------------------------------------------------------------- /往年卷/计科-陈老师/CConline/02 形式语言_files/justified-nav.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/往年卷/计科-陈老师/CConline/02 形式语言_files/justified-nav.css -------------------------------------------------------------------------------- /往年卷/计科-陈老师/CConline/03 有穷自动机.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/往年卷/计科-陈老师/CConline/03 有穷自动机.htm -------------------------------------------------------------------------------- /往年卷/计科-陈老师/CConline/03 有穷自动机_files/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/往年卷/计科-陈老师/CConline/03 有穷自动机_files/bootstrap.css -------------------------------------------------------------------------------- /往年卷/计科-陈老师/CConline/03 有穷自动机_files/bootstrap.min.js.下载: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/往年卷/计科-陈老师/CConline/03 有穷自动机_files/bootstrap.min.js.下载 -------------------------------------------------------------------------------- /往年卷/计科-陈老师/CConline/03 有穷自动机_files/jquery.min.js.下载: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/往年卷/计科-陈老师/CConline/03 有穷自动机_files/jquery.min.js.下载 -------------------------------------------------------------------------------- /往年卷/计科-陈老师/CConline/03 有穷自动机_files/justified-nav.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/往年卷/计科-陈老师/CConline/03 有穷自动机_files/justified-nav.css -------------------------------------------------------------------------------- /往年卷/计科-陈老师/CConline/05 语法分析1-自顶向下.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/往年卷/计科-陈老师/CConline/05 语法分析1-自顶向下.htm -------------------------------------------------------------------------------- /往年卷/计科-陈老师/CConline/05 语法分析1-自顶向下_files/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/往年卷/计科-陈老师/CConline/05 语法分析1-自顶向下_files/bootstrap.css -------------------------------------------------------------------------------- /往年卷/计科-陈老师/CConline/05 语法分析1-自顶向下_files/bootstrap.min.js.下载: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/往年卷/计科-陈老师/CConline/05 语法分析1-自顶向下_files/bootstrap.min.js.下载 -------------------------------------------------------------------------------- /往年卷/计科-陈老师/CConline/05 语法分析1-自顶向下_files/jquery.min.js.下载: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/往年卷/计科-陈老师/CConline/05 语法分析1-自顶向下_files/jquery.min.js.下载 -------------------------------------------------------------------------------- /往年卷/计科-陈老师/CConline/05 语法分析1-自顶向下_files/justified-nav.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/往年卷/计科-陈老师/CConline/05 语法分析1-自顶向下_files/justified-nav.css -------------------------------------------------------------------------------- /往年卷/计科-陈老师/CConline/06 语法分析2-优先法.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/往年卷/计科-陈老师/CConline/06 语法分析2-优先法.htm -------------------------------------------------------------------------------- /往年卷/计科-陈老师/CConline/06 语法分析2-优先法_files/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/往年卷/计科-陈老师/CConline/06 语法分析2-优先法_files/bootstrap.css -------------------------------------------------------------------------------- /往年卷/计科-陈老师/CConline/06 语法分析2-优先法_files/bootstrap.min.js.下载: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/往年卷/计科-陈老师/CConline/06 语法分析2-优先法_files/bootstrap.min.js.下载 -------------------------------------------------------------------------------- /往年卷/计科-陈老师/CConline/06 语法分析2-优先法_files/jquery.min.js.下载: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/往年卷/计科-陈老师/CConline/06 语法分析2-优先法_files/jquery.min.js.下载 -------------------------------------------------------------------------------- /往年卷/计科-陈老师/CConline/06 语法分析2-优先法_files/justified-nav.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/往年卷/计科-陈老师/CConline/06 语法分析2-优先法_files/justified-nav.css -------------------------------------------------------------------------------- /往年卷/计科-陈老师/CConline/07 语法分析3-LR文法.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/往年卷/计科-陈老师/CConline/07 语法分析3-LR文法.htm -------------------------------------------------------------------------------- /往年卷/计科-陈老师/CConline/07 语法分析3-LR文法_files/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/往年卷/计科-陈老师/CConline/07 语法分析3-LR文法_files/bootstrap.css -------------------------------------------------------------------------------- /往年卷/计科-陈老师/CConline/07 语法分析3-LR文法_files/bootstrap.min.js.下载: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/往年卷/计科-陈老师/CConline/07 语法分析3-LR文法_files/bootstrap.min.js.下载 -------------------------------------------------------------------------------- /往年卷/计科-陈老师/CConline/07 语法分析3-LR文法_files/jquery.min.js.下载: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/往年卷/计科-陈老师/CConline/07 语法分析3-LR文法_files/jquery.min.js.下载 -------------------------------------------------------------------------------- /往年卷/计科-陈老师/CConline/07 语法分析3-LR文法_files/justified-nav.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/往年卷/计科-陈老师/CConline/07 语法分析3-LR文法_files/justified-nav.css -------------------------------------------------------------------------------- /往年卷/计科-陈老师/CConline/08 语义处理(67分).htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/往年卷/计科-陈老师/CConline/08 语义处理(67分).htm -------------------------------------------------------------------------------- /往年卷/计科-陈老师/CConline/08 语义处理(67分)_files/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/往年卷/计科-陈老师/CConline/08 语义处理(67分)_files/bootstrap.css -------------------------------------------------------------------------------- /往年卷/计科-陈老师/CConline/08 语义处理(67分)_files/bootstrap.min.js.下载: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/往年卷/计科-陈老师/CConline/08 语义处理(67分)_files/bootstrap.min.js.下载 -------------------------------------------------------------------------------- /往年卷/计科-陈老师/CConline/08 语义处理(67分)_files/jquery.min.js.下载: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/往年卷/计科-陈老师/CConline/08 语义处理(67分)_files/jquery.min.js.下载 -------------------------------------------------------------------------------- /往年卷/计科-陈老师/CConline/08 语义处理(67分)_files/justified-nav.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/往年卷/计科-陈老师/CConline/08 语义处理(67分)_files/justified-nav.css -------------------------------------------------------------------------------- /往年卷/计科-陈老师/CConline/11 优化.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/往年卷/计科-陈老师/CConline/11 优化.htm -------------------------------------------------------------------------------- /往年卷/计科-陈老师/CConline/11 优化_files/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/往年卷/计科-陈老师/CConline/11 优化_files/bootstrap.css -------------------------------------------------------------------------------- /往年卷/计科-陈老师/CConline/11 优化_files/bootstrap.min.js.下载: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/往年卷/计科-陈老师/CConline/11 优化_files/bootstrap.min.js.下载 -------------------------------------------------------------------------------- /往年卷/计科-陈老师/CConline/11 优化_files/jquery.min.js.下载: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/往年卷/计科-陈老师/CConline/11 优化_files/jquery.min.js.下载 -------------------------------------------------------------------------------- /往年卷/计科-陈老师/CConline/11 优化_files/justified-nav.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/往年卷/计科-陈老师/CConline/11 优化_files/justified-nav.css -------------------------------------------------------------------------------- /期末复习与试卷/code.txt: -------------------------------------------------------------------------------- 1 | 解压密码:0628C203 -------------------------------------------------------------------------------- /期末复习与试卷/final_practice - 副本.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/期末复习与试卷/final_practice - 副本.pdf -------------------------------------------------------------------------------- /期末复习与试卷/final_practice.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/期末复习与试卷/final_practice.pdf -------------------------------------------------------------------------------- /期末复习与试卷/final_review.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/期末复习与试卷/final_review.pdf -------------------------------------------------------------------------------- /期末复习与试卷/往年资料/WechatIMG411.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/期末复习与试卷/往年资料/WechatIMG411.png -------------------------------------------------------------------------------- /期末复习与试卷/往年资料/final_review.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/期末复习与试卷/往年资料/final_review.pdf -------------------------------------------------------------------------------- /期末复习与试卷/往年资料/复习练题1-1.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/期末复习与试卷/往年资料/复习练题1-1.pptx -------------------------------------------------------------------------------- /期末复习与试卷/往年资料/复习练题1-2.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/期末复习与试卷/往年资料/复习练题1-2.pptx -------------------------------------------------------------------------------- /期末复习与试卷/往年资料/复习练题2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/期末复习与试卷/往年资料/复习练题2.pdf -------------------------------------------------------------------------------- /期末复习与试卷/往年资料/期末考试题.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/期末复习与试卷/往年资料/期末考试题.pdf -------------------------------------------------------------------------------- /期末复习与试卷/往年资料/编译原理复习.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/期末复习与试卷/往年资料/编译原理复习.jpg -------------------------------------------------------------------------------- /编译原理课件MOOC 陈老师/1.8-1.9自举与移植.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/编译原理课件MOOC 陈老师/1.8-1.9自举与移植.pdf -------------------------------------------------------------------------------- /编译原理课件MOOC 陈老师/内容完全一致,直接继续看.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /编译原理课件MOOC 陈老师/第10讲 语法制导翻译_3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/编译原理课件MOOC 陈老师/第10讲 语法制导翻译_3.pdf -------------------------------------------------------------------------------- /编译原理课件MOOC 陈老师/第11讲 中间代码生成_1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/编译原理课件MOOC 陈老师/第11讲 中间代码生成_1.pdf -------------------------------------------------------------------------------- /编译原理课件MOOC 陈老师/第12讲 中间代码生成_2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/编译原理课件MOOC 陈老师/第12讲 中间代码生成_2.pdf -------------------------------------------------------------------------------- /编译原理课件MOOC 陈老师/第13讲 中间代码生成_3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/编译原理课件MOOC 陈老师/第13讲 中间代码生成_3.pdf -------------------------------------------------------------------------------- /编译原理课件MOOC 陈老师/第14讲 中间代码生成_4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/编译原理课件MOOC 陈老师/第14讲 中间代码生成_4.pdf -------------------------------------------------------------------------------- /编译原理课件MOOC 陈老师/第15讲 运行存储分配.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/编译原理课件MOOC 陈老师/第15讲 运行存储分配.pdf -------------------------------------------------------------------------------- /编译原理课件MOOC 陈老师/第16讲 代码优化_1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/编译原理课件MOOC 陈老师/第16讲 代码优化_1.pdf -------------------------------------------------------------------------------- /编译原理课件MOOC 陈老师/第17讲 代码优化_2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/编译原理课件MOOC 陈老师/第17讲 代码优化_2.pdf -------------------------------------------------------------------------------- /编译原理课件MOOC 陈老师/第18讲 代码优化_3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/编译原理课件MOOC 陈老师/第18讲 代码优化_3.pdf -------------------------------------------------------------------------------- /编译原理课件MOOC 陈老师/第19讲 代码优化_4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/编译原理课件MOOC 陈老师/第19讲 代码优化_4.pdf -------------------------------------------------------------------------------- /编译原理课件MOOC 陈老师/第1讲 绪论.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/编译原理课件MOOC 陈老师/第1讲 绪论.pdf -------------------------------------------------------------------------------- /编译原理课件MOOC 陈老师/第20讲 代码生成.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/编译原理课件MOOC 陈老师/第20讲 代码生成.pdf -------------------------------------------------------------------------------- /编译原理课件MOOC 陈老师/第2讲 程序设计语言及其文法.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/编译原理课件MOOC 陈老师/第2讲 程序设计语言及其文法.pdf -------------------------------------------------------------------------------- /编译原理课件MOOC 陈老师/第3讲 词法分析.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/编译原理课件MOOC 陈老师/第3讲 词法分析.pdf -------------------------------------------------------------------------------- /编译原理课件MOOC 陈老师/第4讲 语法分析_1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/编译原理课件MOOC 陈老师/第4讲 语法分析_1.pdf -------------------------------------------------------------------------------- /编译原理课件MOOC 陈老师/第5讲 语法分析_2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/编译原理课件MOOC 陈老师/第5讲 语法分析_2.pdf -------------------------------------------------------------------------------- /编译原理课件MOOC 陈老师/第6讲 语法分析_3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/编译原理课件MOOC 陈老师/第6讲 语法分析_3.pdf -------------------------------------------------------------------------------- /编译原理课件MOOC 陈老师/第7讲 语法分析_4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/编译原理课件MOOC 陈老师/第7讲 语法分析_4.pdf -------------------------------------------------------------------------------- /编译原理课件MOOC 陈老师/第8讲 语法制导翻译_1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/编译原理课件MOOC 陈老师/第8讲 语法制导翻译_1.pdf -------------------------------------------------------------------------------- /编译原理课件MOOC 陈老师/第9讲 语法制导翻译_2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/编译原理课件MOOC 陈老师/第9讲 语法制导翻译_2.pdf -------------------------------------------------------------------------------- /编译原理课件MOOC 陈老师/编译原理补充笔记.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/编译原理课件MOOC 陈老师/编译原理补充笔记.md -------------------------------------------------------------------------------- /课件/Lecture01.Introduction.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/课件/Lecture01.Introduction.pdf -------------------------------------------------------------------------------- /课件/Lecture02.FormalLanguages.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/课件/Lecture02.FormalLanguages.pdf -------------------------------------------------------------------------------- /课件/Lecture03.LexicalAnalysis.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/课件/Lecture03.LexicalAnalysis.pdf -------------------------------------------------------------------------------- /课件/Lecture04.TopDownParsing.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/课件/Lecture04.TopDownParsing.pdf -------------------------------------------------------------------------------- /课件/Lecture04.TopDownParsing2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/课件/Lecture04.TopDownParsing2.pdf -------------------------------------------------------------------------------- /课件/Lecture05.LL(1)Parsing.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/课件/Lecture05.LL(1)Parsing.pdf -------------------------------------------------------------------------------- /课件/Lecture06.OPP.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/课件/Lecture06.OPP.pdf -------------------------------------------------------------------------------- /课件/Lecture07.LR-Parsing.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/课件/Lecture07.LR-Parsing.pdf -------------------------------------------------------------------------------- /课件/Lecture08.SyntaxDirectedTranslation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/课件/Lecture08.SyntaxDirectedTranslation.pdf -------------------------------------------------------------------------------- /课件/Lecture09.IntCodeGeneration.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/课件/Lecture09.IntCodeGeneration.pdf -------------------------------------------------------------------------------- /课件/Lecture10.RunTime.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/课件/Lecture10.RunTime.pdf -------------------------------------------------------------------------------- /课件/Lecture11.CodeGeneration.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/课件/Lecture11.CodeGeneration.pdf -------------------------------------------------------------------------------- /课件/Lecture12.CodeOptimization.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CLong05/PrinciplesOfCompilerConstruction_SYSU/HEAD/课件/Lecture12.CodeOptimization.pdf --------------------------------------------------------------------------------