模拟简单距离向量算法的更新——计算机网络做业

//2016.5.25 19:35 #include <algorithm> #include<iostream> #include<cstring> #include<stdio.h> using namespace std; struct rtpkt{ //no节点编号,a[i]为该节点的距离矢量 int no; int a[4]; }rtpkt0,rtpkt1,rtpkt
相关文章
相关标签/搜索