C-study/README.md

15 lines
845 B
Markdown
Raw Normal View History

2021-09-16 12:41:07 +00:00
# C-study
2021-09-16 13:20:29 +00:00
2021-09-16 12:41:07 +00:00
A repo to record my study life.
2021-09-16 13:20:29 +00:00
# 目录
- [实验一 C程序实验环境2学时](https://github.com/xtaodada/C-study/tree/master/00)
- [ex0.1 在屏幕上输出指定的带框文字](https://github.com/xtaodada/C-study/tree/master/00/1)
- [ex0.2 在屏幕上输出倒三角](https://github.com/xtaodada/C-study/tree/master/00/1)
- [ex0.3 程序改错题:改正下列程序中的错误,在屏幕上显示短句"Welcome to you"](https://github.com/xtaodada/C-study/tree/master/00/3)
- [第一章 作业](https://github.com/xtaodada/C-study/tree/master/01)
- [ex1.1 计算平均值](https://github.com/xtaodada/C-study/tree/master/01/1)
- [ex1.2 简单图案](https://github.com/xtaodada/C-study/tree/master/01/2)
- [ex1.3 整数分节输出 - 简单版](https://github.com/xtaodada/C-study/tree/master/01/3)