文件名称:DV路由选择算法实现样例
文件大小:51KB
文件格式:DOCX
更新时间:2021-06-20 12:33:41
c#
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