From 4e2a402fad3973da400765b7946fcb4642abe52a Mon Sep 17 00:00:00 2001 From: Jianxff <35654252+Jianxff@users.noreply.github.com> Date: Sun, 4 Feb 2024 19:25:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B02020=E7=BA=A7=E9=83=A8?= =?UTF-8?q?=E5=88=86=E7=BC=96=E7=A8=8B=E4=BD=9C=E4=B8=9A=20(#90)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 更新:面向对象程序设计(C++) * 更新:编译原理课程设计 * 更新:计算机网络课程设计 * 更新:计算机网络 * 更新:编译原理与技术 * 更新:数据结构 * 更新:移动互联网技术与应用 * 更新:数据结构课程设计 * 更新:软件工程 * 更新:Web开发技术 * 更新:python程序设计 --- README.md | 1 + projects/Advanced-Labs-in-Compilers.md | 5 ++++- projects/Advanced-Labs-in-Computer-Networks.md | 1 + projects/C++.md | 1 + projects/Compilers.md | 2 ++ projects/Computer-Networks.md | 1 + projects/Data-Structures.md | 10 +++++++++- projects/Mobile-Internet-Technology-and-Application.md | 6 +++++- ...roject-Laboratory-Algorithms-and-Data-Structures.md | 1 + projects/Python.md | 4 ++++ projects/Software-Engineering.md | 1 + projects/Web.md | 3 +++ 12 files changed, 33 insertions(+), 3 deletions(-) create mode 100644 projects/Python.md diff --git a/README.md b/README.md index a927ea9..43f061c 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ - [自然语言处理](./projects/NLP.md) - [Web开发技术](./projects/Web.md) - [数据仓库与数据挖掘](./projects/Data-War-and-Data-Mining.md) +- [Python程序设计](./projects/Python.md) #### 其它 diff --git a/projects/Advanced-Labs-in-Compilers.md b/projects/Advanced-Labs-in-Compilers.md index b2da06a..e8619e2 100644 --- a/projects/Advanced-Labs-in-Compilers.md +++ b/projects/Advanced-Labs-in-Compilers.md @@ -8,4 +8,7 @@ ## 2019级 - [xqmmcqs](https://github.com/xqmmcqs/s1mple-compiler) (ANTLR4 & LLVM, Pascal-S 编译器) -- [Jray & Ellia-TT & ZoeYu-blabla & XxxxYi & CN-zhouyk & xytoki](https://github.com/Jraaay/pascal-s-language-compiler) (Python & PLY, Pascal-S 编译器) \ No newline at end of file +- [Jray & Ellia-TT & ZoeYu-blabla & XxxxYi & CN-zhouyk & xytoki](https://github.com/Jraaay/pascal-s-language-compiler) (Python & PLY, Pascal-S 编译器) + +## 2020级 +- [BUPT-CS-Assignment](https://github.com/BUPT-CS-Assignment/PASCC) (C++, Pascal-S 到 C 的编译器) \ No newline at end of file diff --git a/projects/Advanced-Labs-in-Computer-Networks.md b/projects/Advanced-Labs-in-Computer-Networks.md index 9ed3dfb..573b829 100644 --- a/projects/Advanced-Labs-in-Computer-Networks.md +++ b/projects/Advanced-Labs-in-Computer-Networks.md @@ -44,3 +44,4 @@ * [angrychow & phoenix-cat](https://github.com/angrychow/computer-network-course-design) (C) * [yige2021](https://github.com/yige2021/LyDNS_new)(C) * [YangChen-pro](https://github.com/YangChen-pro/bupt-assignments/tree/main/2nd%20year%20of%20BUPT/Second%20semester/Computer%20Network/Course%20Design) (C) +* [BUPT-CS-Assignment](https://github.com/BUPT-CS-Assignment/DNS-Relay) (C) diff --git a/projects/C++.md b/projects/C++.md index 05b1a67..9da590a 100644 --- a/projects/C++.md +++ b/projects/C++.md @@ -43,6 +43,7 @@ - [goverclock](https://github.com/goverclock/BUPT-Projects-Public/tree/main/express_manager) - [soothsayer](https://github.com/Adam-Teng/delivery-system/) - [P0wer](https://github.com/P0werWeirdo/CPP-BigHomework) +- [BUPT-CS-Assignment](https://github.com/BUPT-CS-Assignment/LMS) (C++ & Qt) ### 2021 级 - 单词消除游戏 diff --git a/projects/Compilers.md b/projects/Compilers.md index f8829a2..814fe26 100644 --- a/projects/Compilers.md +++ b/projects/Compilers.md @@ -13,6 +13,7 @@ * [gkkeys](https://github.com/gkkeys/alex) (C++) * [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++) ### 语法分析 @@ -27,6 +28,7 @@ * [gkkeys](https://github.com/gkkeys/lr1-parser) (Rust) * [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++) ### 语义分析 diff --git a/projects/Computer-Networks.md b/projects/Computer-Networks.md index 28ae218..60d5ece 100644 --- a/projects/Computer-Networks.md +++ b/projects/Computer-Networks.md @@ -12,6 +12,7 @@ - [Sduby](https://github.com/Sduby22/Lab1-Linux) - [goverclock](https://github.com/goverclock/BUPT-Projects-Public/tree/main/datalink) - [renfei147](https://github.com/renfei147/bupt_work_collection/tree/main/computer_network/%E5%AE%9E%E9%AA%8C%E4%B8%80%EF%BC%9A%E9%93%BE%E8%B7%AF%E5%B1%82%E6%BB%91%E5%8A%A8%E7%AA%97%E5%8F%A3%E5%8D%8F%E8%AE%AE%E7%9A%84%E8%AE%BE%E8%AE%A1%E4%B8%8E%E5%AE%9E%E7%8E%B0) +- [BUPT-CS-Assignment](https://github.com/BUPT-CS-Assignment/Datalink_Layer_Protocal) ### WireShark 抓包实验 diff --git a/projects/Data-Structures.md b/projects/Data-Structures.md index 30521ea..667218c 100644 --- a/projects/Data-Structures.md +++ b/projects/Data-Structures.md @@ -4,4 +4,12 @@ #### 作业一 - 简易计算器 -* [name1e5s](https://github.com/kuso-kodo/libexprpr) (C) \ No newline at end of file +* [name1e5s](https://github.com/kuso-kodo/libexprpr) (C) + +### 2020级 + +#### 作业一 - 哈夫曼编解码 +* [BUPT-CS-Assignment](https://github.com/BUPT-CS-Assignment/HuffmanCoding) (C++) + +#### 作业二 - 最短路算法 +* [BUPT-CS-Assignment](https://github.com/BUPT-CS-Assignment/Single-Source-Shortest-Path) (C++) diff --git a/projects/Mobile-Internet-Technology-and-Application.md b/projects/Mobile-Internet-Technology-and-Application.md index 26b32c6..980e059 100644 --- a/projects/Mobile-Internet-Technology-and-Application.md +++ b/projects/Mobile-Internet-Technology-and-Application.md @@ -4,6 +4,7 @@ * [Columbine21](https://github.com/Columbine21/Android-iOS) * [RinChanNOWWW](https://github.com/RinChanNOWWW/Android_Homework) +* [BUPT-CS-Assignment](https://github.com/BUPT-CS-Assignment/AndroidDevelop) ### 2017 级 - 模拟抖音实现短视频小程序 (Java) @@ -20,4 +21,7 @@ ### 2019 级 -* [Jray](https://github.com/Jraaay/DDL-Fighter-App-Ver) (Flutter) \ No newline at end of file +* [Jray](https://github.com/Jraaay/DDL-Fighter-App-Ver) (Flutter) + +### 2020 级 +* [BUPT-CS-Assignment](https://github.com/BUPT-CS-Assignment/AndroidDevelop) \ No newline at end of file diff --git a/projects/Project-Laboratory-Algorithms-and-Data-Structures.md b/projects/Project-Laboratory-Algorithms-and-Data-Structures.md index 24b7d43..944bf6f 100644 --- a/projects/Project-Laboratory-Algorithms-and-Data-Structures.md +++ b/projects/Project-Laboratory-Algorithms-and-Data-Structures.md @@ -38,6 +38,7 @@ * [bupt_assist](https://github.com/FkerYJ/bupt_assist)(Python &Typescript ) * [soothsayer](https://github.com/Adam-Teng/datastructure-design) (Vue & Typescript & Javascript) * [archester-250 & 1475505 & buptttly](https://github.com/archester-250/Course_Auxiliary_System_QT) (C++ & QT) +* [BUPT-CS-Assignment](https://github.com/BUPT-CS-Assignment/TinyAndPretty) (C++ & Vue & JavaScript) ### 2021级 - 学生日程管理系统 * [PostGuard](https://github.com/post-guard/PostCalendarBackend) (Java & Vue) diff --git a/projects/Python.md b/projects/Python.md new file mode 100644 index 0000000..0db937a --- /dev/null +++ b/projects/Python.md @@ -0,0 +1,4 @@ +# Python程序设计 + +### 2020级 +* [BUPT-CS-Assignment](https://github.com/BUPT-CS-Assignment/Python_Homework_2022) (租房数据分析) \ No newline at end of file diff --git a/projects/Software-Engineering.md b/projects/Software-Engineering.md index 81f71be..955bda8 100644 --- a/projects/Software-Engineering.md +++ b/projects/Software-Engineering.md @@ -32,4 +32,5 @@ * [NoamChi & TomsPillow & 4_buddies_no_account](https://github.com/PopChicken/acss_repo) (all in python: Django & PySide6) * [wjj710 & hkRuan & asapple & MuchiBai & Tony Zhao & Parallel23333](https://github.com/wjj710/Charging-Pile-System) (all in C++: Qt & WinAPI) * LiuL & archester-250 & buptttly & HUANG Jiayu & nameless0120 & Re-B(SpringBoot3 + Vue3): [后端](https://github.com/1475505/Awesome-Charging) [客户端前端](https://github.com/buptttly/Awesome-charging-Fe) [管理员前端](https://github.com/1475505/Awesome-Charging-Admin-Fe) +* [BUPT-CS-Assignment](https://github.com/BUPT-CS-Assignment/TAP-frontend) (Python & Vue3) diff --git a/projects/Web.md b/projects/Web.md index 3a47409..ada2d56 100644 --- a/projects/Web.md +++ b/projects/Web.md @@ -2,3 +2,6 @@ ### 2019级 - “好味道”系统 * [wjj710](https://github.com/wjj710/good-flavor) (FastAPI & Postgresql) + +### 2020级 - “好去处”系统 +* [BUPT-CS-Assignment](https://github.com/BUPT-CS-Assignment/Travelet) (Flask & Vue3)