From fe2853659a1347a269f52b785139192631cf6049 Mon Sep 17 00:00:00 2001
From: hairrrrr <781728963@qq.com>
Date: Fri, 6 Mar 2020 15:10:17 +0800
Subject: [PATCH] 1
---
README.md | 30 ++++++++++++++++++++----------
1 file changed, 20 insertions(+), 10 deletions(-)
diff --git a/README.md b/README.md
index 2086772..94540d5 100644
--- a/README.md
+++ b/README.md
@@ -37,27 +37,29 @@ C语言自学全网最全资料。
### 慕课篇
+***
+
#### 适合人群:快速了解C语言并且掌握一定的深度的知识(应付期末考试足够)路线以翁恺老师的MOOC为主
#### 1. 变量
#### 2. 表达式
#### 3. 判断
#### 4. 循环
- * while 与 do while
- * for
+ - while 与 do while
+ - for
#### 5. 数据类型
- * 编程练习
- * 数据类型
- * 其他运算:逻辑, 条件, 逗号
+- 编程练习
+ - 数据类型
+ - 其他运算:逻辑, 条件, 逗号
#### 6. [函数](https://mp.weixin.qq.com/s/JEalmGOwNXp9IM0W7B7YJw)
#### 7. [数组](https://mp.weixin.qq.com/s/Pny_UjBD-4qBCnNAy13OFQ)
#### 8. 指针
- * [基础](https://mp.weixin.qq.com/s/x3un4tnaHSISUfP8n3V_6g)
- * [运算](https://mp.weixin.qq.com/s/q0b1ib15FXeEr8hjUhU9ew)
- * [const](https://mp.weixin.qq.com/s/Fc-sAgpXmJ1eVKufZCvN8A)
+ - [基础](https://mp.weixin.qq.com/s/x3un4tnaHSISUfP8n3V_6g)
+ - [运算](https://mp.weixin.qq.com/s/q0b1ib15FXeEr8hjUhU9ew)
+ - [const](https://mp.weixin.qq.com/s/Fc-sAgpXmJ1eVKufZCvN8A)
#### 9. 字符串
- * [基础](https://mp.weixin.qq.com/s/FSQm1GroRFfnQDSCiKf5dg)
- * [常用字符串函数详解](https://github.com/hairrrrr/C-CrashCourse/blob/63f913871c6d2ca0daa1353dead08b75aa7f24a6/C%20Crash%20Course/13%20String/Prelesson/ten-common-used-string-func.md)
+ - [基础](https://mp.weixin.qq.com/s/FSQm1GroRFfnQDSCiKf5dg)
+ - [常用字符串函数详解](https://github.com/hairrrrr/C-CrashCourse/blob/63f913871c6d2ca0daa1353dead08b75aa7f24a6/C%20Crash%20Course/13%20String/Prelesson/ten-common-used-string-func.md)
#### 10. ACLLib的基本图形函数
#### 11. 结构类型(联合&枚举&结构)
#### 12. [程序结构](https://github.com/hairrrrr/C-CrashCourse/tree/master/MOOC/detail)
@@ -67,10 +69,14 @@ C语言自学全网最全资料。
+
+