Skip to content

Commit 025a16e

Browse files
committed
commnet summary
the equation in $$$$ is not the same as \\(\\)
1 parent 0dedff4 commit 025a16e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ DTN(Delay Tolerant Networks)网络,即时延容忍网络,包括水声、卫
631631

632632
描述1:
633633
$$
634-
D\_{ij}(F\_{ij})=\\frac{F\_{ij}}{C\_{ij}-F\_{ij}}+d\_{ij}F\_{ij}
634+
D_{ij}(F_{ij})=\frac{F_{ij}}{C_{ij}-F_{ij}}+d_{ij}F_{ij}
635635
$$
636636

637637
其中\\(C\_{ij}\\)是链路(i,j)的传输容量;
@@ -642,7 +642,7 @@ $$
642642

643643
描述2:
644644
$$
645-
\\max\_{(i,j)}\\bigg\\{\\frac{F\_{ij}}{C\_{ij}}\\bigg\\}
645+
\max_{(i,j)}\bigg\{\frac{F_{ij}}{C_{ij}}\bigg\}
646646
$$
647647

648648
这种表示方法可以表明链路的最大利用率。
@@ -659,11 +659,11 @@ $$
659659
- \\(r_{w}\\) ~ OD对\\(w\\)给定的输入通信量
660660

661661
$$
662-
\\min \\sum\_{(i,j)}D\_{ij}\\bigg[\\sum\_{all\\;p\\;with\\;(i,j)}x\_{p}\\bigg]=D(x)
662+
\min \sum_{(i,j)}D_{ij}\bigg[\sum_{all\;p\;with\;(i,j)}x_{p}\bigg]=D(x)
663663
$$
664664
$$
665-
s.t. \\sum\_{p \\in P\_{w}}x\_{p}=r\_{w}, \\forall w \\in W \\\\
666-
x\_{p} \\geq 0, \\forall w \\in W, p \in P\_{w}
665+
s.t. \sum_{p \in P_{w}}x_{p}=r_{w}, \forall w \in W \\
666+
x_{p} \geq 0, \forall w \in W, p \in P_{w}
667667
$$
668668

669669
剩余问题就都是数学问题了。

0 commit comments

Comments
 (0)