Skip to content

Commit

Permalink
add slides
Browse files Browse the repository at this point in the history
  • Loading branch information
liuly0322 committed Sep 17, 2023
1 parent a5baf8b commit d47f0b0
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,13 @@

## 教学课件

| 日期 | 标题 | 课件 |
| :--------: | :----------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| 2023-09-04 | 编译原理和技术导论 | [part1](https://rec.ustc.edu.cn/share/be63e5f0-4bbf-11ee-ab8f-8556ef2e1b82) |
| 2023-09-06 | 词法分析 | [part1](https://rec.ustc.edu.cn/share/7c8cb640-4bfa-11ee-801b-996bfe70e4c4), [part2](https://rec.ustc.edu.cn/share/971f5a80-4bfa-11ee-9c40-3f9629e3618a), [part3](https://rec.ustc.edu.cn/share/daf23f60-4bfa-11ee-ba03-e1b373b96f27) |
| 2023-09-11 | 语法分析 - 上下文无关文法 | [part1](https://rec.ustc.edu.cn/share/1adc23a0-5043-11ee-ae58-c51868b36892) |
| 2023-09-13 | 语法分析 - 自顶向下 - 递归下降 | [part2](https://rec.ustc.edu.cn/share/11c40120-5208-11ee-8fb3-0b34e4219c8a) |
| 日期 | 标题 | 课件 |
| :--------: | :------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| 2023-09-04 | 编译原理和技术导论 | [part1](https://rec.ustc.edu.cn/share/be63e5f0-4bbf-11ee-ab8f-8556ef2e1b82) |
| 2023-09-06 | 词法分析 | [part1](https://rec.ustc.edu.cn/share/7c8cb640-4bfa-11ee-801b-996bfe70e4c4), [part2](https://rec.ustc.edu.cn/share/971f5a80-4bfa-11ee-9c40-3f9629e3618a), [part3](https://rec.ustc.edu.cn/share/daf23f60-4bfa-11ee-ba03-e1b373b96f27) |
| 2023-09-11 | 语法分析 - 上下文无关文法 | [part1](https://rec.ustc.edu.cn/share/1adc23a0-5043-11ee-ae58-c51868b36892) |
| 2023-09-13 | 语法分析 - 自顶向下 - 递归下降 | [part2](https://rec.ustc.edu.cn/share/11c40120-5208-11ee-8fb3-0b34e4219c8a) |
| 2023-09-18 | 语法分析 - 自顶向下 - LL(1) 文法 | [part3](https://rec.ustc.edu.cn/share/08643ef0-5564-11ee-88f3-1509f631aa4a) |

## 参考资料

Expand Down

0 comments on commit d47f0b0

Please sign in to comment.