数据结构 栈的应用三(后缀表达式)
摘要:
//栈的应用--后缀表达式 #define _CRT_SECURE_NO_WARNINGS #include<stdio.h> #include<stdlib.h> #include<string.h> #include"linkstack.h" /* 遍历后缀表达式中的数字和符号 对于数字:进栈 阅读全文
posted @ 2016-07-27 14:51 寒魔影 阅读(355) 评论(0) 推荐(0)
浙公网安备 33010602011771号