From 46632e5ebc1b1680cd74d9ed622b5f632efde7f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=99=A8?= <121530954+YangChen-pro@users.noreply.github.com> Date: Thu, 29 Feb 2024 22:03:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B02023=E7=A7=8B=E5=AD=A3?= =?UTF-8?q?=E5=AD=A6=E6=9C=9FPython=E3=80=81=E7=BC=96=E8=AF=91=E5=8E=9F?= =?UTF-8?q?=E7=90=86=E3=80=81=E6=93=8D=E4=BD=9C=E7=B3=BB=E7=BB=9F=20(#91)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 更新Python大作业.md 2023秋季学期,Python大作业 * 更新Compilers.md 更新2023秋季编译原理作业 * 更新Operating-Systems.md 更新2023秋季操作系统实验 --- projects/Compilers.md | 2 ++ projects/Operating-Systems.md | 1 + projects/Python.md | 3 ++- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/projects/Compilers.md b/projects/Compilers.md index 814fe26..ff6a601 100644 --- a/projects/Compilers.md +++ b/projects/Compilers.md @@ -14,6 +14,7 @@ * [Jray](https://github.com/Jraaay/LexParser) (C++) * [Sduby](https://github.com/Sduby22/compiling_hw/tree/main/lab1-clexer) (C & flex) * [BUPT-CS-Assignment](https://github.com/BUPT-CS-Assignment/Lexer) (C++) +* [YangChen-pro](https://github.com/YangChen-pro/bupt-assignments/tree/main/3rd%20year%20of%20BUPT/First%20semester/Compilation/lexical%20analysis) (C++ & Lex) ### 语法分析 @@ -29,6 +30,7 @@ * [Jray](https://github.com/Jraaay/SyntaxAnalyzer) (C++) * [Sduby](https://github.com/Sduby22/compiling_hw/tree/main/lab2-yacc) (C) * [BUPT-CS-Assignment](https://github.com/BUPT-CS-Assignment/SyntaxAnalyzer) (C++) +* [YangChen-pro](https://github.com/YangChen-pro/bupt-assignments/tree/main/3rd%20year%20of%20BUPT/First%20semester/Compilation/grammar%20analysis) (Python & Yacc) ### 语义分析 diff --git a/projects/Operating-Systems.md b/projects/Operating-Systems.md index 6913e7d..5769afc 100644 --- a/projects/Operating-Systems.md +++ b/projects/Operating-Systems.md @@ -3,3 +3,4 @@ ### 操作系统实验(叶文) - [name1e5s](https://github.com/name1e5s/playground/tree/master/OS-Lab) (Assembly & C) +- [YangChen-pro](https://github.com/YangChen-pro/bupt-assignments/tree/main/3rd%20year%20of%20BUPT/First%20semester/Operating%20system) (C) diff --git a/projects/Python.md b/projects/Python.md index 0db937a..37cc04e 100644 --- a/projects/Python.md +++ b/projects/Python.md @@ -1,4 +1,5 @@ # Python程序设计 ### 2020级 -* [BUPT-CS-Assignment](https://github.com/BUPT-CS-Assignment/Python_Homework_2022) (租房数据分析) \ No newline at end of file +* [BUPT-CS-Assignment](https://github.com/BUPT-CS-Assignment/Python_Homework_2022) (租房数据分析) +* [YangChen-pro](https://github.com/YangChen-pro/bupt-assignments/tree/main/3rd%20year%20of%20BUPT/First%20semester/Python) (链家2022和2023北上广深租房价格分析)