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)
|
2021-09-29 07:15:39 +00:00
|
|
|
|
- [第二章 作业](https://github.com/xtaodada/C-study/tree/master/02-1)
|
|
|
|
|
- [1. 求平面上任意两点间的距离](https://github.com/xtaodada/C-study/tree/master/02-1/1)
|
|
|
|
|
- [2. 输入一个三位正整数,求解并输出该数的个位数、十位数和百位数。](https://github.com/xtaodada/C-study/tree/master/02-1/2)
|
|
|
|
|
- [3. 编程求存款到期利息](https://github.com/xtaodada/C-study/tree/master/02-1/3)
|
|
|
|
|
- [4. 时间换算](https://github.com/xtaodada/C-study/tree/master/02-1/4)
|
|
|
|
|
- [5. 求复数之积](https://github.com/xtaodada/C-study/tree/master/02-1/5)
|
|
|
|
|
- [6. 计算时间差](https://github.com/xtaodada/C-study/tree/master/02-1/6)
|