摘要:
枚举类型: Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->enum flag{left,right}; coutconst int Stack_Size=100; enum flag{left,right}; template cla...
阅读全文
posted @ 2008-11-28 15:00
风荷小筑
阅读(247)
推荐(0)
编辑
posted @ 2008-11-28 11:39
风荷小筑
阅读(263)
推荐(0)
编辑
摘要:
Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->#include #include using namespace std; //模拟一个简单计算器,从键盘中读入后缀表达式 class Power { private: ...
阅读全文
posted @ 2008-11-28 11:20
风荷小筑
阅读(235)
推荐(0)
编辑
摘要:
Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->//合并链表LA和LB,重复的只能留一个 template void MergeList(LinkList&la,const LinkList&lb) { int n=la.length...
阅读全文
posted @ 2008-11-28 10:27
风荷小筑
阅读(404)
推荐(0)
编辑