<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: C语言中利用strtok函数进行字符串分割</title>
	<atom:link href="http://blog.minidx.com/2008/02/03/469.html/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.minidx.com/2008/02/03/469.html</link>
	<description>中文Adobe Flex例子,Flex实例教程,RIA资源,全文检索技术,算法和数据结构</description>
	<lastBuildDate>Thu, 18 Mar 2010 13:20:59 +0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: linuxany</title>
		<link>http://blog.minidx.com/2008/02/03/469.html/comment-page-1#comment-13247</link>
		<dc:creator>linuxany</dc:creator>
		<pubDate>Sun, 27 Sep 2009 08:23:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.minidx.com/2008/02/03/469.html#comment-13247</guid>
		<description>找了这么多，总算找了一个能用的，谢谢了先！</description>
		<content:encoded><![CDATA[<p>找了这么多，总算找了一个能用的，谢谢了先！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dskit</title>
		<link>http://blog.minidx.com/2008/02/03/469.html/comment-page-1#comment-12569</link>
		<dc:creator>dskit</dc:creator>
		<pubDate>Wed, 19 Aug 2009 16:40:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.minidx.com/2008/02/03/469.html#comment-12569</guid>
		<description>char * buf1=&quot;aaa, ,a, ,,,bbb-c,,,ee&#124;abc&quot;; 
should be :
char buf1[]=&quot;aaa, ,a, ,,,bbb-c,,,ee&#124;abc&quot;;</description>
		<content:encoded><![CDATA[<p>char * buf1=&#8221;aaa, ,a, ,,,bbb-c,,,ee|abc&#8221;;<br />
should be :<br />
char buf1[]=&#8221;aaa, ,a, ,,,bbb-c,,,ee|abc&#8221;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tree</title>
		<link>http://blog.minidx.com/2008/02/03/469.html/comment-page-1#comment-4919</link>
		<dc:creator>Tree</dc:creator>
		<pubDate>Mon, 21 Apr 2008 09:51:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.minidx.com/2008/02/03/469.html#comment-4919</guid>
		<description>非常好,用上了!</description>
		<content:encoded><![CDATA[<p>非常好,用上了!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 自己实现strtok函数（源代码） - 全文检索博客</title>
		<link>http://blog.minidx.com/2008/02/03/469.html/comment-page-1#comment-2142</link>
		<dc:creator>自己实现strtok函数（源代码） - 全文检索博客</dc:creator>
		<pubDate>Sun, 03 Feb 2008 16:02:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.minidx.com/2008/02/03/469.html#comment-2142</guid>
		<description>[...] 在C语言中利用strtok函数进行字符串分割中的strtok功能强大，可以对指定的字符串进行分割，那这样的处理实际上是如何实现的呢？实际上这样的实现并不复杂，下面给出实现的源代码以及使用的具体例子。 [...]</description>
		<content:encoded><![CDATA[<p>[...] 在C语言中利用strtok函数进行字符串分割中的strtok功能强大，可以对指定的字符串进行分割，那这样的处理实际上是如何实现的呢？实际上这样的实现并不复杂，下面给出实现的源代码以及使用的具体例子。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: C语言中利用strstr函数进行字符串分割 - 全文检索博客</title>
		<link>http://blog.minidx.com/2008/02/03/469.html/comment-page-1#comment-2141</link>
		<dc:creator>C语言中利用strstr函数进行字符串分割 - 全文检索博客</dc:creator>
		<pubDate>Sun, 03 Feb 2008 15:52:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.minidx.com/2008/02/03/469.html#comment-2141</guid>
		<description>[...]     C语言中利用strtok函数进行字符串分割    Feb [...]</description>
		<content:encoded><![CDATA[<p>[...]     C语言中利用strtok函数进行字符串分割    Feb [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
