数据结构 一 (栈 & 循环队列 & 链式队列)

栈实现计算器:满足加减乘除功能 功能函数: int compute_expression(char *q) 表达式运算函数 int deal_with_operator(Linkstak *opd_stack,Linkstack *opt_stack,char operator)运算符处理函数 int compute(Linkstack *opd_stack,Linkstack *opt_stac
相关文章
相关标签/搜索