摘要: using System; using System.Collections.Generic; using System.Text; using System.Collections; namespace Stack { class Program { static void Main(string[] args) { Sta... 阅读全文
posted @ 2009-02-05 15:44 小麦in cnBlogs 阅读(332) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Text; using System.Collections; //using System.Collections.Generic.Queue(int); namespace Queue { class Program { static v... 阅读全文
posted @ 2009-02-05 15:19 小麦in cnBlogs 阅读(212) 评论(0) 推荐(0) 编辑
摘要: ArrayList 类:使用大小可按需动态增加的数组。 Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->using System; using System.Collections.Generic; using System.Text; us... 阅读全文
posted @ 2009-02-05 11:38 小麦in cnBlogs 阅读(169) 评论(0) 推荐(0) 编辑