﻿<?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++博客-汇流成河</title><link>http://www.cppblog.com/feosun/</link><description>碎片散落 星光点点</description><language>zh-cn</language><lastBuildDate>Thu, 23 Apr 2026 10:11:28 GMT</lastBuildDate><pubDate>Thu, 23 Apr 2026 10:11:28 GMT</pubDate><ttl>60</ttl><item><title>内部排序算法的比较和实现</title><link>http://www.cppblog.com/feosun/archive/2008/10/12/63831.html</link><dc:creator>feosun</dc:creator><author>feosun</author><pubDate>Sun, 12 Oct 2008 12:56:00 GMT</pubDate><guid>http://www.cppblog.com/feosun/archive/2008/10/12/63831.html</guid><wfw:comment>http://www.cppblog.com/feosun/comments/63831.html</wfw:comment><comments>http://www.cppblog.com/feosun/archive/2008/10/12/63831.html#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://www.cppblog.com/feosun/comments/commentRss/63831.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/feosun/services/trackbacks/63831.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 排序是数据处理中经常使用的一种重要运算,在计算机及其应用系统中,花费在排序上的时间在系统运行时间中占有很大比重;并且排序本身对推动算法分析的发展也起很大作用。目前已有上百种排序方法，但尚未有一个最理想的尽如人意的方法，本文介绍常用的如下排序方法的C/C++实现，并对它们进行分析和比较。更详细的算法思想的介绍可以参考这里&nbsp; Code highlighting produced by...&nbsp;&nbsp;<a href='http://www.cppblog.com/feosun/archive/2008/10/12/63831.html'>阅读全文</a><img src ="http://www.cppblog.com/feosun/aggbug/63831.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/feosun/" target="_blank">feosun</a> 2008-10-12 20:56 <a href="http://www.cppblog.com/feosun/archive/2008/10/12/63831.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>近期计划</title><link>http://www.cppblog.com/feosun/archive/2008/09/12/61676.html</link><dc:creator>feosun</dc:creator><author>feosun</author><pubDate>Fri, 12 Sep 2008 05:45:00 GMT</pubDate><guid>http://www.cppblog.com/feosun/archive/2008/09/12/61676.html</guid><wfw:comment>http://www.cppblog.com/feosun/comments/61676.html</wfw:comment><comments>http://www.cppblog.com/feosun/archive/2008/09/12/61676.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/feosun/comments/commentRss/61676.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/feosun/services/trackbacks/61676.html</trackback:ping><description><![CDATA[　　最近打算把siemens那边的Intern结束了，全力开始巩固基础和学习新领域的知识。C++方面，基础部分还要巩固，STL和内存管理部分继续
加强。数据库方面，有必要加深对数据库内部结构和实现的理解。网络方面，非常薄弱，很多要学习，如果可能，每周抽出点时间去听翁老师的课。一个人的精力有限，不可能同时学习太多的东西，网络是最近要看的大块头。另外，最重要的是，要好好准备找工作了。<br>   <img src ="http://www.cppblog.com/feosun/aggbug/61676.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/feosun/" target="_blank">feosun</a> 2008-09-12 13:45 <a href="http://www.cppblog.com/feosun/archive/2008/09/12/61676.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>