<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[Charles Pain的专栏]]></title><description><![CDATA[I need more]]></description><link>https://blog.csdn.net/charlesAFA</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; charlesAFA]]></copyright><item><title><![CDATA[chm 的 iphone 软件 介绍及应用 转帖]]></title><link>https://blog.csdn.net/charlesAFA/article/details/6059969</link><guid>https://blog.csdn.net/charlesAFA/article/details/6059969</guid><author>charlesAFA</author><pubDate>Tue, 07 Dec 2010 10:27:00 +0800</pubDate><description><![CDATA[<br /><br />由于PDF又不能重新排版，在iPhone的小小屏幕上看电子书太吃力了。于是我将最近在看的Emacs Manual搞成了CHM (顺便在Google Code上创建了一个项目 http://code.google.com/p/emacs-manual-chm/ )，弄到了iPhone上来看。但安装了几个CHM阅读工具，都有不太满意的地方，这里总结一下。<br />iChm  (价格$6.99，有免费版本iChm Lite)<br />- 免费版本(iChm Lite)的书籍列表界面会将]]></description><category></category></item><item><title><![CDATA[include and extend]]></title><link>https://blog.csdn.net/charlesAFA/article/details/6059854</link><guid>https://blog.csdn.net/charlesAFA/article/details/6059854</guid><author>charlesAFA</author><pubDate>Tue, 07 Dec 2010 09:54:00 +0800</pubDate><description><![CDATA[对于include和extend 还是有些混淆。虽然很多书籍和文章讲解了UML图中的include和extend区分，但多数讲的让人看了似懂非懂的，在实际运用中仍然会遇到不少困难，是否有通俗易懂的讲述了？请大家在这里交流一下，我自己先说一下我的理解：include主要是用例重用，所以通常至少有两个用例包含共同的一个用例，如：A include B，并且C include B，角色通常只直接作用在包含另一用例的用例上，在本示例中，角色只作用在A和C上，而不会直接作用于B上，这里的B不直接面向观众，而A直接面向]]></description><category></category></item><item><title><![CDATA[Iterative development method]]></title><link>https://blog.csdn.net/charlesAFA/article/details/6510828</link><guid>https://blog.csdn.net/charlesAFA/article/details/6510828</guid><author>charlesAFA</author><pubDate>Tue, 09 Nov 2010 07:17:00 +0800</pubDate><description><![CDATA[ The basic idea behind iterative enhancement is to develop a software system incrementally, allowing the developer to take advantage of what was being learned during the development of earlier, increm]]></description><category></category></item><item><title><![CDATA[Ford-Fulkerson]]></title><link>https://blog.csdn.net/charlesAFA/article/details/6510671</link><guid>https://blog.csdn.net/charlesAFA/article/details/6510671</guid><author>charlesAFA</author><pubDate>Sun, 07 Nov 2010 09:18:00 +0800</pubDate><description><![CDATA[ 算法描述：STEP0： 置初始可行流。STEP1： 构造原网络的残量网络，在残量网络中找s－t有向路。如果没有，算法得到   最大流结束。否则继续下一步。STEP2： 依据残量网络中的s－t有向路写出对应到原网络中的s－t增广路。对于增广   路中的前向弧，置s(e)=u(e)- f(e)。对于反向弧，置s(e) ¬f（e）。STEP3： 计算crement=min{s（e1），]]></description><category></category></item><item><title><![CDATA[seb‘s idea for project]]></title><link>https://blog.csdn.net/charlesAFA/article/details/6510292</link><guid>https://blog.csdn.net/charlesAFA/article/details/6510292</guid><author>charlesAFA</author><pubDate>Wed, 03 Nov 2010 06:29:00 +0800</pubDate><description><![CDATA[  Idea’s for Project:The main idea is that the non-famous artists can create and experiencean almost real concert which otherwise would not be possible. To keepthe artist and his audience on]]></description><category></category></item><item><title><![CDATA[ClassLoader课程现场]]></title><link>https://blog.csdn.net/charlesAFA/article/details/5978777</link><guid>https://blog.csdn.net/charlesAFA/article/details/5978777</guid><author>charlesAFA</author><pubDate>Mon, 01 Nov 2010 09:30:00 +0800</pubDate><description><![CDATA[<br /><br />今天说的是讲ClassLoader，但今天讨论的目的不是要让大家明白ClassLoader究竟是怎么回事，而是希望大家能够对java的底层机制有个了解。<br />这里说的底层机制是指jvm之上的java体系，jvm层面的内容我们不讨论。ClassLoader的内容实际上是比较广的，不可能通过一两次说教就能明白。<br />今天这个课程实际上是帮助大家把java的基本功打扎实一些，这样你在工作中，对应用各种框架有更深的理解，学习新的技术更快。<br />个人认为，java中的对象有4]]></description><category></category></item><item><title><![CDATA[java学习推荐书籍]]></title><link>https://blog.csdn.net/charlesAFA/article/details/5978720</link><guid>https://blog.csdn.net/charlesAFA/article/details/5978720</guid><author>charlesAFA</author><pubDate>Mon, 01 Nov 2010 08:58:00 +0800</pubDate><description><![CDATA[<br /><br />书名：Java编程思想<br />URL： http://www.china-pub.com/computers/common/info.asp?id=7241<br />评论：<br />其实这本书并不适合作为Java入门使用，有位道友人为：看这种书有种看马克思选集的感觉，车轱辘话来回说，本来很简单的概念， 看过他的复杂的例子后，就云山雾绕了。当然，治疗失眠的效果是不错的。<br /><br />我本人读这本书也是读了N多遍吧，总是感觉无法掌握其中一些概念， 不过在实践中遇到一些技]]></description><category></category></item><item><title><![CDATA[某人回来了，某人走了]]></title><link>https://blog.csdn.net/charlesAFA/article/details/5696813</link><guid>https://blog.csdn.net/charlesAFA/article/details/5696813</guid><author>charlesAFA</author><pubDate>Sun, 27 Jun 2010 00:52:00 +0800</pubDate><description><![CDATA[一个回国后去了成都一个刚刚回国两个 人都是很久没联系了如今我也要走了想她又想她纠结啊]]></description><category></category></item><item><title><![CDATA[计算机图形学617惨案]]></title><link>https://blog.csdn.net/charlesAFA/article/details/5676889</link><guid>https://blog.csdn.net/charlesAFA/article/details/5676889</guid><author>charlesAFA</author><pubDate>Fri, 18 Jun 2010 01:14:00 +0800</pubDate><description><![CDATA[15分的错切变换，悲剧，惨案为什么所有的不幸要我孤独一人承担我很努力了几乎所有的边边角角都复习了却总是疏忽一些看似不重要却要了我的命的要点啊错切变换！！！就是它，我所有的变换题都无所畏惧，怎奈老师除了这么一道，悲剧悲剧悲剧啊]]></description><category></category></item><item><title><![CDATA[linux内核分析考试后]]></title><link>https://blog.csdn.net/charlesAFA/article/details/5671077</link><guid>https://blog.csdn.net/charlesAFA/article/details/5671077</guid><author>charlesAFA</author><pubDate>Mon, 14 Jun 2010 17:43:00 +0800</pubDate><description><![CDATA[linux内核设计的考试其实还可以，就是自己的复习实在是有点不求甚解连文件系统的4个重要数据结构都没搞清楚，郁闷算存储器的大小的时候也忘了到底是字节还是位了伙伴算法，直接被我简化，也不知道过程对不对。。。晕死~]]></description><category></category></item><item><title><![CDATA[complier]]></title><link>https://blog.csdn.net/charlesAFA/article/details/5632696</link><guid>https://blog.csdn.net/charlesAFA/article/details/5632696</guid><author>charlesAFA</author><pubDate>Sat, 29 May 2010 11:54:00 +0800</pubDate><description><![CDATA[正在做编译原理这个课设呕心沥血啊做到了翻译模式唉。。。龙书上的代码太强大了思维已经无法逾越了]]></description><category></category></item></channel></rss>