Skip to content

Commit 928568e

Browse files
committed
20190329 bugfix: 修复行内公式显示
1 parent 06ca42f commit 928568e

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

convert/计算机网络.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -201,13 +201,13 @@ TCP/IP 体系结构不严格遵循 OSI 分层概念,应用层可能会直接
201201

202202
### 5. 码分复用
203203

204-
为每个用户分配 m bit 的码片,并且所有的码片正交,对于任意两个码片 <img src="https://latex.codecogs.com/gif.latex?\vec{S}"/><img src="https://latex.codecogs.com/gif.latex?\vec{T}"/>
204+
为每个用户分配 m bit 的码片,并且所有的码片正交,对于任意两个码片 $\vec{S}$$\vec{T}$
205205

206206
$$
207207
\frac{1}{m}\vec{S}\cdot\vec{T}=0
208208
$$
209209

210-
为了讨论方便,取 m=8,设码片 <img src="https://latex.codecogs.com/gif.latex?\vec{S}"/> 为 00011011。在拥有该码片的用户发送比特 1 时就发送该码片,发送比特 0 时就发送该码片的反码 11100100。
210+
为了讨论方便,取 m=8,设码片 $\vec{S}$ 为 00011011。在拥有该码片的用户发送比特 1 时就发送该码片,发送比特 0 时就发送该码片的反码 11100100。
211211

212212
在计算时将 00011011 记作 (-1 -1 -1 +1 +1 -1 +1 +1),可以得到
213213

@@ -219,9 +219,9 @@ $$
219219
\frac{1}{m}\vec{S}\cdot\vec{S'}=-1
220220
$$
221221

222-
其中 <img src="https://latex.codecogs.com/gif.latex?\vec{S'}"/><img src="https://latex.codecogs.com/gif.latex?\vec{S}"/> 的反码。
222+
其中 $\vec{S'}$ $\vec{S}$ 的反码。
223223

224-
利用上面的式子我们知道,当接收端使用码片 <img src="https://latex.codecogs.com/gif.latex?\vec{S}"/> 对接收到的数据进行内积运算时,结果为 0 的是其它用户发送的数据,结果为 1 的是用户发送的比特 1,结果为 -1 的是用户发送的比特 0。
224+
利用上面的式子我们知道,当接收端使用码片 $\vec{S}$ 对接收到的数据进行内积运算时,结果为 0 的是其它用户发送的数据,结果为 1 的是用户发送的比特 1,结果为 -1 的是用户发送的比特 0。
225225

226226
码分复用需要发送的数据量为原先的 m 倍。
227227

@@ -858,6 +858,5 @@ IMAP 协议中客户端和服务器上的邮件保持同步,如果不手动删
858858
- [P2P 网络概述.](http://slidesplayer.com/slide/11616167/)
859859
- [Circuit Switching (a) Circuit switching. (b) Packet switching.](http://slideplayer.com/slide/5115386/)
860860

861-
862861
---
863862
github: https://github.com/sjsdfg/CS-Notes-PDF

计算机网络.pdf

-3.63 KB
Binary file not shown.

0 commit comments

Comments
 (0)