<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[alexdboy的专栏]]></title><description><![CDATA[]]></description><link>https://blog.csdn.net/alexdboy</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; alexdboy]]></copyright><item><title><![CDATA[Big Endian and Small Endian]]></title><link>https://blog.csdn.net/alexdboy/article/details/5273911</link><guid>https://blog.csdn.net/alexdboy/article/details/5273911</guid><author>alexdboy</author><pubDate>Sun, 31 Jan 2010 02:00:00 +0800</pubDate><description><![CDATA[Unix Incompatibility Notes:Byte OrderJan WolterAny program that writes binary files that may have to be read by another computer needs to be concerned about byte order issues. Different processors]]></description><category></category></item><item><title><![CDATA[Linux下Makefile 的automake生成详解]]></title><link>https://blog.csdn.net/alexdboy/article/details/4839194</link><guid>https://blog.csdn.net/alexdboy/article/details/4839194</guid><author>alexdboy</author><pubDate>Fri, 20 Nov 2009 06:27:00 +0800</pubDate><description><![CDATA[ 一、Makefile介绍　　Makefile是用于自动编译和链接的，一个工程有很多文件组成，每一个文件的改变都会导致工程的重新链接，但是不是所有的文件都需要重新编译，Makefile中纪录有文件的信息，在make时会决定在链接的时候需要重新编译哪些文件。　　Makefile的宗旨就是：让编译器知道要编译一个文件需要依赖其他的哪些文件。当那些依赖文件有了改变，编译器会自动的发现最终的生成文件已经过]]></description><category></category></item><item><title><![CDATA[ctags的使用及相关参数介绍]]></title><link>https://blog.csdn.net/alexdboy/article/details/3871707</link><guid>https://blog.csdn.net/alexdboy/article/details/3871707</guid><author>alexdboy</author><pubDate>Mon, 09 Feb 2009 21:31:00 +0800</pubDate><description><![CDATA[    因为学习使用Vim，遇到ctags这样一个东东，花了一天时间大致搞清楚了一点，记下来，和大家分享。我写的匆忙，大家也就随便看看好了。希望有用。 一．        ctags是干什么的ctags的功能：扫描指定的源文件，找出其中所包含的语法元素，并将找到的相关内容记录下来。我用的是Exuberant Ctags，在Windows上使用，就一个可执行文件，非常绿色，可在sou]]></description><category></category></item><item><title><![CDATA[使用Swig封装C++到Python的心得--01]]></title><link>https://blog.csdn.net/alexdboy/article/details/2329212</link><guid>https://blog.csdn.net/alexdboy/article/details/2329212</guid><author>alexdboy</author><pubDate>Fri, 25 Apr 2008 22:20:00 +0800</pubDate><description><![CDATA[一．简述    前一段时间由于工作需要重点学习了一下用Swig来封装C++代码到Python的知识，期间遇到一些问题，也有一些心得体会，特此记录。    本文只涉及封装C++到Python，其他诸如封装到Java等没有涉及。    假设读者对Python和C++这两种语言都有一定的了解，到底要什么程度，我也说不清。    本文的所有知识均来自于Swig的帮助文档《SWIGDocum]]></description><category></category></item></channel></rss>