目录
Chapter 1
测试使用markdown来书写博文。
Section 1.1
字体颜色:
红色
绿色
蓝色
Section 1.1.1
列表:
- 第一项。balabala.
- 第二项。balabala.
Section 1.1.2
任务项:
Section 1.2
代码。
C/C++:
int main()
{
int a, b, c;
a = 3;
b = 4;
c = a + b;
printf("c=%d\n", c);
return 0;
}
matlab:
x = 200;
for i = 1 : x
n = i - 1;
w1(i) = 0.54 - 0.46 * cos(n*2* pi / (2*x - 1));
end
plot(w1,'r');
python:
import numpy as np
nd1 = np.arange(3)
print(nd1)
nd2 = np.arange(3, 9)
print(nd2)
nd3 = np.arange(0, 1, 0.1)
print(nd3)
Chapter 2
公式。
Section 2.1
公式计算:
段形式:
插入行形式:
设变量1为\(\alpha\), 变量2为\(\beta\),变量3为\(\gamma\),yield,\(\alpha = \beta + \gamma\) .
较复杂公式符号:
Chapter 3
Chapter 3.1
图片。
方式:相对路径怎么设置?图片相对本文章的路径在哪?
方式:上传图片,或者直接页面粘贴:
Chapter 3.2
链接。
blog
that's all.
References
[1] balabala.
[2] balabala.