1. 首页
  2. 存储
  3. HP
  4. 数据结构 (C语言版)课件:第3章_栈和队列.ppt

数据结构 (C语言版)课件:第3章_栈和队列.ppt

上传者: 2020-12-16 10:33:23上传 PPT文件 918.5KB 热度 10次
int QueueLength( SqQueue Q) { return (Q.rear-Q.front+MaxSize%MaxSize } int EnQueue ( SqQueue &Q,QElemType e) { if (Q.rear+1% MaxSize==Q.front return ERROR; Q.base [Q.rear]=e; Q.rear=(Q.rear+1% MaxSiz
用户评论