<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/wenxinfly" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/wenxinfly" type="application/rss+xml"></fs:self_link><lastBuildDate>Mon, 14 Jan 2008 11:01:00 GMT</lastBuildDate><title>wenxinfly的专栏</title><link>http://blog.csdn.net/wenxinfly/</link><item><title>学习面向对象开发的方法</title><link>http://blog.csdn.net/wenxinfly/archive/2008/01/14/2042998.aspx</link><wfw:comment>http://blog.csdn.net/wenxinfly/comments/2042998.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/wenxinfly/comments/commentRss/2042998.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2042998</trackback:ping><description>面向对象分析的目的是对客观世界的系统进行建模。

分析模型有三种用途：用来明确问题需求；为用户和开发人员提供明确需求；为用户和开发人员提供一个协商的基础，作为后继的设计和实现的框架。

&lt;img src =&quot;http://blog.csdn.net/wenxinfly/aggbug/2042998.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 14 Jan 2008 19:01:00 +0800</pubDate><author>wenxinfly</author><comments>http://blog.csdn.net/wenxinfly/archive/2008/01/14/2042998.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/wenxinfly/archive/2008/01/14/2042998.aspx</guid><dc:creator>wenxinfly</dc:creator></item><item><title>http://chuang.csdn.net/page/51c08e00-3944-4adf-8b19-e0f57f9919d4</title><link>http://blog.csdn.net/wenxinfly/archive/2008/01/07/2028685.aspx</link><wfw:comment>http://blog.csdn.net/wenxinfly/comments/2028685.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/wenxinfly/comments/commentRss/2028685.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2028685</trackback:ping><description>http://chuang.csdn.net/page/51c08e00-3944-4adf-8b19-e0f57f9919d4&lt;img src =&quot;http://blog.csdn.net/wenxinfly/aggbug/2028685.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 07 Jan 2008 21:14:00 +0800</pubDate><author>wenxinfly</author><comments>http://blog.csdn.net/wenxinfly/archive/2008/01/07/2028685.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/wenxinfly/archive/2008/01/07/2028685.aspx</guid><dc:creator>wenxinfly</dc:creator></item><item><title>快速查询大量数据的hash_table</title><link>http://blog.csdn.net/wenxinfly/archive/2007/09/14/1785221.aspx</link><wfw:comment>http://blog.csdn.net/wenxinfly/comments/1785221.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/wenxinfly/comments/commentRss/1785221.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1785221</trackback:ping><description>记得有一次面试题目:求一图片中RGB值最多的那个值,当时我将RGB作为索引,将这个RGB值出现的次数作为值放到std::map中,百万级的数据插入显得有些慢,感觉不好,前些日子我要处理100多万条数据,使用的hash_table,对hash_table有所研究,今天针对这个题目花了1个多小时又写了一个hash_table&lt;img src =&quot;http://blog.csdn.net/wenxinfly/aggbug/1785221.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 14 Sep 2007 23:16:00 +0800</pubDate><author>wenxinfly</author><comments>http://blog.csdn.net/wenxinfly/archive/2007/09/14/1785221.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/wenxinfly/archive/2007/09/14/1785221.aspx</guid><dc:creator>wenxinfly</dc:creator></item><item><title>工作总结</title><link>http://blog.csdn.net/wenxinfly/archive/2007/09/13/1783750.aspx</link><wfw:comment>http://blog.csdn.net/wenxinfly/comments/1783750.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/wenxinfly/comments/commentRss/1783750.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1783750</trackback:ping><description>近期做了一个小软件,在开发中总结了一些用法&lt;img src =&quot;http://blog.csdn.net/wenxinfly/aggbug/1783750.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 13 Sep 2007 23:45:00 +0800</pubDate><author>wenxinfly</author><comments>http://blog.csdn.net/wenxinfly/archive/2007/09/13/1783750.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/wenxinfly/archive/2007/09/13/1783750.aspx</guid><dc:creator>wenxinfly</dc:creator></item><item><title>几道数据结构的算法题</title><link>http://blog.csdn.net/wenxinfly/archive/2007/09/08/1777095.aspx</link><wfw:comment>http://blog.csdn.net/wenxinfly/comments/1777095.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/wenxinfly/comments/commentRss/1777095.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1777095</trackback:ping><description>几道数据结构的算法题&lt;img src =&quot;http://blog.csdn.net/wenxinfly/aggbug/1777095.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 08 Sep 2007 19:49:00 +0800</pubDate><author>wenxinfly</author><comments>http://blog.csdn.net/wenxinfly/archive/2007/09/08/1777095.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/wenxinfly/archive/2007/09/08/1777095.aspx</guid><dc:creator>wenxinfly</dc:creator></item><item><title>几个常见字符串函数的实现</title><link>http://blog.csdn.net/wenxinfly/archive/2007/09/08/1777092.aspx</link><wfw:comment>http://blog.csdn.net/wenxinfly/comments/1777092.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/wenxinfly/comments/commentRss/1777092.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1777092</trackback:ping><description>几个常见字符串函数的实现&lt;img src =&quot;http://blog.csdn.net/wenxinfly/aggbug/1777092.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 08 Sep 2007 19:47:00 +0800</pubDate><author>wenxinfly</author><comments>http://blog.csdn.net/wenxinfly/archive/2007/09/08/1777092.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/wenxinfly/archive/2007/09/08/1777092.aspx</guid><dc:creator>wenxinfly</dc:creator></item><item><title>如何得到bitmap某一点像素的RGB值</title><link>http://blog.csdn.net/wenxinfly/archive/2007/09/06/1774851.aspx</link><wfw:comment>http://blog.csdn.net/wenxinfly/comments/1774851.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/wenxinfly/comments/commentRss/1774851.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1774851</trackback:ping><description>记得N个月前去一家公司面试,上机题是求BMP图片上RGB最多的一个值,题目的重点并不在于如何求某一点的RGB, 结果我花了近80%的时间到网上找如何求某一点的RGB,都不近人意.&lt;img src =&quot;http://blog.csdn.net/wenxinfly/aggbug/1774851.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 07 Sep 2007 00:02:00 +0800</pubDate><author>wenxinfly</author><comments>http://blog.csdn.net/wenxinfly/archive/2007/09/06/1774851.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/wenxinfly/archive/2007/09/06/1774851.aspx</guid><dc:creator>wenxinfly</dc:creator></item><item><title>常见的几种设计模式</title><link>http://blog.csdn.net/wenxinfly/archive/2007/09/05/1773848.aspx</link><wfw:comment>http://blog.csdn.net/wenxinfly/comments/1773848.aspx</wfw:comment><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/wenxinfly/comments/commentRss/1773848.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1773848</trackback:ping><description>常见的几种设计模式&lt;img src =&quot;http://blog.csdn.net/wenxinfly/aggbug/1773848.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 06 Sep 2007 05:52:00 +0800</pubDate><author>wenxinfly</author><comments>http://blog.csdn.net/wenxinfly/archive/2007/09/05/1773848.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/wenxinfly/archive/2007/09/05/1773848.aspx</guid><dc:creator>wenxinfly</dc:creator></item><item><title>简单的Hash_Table</title><link>http://blog.csdn.net/wenxinfly/archive/2007/09/05/1772648.aspx</link><wfw:comment>http://blog.csdn.net/wenxinfly/comments/1772648.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/wenxinfly/comments/commentRss/1772648.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1772648</trackback:ping><description>一个简单的Hash_Table&lt;img src =&quot;http://blog.csdn.net/wenxinfly/aggbug/1772648.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 05 Sep 2007 17:11:00 +0800</pubDate><author>wenxinfly</author><comments>http://blog.csdn.net/wenxinfly/archive/2007/09/05/1772648.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/wenxinfly/archive/2007/09/05/1772648.aspx</guid><dc:creator>wenxinfly</dc:creator></item><item><title>Directshow开发的一些基本概念和技巧</title><link>http://blog.csdn.net/wenxinfly/archive/2007/02/27/1515975.aspx</link><wfw:comment>http://blog.csdn.net/wenxinfly/comments/1515975.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/wenxinfly/comments/commentRss/1515975.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1515975</trackback:ping><description>摘要：本篇文档主要讲述了Directshow开发的一些基本概念和技巧&lt;img src =&quot;http://blog.csdn.net/wenxinfly/aggbug/1515975.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 27 Feb 2007 23:32:00 +0800</pubDate><author>wenxinfly</author><comments>http://blog.csdn.net/wenxinfly/archive/2007/02/27/1515975.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/wenxinfly/archive/2007/02/27/1515975.aspx</guid><dc:creator>wenxinfly</dc:creator></item></channel></rss>