登录 注册
当前位置:主页 > 资源下载 > 34 > DV路由选择算法的实现实例

DV路由选择算法的实现实例

  • 更新:2024-06-23 14:22:56
  • 大小:51KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 移动开发
  • 格式:DOCX

资源介绍

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() {