Hexo Blog Test
2018-11-02
1级标题 title
2级标题
3级标题
正文,字体。
代码样式,引用vmulpd
和指令集
。强调和强调
instruction INSTRUCTION1
2
3
4
5
6
7float vsum(float *v, int n)
{
float s = 0.0; int i;
for (i=0; i<n; i++)
s += v[i];
return s;
}
MathJax test.
When \(a \ne 0\), there are two solutions to $ax^2 + bx + c = 0$ and they are
inline symbols, $\LaTeX \And \alpha$ and
$$x = {-b \pm \sqrt{b^2-4ac} \over 2a}.$$
1 | <script type="text/x-mathjax-config"> |