From 724b821b547cf6a92bd3621a524cf543723b494e Mon Sep 17 00:00:00 2001 From: InsideEmpire Date: Sat, 3 May 2025 14:50:45 +0800 Subject: [PATCH] update CS61C.en.md --- docs/体系结构/CS61C.en.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/体系结构/CS61C.en.md b/docs/体系结构/CS61C.en.md index 0150efca..115f903b 100644 --- a/docs/体系结构/CS61C.en.md +++ b/docs/体系结构/CS61C.en.md @@ -16,11 +16,15 @@ In a word, this is the best computer architecture course I have ever taken. ## Course Resources -- Course Website: -- Recordings: [Youtube](https://www.youtube.com/playlist?list=PLDoI-XvXO0aqgoMQvogzmf7CKiSMSUS3M) -- Textbook: None -- Assignments: 11 Labs, 4 Projects, the course website has specific requirements. +- [Course Website](https://cs61c.org/) +- Course Website (Backup): [Fa24-WayBack Machine](https://web.archive.org/web/20241219154359/https://cs61c.org/fa24/), [Fa20-WayBack Machine](https://web.archive.org/web/20220120134001/https://inst.eecs.berkeley.edu/~cs61c/fa20/), [Fa20-Backup](https://www.learncs.site/docs/curriculum-resource/cs61c/syllabus) +- Recordings: [Su20-Bilibili](://www.bilibili.com/video/BV1fC4y147iZ/?share_source=copy_web&vd_source=7c3823b46a52fbbef42b79e01d55c300), [Su20-Youtube](https://youtube.com/playlist?list=PLDoI-XvXO0aqgoMQvogzmf7CKiSMSUS3M&si=62aaH5a_PMGrAT2Y), [Fa20-Bilibili](https://www.bilibili.com/video/BV17b42177VG/?share_source=copy_web&vd_source=7c3823b46a52fbbef42b79e01d55c300), [Fa20-Youtube](https://youtube.com/playlist?list=PL0j-r-omG7i0-mnsxN5T4UcVS1Di0isqf&si=CG1EjQiPcw7r7Vs4) +- Assignments: [Fa20-Backup](https://github.com/InsideEmpire/CS61C-Assignment#) ## Personal Resources All the resources and assignments used by @PKUFlyingPig in this course are maintained in [PKUFlyingPig/CS61C-summer20 - GitHub](https://github.com/PKUFlyingPig/CS61C-summer20). + +All the resources and assignments used by @InsideEmpire in this course are maintained in [@InsideEmpire/CS61C-fall20 - GitHub](https://github.com/InsideEmpire/CS61C-PathwayToSuccess). + +All the resources and assignments used by @RisingUppercut in this course are maintained in [@RisingUppercut/CS61C-fall24 - GitHub](https://github.com/RisingUppercut/CS61C_2024_Fall).