Skip to content

Commit 50cfb31

Browse files
committed
head change for mathjax
1 parent 0c4ddb7 commit 50cfb31

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

_includes/head.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424
<!-- Hux change font-awesome CDN to qiniu -->
2525
<link href="http://cdn.staticfile.org/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
2626

27+
<!-- Mathjax for equation -->
28+
<script type="text/x-mathjax-config">
29+
MathJax.Hub.Config({
30+
tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}
31+
});
32+
</script>
33+
<script src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js?config=TeX-MML-AM_CHTML'></script>
2734

2835
<!-- Hux Delete, sad but pending in China
2936
<link href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>

_posts/2018-01-08-comnet-summary.markdown

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -620,6 +620,16 @@ DTN(Delay Tolerant Networks)网络,即时延容忍网络,包括水声、卫
620620

621621
最优化路由其实是对给定目标的路由问题的数学抽象。我们首先将通信量阻塞这一概念进行量化,之后对最优化模型进行建模,建模完成后,后续求解其实就是数学层面的问题了。
622622

623+
**流模型**:通信量阻塞的假设条件
624+
625+
- 网络队列的到达过程满足统计规律
626+
- 通信量阻塞与链路负载的平均通信量相关
627+
628+
这样的模型隐含的假设了进入网络的通信量的统计数据是不随时间改变的。(当统计数据相比于网络中清空队列所需的平均时间相比非常小时是有道理的,类似于不触及边界条件的长时间求取平均)
629+
630+
**代价函数**:最优化路由的目标
631+
632+
623633

624634

625635

js/garacc-blog.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,5 @@ jQuery(document).ready(function($) {
6363
});
6464
}
6565
});
66+
67+

0 commit comments

Comments
 (0)