Hello World

各位好,这里是 KZnight 的博客

博客(英语:Blog)是一种在线日记型式的个人网站,借由张帖子章、图片或视频来记录生活、抒发情感或分享信息。博客上的文章通常根据张贴时间,以倒序方式由新到旧排列。

数学公式

行内公式:$N(b,d)=(b-1)M$

公式块:

$$ \int_{a}^{b}x(t)dt = \dfrac{b - a}{N} \\ =\sum_{k=1}^{N}x(t_k)\cdot\dfrac{b-a}{N} $$
$$ \begin{aligned} \int_{a}^{b}x(t)dt &= \dfrac{b - a}{N} \\ &=\sum_{k=1}^{N}x(t_k)\cdot\dfrac{b-a}{N} \\ \end{aligned} $$
$$ \mathrm{Integrals\ are\ numerically\ approximated\ as\ finite\ series}:\\ \begin{split} \int_{a}^{b}x(t)dt &= \dfrac{b - a}{N} \\ &=\sum_{k=1}^{N}x(t_k)\cdot\dfrac{b-a}{N} \end{split} \\ where\ t_k = a + (b-a)\cdot k/N $$
$$ \begin{align*} p(x) = 3x^6 + 14x^5y &+ 590x^4y^2 + 19x^3y^3 \\ &- 12x^2y^4 - 12xy^5 + 2y^6 - a^3b^3 - a^2b - ab + c^5d^3 + c^4d^3 - cd \end{align*} $$
$$ \begin{split} &(X \in B) = X^{-1}(B) = {s \in S: X(s) \in B} \subset S \\ &\Rightarrow P(x \in B) = P({s \in S: X(s) \in B}) \end{split} $$

代码块

1
2
3
4
5
let i: i32 = 13;
let v = vec![1, 2, 3, 4, 5, 65];
for x in v.iter() {
    println!("{}", x);
}
1
2
3
4
typedef struct Block_t {
    int head;
    int data;
} Block_t;

Admonition

摘要

Udacity (Georgia Tech):

技巧
Wikipedia: Xenix / Multics / Plan9 / FreeBSD
问题
  • OSDI
  • PLDI
警告
一个 警告 横幅
失败
一个 失败 横幅
危险
一个 危险 横幅
Bug
一个 Bug 横幅
示例
一个 示例 横幅
引用
一个 引用 横幅

References

0%