From 8c0919ef12b81d903a4ebc6aef599893602b71fe Mon Sep 17 00:00:00 2001 From: Cowboy-Spike-Spiegel <3241146630@qq.com> Date: Mon, 21 Aug 2023 02:52:05 +0800 Subject: [PATCH] Spike --- README.md | 4 ++++ projects/Advanced-Labs-in-Computer-Networks.md | 1 + projects/Advanced-Labs-in-Operating-Systems.md | 4 ++++ projects/Alogrithm.md | 5 +++++ projects/C++.md | 1 + projects/CSAPP.md | 5 +++++ projects/Compilers.md | 2 ++ projects/Computer-Networks.md | 2 ++ projects/Data-Structures.md | 6 +++++- projects/Digital-Logic.md | 5 +++++ projects/Formal-Language.md | 1 + projects/Info-Know.md | 1 + ...troduction-to-Computing-and-Foundation-of-Programming.md | 1 + projects/Mobile-Internet-Technology-and-Application.md | 6 +++++- projects/Operating-Systems.md | 4 ++++ projects/Program-Practice.md | 1 + .../Project-Laboratory-Algorithms-and-Data-Structures.md | 2 ++ projects/Python.md | 5 +++++ projects/Software-Engineering.md | 4 ++++ 19 files changed, 58 insertions(+), 2 deletions(-) create mode 100644 projects/Alogrithm.md create mode 100644 projects/CSAPP.md create mode 100644 projects/Digital-Logic.md create mode 100644 projects/Python.md diff --git a/README.md b/README.md index bff8f4d..0c014a3 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,12 @@ - [面向对象程序设计实践 (Java)](./projects/Java.md) - [形式语言与自动机](./projects/Formal-Language.md) - [数据科学导论](./projects/Data-Science.md) +- [CSAPP](./projects/CSAPP.md) +- [数字逻辑课程设计](./projects/Digital-Logic.md) #### 本科三年级 +- [算法设计与分析](./projects/Alogrithm.md) - [编译原理与技术](./projects/Compilers.md) - [编译原理课程设计](./projects/Advanced-Labs-in-Compilers.md) - [操作系统](./projects/Operating-Systems.md) @@ -52,6 +55,7 @@ - [移动互联网技术及应用](./projects/Mobile-Internet-Technology-and-Application.md) - [自然语言处理](./projects/NLP.md) - [Web开发技术](./projects/Web.md) +- [Python程序设计实践](./projects/Python.md) #### 其它 diff --git a/projects/Advanced-Labs-in-Computer-Networks.md b/projects/Advanced-Labs-in-Computer-Networks.md index 8bc796e..4221c8f 100644 --- a/projects/Advanced-Labs-in-Computer-Networks.md +++ b/projects/Advanced-Labs-in-Computer-Networks.md @@ -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) diff --git a/projects/Advanced-Labs-in-Operating-Systems.md b/projects/Advanced-Labs-in-Operating-Systems.md index 09e3675..18e0932 100644 --- a/projects/Advanced-Labs-in-Operating-Systems.md +++ b/projects/Advanced-Labs-in-Operating-Systems.md @@ -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) diff --git a/projects/Alogrithm.md b/projects/Alogrithm.md new file mode 100644 index 0000000..dba3c09 --- /dev/null +++ b/projects/Alogrithm.md @@ -0,0 +1,5 @@ +# 算法设计与分析 + +### 2020级 + +[Term5-Algorithm](https://github.com/Cowboy-Spike-Spiegel/Term5-Algorithm) (C++) \ No newline at end of file diff --git a/projects/C++.md b/projects/C++.md index 3a7510b..eac22d7 100644 --- a/projects/C++.md +++ b/projects/C++.md @@ -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) \ No newline at end of file diff --git a/projects/CSAPP.md b/projects/CSAPP.md new file mode 100644 index 0000000..46f3958 --- /dev/null +++ b/projects/CSAPP.md @@ -0,0 +1,5 @@ +# CSAPP + +### 2020级 实验1-4 + +- [Term3-CSAPP](https://github.com/Cowboy-Spike-Spiegel/Term3-CSAPP) \ No newline at end of file diff --git a/projects/Compilers.md b/projects/Compilers.md index f8829a2..74a4555 100644 --- a/projects/Compilers.md +++ b/projects/Compilers.md @@ -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++) @@ -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) diff --git a/projects/Computer-Networks.md b/projects/Computer-Networks.md index d1ab756..1d6fdce 100644 --- a/projects/Computer-Networks.md +++ b/projects/Computer-Networks.md @@ -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) @@ -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) diff --git a/projects/Data-Structures.md b/projects/Data-Structures.md index 30521ea..cdcad6e 100644 --- a/projects/Data-Structures.md +++ b/projects/Data-Structures.md @@ -4,4 +4,8 @@ #### 作业一 - 简易计算器 -* [name1e5s](https://github.com/kuso-kodo/libexprpr) (C) \ No newline at end of file +* [name1e5s](https://github.com/kuso-kodo/libexprpr) (C) + +### 2020 级 实验1-6 + +- [Term3-Data-Structure](https://github.com/Cowboy-Spike-Spiegel/Term3-Data-Structure) \ No newline at end of file diff --git a/projects/Digital-Logic.md b/projects/Digital-Logic.md new file mode 100644 index 0000000..f1420ce --- /dev/null +++ b/projects/Digital-Logic.md @@ -0,0 +1,5 @@ +# 数字逻辑课程设计 + +### 2020级 药片装瓶系统 + +- [Term4-Digital-Logic](https://github.com/Cowboy-Spike-Spiegel/Term4-Digital-Logic) \ No newline at end of file diff --git a/projects/Formal-Language.md b/projects/Formal-Language.md index a82c0d5..253f780 100644 --- a/projects/Formal-Language.md +++ b/projects/Formal-Language.md @@ -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) diff --git a/projects/Info-Know.md b/projects/Info-Know.md index 044fb97..64cd7fb 100644 --- a/projects/Info-Know.md +++ b/projects/Info-Know.md @@ -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) \ No newline at end of file diff --git a/projects/Introduction-to-Computing-and-Foundation-of-Programming.md b/projects/Introduction-to-Computing-and-Foundation-of-Programming.md index b4f1716..d6d139d 100644 --- a/projects/Introduction-to-Computing-and-Foundation-of-Programming.md +++ b/projects/Introduction-to-Computing-and-Foundation-of-Programming.md @@ -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) diff --git a/projects/Mobile-Internet-Technology-and-Application.md b/projects/Mobile-Internet-Technology-and-Application.md index 26b32c6..c6e272c 100644 --- a/projects/Mobile-Internet-Technology-and-Application.md +++ b/projects/Mobile-Internet-Technology-and-Application.md @@ -20,4 +20,8 @@ ### 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级 + +- [Term6-Android](https://github.com/Cowboy-Spike-Spiegel/Term6-Android) (Java) \ No newline at end of file diff --git a/projects/Operating-Systems.md b/projects/Operating-Systems.md index 6913e7d..0df8f67 100644 --- a/projects/Operating-Systems.md +++ b/projects/Operating-Systems.md @@ -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) diff --git a/projects/Program-Practice.md b/projects/Program-Practice.md index a81a73c..d0515cc 100644 --- a/projects/Program-Practice.md +++ b/projects/Program-Practice.md @@ -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) diff --git a/projects/Project-Laboratory-Algorithms-and-Data-Structures.md b/projects/Project-Laboratory-Algorithms-and-Data-Structures.md index 3d1c58c..535d71b 100644 --- a/projects/Project-Laboratory-Algorithms-and-Data-Structures.md +++ b/projects/Project-Laboratory-Algorithms-and-Data-Structures.md @@ -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) diff --git a/projects/Python.md b/projects/Python.md new file mode 100644 index 0000000..003b28a --- /dev/null +++ b/projects/Python.md @@ -0,0 +1,5 @@ +# Python程序设计实践 + +### 2020级 + +- [Term5-Python](https://github.com/Cowboy-Spike-Spiegel/Term5-Python) \ No newline at end of file diff --git a/projects/Software-Engineering.md b/projects/Software-Engineering.md index 99ef061..a80365b 100644 --- a/projects/Software-Engineering.md +++ b/projects/Software-Engineering.md @@ -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)