C-study/README.md
2021-09-16 21:20:29 +08:00

15 lines
845 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# C-study
A repo to record my study life.
# 目录
- [实验一 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)