摘要: 堆栈Stack,先进后出,先入仓库的货物后出仓,后入仓库的货物先出仓。 集合>堆栈Stack>创建堆栈代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--usingSystem;usingSystem.Collections.Generic... 阅读全文
posted @ 2010-10-07 18:58 草珊瑚 阅读(388) 评论(0) 推荐(0) 编辑
摘要: 队列Queue,先进先出,先生产的货物先出货,后生产的货物后出货。集合>队列Queue>创建队列System.Collections.Queue类提供了四种重载构造函数。 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--usingSys... 阅读全文
posted @ 2010-10-07 18:46 草珊瑚 阅读(500) 评论(0) 推荐(0) 编辑