數據結構 一 (棧 & 循環隊列 & 鏈式隊列)

棧實現計算器:滿足加減乘除功能 功能函數: 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
相關文章
相關標籤/搜索