c4栈的操作

上传:lindejiang974 浏览: 24 推荐: 0 文件:TXT 大小:2.03KB 上传时间:2019-01-10 21:15:40 版权申诉
struct SqStack { ElemType elem[MAX]; int top; }; void OutStack(struct SqStack S); void InitStack(struct SqStack *p); void Push(struct SqStack *p,ElemType x); ElemType Pop(struct SqStack *p); ElemType GetTop(struct SqStack *p);
上传资源
用户评论