Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spike #78

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,12 @@
- [面向对象程序设计实践 (Java)](./projects/Java.md)
- [形式语言与自动机](./projects/Formal-Language.md)
- [数据科学导论](./projects/Data-Science.md)
- [CSAPP](./projects/CSAPP.md)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里可以改成课程名称「计算机系统基础实践」吗

- [数字逻辑课程设计](./projects/Digital-Logic.md)

#### 本科三年级

- [算法设计与分析](./projects/Alogrithm.md)
- [编译原理与技术](./projects/Compilers.md)
- [编译原理课程设计](./projects/Advanced-Labs-in-Compilers.md)
- [操作系统](./projects/Operating-Systems.md)
Expand All @@ -52,6 +55,7 @@
- [移动互联网技术及应用](./projects/Mobile-Internet-Technology-and-Application.md)
- [自然语言处理](./projects/NLP.md)
- [Web开发技术](./projects/Web.md)
- [Python程序设计实践](./projects/Python.md)

#### 其它

Expand Down
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 @@ -39,3 +39,4 @@
* [xyToki & Jray & CN_ZYK](https://github.com/tokiInBUPT/dnsrd) (C)
* [goverclock](https://github.com/goverclock/BUPT-Projects-Public/tree/main/dnsrelay) (C)
* [1475505 & archester-250](https://github.com/1475505/AwesomeDNS) (C)
* [Term4-Computer-Network](https://github.com/Cowboy-Spike-Spiegel/Term4-Computer-Network) (C)
4 changes: 4 additions & 0 deletions projects/Advanced-Labs-in-Operating-Systems.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@

- [Direktor799](https://github.com/Direktor799/rusted_os) (Rust)
- [ruiqurm & wjj710 & weikeduo1 & 12345ljx & zertow & The3yx](https://github.com/ruiqurm/os-simulator) (C++)

### 2020级

- [Term6-OS-Lab](https://github.com/Cowboy-Spike-Spiegel/Term6-OS-Lab) (Python)
5 changes: 5 additions & 0 deletions projects/Alogrithm.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# 算法设计与分析

### 2020级

[Term5-Algorithm](https://github.com/Cowboy-Spike-Spiegel/Term5-Algorithm) (C++)
1 change: 1 addition & 0 deletions projects/C++.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@

### 2020 级 - 物流管理平台

- [Term4-CPP](https://github.com/Cowboy-Spike-Spiegel/Term4-CPP) (期中实验代码+期末物流管理平台)
- [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)
5 changes: 5 additions & 0 deletions projects/CSAPP.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# CSAPP
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里的文件名和标题也是


### 2020级 实验1-4

- [Term3-CSAPP](https://github.com/Cowboy-Spike-Spiegel/Term3-CSAPP)
2 changes: 2 additions & 0 deletions projects/Compilers.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

### 词法分析

* [Term5-Compile/1](https://github.com/Cowboy-Spike-Spiegel/Term5-Compile/tree/main/1) (C & flex)
* [Connor1996](https://github.com/Connor1996/BUPT-Projects/tree/master/LexParse) (C++)
* [Jason210314](https://github.com/Jason210314/LexerAndParser) (C++)
* [Resurgam Akane](https://github.com/Resurgam-Akane/Compilers-Principles/tree/master/Lexical%20Analysis) (C++)
Expand All @@ -16,6 +17,7 @@

### 语法分析

* [Term5-Compile/2](https://github.com/Cowboy-Spike-Spiegel/Term5-Compile/tree/main/2) (C++ & flex)
* [Connor1996](https://github.com/Connor1996/BUPT-Projects/tree/master/SyntaxParser) (C++)
* [Resurgam Akane](https://github.com/Resurgam-Akane/Compilers-Principles/tree/master/Grammer%20Analysis) (C++ & Python)
* [Thesharing](https://github.com/Thesharing/school-projects/tree/master/Homework/Compile%20Principle/%E8%AF%AD%E6%B3%95%E5%88%86%E6%9E%90) (C)
Expand Down
2 changes: 2 additions & 0 deletions projects/Computer-Networks.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

### 数据链路层协议 (C)

- [Term4-Computer-Network/实验一](https://github.com/Cowboy-Spike-Spiegel/Term4-Computer-Network/tree/main/实验一)
- [BOT Man & Resurgam Akane](https://github.com/BOT-Man-JL/BUPT-Projects/tree/master/2-2-Computer-Network/Datalink%20Solution)
- [Connor1996](https://github.com/Connor1996/BUPT-Projects/tree/master/Computer-Network-Labs/Lab1%20%E6%BB%91%E5%8A%A8%E7%AA%97%E5%8F%A3%E5%8D%8F%E8%AE%AE)
- [Forec](https://github.com/Forec/course-design)
Expand All @@ -14,4 +15,5 @@

### WireShark 抓包实验

- [Term4-Computer-Network/实验二](https://github.com/Cowboy-Spike-Spiegel/Term4-Computer-Network/tree/main/实验二)
- [name1e5s](https://github.com/name1e5s/playground/tree/master/Computer%20Network%20Wireshark%20Lab)
6 changes: 5 additions & 1 deletion projects/Data-Structures.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@

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

* [name1e5s](https://github.com/kuso-kodo/libexprpr) (C)
* [name1e5s](https://github.com/kuso-kodo/libexprpr) (C)

### 2020 级 实验1-6

- [Term3-Data-Structure](https://github.com/Cowboy-Spike-Spiegel/Term3-Data-Structure)
5 changes: 5 additions & 0 deletions projects/Digital-Logic.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# 数字逻辑课程设计

### 2020级 药片装瓶系统

- [Term4-Digital-Logic](https://github.com/Cowboy-Spike-Spiegel/Term4-Digital-Logic)
1 change: 1 addition & 0 deletions projects/Formal-Language.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

### NFA 到 DFA 的转化

- [Term4-Formal-Languages-and-Automata](https://github.com/Cowboy-Spike-Spiegel/Term4-Formal-Languages-and-Automata) (C++)
- [livrth](https://github.com/livrth/NFA2DFA) (C++)
- [1475505 & archester-250](https://github.com/1475505/NFA2DFA) (Python)

Expand Down
1 change: 1 addition & 0 deletions projects/Info-Know.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

### 信息检索系统

* [Term6-Information-Extraction](https://github.com/Cowboy-Spike-Spiegel/Term6-Information-Extraction)
* [name1e5s](https://github.com/name1e5s/playground/tree/master/InfoKnow/Homework2)
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@

### 2020 级 - 冯诺依曼式计算机CPU模拟 (C/C++)

- [Term2-von-Neumann-CPU)](https://github.com/Cowboy-Spike-Spiegel/Term2-von-Neumann-CPU)
- [KernelErr](https://github.com/KernelErr/BUPT-CPU-Simulator)
- [YaoYu0101](https://github.com/YaoYu0101/BUPT-vonNeumann-Simulator)

Expand Down
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 @@ -20,4 +20,8 @@

### 2019 级

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

### 2020级

- [Term6-Android](https://github.com/Cowboy-Spike-Spiegel/Term6-Android) (Java)
4 changes: 4 additions & 0 deletions projects/Operating-Systems.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# 操作系统

### 操作系统实验(李文生)

- [Term5-Operate-System](https://github.com/Cowboy-Spike-Spiegel/Term5-Operate-System) (C++)

### 操作系统实验(叶文)

- [name1e5s](https://github.com/name1e5s/playground/tree/master/OS-Lab) (Assembly & C)
1 change: 1 addition & 0 deletions projects/Program-Practice.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

### 2019 级, 2020级 - 领域特定脚本语言的解释器

* [Term5-Practice-of-Programming](https://github.com/Cowboy-Spike-Spiegel/Term5-Practice-of-Programming) (HTML & Javascript & CSS& Go & SQL)
* [Jray](https://github.com/Jraaay/domain-specific-scripting-language-interpreter-js):(JavaScript & HTML & CSS)
* [xqmmcqs](https://github.com/xqmmcqs/robot-DSL):(Python)
* [xyToki](https://github.com/tokiInBUPT/talkbot): (Vue.js & Typescript)
Expand Down
2 changes: 2 additions & 0 deletions projects/Project-Laboratory-Algorithms-and-Data-Structures.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
* [xyToki & Jray & P](https://github.com/tokiInBUPT/umap): (Javascript & Vue.js)

### 2020 级 - 线下课程辅助系统

* [Term4-Data-Structure-Lab](https://github.com/Cowboy-Spike-Spiegel/Term4-Data-Structure-Lab) (C++ & Qt)
* [goverclock](https://github.com/goverclock/BUPT-Projects-Public/tree/main/DS-curriculum-design) (C++ & Qt)
* [bupt_assist](https://github.com/FkerYJ/bupt_assist)(Python &Typescript )
* [soothsayer](https://github.com/Adam-Teng/datastructure-design) (Vue & Typescript & Javascript)
Expand Down
5 changes: 5 additions & 0 deletions projects/Python.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Python程序设计实践

### 2020级

- [Term5-Python](https://github.com/Cowboy-Spike-Spiegel/Term5-Python)
4 changes: 4 additions & 0 deletions projects/Software-Engineering.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,7 @@
* [Jray & ZoeYu-blabla & Myasque & jydeppt & DOSkanya & BUPT-hqc](https://github.com/Jraaay/Charging-in-BUPT) (Python & JavaScript & HTML & CSS)
* [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)

### 2020级 - 智能充电桩调度计费系统

- [Term6-Software-Engineering](https://github.com/Cowboy-Spike-Spiegel/Term6-Software-Engineering) (Vue & Java-Android & Go & SQL)