摘要: 阅读全文
posted @ 2020-05-10 18:23 我怎么什么都不会? 阅读(116) 评论(2) 推荐(0)
摘要: 为了更好地理解上述转换算法,给出表达式A*B-(C+D)+E的具体执行过程 中转前 从右往左扫描 若小于则出栈和入栈 后转前 void infix(char infix[],char s2[],int &top2) { char s1[maxsize];int top=-1; int i=0; wh 阅读全文
posted @ 2020-05-25 22:07 我怎么什么都不会? 阅读(157) 评论(0) 推荐(0)
摘要: 1032 Sharing (25分) To store English words, one method is to use linked lists and store a word letter by letter. To save some space, we may let the wor 阅读全文
posted @ 2020-05-13 10:49 我怎么什么都不会? 阅读(127) 评论(0) 推荐(0)