<?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/%E7%AC%AC%E5%9B%9B%E7%AB%A0/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Tue, 15 Nov 2011 06:47:48 +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>Search Engines: Information Retrieval in Practice – 第4章</title>
		<link>https://www.coder4.com/archives/2619</link>
					<comments>https://www.coder4.com/archives/2619#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Mon, 07 Nov 2011 15:15:58 +0000</pubDate>
				<category><![CDATA[搜索技术]]></category>
		<category><![CDATA[Information Retrieval in Practice]]></category>
		<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[信息检索实践]]></category>
		<category><![CDATA[第4章]]></category>
		<category><![CDATA[第四章]]></category>
		<category><![CDATA[读书笔记]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=2619</guid>

					<description><![CDATA[Topic:Processing Text... 本章主题：文本处理 1、本章的主题:文本变换(Text Transformation)和文本处理(Text Processing) 2、将单词(Words)转化为可建索引的词项(Terms)的形式。 3、最懒的方法是:什么都不处理，这样，所有词都可以且只能被精确匹配。这样，诸如大小写、词形变换等导致的单词，就无法被检索出来。 4、分词(Tokenization):将段落转化为Words的过程。 5、归一化(St[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/2619/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>C++Primer读书笔记-第四章</title>
		<link>https://www.coder4.com/archives/119</link>
					<comments>https://www.coder4.com/archives/119#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Thu, 26 Nov 2009 22:27:01 +0000</pubDate>
				<category><![CDATA[C && C++]]></category>
		<category><![CDATA[c语言]]></category>
		<category><![CDATA[Primer]]></category>
		<category><![CDATA[第四章]]></category>
		<category><![CDATA[读书笔记]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=119</guid>

					<description><![CDATA[对应于容器（vector）和迭代器（iterator），C++从C语言继承了数组和指针。 4.1数组 数组时由类型名、标示符和维数组成的符合数据类型。 没有所有元素都是引用的数组。 【数组定义和初始化】 数组的维数必须是大于或者等于1的常量表达式，如果需要计算才能确定，必须使用new或者malloc。 可以在定义的时候将初始化值写在{}中，如下： int array[5] = {0,1,2} 则，a[0]到a[2]初始化为0、1、2，而后面的a[3]和a[4]为0 对于没有显示初始化的数组[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/119/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
