From 8dd51f7f43cf8450051df8224e7b5f92759cd3a2 Mon Sep 17 00:00:00 2001 From: Penguin-SAMA <496107146@qq.com> Date: Sat, 11 Mar 2023 22:30:57 +0800 Subject: [PATCH] add markdown --- DataStructure/ch1/note.md | 1 + NetWork/ch1/note.md | 1 + OperatingSystem/ch1/note.md | 1 + Organization/ch1/note.md | 1 + 4 files changed, 4 insertions(+) create mode 100644 DataStructure/ch1/note.md create mode 100644 NetWork/ch1/note.md create mode 100644 OperatingSystem/ch1/note.md create mode 100644 Organization/ch1/note.md diff --git a/DataStructure/ch1/note.md b/DataStructure/ch1/note.md new file mode 100644 index 0000000..4c8f83e --- /dev/null +++ b/DataStructure/ch1/note.md @@ -0,0 +1 @@ +# 第一章 绪论 diff --git a/NetWork/ch1/note.md b/NetWork/ch1/note.md new file mode 100644 index 0000000..123e615 --- /dev/null +++ b/NetWork/ch1/note.md @@ -0,0 +1 @@ +# 第一章 计算机网络概述 diff --git a/OperatingSystem/ch1/note.md b/OperatingSystem/ch1/note.md new file mode 100644 index 0000000..5d12966 --- /dev/null +++ b/OperatingSystem/ch1/note.md @@ -0,0 +1 @@ +# 第一章 操作系统概述 diff --git a/Organization/ch1/note.md b/Organization/ch1/note.md new file mode 100644 index 0000000..69c6064 --- /dev/null +++ b/Organization/ch1/note.md @@ -0,0 +1 @@ +# 第一章 计算机系统概述