Skip to content

Commit fcf05d0

Browse files
committed
Update README_zh.md
1 parent f81e7e6 commit fcf05d0

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

README_zh.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -14,28 +14,28 @@ C 语言编程是计算机科学的基石。本技能树为学习 C 语言提供
1414

1515
| 序号 | 名称 | 难度 | 练习 |
1616
|--------|-------------------------------------------------------------------------------------------------------------------------------|--------|------------------------------------------------------------------------------------------------------------|
17-
| 01 | [使用 C 语言构建 Flappy Bird](https://labex.io/zh/courses/project-building-flappy-bird-using-c) | ★☆☆ | [🚀 开始实验](https://labex.io/zh/courses/project-building-flappy-bird-using-c) |
18-
| 02 | [使用 C 语言制作简易计算器](https://labex.io/zh/courses/project-making-a-simple-calculator-using-c) | ★☆☆ | [🚀 开始实验](https://labex.io/zh/courses/project-making-a-simple-calculator-using-c) |
19-
| 03 | [使用 C 语言创建五子棋游戏](https://labex.io/zh/courses/project-creating-a-gomoku-game-in-c) | ★☆☆ | [🚀 开始实验](https://labex.io/zh/courses/project-creating-a-gomoku-game-in-c) |
20-
| 04 | [使用 C 语言创建贪吃蛇游戏](https://labex.io/zh/courses/project-creating-a-snake-game-in-c) | ★☆☆ | [🚀 开始实验](https://labex.io/zh/courses/project-creating-a-snake-game-in-c) |
21-
| 05 | [使用 C 语言进行文件类型统计](https://labex.io/zh/courses/project-file-type-statistics-using-c) | ★☆☆ | [🚀 开始实验](https://labex.io/zh/courses/project-file-type-statistics-using-c) |
22-
| 06 | [使用 C 语言实现的打字练习程序](https://labex.io/zh/courses/project-typing-practice-program-using-c) | ★☆☆ | [🚀 开始实验](https://labex.io/zh/courses/project-typing-practice-program-using-c) |
23-
| 07 | [使用 C 语言创建 2048 游戏](https://labex.io/zh/courses/project-creating-a-2048-game-in-c) | ★☆☆ | [🚀 开始实验](https://labex.io/zh/courses/project-creating-a-2048-game-in-c) |
24-
| 08 | [使用 Ncurses 在 C 语言中创建代码雨效果](https://labex.io/zh/courses/project-creating-a-code-rain-in-c-using-ncurses) | ★☆☆ | [🚀 开始实验](https://labex.io/zh/courses/project-creating-a-code-rain-in-c-using-ncurses) |
25-
| 09 | [使用 C 语言创建一个简单的井字棋游戏](https://labex.io/zh/courses/project-creating-a-simple-tic-tac-toe-game-in-c) | ★☆☆ | [🚀 开始实验](https://labex.io/zh/courses/project-creating-a-simple-tic-tac-toe-game-in-c) |
26-
| 10 | [使用 GTK 创建一个简单的秒表应用](https://labex.io/zh/courses/project-create-a-simple-stopwatch-app-using-gtk) | ★☆☆ | [🚀 开始实验](https://labex.io/zh/courses/project-create-a-simple-stopwatch-app-using-gtk) |
27-
| 11 | [使用 OpenGL 创建简单的时钟动画](https://labex.io/zh/courses/project-creating-a-simple-clock-animation-using-opengl-and-glut) | ★☆☆ | [🚀 开始实验](https://labex.io/zh/courses/project-creating-a-simple-clock-animation-using-opengl-and-glut) |
28-
| 12 | [使用 C 语言创建动态心形动画](https://labex.io/zh/courses/project-creating-a-dynamic-heart-animation-with-c) | ★☆☆ | [🚀 开始实验](https://labex.io/zh/courses/project-creating-a-dynamic-heart-animation-with-c) |
29-
| 13 | [在 C 语言中实现回调函数](https://labex.io/zh/courses/project-callback-functions) | ★☆☆ | [🚀 开始实验](https://labex.io/zh/courses/project-callback-functions) |
30-
| 14 | [使用互斥锁同步多线程打印](https://labex.io/zh/courses/project-chaotic-typewriter) | ★☆☆ | [🚀 开始实验](https://labex.io/zh/courses/project-chaotic-typewriter) |
31-
| 15 | [C 语言中解析命令行参数](https://labex.io/zh/courses/project-command-line-arguments) | ★☆☆ | [🚀 开始实验](https://labex.io/zh/courses/project-command-line-arguments) |
32-
| 16 | [在 C 语言中实现双向链表](https://labex.io/zh/courses/project-doubly-linked-list) | ★☆☆ | [🚀 开始实验](https://labex.io/zh/courses/project-doubly-linked-list) |
33-
| 17 | [在 C 语言中实现队列数据结构](https://labex.io/zh/courses/project-implementing-a-queue) | ★☆☆ | [🚀 开始实验](https://labex.io/zh/courses/project-implementing-a-queue) |
34-
| 18 | [使用冒泡排序对课程进行排序](https://labex.io/zh/courses/project-organizing-course-list) | ★☆☆ | [🚀 开始实验](https://labex.io/zh/courses/project-organizing-course-list) |
17+
| 01 | [使用 C 语言构建 Flappy Bird](https://labex.io/zh/courses/project-building-flappy-bird-using-c) | 初级 | [🚀 开始实验](https://labex.io/zh/courses/project-building-flappy-bird-using-c) |
18+
| 02 | [使用 C 语言制作简易计算器](https://labex.io/zh/courses/project-making-a-simple-calculator-using-c) | 初级 | [🚀 开始实验](https://labex.io/zh/courses/project-making-a-simple-calculator-using-c) |
19+
| 03 | [使用 C 语言创建五子棋游戏](https://labex.io/zh/courses/project-creating-a-gomoku-game-in-c) | 初级 | [🚀 开始实验](https://labex.io/zh/courses/project-creating-a-gomoku-game-in-c) |
20+
| 04 | [使用 C 语言创建贪吃蛇游戏](https://labex.io/zh/courses/project-creating-a-snake-game-in-c) | 初级 | [🚀 开始实验](https://labex.io/zh/courses/project-creating-a-snake-game-in-c) |
21+
| 05 | [使用 C 语言进行文件类型统计](https://labex.io/zh/courses/project-file-type-statistics-using-c) | 初级 | [🚀 开始实验](https://labex.io/zh/courses/project-file-type-statistics-using-c) |
22+
| 06 | [使用 C 语言实现的打字练习程序](https://labex.io/zh/courses/project-typing-practice-program-using-c) | 初级 | [🚀 开始实验](https://labex.io/zh/courses/project-typing-practice-program-using-c) |
23+
| 07 | [使用 C 语言创建 2048 游戏](https://labex.io/zh/courses/project-creating-a-2048-game-in-c) | 初级 | [🚀 开始实验](https://labex.io/zh/courses/project-creating-a-2048-game-in-c) |
24+
| 08 | [使用 Ncurses 在 C 语言中创建代码雨效果](https://labex.io/zh/courses/project-creating-a-code-rain-in-c-using-ncurses) | 初级 | [🚀 开始实验](https://labex.io/zh/courses/project-creating-a-code-rain-in-c-using-ncurses) |
25+
| 09 | [使用 C 语言创建一个简单的井字棋游戏](https://labex.io/zh/courses/project-creating-a-simple-tic-tac-toe-game-in-c) | 初级 | [🚀 开始实验](https://labex.io/zh/courses/project-creating-a-simple-tic-tac-toe-game-in-c) |
26+
| 10 | [使用 GTK 创建一个简单的秒表应用](https://labex.io/zh/courses/project-create-a-simple-stopwatch-app-using-gtk) | 初级 | [🚀 开始实验](https://labex.io/zh/courses/project-create-a-simple-stopwatch-app-using-gtk) |
27+
| 11 | [使用 OpenGL 创建简单的时钟动画](https://labex.io/zh/courses/project-creating-a-simple-clock-animation-using-opengl-and-glut) | 初级 | [🚀 开始实验](https://labex.io/zh/courses/project-creating-a-simple-clock-animation-using-opengl-and-glut) |
28+
| 12 | [使用 C 语言创建动态心形动画](https://labex.io/zh/courses/project-creating-a-dynamic-heart-animation-with-c) | 初级 | [🚀 开始实验](https://labex.io/zh/courses/project-creating-a-dynamic-heart-animation-with-c) |
29+
| 13 | [在 C 语言中实现回调函数](https://labex.io/zh/courses/project-callback-functions) | 初级 | [🚀 开始实验](https://labex.io/zh/courses/project-callback-functions) |
30+
| 14 | [使用互斥锁同步多线程打印](https://labex.io/zh/courses/project-chaotic-typewriter) | 初级 | [🚀 开始实验](https://labex.io/zh/courses/project-chaotic-typewriter) |
31+
| 15 | [C 语言中解析命令行参数](https://labex.io/zh/courses/project-command-line-arguments) | 初级 | [🚀 开始实验](https://labex.io/zh/courses/project-command-line-arguments) |
32+
| 16 | [在 C 语言中实现双向链表](https://labex.io/zh/courses/project-doubly-linked-list) | 初级 | [🚀 开始实验](https://labex.io/zh/courses/project-doubly-linked-list) |
33+
| 17 | [在 C 语言中实现队列数据结构](https://labex.io/zh/courses/project-implementing-a-queue) | 初级 | [🚀 开始实验](https://labex.io/zh/courses/project-implementing-a-queue) |
34+
| 18 | [使用冒泡排序对课程进行排序](https://labex.io/zh/courses/project-organizing-course-list) | 初级 | [🚀 开始实验](https://labex.io/zh/courses/project-organizing-course-list) |
3535

3636
## 更多
3737

3838
- 🔗 [C 语言 了解更多](https://labex.io/zh/skilltrees/c)
39-
- 🔗 [Awesome 编程项目](https://github.com/labex-labs/awesome-programming-projects)
40-
- 🔗 [Awesome 编程课程](https://github.com/labex-labs/awesome-programming-courses)
39+
- 🔗 [精选编程项目](https://github.com/labex-labs/awesome-programming-projects)
40+
- 🔗 [精选编程课程](https://github.com/labex-labs/awesome-programming-courses)
4141

0 commit comments

Comments
 (0)