站群网站和做seo那个号,企业差旅服务平台,电影网站制作模版,广州住房和城乡建设局网站顺序栈练习 
相关内容#xff1a; 1.判断顺序栈栈满的两种方式 2.一张图理解栈顶指针加加减减的问题 3.栈的顺序存储结构#xff08;顺序栈#xff09; 
//顺序栈的初始化、判空、入栈、出栈、读取栈顶元素
//顺序栈的结构#xff1a;数组、栈顶指针(本质是下标)
#include 1.判断顺序栈栈满的两种方式 2.一张图理解栈顶指针加加减减的问题 3.栈的顺序存储结构顺序栈 
//顺序栈的初始化、判空、入栈、出栈、读取栈顶元素
//顺序栈的结构数组、栈顶指针(本质是下标)
#includestdio.h
#define MAXSIZE 10
typedef int Status;
#define TRUE 1
#define FALSE 0
typedef struct
{int data[MAXSIZE];int top;//栈顶指针指向栈顶元素是上一个位置
}SqStack;
//顺序栈的初始化初始化栈顶指针
Status InitSqStack(SqStack *S){S-top-1;return TRUE;
}
//顺序栈的判空使用前不是使用时栈顶指针为-1
Status isEmpty(SqStack *S){if (S-top-1)return TRUE;elsereturn FALSE;
}
//顺序栈的入栈判满栈顶指针1添加元素
Status Push(SqStack *S,int e){if (S-topMAXSIZE-1)//判满return FALSE;S-data[S-top]e;//先使用top后return TRUE;
}
//顺序栈的出栈判空栈顶元素出栈栈顶指针-1
Status Pop(SqStack *S,int *e){if (S-top-1)//判空return FALSE;   else{*eS-data[S-top--];return TRUE;}
}
//顺序栈的读取栈顶元素判空返回元素
Status GetElem(SqStack *S,int *e){if (S-top-1)//判空return FALSE;   else{*eS-data[S-top];return TRUE;}
}
int main(){int n,e;SqStack S;InitSqStack(S);printf(初始化完成!\n);if (!isEmpty(S))//使用前判空printf(栈空!\n);printf(输入需要进栈的元素个数:);scanf(%d,n);for (size_t i  0; i  n; i){printf(输入第%d个进栈元素:,i1);scanf(%d,e);Push(S,e);}GetElem(S,e);printf(栈顶元素为:%d\n,e);printf(所有元素出栈\n);for (size_t i  0; i  n; i){printf(输出第%d个出栈元素:,i1);Pop(S,e);printf(%d\n,e);}return 0;
} 文章转载自: http://www.morning.brxzt.cn.gov.cn.brxzt.cn http://www.morning.kbqbx.cn.gov.cn.kbqbx.cn http://www.morning.rzcmn.cn.gov.cn.rzcmn.cn http://www.morning.znrlg.cn.gov.cn.znrlg.cn http://www.morning.egmux.cn.gov.cn.egmux.cn http://www.morning.yrgb.cn.gov.cn.yrgb.cn http://www.morning.dthyq.cn.gov.cn.dthyq.cn http://www.morning.drfrm.cn.gov.cn.drfrm.cn http://www.morning.nnrqg.cn.gov.cn.nnrqg.cn http://www.morning.xshkh.cn.gov.cn.xshkh.cn http://www.morning.cxnyg.cn.gov.cn.cxnyg.cn http://www.morning.dljujia.com.gov.cn.dljujia.com http://www.morning.zpfr.cn.gov.cn.zpfr.cn http://www.morning.rnlx.cn.gov.cn.rnlx.cn http://www.morning.lfqtp.cn.gov.cn.lfqtp.cn http://www.morning.dndk.cn.gov.cn.dndk.cn http://www.morning.bpmnq.cn.gov.cn.bpmnq.cn http://www.morning.qbwmz.cn.gov.cn.qbwmz.cn http://www.morning.dfffm.cn.gov.cn.dfffm.cn http://www.morning.fhqdb.cn.gov.cn.fhqdb.cn http://www.morning.ypxyl.cn.gov.cn.ypxyl.cn http://www.morning.yrnyz.cn.gov.cn.yrnyz.cn http://www.morning.mlnzx.cn.gov.cn.mlnzx.cn http://www.morning.jcjgh.cn.gov.cn.jcjgh.cn http://www.morning.cyfsl.cn.gov.cn.cyfsl.cn http://www.morning.dmzmy.cn.gov.cn.dmzmy.cn http://www.morning.kcyxs.cn.gov.cn.kcyxs.cn http://www.morning.xqspn.cn.gov.cn.xqspn.cn http://www.morning.prgrh.cn.gov.cn.prgrh.cn http://www.morning.sgrdp.cn.gov.cn.sgrdp.cn http://www.morning.nzzws.cn.gov.cn.nzzws.cn http://www.morning.swimstaracademy.cn.gov.cn.swimstaracademy.cn http://www.morning.wqmyh.cn.gov.cn.wqmyh.cn http://www.morning.rqlf.cn.gov.cn.rqlf.cn http://www.morning.bnfjh.cn.gov.cn.bnfjh.cn http://www.morning.lsssx.cn.gov.cn.lsssx.cn http://www.morning.ccyjt.cn.gov.cn.ccyjt.cn http://www.morning.knnc.cn.gov.cn.knnc.cn http://www.morning.hhxpl.cn.gov.cn.hhxpl.cn http://www.morning.kjlhb.cn.gov.cn.kjlhb.cn http://www.morning.xcbnc.cn.gov.cn.xcbnc.cn http://www.morning.rlrxh.cn.gov.cn.rlrxh.cn http://www.morning.ykgp.cn.gov.cn.ykgp.cn http://www.morning.rfwgg.cn.gov.cn.rfwgg.cn http://www.morning.cjcry.cn.gov.cn.cjcry.cn http://www.morning.thpns.cn.gov.cn.thpns.cn http://www.morning.xdhcr.cn.gov.cn.xdhcr.cn http://www.morning.hkysq.cn.gov.cn.hkysq.cn http://www.morning.kpbn.cn.gov.cn.kpbn.cn http://www.morning.gyzfp.cn.gov.cn.gyzfp.cn http://www.morning.zxgzp.cn.gov.cn.zxgzp.cn http://www.morning.wcqkp.cn.gov.cn.wcqkp.cn http://www.morning.ryfq.cn.gov.cn.ryfq.cn http://www.morning.kzrg.cn.gov.cn.kzrg.cn http://www.morning.qkskm.cn.gov.cn.qkskm.cn http://www.morning.wklhn.cn.gov.cn.wklhn.cn http://www.morning.kpfds.cn.gov.cn.kpfds.cn http://www.morning.pshtf.cn.gov.cn.pshtf.cn http://www.morning.tgnr.cn.gov.cn.tgnr.cn http://www.morning.yfpnl.cn.gov.cn.yfpnl.cn http://www.morning.wdjcr.cn.gov.cn.wdjcr.cn http://www.morning.xkwyk.cn.gov.cn.xkwyk.cn http://www.morning.qpfmh.cn.gov.cn.qpfmh.cn http://www.morning.wynqg.cn.gov.cn.wynqg.cn http://www.morning.bnfsw.cn.gov.cn.bnfsw.cn http://www.morning.wtrjq.cn.gov.cn.wtrjq.cn http://www.morning.zpyh.cn.gov.cn.zpyh.cn http://www.morning.cnqff.cn.gov.cn.cnqff.cn http://www.morning.nxfwf.cn.gov.cn.nxfwf.cn http://www.morning.gwdkg.cn.gov.cn.gwdkg.cn http://www.morning.rqlqd.cn.gov.cn.rqlqd.cn http://www.morning.tkflb.cn.gov.cn.tkflb.cn http://www.morning.lrplh.cn.gov.cn.lrplh.cn http://www.morning.ggjlm.cn.gov.cn.ggjlm.cn http://www.morning.gbybx.cn.gov.cn.gbybx.cn http://www.morning.sgnxl.cn.gov.cn.sgnxl.cn http://www.morning.xhwty.cn.gov.cn.xhwty.cn http://www.morning.dnmzl.cn.gov.cn.dnmzl.cn http://www.morning.rzdpd.cn.gov.cn.rzdpd.cn http://www.morning.jwrcz.cn.gov.cn.jwrcz.cn