<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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>iPhone SDK develop &#38; programming tips &#187; 图像处理
程序
多线程</title>
	<atom:link href="http://www.flyblog.info/tag/%e5%9b%be%e5%83%8f%e5%a4%84%e7%90%86%e7%a8%8b%e5%ba%8f%e5%a4%9a%e7%ba%bf%e7%a8%8b/feed" rel="self" type="application/rss+xml" />
	<link>http://www.flyblog.info</link>
	<description>ideas for programming</description>
	<lastBuildDate>Fri, 20 May 2011 09:49:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>多线程提高图像处理效率</title>
		<link>http://www.flyblog.info/catprogramming/54.html</link>
		<comments>http://www.flyblog.info/catprogramming/54.html#comments</comments>
		<pubDate>Tue, 19 Feb 2008 18:08:14 +0000</pubDate>
		<dc:creator>Flyblog</dc:creator>
				<category><![CDATA[编程开发]]></category>
		<category><![CDATA[图像处理
程序
多线程]]></category>

		<guid isPermaLink="false">http://www.flyblog.info/?p=54</guid>
		<description><![CDATA[图像处理的运算量往往比较大的， 大多数滤镜效果的处理都需要对图像中的每一个像素进行运算才能得到最后的就效果。 如果使用单线程的方法进行处理，将大大降低处理效率。 现在流行的图像处理软件均采用分块，多线程的处理方式对图像进行处理， 多线程可以充分利用cpu时间，很大程度上提高处理效率， 尤其现今的酷睿等多核处理器的普及使得多线程程序的效力得以很好的发挥。 <br/>...
]]></description>
		<wfw:commentRss>http://www.flyblog.info/catprogramming/54.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

