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)
|
2021-09-29 06:12:10 +00:00
|
|
|
|
- [ex0.2 在屏幕上输出倒三角](https://github.com/xtaodada/C-study/tree/master/00/2)
|
2021-09-16 13:20:29 +00:00
|
|
|
|
- [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)
|
2021-09-29 06:12:10 +00:00
|
|
|
|
- [实验二 基本数据类型的输入输出(2学时)](https://github.com/xtaodada/C-study/tree/master/02)
|
|
|
|
|
- [ex2.1 程序改错](https://github.com/xtaodada/C-study/tree/master/02/1)
|
|
|
|
|
- [ex2.2 整数的四则运算](https://github.com/xtaodada/C-study/tree/master/02/2)
|
|
|
|
|
- [ex2.3 输入三角形三边长计算三角形的面积](https://github.com/xtaodada/C-study/tree/master/02/3)
|
|
|
|
|
- [ex2.4 字母的大小写转换](https://github.com/xtaodada/C-study/tree/master/02/4)
|