飘逸小松鼠

文章
2
资源
0
加入时间
3年1月16天

《计算机网络自顶向下方法第7版》第三章习题解答

传送门:《计算机网络自顶向下方法第7版》英文×习题汇总collected by:蛋卷超人SECTION 3.1-3.3R1. Suppose the network layer provides the following service. The network layer in the sourcehost accepts a segment of maximum size 1,200 bytes and a destination host address from the transpo

c++11 mutex destroy while busy

学习c++ 的异常捕捉模块,写了个测试例子,出现了mutex destroy while busy#include <iostream>#include "noticer.h"#include "observer.h"#include "xx.h"#include "single.h"#include <mutex>#include <thread