会员
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
我怎么什么都不会?
博客园
首页
新随笔
联系
订阅
管理
[置顶]
趁你现在还有时间,尽最大的努力!
摘要:
阅读全文
posted @ 2020-05-10 18:23 我怎么什么都不会?
阅读(116)
评论(2)
推荐(0)
2020年5月25日
栈中缀转后缀
摘要: 为了更好地理解上述转换算法,给出表达式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)
2020年5月13日
PAT A 1032 公共结点
摘要: 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)
公告