摘要: 栈和队列2让编程改变世界Change the world by program疑问解释上节课我们讲解栈的结构,我们是这样声明的:[codesyntax lang="c"]typedef int ElemType;typedef struct{ ElemType *base; ElemType *to... 阅读全文
posted @ 2012-12-28 02:40 我就爱小甲鱼 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 栈和队列2让编程改变世界Change the world by program疑问解释上节课我们讲解栈的结构,我们是这样声明的:[codesyntax lang="c"]typedef int ElemType;typedef struct{ ElemType *base; ElemType *to... 阅读全文
posted @ 2012-12-28 02:40 我就爱小甲鱼 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 利用栈进制转换 阅读全文
posted @ 2012-12-28 02:31 我就爱小甲鱼 阅读(101) 评论(0) 推荐(0) 编辑
摘要: 利用栈进制转换 阅读全文
posted @ 2012-12-28 02:31 我就爱小甲鱼 阅读(105) 评论(0) 推荐(0) 编辑