资源介绍
DV路由选择算法实现样例using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.IO;
namespace Router
{
public partial class MainWindow : Form
{
//TXT存放路由号,端口信息
private string datapath;
private StreamReader sr = null;
private List routerList = null;
private List rwlist;
public MainWindow()
{