摘要:
说明:Stack(堆栈)作为一种集合类型,适合于处理应用程序使用完后就删除的临时数据项。Queue(队列)与Stack用法相似,唯一的区别是Queue以先进先出的结构创建集合。Stack用法示例:using System;using System.Collections;using System.Collections.Generic;using System.Text;namespace Sta... 阅读全文
posted @ 2009-10-15 17:33 Relax Active 阅读(443) 评论(0) 推荐(0)
浙公网安备 33010602011771号