几篇多路径文献
https://doi.org/10.1051/matecconf/201925205018 The simulation study on the multipath adaptive video transmission https://doi....
https://doi.org/10.1051/matecconf/201925205018 The simulation study on the multipath adaptive video transmission https://doi....
shell作为脚本语言,在处理一些简单的任务时远比使用Python方便得多。 先简要入门一下。然后有机会再系统地学习。 初探变量set 查看系统变量 其中echo $SEHLL echo $HOME 以前用过,理解一点。 $PWD 是当前目录 ...
紫玉要做生信,最近一直在自学R和Linux相关的东西。还说要买个Macbook。于是周末给紫玉的联想小新潮7000装了黑苹果让她先体验。写下这篇文章记下关键的东西~ EFI其实只要整个Clover的EFI配置好了。黑苹果装起来是很简单的。 紫玉的...
初见123456789\documentclass{article}\usepackage{ctex} %支持中文\begin{document}你好, \LaTeX. \end&...
要做网络仿真,老师让我搞一搞这个NS3(Network Simulator version 3)。 Problems https://www.nsnam.org/docs/release/3.29/doxygen/index.html dox...
学习资料来源: B站视频: 博客:https://blog.csdn.net/c406495762 KNN不需要训练。找最近的k个点。 k=1就是找最近的一个。 点与点间距离选择 欧氏距离。 还有很多测距方法。要都了解! ...
知识点:npos[345] 、memset[387] 、 reverse()557、 istringstream557、树[606]、to_string()[788]、transform()[819]、strA.find(strB) != st...
笔记。 绪论1 Welcome2 DefinitionDefinition:A computer program is said to *learn frome experience E with respect to some task T a...
《TCP/IP详解 卷1:协议》读书笔记。图片来自本书在即时通许网的电子版:http://www.52im.net/topic-tcpipvol1.html 第一章 概述1.3 分层 1.7 分用 第二章 链路层[图1.3](#1.3 ...
关于约瑟夫环问题的公式解法的推导,我看了很多文章,其中推理过程各有千秋,所以写一写自己的推导过程。 问题描述 输入: n 和 m n个人围成一圈,编号 0~n-1; 计数器从 0~m-1 计数,每到第 m个(计数器到m-1) ,这个人就出列...