<?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/%E5%9F%BA%E6%9C%AC%E6%93%8D%E4%BD%9C/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Sun, 13 May 2012 13:39:00 +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/3147</link>
					<comments>https://www.coder4.com/archives/3147#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Sun, 13 May 2012 13:39:00 +0000</pubDate>
				<category><![CDATA[算法&数据结构]]></category>
		<category><![CDATA[基本操作]]></category>
		<category><![CDATA[字符串]]></category>
		<category><![CDATA[数据结构]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=3147</guid>

					<description><![CDATA[字符串(string)是由零个或者多个字符串组成的有限序列。 字符串中字符的数目称为字符串的长度。 串中任意个连续字符组成的子序列称为改串的子串。包含子串的串相应地称为主串。 串相等：当且仅当两个串的长度相等，并且各个对应位置的字符都相等时。 由一个或者多个空格组成的串'  '称为空格串，非空字符串！ C语言中的字符串最末尾是'\0'，这个不用解释了。 串赋值StrAssign、串比较StrCompare、串求长StrLength、串连接StrConcat以及[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/3147/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
