模擬簡單距離向量算法的更新——計算機網絡做業

//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
相關文章
相關標籤/搜索