Microsoft . 技术之路...

—— 专注于微软技术, 分享是快乐的源泉......
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2007年7月3日

摘要: using System;using System.Collections;using System.Text;namespace myWorkFlow.kernel{ //边表结点类 public class EdgeNode { public int adjvex; public EdgeNode next; public EdgeNode() { next=null; } } ... 阅读全文

posted @ 2007-07-03 11:01 赣江源 阅读(273) 评论(0) 推荐(0) 编辑

摘要: using System;using System.Collections;using System.Text;namespace myWorkFlow.kernel{ //边表结点类 public class EdgeNode { public int adjvex; public EdgeNode next; public EdgeNode() { next=null; } } ... 阅读全文

posted @ 2007-07-03 11:01 赣江源 阅读(2190) 评论(0) 推荐(0) 编辑