当前位置: 首页 > wzjs >正文

网站建设下什么费用站长工具爱站网

网站建设下什么费用,站长工具爱站网,门户网站优化报价,深圳顶级做网站公司数据结构之循环队列的顺序结构基本操作-基本结构-初始化-入队-出队-判断队列是否为空-获取队头元素 满队列:(rear1)%MAXSIZEfront 队尾:(rear1)%MAXSIZE #include <stdio.h> #include <stdlib.h>#define MAXSIZE 100 typedef int ElemType;typedef struct {Ele…

数据结构之循环队列的顺序结构基本操作-基本结构-初始化-入队-出队-判断队列是否为空-获取队头元素

满队列:(rear+1)%MAXSIZE==front

队尾:(rear+1)%MAXSIZE

#include <stdio.h>
#include <stdlib.h>#define MAXSIZE 100
typedef int ElemType;typedef struct 
{ElemType *data;int front;int rear;}Queue;//初始化
Queue* initQueue()
{Queue *q = (Queue*)malloc(sizeof(Queue));q->data = (ElemType*)malloc(sizeof(ElemType) * MAXSIZE);q->front = 0;q->rear = 0;return q;
}//判断队列是否为空
int isEmpty(Queue *Q)
{if (Q->front == Q->rear){printf("空的\n");return 1;}else{return 0;	}
}//入队
int equeue(Queue *Q, ElemType e)
{if ((Q->rear + 1) % MAXSIZE == Q->front){printf("满了\n");return 0;}Q->data[Q->rear] = e;Q->rear = (Q->rear + 1) % MAXSIZE;return 1;
}//出队
int dequeue(Queue *Q, ElemType *e)
{if (Q->front == Q->rear){printf("空的\n");return 0;}*e = Q->data[Q->front];Q->front = (Q->front + 1) % MAXSIZE;return 1;
}//获取队头元素
int getHead(Queue *Q, ElemType *e)
{if (Q->front == Q->rear){printf("空的\n");return 0;}*e = Q->data[Q->front];return 1;
}int main()
{Queue *q = initQueue();equeue(q, 10);equeue(q, 20);equeue(q, 30);equeue(q, 40);equeue(q, 50);//入队10,20,30,40,50ElemType e;dequeue(q, &e);//出队printf("%d\n",e);dequeue(q, &e);//出队printf("%d\n",e);getHead(q, &e);//获取队头printf("%d\n",e);return 0;
}

运行:

http://www.dtcms.com/wzjs/492472.html

相关文章:

  • 网站建设和编程网页制作费用大概多少
  • 马家堡网站建设优化公司治理结构
  • 商业网站建设大纲怎么接广告赚钱
  • 做微商的网站腾讯企点注册
  • 免费做网站热线电话seo建站公司推荐
  • 一般可以建些什么种类的网站百度最怕哪个部门去投诉
  • 如何为网站做优化腾讯网网站网址
  • 做网站数据库表各字段详情百度手机网页
  • 做网站 搞流量 赚广告费免费注册域名网站
  • 甘肃省住房建设厅户网站seo优化咨询
  • 图片制作软件带字seo页面链接优化
  • wordpress禁止谷歌字体大小杭州优化seo
  • 住房城乡建设部门户网站主页手机网页制作
  • 中山做网站的大公司刚刚地震最新消息今天
  • 文化体育局网站建设推广软件是什么工作
  • 微信网页版无法登录优化网站关键词排名软件
  • 网站做的不满意搜索引擎网站排名优化方案
  • 网页怎么设计图片循环播放邯郸seo排名
  • 买的虚拟主机怎么做网站百度云搜索引擎入口官网
  • php做简单网站教程视频推广方案怎么写模板
  • 城乡建设部网站第35号令长沙seo培训班
  • 日照网站建设定制东莞seo网站管理
  • 怎样做网站的签约设计师蜂蜜网络营销推广方案
  • 贵阳城乡建设网站今天特大新闻最新消息
  • 网站开发招标技术要求清远新闻最新消息
  • 荆州网站建设 众火网长沙网站建设
  • 网站建设报告书范文推广网
  • 聊城哪儿做网站便宜网站推广和网络推广
  • 企业网站建设的重要性及意义武汉seo主管
  • 自己做网站 赚钱上海网站建设方案