Auto commit

This commit is contained in:
smallkun 2025-03-22 19:59:05 +08:00
parent 2e57bf8a24
commit 72d7281a50
4 changed files with 39777 additions and 984 deletions

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,37 @@
## C语言中的关键字
![image-20250215020418329](https://yp.smallkun.cn/markdown/image-20250215020418329.png!compress)
## GCC中数据类型占内存的字节数和表数范围
![image-20250215020432274](https://yp.smallkun.cn/markdown/image-20250215020432274.png!compress)
## 运算符的优先级与结合性
![image-20250215020448240](https://yp.smallkun.cn/markdown/image-20250215020448240.png!compress)
### 常用字符的ASCII码对照表
![image-20250215020657273](https://yp.smallkun.cn/markdown/image-20250215020657273.png!compress)
## 输入输出格式转换说明
### 表 1 函数 printf() 的格式转换说明
![image-20250215020742312](https://yp.smallkun.cn/markdown/image-20250215020742312.png!compress)
![image-20250215020753921](https://yp.smallkun.cn/markdown/image-20250215020753921.png!compress)
### 表 2 函数 printf() 的格式修饰符
![image-20250215020829730](https://yp.smallkun.cn/markdown/image-20250215020829730.png!compress)
### 表 3 函数 scanf() 的格式转换说明
![image-20250215020855154](https://yp.smallkun.cn/markdown/image-20250215020855154.png!compress)
### 表 4 函数 scanf() 的格式修饰符
![image-20250215020933580](https://yp.smallkun.cn/markdown/image-20250215020933580.png!compress)

Binary file not shown.