<?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:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/gothicane" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/gothicane" type="application/rss+xml"></fs:self_link><lastBuildDate>Tue, 20 Jan 2009 12:36:00 GMT</lastBuildDate><title>Gothic的专栏</title><description>刘小宇</description><link>http://blog.csdn.net/gothicane/</link><item><title>用位运算求余数</title><link>http://blog.csdn.net/gothicane/archive/2009/01/20/3839180.aspx</link><description>用位运算求余数&lt;br /&gt;&lt;br /&gt;#include&lt;br /&gt;
using namespace std;&lt;br /&gt;
 *编写一个程序，将从键盘输出的一个整数值读入int型变量，&lt;br /&gt;
 *并使用按位运算符之一(不能用%运算符！)确定这个值除以8&lt;br /&gt;
 *时的正余数。例如，29＝(3*8)+5和-14=(-2*8)+2的正余数&lt;br /&gt;
 *分别是5和2&lt;br /&gt;
 *说明：29的二进制是11101，8的二进制是1000，根据&lt;br /&gt;
 *二进制128 64 32 16 8 4 2 1 从8~128...都是8的倍数；&lt;br /&gt;
 *      
0   0 
0  1 1 1 0 1&lt;br /&gt;
 *所以只需要让00011101和00000111进行与进算就可以了       &lt;br /&gt;&lt;br /&gt;
int main()&lt;br /&gt;
{&lt;br /&gt;
 int a,b;&lt;br /&gt;
 a=-2361;&lt;br /&gt;
 b=8;&lt;br /&gt;
 cout&lt;img src =&quot;http://blog.csdn.net/gothicane/aggbug/3839180.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 20 Jan 2009 20:36:00 +0800</pubDate><author>gothicane</author><guid isPermaLink="false">http://blog.csdn.net/gothicane/archive/2009/01/20/3839180.aspx</guid><dc:creator>gothicane</dc:creator></item><item><title>openssl开发过程中的一些总结</title><link>http://blog.csdn.net/gothicane/archive/2008/09/10/2908199.aspx</link><description>openssl开发过程中的一些总结&lt;img src =&quot;http://blog.csdn.net/gothicane/aggbug/2908199.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 10 Sep 2008 19:26:00 +0800</pubDate><author>gothicane</author><guid isPermaLink="false">http://blog.csdn.net/gothicane/archive/2008/09/10/2908199.aspx</guid><dc:creator>gothicane</dc:creator></item><item><title>sqlite找出时间相差3天的记录</title><link>http://blog.csdn.net/gothicane/archive/2008/08/19/2794056.aspx</link><description>找出时间相差3天的记录&lt;img src =&quot;http://blog.csdn.net/gothicane/aggbug/2794056.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 19 Aug 2008 18:31:00 +0800</pubDate><author>gothicane</author><guid isPermaLink="false">http://blog.csdn.net/gothicane/archive/2008/08/19/2794056.aspx</guid><dc:creator>gothicane</dc:creator></item><item><title>sqlite删除符合某个条件的一条或多条记录</title><link>http://blog.csdn.net/gothicane/archive/2008/08/04/2767547.aspx</link><description>DELETE FROM inbox WHERE localId IN(SELECT localId FROM inbox ORDER BY mDate DESC LIMIT 0,100);&lt;img src =&quot;http://blog.csdn.net/gothicane/aggbug/2767547.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 05 Aug 2008 03:32:00 +0800</pubDate><author>gothicane</author><guid isPermaLink="false">http://blog.csdn.net/gothicane/archive/2008/08/04/2767547.aspx</guid><dc:creator>gothicane</dc:creator></item><item><title>linux下批量修改文件目录下所有cpp文件的最后更改时间</title><link>http://blog.csdn.net/gothicane/archive/2008/06/24/2582700.aspx</link><description>find + touch&lt;img src =&quot;http://blog.csdn.net/gothicane/aggbug/2582700.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 25 Jun 2008 00:54:00 +0800</pubDate><author>gothicane</author><guid isPermaLink="false">http://blog.csdn.net/gothicane/archive/2008/06/24/2582700.aspx</guid><dc:creator>gothicane</dc:creator></item><item><title>GNU Compile Tools, 可执行文件, 静态链接库, 动态链接库</title><link>http://blog.csdn.net/gothicane/archive/2008/06/19/2566147.aspx</link><description>GNU Compile Tools, 可执行文件, 静态链接库, 动态链接库&lt;img src =&quot;http://blog.csdn.net/gothicane/aggbug/2566147.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 20 Jun 2008 01:24:00 +0800</pubDate><author>gothicane</author><guid isPermaLink="false">http://blog.csdn.net/gothicane/archive/2008/06/19/2566147.aspx</guid><dc:creator>gothicane</dc:creator></item><item><title>Linux平台Makefile文件的编写基础篇</title><link>http://blog.csdn.net/gothicane/archive/2008/06/18/2560903.aspx</link><description>Linux平台Makefile文件的编写基础篇&lt;img src =&quot;http://blog.csdn.net/gothicane/aggbug/2560903.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 18 Jun 2008 21:18:00 +0800</pubDate><author>gothicane</author><guid isPermaLink="false">http://blog.csdn.net/gothicane/archive/2008/06/18/2560903.aspx</guid><dc:creator>gothicane</dc:creator></item><item><title>Linux下使用librt中的定时器</title><link>http://blog.csdn.net/gothicane/archive/2007/10/12/1821673.aspx</link><description>Linux下使用librt中的定时器&lt;img src =&quot;http://blog.csdn.net/gothicane/aggbug/1821673.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 12 Oct 2007 21:28:00 +0800</pubDate><author>gothicane</author><guid isPermaLink="false">http://blog.csdn.net/gothicane/archive/2007/10/12/1821673.aspx</guid><dc:creator>gothicane</dc:creator></item><item><title>关于typedef的用法</title><link>http://blog.csdn.net/gothicane/archive/2007/10/10/1819165.aspx</link><description>关于typedef的用法和陷阱&lt;img src =&quot;http://blog.csdn.net/gothicane/aggbug/1819165.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 11 Oct 2007 05:43:00 +0800</pubDate><author>gothicane</author><guid isPermaLink="false">http://blog.csdn.net/gothicane/archive/2007/10/10/1819165.aspx</guid><dc:creator>gothicane</dc:creator></item><item><title>Ubuntu下安装卸载桌面系统</title><link>http://blog.csdn.net/gothicane/archive/2007/08/18/1749708.aspx</link><description>Ubuntu下安装卸载桌面系统&lt;img src =&quot;http://blog.csdn.net/gothicane/aggbug/1749708.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 19 Aug 2007 00:16:00 +0800</pubDate><author>gothicane</author><guid isPermaLink="false">http://blog.csdn.net/gothicane/archive/2007/08/18/1749708.aspx</guid><dc:creator>gothicane</dc:creator></item></channel></rss>