This website requires JavaScript.
Explore
Help
Sign In
xtaodada
/
C-study
Watch
1
Star
0
Fork
0
You've already forked C-study
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
A repo to record my study life.
10
Commits
1
Branch
0
Tags
167
KiB
C
97.9%
CMake
2.1%
0fbcec7aa1
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
xtaodada
0fbcec7aa1
Fix a bug
2021-10-25 14:00:56 +08:00
00
first upload
2021-09-16 21:20:29 +08:00
01
Add suffix .c
2021-09-19 21:45:38 +08:00
02
实验二 基本数据类型的输入输出(2学时)
2021-09-29 14:12:10 +08:00
02-1
第二章 作业
2021-09-29 15:15:39 +08:00
03
Fix a bug
2021-10-25 14:00:56 +08:00
.gitignore
实验三 选择结构基础(2学时)
2021-10-25 13:26:59 +08:00
LICENSE
Initial commit
2021-09-16 20:41:07 +08:00
README.md
实验三 选择结构基础(2学时)
2021-10-25 13:26:59 +08:00
README.md
Unescape
Escape
C-study
A repo to record my study life.
目录
实验一 C程序实验环境
(
2学时
)
ex0.1 在屏幕上输出指定的带框文字
ex0.2 在屏幕上输出倒三角
ex0.3 程序改错题:改正下列程序中的错误,在屏幕上显示短句"Welcome to you
!
"
第一章 作业
ex1.1 计算平均值
ex1.2 简单图案
ex1.3 整数分节输出 - 简单版
实验二 基本数据类型的输入输出
(
2学时
)
ex2.1 程序改错
ex2.2 整数的四则运算
ex2.3 输入三角形三边长计算三角形的面积
ex2.4 字母的大小写转换
第二章 作业
1. 求平面上任意两点间的距离
2. 输入一个三位正整数,求解并输出该数的个位数、十位数和百位数。
3. 编程求存款到期利息
4. 时间换算
5. 求复数之积
6. 计算时间差
实验三 选择结构基础
(
2学时
)
1. 求分段函数的值
2. 求解四则运算表达式
3. 能否被3,5,7整除