摘要: usingSystem;namespaceDstrQueue{/**////<summary>///Class1的摘要说明。///</summary>classQueueNode{Objectitem;QueueNodelink;}classQueue{/**////<summary>///应用程序的主入口点。///</summary>[STAThr... 阅读全文
posted @ 2006-12-14 19:08 大天使泰瑞尔 阅读(303) 评论(1) 推荐(0) 编辑
摘要: usingSystem;namespaceDataStructure.LinkedList{/**////<summary>///Class1的摘要说明。///</summary>publicclassListNode{publicstringairport;publicListNodelink;publicListNodeprevious;}publicclassLink... 阅读全文
posted @ 2006-12-14 19:07 大天使泰瑞尔 阅读(548) 评论(0) 推荐(0) 编辑
摘要: 栈: using System;namespace DataStructure.Stack{ /**//// /// Class1 的摘要说明。 /// class StackNode { Object item; StackNode link; } class Stack { /**//// ... 阅读全文
posted @ 2006-12-14 19:05 大天使泰瑞尔 阅读(201) 评论(0) 推荐(0) 编辑
摘要: using System;namespace DataStructure.HeapPQ{ /**//// /// Class1 的摘要说明。 /// class PriorityQueueApplet { /**//// /// 应用程序的主入口点。 /// [STAThread] stat... 阅读全文
posted @ 2006-12-14 19:01 大天使泰瑞尔 阅读(757) 评论(0) 推荐(0) 编辑
摘要: using System;namespace Hanoi{ /**//// /// Class1 的摘要说明。 /// class Class1 { /**//// /// 应用程序的主入口点。 /// [STAThread] static void Main(string[] args) ... 阅读全文
posted @ 2006-12-14 19:00 大天使泰瑞尔 阅读(460) 评论(0) 推荐(0) 编辑
摘要: using System;using System.IO;namespace BinaryTreeSearch{ /**//// /// Class1 的摘要说明。 /// class BinaryTreeSearch { /**//// /// 应用程序的主入口点。 /// [STAThread] ... 阅读全文
posted @ 2006-12-14 18:58 大天使泰瑞尔 阅读(562) 评论(0) 推荐(0) 编辑