第一章有理数(一)PPT1 2024/8/15
[up主专用,视频内嵌代码贴在这]
.video-container {
position: relative;
width: 100%;
padding-top: 56.25%; /* 16:9 aspect ratio (height/width = 9/16 * 100%) */
}
.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
正数和负数的概念(一) P1
正数和负数的概念(二) P2
有理数 P3
数轴(一)P4
数轴(二)P5
相反数 P6
绝对值(一) P7
绝对值(二)P8
有理数的加法(一)P9
有理数加法(二)P10
有理数的减法(一)P11
有理数的减法(二)P12
有理数的乘法(一)P13
有理数的乘法(二)P14
有理数的乘法(三)P15
有理数的除法(一)P16
有理数的除法(二)P17
有理数的乘法(一)P18
有理数的乘法(二)P19
有理数的混合运算(一)P20
有理数的混合运算(二)P21
科学计数法与近似数 P22
第一章小结复习(一)P23
第一章小结复习(二)P24
第一章小结复习(三)P25
整式(一)P26
整式(二)P27
整式(三)P28
整式(四)P29
整式的加减(1)P30
整式的加减(2)P31
整式的加减(3)P32
整式的加减(4)P33
整式的加减(5)P34
月历中的数学问题 P35
小结复习(一)P36
小结复习(二)P37
一元一次方程(一)P38
一元一次方程(二)P39
等式性质(一)P40
等式性质(二)P41
解一元一次方程(一)(1)P ...
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick StartCreate a new post1$ hexo new "My New Post"
More info: Writing
Run server1$ hexo server
More info: Server
Generate static files1$ hexo generate
More info: Generating
Deploy to remote sites1$ hexo deploy
More info: Deployment