<?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/CUMBER" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/CUMBER" type="application/rss+xml"></fs:self_link><lastBuildDate>Thu, 18 Dec 2008 10:26:00 GMT</lastBuildDate><title>CUMBER的专栏</title><link>http://blog.csdn.net/CUMBER/</link><item><title>雷达原理之一</title><link>http://blog.csdn.net/CUMBER/archive/2008/12/18/3547231.aspx</link><wfw:comment>http://blog.csdn.net/CUMBER/comments/3547231.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/CUMBER/comments/commentRss/3547231.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3547231</trackback:ping><description>雷达原理之一&lt;img src =&quot;http://blog.csdn.net/CUMBER/aggbug/3547231.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 18 Dec 2008 18:26:00 +0800</pubDate><author>CUMBER</author><comments>http://blog.csdn.net/CUMBER/archive/2008/12/18/3547231.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/CUMBER/archive/2008/12/18/3547231.aspx</guid><dc:creator>CUMBER</dc:creator><fs:srclink>http://blog.csdn.net/CUMBER/archive/2008/12/18/3547231.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/CUMBER/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/CUMBER/~7381657/207829555/5491174</fs:itemid></item><item><title>三十分钟掌握STL</title><link>http://blog.csdn.net/CUMBER/archive/2008/12/12/3502715.aspx</link><wfw:comment>http://blog.csdn.net/CUMBER/comments/3502715.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/CUMBER/comments/commentRss/3502715.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3502715</trackback:ping><description>&lt;br /&gt;转自：http://blog.csdn.net/csenior/archive/2004/10/14/137104.aspx&lt;br /&gt;这是本小人书。原名是《using stl》，不知道是谁写的。不过我倒觉得很有趣，所以化了两个晚上把它翻译出来。我没有对翻译出来的内容校验过。如果你没法在三十分钟内觉得有所收获，那么赶紧扔了它。文中我省略了很多东西。心疼那，浪费我两个晚上。 &lt;br /&gt;译者：kary&lt;br /&gt;contact:karymay@163.net&lt;br /&gt;STL概述&lt;br /&gt;STL的一个重要特点是数据结构和算法的分离。尽管这是个简单的概念，但这种分离确实使得STL变得非常通用。例如，由于STL的sort()函数是完全通用的，你可以用它来操作几乎任何数据集合，包括链表，容器和数组。&lt;br /&gt;要点&lt;br /&gt;STL算法作为模板函数提供。为了和其他组件相区别，在本书中STL算法以后接一对圆括弧的方式表示，例如sort()。&lt;br /&gt;STL另一个重要特性是它不是面向对象的。为了具有足够通用性，STL主要依赖于模板而不是封装，继承和虚函数（多态性）——OOP的三个要&lt;img src =&quot;http://blog.csdn.net/CUMBER/aggbug/3502715.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 12 Dec 2008 19:09:00 +0800</pubDate><author>CUMBER</author><comments>http://blog.csdn.net/CUMBER/archive/2008/12/12/3502715.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/CUMBER/archive/2008/12/12/3502715.aspx</guid><dc:creator>CUMBER</dc:creator><fs:srclink>http://blog.csdn.net/CUMBER/archive/2008/12/12/3502715.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/CUMBER/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/CUMBER/~7381657/207829556/5491174</fs:itemid></item><item><title>typedef 的用</title><link>http://blog.csdn.net/CUMBER/archive/2008/12/05/3454595.aspx</link><wfw:comment>http://blog.csdn.net/CUMBER/comments/3454595.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/CUMBER/comments/commentRss/3454595.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3454595</trackback:ping><description>typedef和#define的用法与区别&lt;img src =&quot;http://blog.csdn.net/CUMBER/aggbug/3454595.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 06 Dec 2008 02:12:00 +0800</pubDate><author>CUMBER</author><comments>http://blog.csdn.net/CUMBER/archive/2008/12/05/3454595.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/CUMBER/archive/2008/12/05/3454595.aspx</guid><dc:creator>CUMBER</dc:creator><fs:srclink>http://blog.csdn.net/CUMBER/archive/2008/12/05/3454595.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/CUMBER/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/CUMBER/~7381657/207829557/5491174</fs:itemid></item><item><title>C#__class Validator</title><link>http://blog.csdn.net/CUMBER/archive/2008/11/28/3405725.aspx</link><wfw:comment>http://blog.csdn.net/CUMBER/comments/3405725.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/CUMBER/comments/commentRss/3405725.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3405725</trackback:ping><description>一些基本的验证&lt;img src =&quot;http://blog.csdn.net/CUMBER/aggbug/3405725.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 29 Nov 2008 06:55:00 +0800</pubDate><author>CUMBER</author><comments>http://blog.csdn.net/CUMBER/archive/2008/11/28/3405725.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/CUMBER/archive/2008/11/28/3405725.aspx</guid><dc:creator>CUMBER</dc:creator><fs:srclink>http://blog.csdn.net/CUMBER/archive/2008/11/28/3405725.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/CUMBER/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/CUMBER/~7381657/207829558/5491174</fs:itemid></item><item><title>Delphi：控件的安装方法</title><link>http://blog.csdn.net/CUMBER/archive/2008/05/21/2465908.aspx</link><wfw:comment>http://blog.csdn.net/CUMBER/comments/2465908.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/CUMBER/comments/commentRss/2465908.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2465908</trackback:ping><description>&lt;br /&gt;由于组件提供的方式不同，所以安装的方法也是不一样的，下面就目前常见的各种形式的组 件的安装方法介绍一下。 &lt;br /&gt;1只有一个DCU文件的组件。DCU文件是编译好的单元文件，这样的组件是作者不想把源码公 布。一般来说，作者必须说明此组件适合Delphi的哪种版本，如果版本不对，在安装时就会 出现错误。也正是因为没有源码，给使用者带来了不便，那就是一旦Delphi版本升级，此组 件就不能再使用了，当然有的作者给出了几种版本的DCU文件，用户根据需要选择使用。这 样的组件的安装方法是：在Component菜单中，选择install component，在对话框中的 &quot;into existing package&quot;页中，单击“Unit file name”后的“Browse”按钮，在打开的 文件对话框中，将“文件类型”设定为*.dcu，找到要安装的DCU文件，按OK按钮返回 &quot;into existing package&quot;页后再按OK按钮就可以安装了。注意，此时Delphi会提示 dclusr40.dpk将被重建，是否继续，OK就可以了。这里是将组件&lt;img src =&quot;http://blog.csdn.net/CUMBER/aggbug/2465908.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 21 May 2008 22:08:00 +0800</pubDate><author>CUMBER</author><comments>http://blog.csdn.net/CUMBER/archive/2008/05/21/2465908.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/CUMBER/archive/2008/05/21/2465908.aspx</guid><dc:creator>CUMBER</dc:creator><fs:srclink>http://blog.csdn.net/CUMBER/archive/2008/05/21/2465908.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/CUMBER/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/CUMBER/~7381657/207829559/5491174</fs:itemid></item><item><title>利用OpenCV做的摄像头互动游戏以及源代码</title><link>http://blog.csdn.net/CUMBER/archive/2008/03/17/2192498.aspx</link><wfw:comment>http://blog.csdn.net/CUMBER/comments/2192498.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/CUMBER/comments/commentRss/2192498.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2192498</trackback:ping><description>利用OpenCV做的摄像头互动游戏以及源代码 &lt;img src =&quot;http://blog.csdn.net/CUMBER/aggbug/2192498.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 18 Mar 2008 01:43:00 +0800</pubDate><author>CUMBER</author><comments>http://blog.csdn.net/CUMBER/archive/2008/03/17/2192498.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/CUMBER/archive/2008/03/17/2192498.aspx</guid><dc:creator>CUMBER</dc:creator><fs:srclink>http://blog.csdn.net/CUMBER/archive/2008/03/17/2192498.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/CUMBER/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/CUMBER/~7381657/207829560/5491174</fs:itemid></item></channel></rss>