C语言 c++ php mysql nginx linux lnmp lamp lanmp memcache redis 面试 笔记 ppt 设计模式 问题 远程连接

  2015年9月20日
摘要: 栈:后进先出(LIFO) last in first out栈是一种特殊的线性表,只能在线性表的一端进行操作。栈顶 top栈底 bottom实现方式:顺序结构实现,线性结构实现链式存储实现LinkStack.h#ifndef _LINKSTACK_H_#define _LINKSTACK_H_typ... 阅读全文
posted @ 2015-09-20 11:32 思齐_ 阅读(484) 评论(0) 推荐(0) 编辑