15 lines
845 B
Markdown
15 lines
845 B
Markdown
# 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)
|