From 2ba6b498dd0c37d781afc8014134686a89fd837b Mon Sep 17 00:00:00 2001 From: trong Date: Tue, 12 Mar 2024 00:31:29 +0700 Subject: [PATCH] Add Stanford CS110: Principle of Computer Systems --- docs/操作系统/CS110.en.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 docs/操作系统/CS110.en.md diff --git a/docs/操作系统/CS110.en.md b/docs/操作系统/CS110.en.md new file mode 100644 index 00000000..6e2bd1f3 --- /dev/null +++ b/docs/操作系统/CS110.en.md @@ -0,0 +1,25 @@ +# CS110: Principles of Computer Systems + +## Descriptions + +- Offered by: Stanford +- Prerequisites: The course builds upon CS107 and requires good knowledge of C, C++, Unix, GDB, Valgrind, and Make. Students should be able to write moderately complex programs, read and understand portions of large code bases, trace memory diagrams, and be fluent with Unix, GDB, Valgrind, and Make +- Programming Languages: C, C++ +- Difficulty: 🌟🌟🌟🌟🌟 +- Class Hour: 150 hours + +This course builds upon the foundational knowledge gained in CS107 and delves into advanced computer systems and program construction. It focuses on designing large systems, software that spans multiple machines, and parallel computing. The course aims to teach students the principles and practice of engineering of computer software and hardware systems. + +The course covers a broad range of topics including how your programs map onto the components of computer systems, understanding of program behavior and execution, understanding the designs and tradeoffs of large systems, writing software that spans multiple machines, and writing software that runs tasks in parallel on a single machine. + +The teaching style of this course is engaging and practical. The instructors guide the students to understand the numerous technical challenges and design principles in computer systems by going through the course materials and labs. Weekly labs let you add new features to the projects, which focus on enhancing students' practical skills. There are several labs during the whole semester which give you the chance to understand every aspect of the computer systems. + +In addition to the labs, the course also includes assignments that are designed to provide hands-on experience and deepen understanding of the course material. Each assignment has a complete framework for testing. + +## Course Resources + +- Course Website: +- Lecture Videos: +- Text Book: +- Assignments: 7 labs (with solution) and 8 assignments, can be found on the course website. +- Assignments solution: \ No newline at end of file