﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>C++博客-zhulf753-最新评论</title><link>http://cppblog.com/zhulf753/CommentsRSS.aspx</link><description /><language>zh-cn</language><pubDate>Thu, 24 Dec 2020 04:35:09 GMT</pubDate><lastBuildDate>Thu, 24 Dec 2020 04:35:09 GMT</lastBuildDate><generator>cnblogs</generator><item><title>re: 各搜索引擎搜索结果的获取</title><link>http://www.cppblog.com/zhulf753/archive/2008/12/01/40925.html#68310</link><dc:creator>boyeco</dc:creator><author>boyeco</author><pubDate>Mon, 01 Dec 2008 11:44:00 GMT</pubDate><guid>http://www.cppblog.com/zhulf753/archive/2008/12/01/40925.html#68310</guid><description><![CDATA[我们怎么用google或baidu的搜索结果生成我们自己想要的页面哪？比如搜索元搜索的结果按我们想要的页面从新生成一个页面，要用get等方法从搜索出结果后的页面的脚本里或得url吗？<br><img src ="http://www.cppblog.com/zhulf753/aggbug/68310.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/zhulf753/" target="_blank">boyeco</a> 2008-12-01 19:44 <a href="http://www.cppblog.com/zhulf753/archive/2008/12/01/40925.html#68310#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 序列化探讨 </title><link>http://www.cppblog.com/zhulf753/archive/2007/10/08/33745.html#33793</link><dc:creator>shaker(太子)</dc:creator><author>shaker(太子)</author><pubDate>Mon, 08 Oct 2007 14:43:00 GMT</pubDate><guid>http://www.cppblog.com/zhulf753/archive/2007/10/08/33745.html#33793</guid><description><![CDATA[看的晕  序列化主要还是要考虑怎样在对代码改动最小的情况下增加对序列化的支持!~<img src ="http://www.cppblog.com/zhulf753/aggbug/33793.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/zhulf753/" target="_blank">shaker(太子)</a> 2007-10-08 22:43 <a href="http://www.cppblog.com/zhulf753/archive/2007/10/08/33745.html#33793#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: AVL树的简单实现</title><link>http://www.cppblog.com/zhulf753/archive/2007/10/06/33504.html#33660</link><dc:creator>zlf</dc:creator><author>zlf</author><pubDate>Sat, 06 Oct 2007 15:05:00 GMT</pubDate><guid>http://www.cppblog.com/zhulf753/archive/2007/10/06/33504.html#33660</guid><description><![CDATA[为什么呢?<br>删除操作比插入操作的代码多<br>你是否会觉得更删除更复杂呢?<br>其实删除的想法是很简单的,因为是递归的删除直到递归到叶子节点<br>所以要删除的只是叶子节点.<br>不管是插入还是删除节点深度的变化都只是在插入或删除路径节点上<br>这样更新应该很方便吧<br>至于旋转操作之类的其实每必要去探讨数学原理什么的<br>用数学来证明这东西应该很难吧(我是这么想的),要不然怎么会是两个数学家提出来的呢?<br>只要知道各种不平衡类型施行的操作就行的<br>而操作只需要画画图就很容易看出来的<br>也许很乱<br>不过这样想来要&quot;实现&quot;(只是实现)AVL树的话应该就很简单了<img src ="http://www.cppblog.com/zhulf753/aggbug/33660.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/zhulf753/" target="_blank">zlf</a> 2007-10-06 23:05 <a href="http://www.cppblog.com/zhulf753/archive/2007/10/06/33504.html#33660#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: AVL树的简单实现</title><link>http://www.cppblog.com/zhulf753/archive/2007/10/05/33504.html#33508</link><dc:creator>Minidx全文检索</dc:creator><author>Minidx全文检索</author><pubDate>Fri, 05 Oct 2007 08:15:00 GMT</pubDate><guid>http://www.cppblog.com/zhulf753/archive/2007/10/05/33504.html#33508</guid><description><![CDATA[其实这样的写法不能算简单拉<br>看看这个 <a target="_new" href="http://bbs.chinaunix.net/viewthread.php?tid=692071">http://bbs.chinaunix.net/viewthread.php?tid=692071</a><img src ="http://www.cppblog.com/zhulf753/aggbug/33508.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/zhulf753/" target="_blank">Minidx全文检索</a> 2007-10-05 16:15 <a href="http://www.cppblog.com/zhulf753/archive/2007/10/05/33504.html#33508#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>