https://github.com/kuangjux/projects
:scroll: Collection of undergraduate homework and labs and other
https://github.com/kuangjux/projects
Last synced: 8 months ago
JSON representation
:scroll: Collection of undergraduate homework and labs and other
- Host: GitHub
- URL: https://github.com/kuangjux/projects
- Owner: KuangjuX
- License: gpl-3.0
- Created: 2021-04-06T14:40:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-17T08:39:41.000Z (over 2 years ago)
- Last Synced: 2025-01-16T01:38:20.526Z (9 months ago)
- Homepage:
- Size: 78.1 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Undergraduate-Projects
## IntroductionCollection of undergraduate homework and labs and other.
## Catalogue
### 专业课编程作业及lab
| 时间 | 课程 | 项目 |
| -------- | ------------------ | ------------------------------------------------------------ |
| 2020春季 | 计算机系统基础 | [ICS-Lab](https://github.com/KuangjuX/ICS-Lab) |
| 2020春季 | 数据结构 | [DS-Lab](https://github.com/KuangjuX/DS-Lab) |
| 2020秋季 | 算法设计与分析 | [Algorithm-Lab](https://github.com/KuangjuX/Algorithm-Lab) |
| 2020秋季 | 操作系统 | [OS-Lab](https://github.com/KuangjuX/OS-Lab) |
| 2020秋季 | 计算机系统实践 | [NEMU](https://github.com/KuangjuX/NEMU2020) |
| 2021春季 | 程序设计实践 | [Programing-Lab](https://github.com/KuangjuX/Programing-Lab) |
| 2021春季 | 数据库原理 | [DBS-Lab](https://github.com/KuangjuX/DBS-Lab) |
| 2021春季 | 并行计算 | [Parallel-Lab](https://github.com/KuangjuX/Parallel-Lab) |
| 2021春季 | 数字逻辑与数字系统 | [Digital-Lab](https://github.com/KuangjuX/Digital-Lab) |
| 2021春季 | 计算机网络 | [Network-Lab](https://github.com/KuangjuX/Network-Lab) |
| 2021春季 | 人工智能基础 | [AI-Lab](https://github.com/KuangjuX/AI-Lab) |
| 2021小学期| 计算机网络实践 | [Trivial-TCP](https://github.com/KuangjuX/Trivial-TCP) |
| 2021小学期| 数据库实践 | [Langhuan-Blessed-Land](https://github.com/KuangjuX/Langhuan-Blessed-Land) |
| 2021 秋季 | 计算机体系结构 | [SimpleMIPS](https://github.com/KuangjuX/SimpleMIPS) |
| 2021 秋季 | 异构计算 | [Heterogeneous-Lab](https://github.com/KuangjuX/Heterogeneous-Lab) |
| 2021 秋季 | 计算机图形学 | [Graphics-Lab](https://github.com/KuangjuX/Graphics-Lab)|
| 2021 秋季 | 数值分析 | [Numerical-Analysis](https://github.com/KuangjuX/Numerical-Analysis) |
| 2021 秋季 | 大数据分析理论与方法 | [hadoop-spark-Lab](https://github.com/KuangjuX/hadoop-spark-Lab) |
| 2022 春季 | 高等计算机体系结构 | [bp-emulator](https://github.com/KuangjuX/bp-emulator), [tomasulo-emulator](https://github.com/KuangjuX/tomasulo-emulator) |
| 2022 春季 | 编译原理 | [sql-lexer](https://github.com/KuangjuX/sql-lexer) |
| 2022 秋季 | 编译实践 | [minigo](https://github.com/KuangjuX/minigo) |
| 2023 春季 | 毕业设计 | [hypocaust](https://github.com/KuangjuX/hypocaust), [hypocaust-2](https://github.com/KuangjuX/hypocaust-2) |### 一些我个人所学课程
| 时间 | 课程 | 项目 |
| -------- | ------------------ | ------------------------------------------------------------ |
| 2021秋季 | rCore-Tutorial-v3 | [rCore-Tutorial-v3](https://github.com/KuangjuX/rCore-Tutorial-v3) |
| 2021秋季 | Distributed Systems(MIT 6.824) | [6.824](https://github.com/KuangjuX/6.824) |
| 2021秋季 | Intro to Database Systems(CMU 15-445) | [SimpleDB](https://github.com/KuangjuX/SimpleDB) |
| 2022寒假 | OS(MIT 6.S081 ) | [xv6-riscv-solution](https://github.com/KuangjuX/xv6-riscv-solution) |### 比赛项目
| 时间 | 比赛 | 项目 | 描述 |
| -------- | ------ | ------------------------------------------------ |------|
| 2021春季 | 第一届 OSCOMP | [xv6-rust](https://github.com/Ko-oK-OS/xv6-rust) |使用 Rust 对 xv6-riscv 的重新实现|
| 2021春季 | 第一届 OSCOMP | [allocator](https://github.com/Ko-oK-OS/allocator) | 伙伴内存分配系统 |
| 2021暑假 | 开源之夏 2021 | [rCore-fat](https://github.com/KuangjuX/rCore-fat)| FAT32 系统的 rCore-Tutorial |
| 2022春季 | 第六届 龙芯杯 | [ChiselMIPS](https://github.com/NSCSCC-2022-TJU/ChiselMIPS) | 使用 Chisel 实现的 MIPS 处理器 |### 其他
| 项目 | 描述 |
| -------- | ------ |
| [hypercraft](https://github.com/KuangjuX/hypercraft) | 使用 Rust 语言编写的 VMM 库 |
| [ixgbe-drivers](https://github.com/KuangjuX/ixgbe-driver) | 使用 Rust 语言编写的 Intel 82599 10Gb 网卡驱动 |