摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->#include //定义栈的结构 struct stacktype { int stack[4];//存放数据元素 int top;//栈顶指针 }; struct stacktype *... 阅读全文
posted @ 2008-09-11 09:01 emanlee 阅读(361) 评论(0) 推荐(0) 编辑