<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>严蔚敏 - 四号程序员</title>
	<atom:link href="https://www.coder4.com/archives/tag/%e4%b8%a5%e8%94%9a%e6%95%8f/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Wed, 03 Aug 2011 08:55:30 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>《数据结构》读书笔记 第六章 二叉树的三叉链表存储</title>
		<link>https://www.coder4.com/archives/252</link>
					<comments>https://www.coder4.com/archives/252#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Sat, 26 Dec 2009 13:20:54 +0000</pubDate>
				<category><![CDATA[C && C++]]></category>
		<category><![CDATA[算法&数据结构]]></category>
		<category><![CDATA[三叉]]></category>
		<category><![CDATA[严蔚敏]]></category>
		<category><![CDATA[二叉树]]></category>
		<category><![CDATA[数据结构]]></category>
		<category><![CDATA[类]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=252</guid>

					<description><![CDATA[今天好像大脑有点疲劳了，或者是今天写得太多了，接近400行啊～ 犯了两个有意思的错误，分享一下： (1)写查双亲节点成员函数的时候 对数据2测试怎么怎么也过不去。把parent用2种方法分别写了2次 崩溃了。然后骤然发现在之前调用了一次assign 把根结点 1--&#62;2....... (2)还是写这个parent的时候 居然开了个队列开始准备塞东西 然后想起来这是三叉 好像有parent指针哦&#8230;&#8230; 是该歇歇了，假期《数据结构》已经啃了大半本了，修养下该开学了。这[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/252/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>《数据结构》读书笔记 第五章 矩阵的顺序三元表存储</title>
		<link>https://www.coder4.com/archives/242</link>
					<comments>https://www.coder4.com/archives/242#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Sat, 26 Dec 2009 06:13:18 +0000</pubDate>
				<category><![CDATA[算法&数据结构]]></category>
		<category><![CDATA[三元组]]></category>
		<category><![CDATA[严蔚敏]]></category>
		<category><![CDATA[数据结构]]></category>
		<category><![CDATA[矩阵]]></category>
		<category><![CDATA[读书笔记]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=242</guid>

					<description><![CDATA[开始恢复写程序了，快正常了～这次的程序很难的，而且系列性啊&#8230;&#8230;最让我惊诧的是看到了别人的减法算法，太牛了&#8230;&#8230; Matrix.h：定义了基本操作 #include &#60;iostream&#62; using namespace std; enum {OK=-1,WRONG=0,MAX=100}; typedef int Status; typedef int Elem; struct Triple { &#160;int i,j;[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/242/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>《数据结构》读书笔记 第五章 数组的顺序存储实现</title>
		<link>https://www.coder4.com/archives/237</link>
					<comments>https://www.coder4.com/archives/237#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Sat, 26 Dec 2009 06:11:13 +0000</pubDate>
				<category><![CDATA[算法&数据结构]]></category>
		<category><![CDATA[c语言]]></category>
		<category><![CDATA[严蔚敏]]></category>
		<category><![CDATA[数据结构]]></category>
		<category><![CDATA[数组]]></category>
		<category><![CDATA[读书笔记]]></category>
		<guid isPermaLink="false">http://www.coder4.com/index.php/archives/237</guid>

					<description><![CDATA[昨天读《The C++ Programing Language Special Edition》确实觉得注释是很重要的，所以今天开始所有程序都要练习注释，尽量写出好的注释来：-) Array.h ： 定义了数组的顺序存储的基本操作 #include &#60;iostream&#62; #include &#60;cstdarg&#62; typedef int Elem; typedef int Status; enum {WRONG=-1,OK=0}; struct Array { /*-[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/237/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>《数据结构》读书笔记 第四章 文本编辑</title>
		<link>https://www.coder4.com/archives/235</link>
					<comments>https://www.coder4.com/archives/235#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Sat, 26 Dec 2009 06:09:51 +0000</pubDate>
				<category><![CDATA[算法&数据结构]]></category>
		<category><![CDATA[c语言]]></category>
		<category><![CDATA[严蔚敏]]></category>
		<category><![CDATA[数据结构]]></category>
		<category><![CDATA[文本编辑器]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=235</guid>

					<description><![CDATA[文本编辑 有点BT啊&#8230;&#8230; #include &#60;fstream&#62; #include &#34;D:\数据结构\第四章 堆分配的串及其基本操作\HString.h&#34; enum {ML=25,MLL=75,MNL=20}; HString T[ML]; char str[MLL],filename[MNL]=&#34;&#34;; int n=0; using namespace std; void Open() { &#160;[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/235/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>《数据结构》读书笔记 第四章 堆分配存储串及基本操作</title>
		<link>https://www.coder4.com/archives/233</link>
					<comments>https://www.coder4.com/archives/233#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Sat, 26 Dec 2009 06:08:33 +0000</pubDate>
				<category><![CDATA[算法&数据结构]]></category>
		<category><![CDATA[严蔚敏]]></category>
		<category><![CDATA[串]]></category>
		<category><![CDATA[堆]]></category>
		<category><![CDATA[数据结构]]></category>
		<category><![CDATA[读书笔记]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=233</guid>

					<description><![CDATA[堆分配前天的普通串比有如下优点： （1）节省空间，用多少，分配多少！ （2）struct结构体体积小，减少了位对齐的机会，提高了效率 缺点： （1）用了new所以记得delete （2）结构上字符串从0开始，这个下标是很折磨人的 HString.h #include &#60;iostream&#62; enum {OK=0,WRONG=-1}; typedef int Status; struct HString { &#160;char *chars; &#160;int len; }[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/233/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>《数据结构》读书笔记 第四章 KMP算法</title>
		<link>https://www.coder4.com/archives/231</link>
					<comments>https://www.coder4.com/archives/231#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Sat, 26 Dec 2009 06:07:52 +0000</pubDate>
				<category><![CDATA[算法&数据结构]]></category>
		<category><![CDATA[c语言]]></category>
		<category><![CDATA[KMP算法]]></category>
		<category><![CDATA[严蔚敏]]></category>
		<category><![CDATA[数据结构]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=231</guid>

					<description><![CDATA[半懂不懂，大概能明白&#8230;&#8230;程序是写出来了。 #include &#60;iostream&#62; enum {MSL=100}; char S[MSL+1]; char T[20]; int next[20]; using namespace std; void StrSet(char *S,char *T) { &#160;S[0]=strlen(T); &#160;int i; &#160;if(S[0]&#60;=MSL) &#160;{ &#038;nbs[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/231/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>《数据结构》读书笔记 第四章 串的基本操作</title>
		<link>https://www.coder4.com/archives/228</link>
					<comments>https://www.coder4.com/archives/228#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Sat, 26 Dec 2009 06:06:33 +0000</pubDate>
				<category><![CDATA[算法&数据结构]]></category>
		<category><![CDATA[c语言]]></category>
		<category><![CDATA[严蔚敏]]></category>
		<category><![CDATA[串]]></category>
		<category><![CDATA[数据结构]]></category>
		<category><![CDATA[查找]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=228</guid>

					<description><![CDATA[String.h：串的基本操作 #include &#60;iostream&#62; enum {MSL=20,WRONG=-1,OK=0}; typedef char SString[MSL+1]; typedef int Status; Status StrAssign(SString S,SString T) { &#160;//一定注意长度不可以用T[0]表示！！ &#160;int len=strlen(T); &#160;if(len&#60;=len) &#160;[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/228/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>《数据结构》读书笔记 第三章 循环队列</title>
		<link>https://www.coder4.com/archives/226</link>
					<comments>https://www.coder4.com/archives/226#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Sat, 26 Dec 2009 06:04:38 +0000</pubDate>
				<category><![CDATA[算法&数据结构]]></category>
		<category><![CDATA[c语言]]></category>
		<category><![CDATA[严蔚敏]]></category>
		<category><![CDATA[循环队列]]></category>
		<category><![CDATA[数据结构]]></category>
		<category><![CDATA[读书笔记]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=226</guid>

					<description><![CDATA[终于是循环队列了，有点小麻烦，一定注意标红的几句不要忘记了！！ Queue.h：定义了基本操作 &#160; #include &#60;iostream&#62; enum {QIS=5,QI=2}; enum {OK=0,WRONG=-1}; typedef int Elem; typedef int Status; typedef struct { &#160;Elem *base; &#160;int front; &#160;int rear; &#160;int qsize[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/226/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>《数据结构》读书笔记 第三章 非循环顺序队列1</title>
		<link>https://www.coder4.com/archives/222</link>
					<comments>https://www.coder4.com/archives/222#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Sat, 26 Dec 2009 06:02:38 +0000</pubDate>
				<category><![CDATA[算法&数据结构]]></category>
		<category><![CDATA[严蔚敏]]></category>
		<category><![CDATA[数据结构]]></category>
		<category><![CDATA[读书笔记]]></category>
		<category><![CDATA[队列]]></category>
		<category><![CDATA[顺序]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=222</guid>

					<description><![CDATA[《数据结构》读书笔记 第三章 非循环顺序队列的基本操作（出队列时候移除元素） Queue.h：头文件，定义了参数和基本操作 #include &#60;iostream&#62; enum {QIS=10,QI=2}; enum {WRONG=-1,OK=0}; typedef int Elem; typedef struct { &#160;Elem *base; &#160;int rear; &#160;int memsize; }Queue; typedef int Stat[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/222/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>《数据结构》栈实现进制转换</title>
		<link>https://www.coder4.com/archives/214</link>
					<comments>https://www.coder4.com/archives/214#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Sat, 26 Dec 2009 05:58:31 +0000</pubDate>
				<category><![CDATA[算法&数据结构]]></category>
		<category><![CDATA[严蔚敏]]></category>
		<category><![CDATA[数据结构]]></category>
		<category><![CDATA[栈]]></category>
		<category><![CDATA[读书笔记]]></category>
		<category><![CDATA[进制转换]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=214</guid>

					<description><![CDATA[main.cpp:主程序 //Stack.h参见本分类下其它栈问题的描述 #include &#34;../第三章 顺序栈的基本操作/Stack.h&#34; using namespace std; int main() { &#160;int num,tmp=8; &#160;Stack S; &#160;InitStack(S); &#160;cin&#62;&#62;num; &#160;while(num!=0) &#160;{ &#160;&#160;Push(S[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/214/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
