From 832681d76267c21f82d77b84fedf3c16fb8cdad1 Mon Sep 17 00:00:00 2001 From: tink Date: Sun, 23 Jun 2024 17:13:09 +0800 Subject: [PATCH] update --- Makefile | 3 ++- docs/video/c_c++.md | 4 ++++ docs/video/os.md | 12 +++++++++++- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ab9b3a2..fcb617e 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,8 @@ publish: plugin: pip install mkdocs-git-revision-date-localized-plugin # 显示文档编辑时间 pip install mkdocs-mermaid2-plugin # mermaid图表支持 - pip install mkdocs-charts-plugin # image box + pip install mkdocs-charts-plugin # chat pip install mkdocs-print-site-plugin # print site pip install mkdocs-jupyter # jupyter + pip install mkdocs-glightbox # image lightbox diff --git a/docs/video/c_c++.md b/docs/video/c_c++.md index 494c61e..b4bc09d 100644 --- a/docs/video/c_c++.md +++ b/docs/video/c_c++.md @@ -17,3 +17,7 @@ Pointers in C and C++ are often challenging to understand. In this course, they 另外一个版本:【C++标准库编程 cs106L 2019】斯坦福—中英字幕 + +## 【编程抽象方法 cs106x 2017】斯坦福—中英字幕 + + diff --git a/docs/video/os.md b/docs/video/os.md index 23d7717..2ca2ca2 100644 --- a/docs/video/os.md +++ b/docs/video/os.md @@ -59,4 +59,14 @@ https://www.youtube.com/playlist?list=PLbtzT1TYeoMhTPzyTZboW_j7TPAnjv9XB ## 每个程序员都应该了解的 - \ No newline at end of file + + +## 计算机科学速成课 + +开始2月22日,凯莉安妮·菲尔宾将举办速成班计算机科学!在这个系列中,我们要跟踪我们的现代计算机的起源,采取在那给了我们当前的硬件和软件的思想仔细看看,讨论如何以及为什么我们的智能设备发展得越来越聪明,甚至目光移向未来!计算机填补了我国社会的功能至关重要的作用,这是我们的希望,在这一系列的过程中,你会更好地了解多远电脑已经带我们走多远,他们可以带我们走向未来。 + + + +## x86 Assembly with NASM + + \ No newline at end of file