Skip to content

Commit

Permalink
更新2020级部分编程作业 (#90)
Browse files Browse the repository at this point in the history
* 更新:面向对象程序设计(C++)

* 更新:编译原理课程设计

* 更新:计算机网络课程设计

* 更新:计算机网络

* 更新:编译原理与技术

* 更新:数据结构

* 更新:移动互联网技术与应用

* 更新:数据结构课程设计

* 更新:软件工程

* 更新:Web开发技术

* 更新:python程序设计
  • Loading branch information
Jianxff authored Feb 4, 2024
1 parent 541fce1 commit 4e2a402
Show file tree
Hide file tree
Showing 12 changed files with 33 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
- [自然语言处理](./projects/NLP.md)
- [Web开发技术](./projects/Web.md)
- [数据仓库与数据挖掘](./projects/Data-War-and-Data-Mining.md)
- [Python程序设计](./projects/Python.md)

#### 其它

Expand Down
5 changes: 4 additions & 1 deletion projects/Advanced-Labs-in-Compilers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 编译器)
- [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 的编译器)
1 change: 1 addition & 0 deletions projects/Advanced-Labs-in-Computer-Networks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
1 change: 1 addition & 0 deletions projects/C++.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 级 - 单词消除游戏

Expand Down
2 changes: 2 additions & 0 deletions projects/Compilers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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++)

### 语法分析

Expand All @@ -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++)

### 语义分析

Expand Down
1 change: 1 addition & 0 deletions projects/Computer-Networks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 抓包实验

Expand Down
10 changes: 9 additions & 1 deletion projects/Data-Structures.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,12 @@

#### 作业一 - 简易计算器

* [name1e5s](https://github.com/kuso-kodo/libexprpr) (C)
* [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++)
6 changes: 5 additions & 1 deletion projects/Mobile-Internet-Technology-and-Application.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -20,4 +21,7 @@

### 2019 级

* [Jray](https://github.com/Jraaay/DDL-Fighter-App-Ver) (Flutter)
* [Jray](https://github.com/Jraaay/DDL-Fighter-App-Ver) (Flutter)

### 2020 级
* [BUPT-CS-Assignment](https://github.com/BUPT-CS-Assignment/AndroidDevelop)
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 4 additions & 0 deletions projects/Python.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Python程序设计

### 2020级
* [BUPT-CS-Assignment](https://github.com/BUPT-CS-Assignment/Python_Homework_2022) (租房数据分析)
1 change: 1 addition & 0 deletions projects/Software-Engineering.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

3 changes: 3 additions & 0 deletions projects/Web.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 4e2a402

Please sign in to comment.