2007年6月25日
摘要: 使用stl sort函数的例子 struct tagElem ... { int key; int i;} ; bool UDgreater ( struct tagElem e1, struct tagElem e2 ) ... { return e1.key > e2.key;} void te 阅读全文
posted @ 2007-06-25 16:34 zdleek 阅读(9) 评论(0) 推荐(0)