﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>C++博客-T9的空间 -随笔分类-细节</title><link>http://www.cppblog.com/xieshuo/category/8201.html</link><description>YOU WILL NEVER WALK ALONE!</description><language>zh-cn</language><lastBuildDate>Sat, 08 Nov 2008 16:37:28 GMT</lastBuildDate><pubDate>Sat, 08 Nov 2008 16:37:28 GMT</pubDate><ttl>60</ttl><item><title>Editplus VC 6.0配置 C++[转]</title><link>http://www.cppblog.com/xieshuo/archive/2008/11/08/66372.html</link><dc:creator> Torres</dc:creator><author> Torres</author><pubDate>Sat, 08 Nov 2008 14:58:00 GMT</pubDate><guid>http://www.cppblog.com/xieshuo/archive/2008/11/08/66372.html</guid><wfw:comment>http://www.cppblog.com/xieshuo/comments/66372.html</wfw:comment><comments>http://www.cppblog.com/xieshuo/archive/2008/11/08/66372.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/xieshuo/comments/commentRss/66372.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/xieshuo/services/trackbacks/66372.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 转载于此处http://hi.baidu.com/ju136/blog/item/98de86fa93a4028f9f51462d.html 测试可行&nbsp;&nbsp;<a href='http://www.cppblog.com/xieshuo/archive/2008/11/08/66372.html'>阅读全文</a><img src ="http://www.cppblog.com/xieshuo/aggbug/66372.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/xieshuo/" target="_blank"> Torres</a> 2008-11-08 22:58 <a href="http://www.cppblog.com/xieshuo/archive/2008/11/08/66372.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>关于sort函数</title><link>http://www.cppblog.com/xieshuo/archive/2008/09/07/61190.html</link><dc:creator> Torres</dc:creator><author> Torres</author><pubDate>Sun, 07 Sep 2008 01:58:00 GMT</pubDate><guid>http://www.cppblog.com/xieshuo/archive/2008/09/07/61190.html</guid><wfw:comment>http://www.cppblog.com/xieshuo/comments/61190.html</wfw:comment><comments>http://www.cppblog.com/xieshuo/archive/2008/09/07/61190.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/xieshuo/comments/commentRss/61190.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/xieshuo/services/trackbacks/61190.html</trackback:ping><description><![CDATA[快速排序是要经常用的，STL_sort是不错的，sort(begin(),end(),cmp),对于cmp函数bool cmp(node a,node b)对于a，b作为数组的单个的前后顺序，开始a在前，b在后，我们只需要写出使得a，b不用交换的条件返回true，其他的返回false。
<img src ="http://www.cppblog.com/xieshuo/aggbug/61190.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/xieshuo/" target="_blank"> Torres</a> 2008-09-07 09:58 <a href="http://www.cppblog.com/xieshuo/archive/2008/09/07/61190.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>