<?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>網絡暴民 Jacky&#039;s Blog &#187; euler</title>
	<atom:link href="http://jacky.seezone.net/tag/euler/feed/" rel="self" type="application/rss+xml" />
	<link>http://jacky.seezone.net</link>
	<description></description>
	<lastBuildDate>Mon, 30 Jan 2012 17:45:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>程式數學題</title>
		<link>http://jacky.seezone.net/2008/11/16/2234/</link>
		<comments>http://jacky.seezone.net/2008/11/16/2234/#comments</comments>
		<pubDate>Sun, 16 Nov 2008 15:06:59 +0000</pubDate>
		<dc:creator>Jacky</dc:creator>
				<category><![CDATA[電腦]]></category>
		<category><![CDATA[euler]]></category>
		<category><![CDATA[math]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://jacky.seezone.net/?p=2234</guid>
		<description><![CDATA[最近發現一個叫 Project Euler 的網站，是一個數學問題的網站，特點是這些問題通常都要用程式解決，例如： Add all the natural numbers below one thousand that are multiples of 3 or 5. Find the largest prime factor of a composite number. Find the only pythagorean triplet, {a,b,c}, for which a + b + c = 1000 這些程式其實都不難寫，但如果只是用 brute force，程式就會用許多時間，所以在計算時都要盡量想如何可以用最小資源，最快計出答案。在你解答了一個問題後，會有建議答案給你參考，也有相關討論串，可以看看其他人用不同程式語言，如何計算出答案。 至於我呢，只是直接開 Javascript Shell 就寫了，不過數學比較差，也常常走遠路。 Tags: euler, math, programming]]></description>
			<content:encoded><![CDATA[	<p>最近發現一個叫 <a href="http://projecteuler.net/">Project Euler</a> 的網站，是一個數學問題的網站，特點是這些問題通常都要用程式解決，例如：</p>

	<ul>
		<li>Add all the natural numbers below one thousand that are multiples of 3 or 5.</li>
		<li>Find the largest prime factor of a composite number.</li>
		<li>Find the only pythagorean triplet, {a,b,c}, for which a + b + c = 1000</li>
	</ul>

	<p>這些程式其實都不難寫，但如果只是用 brute force，程式就會用許多時間，所以在計算時都要盡量想如何可以用最小資源，最快計出答案。在你解答了一個問題後，會有建議答案給你參考，也有相關討論串，可以看看其他人用不同程式語言，如何計算出答案。</p>

	<p>至於我呢，只是直接開 Javascript Shell 就寫了，不過數學比較差，也常常走遠路。</p>
	Tags:  <a href="http://jacky.seezone.net/tag/euler/" title="euler" rel="tag">euler</a>, <a href="http://jacky.seezone.net/tag/math/" title="math" rel="tag">math</a>, <a href="http://jacky.seezone.net/tag/programming/" title="programming" rel="tag">programming</a><br />
]]></content:encoded>
			<wfw:commentRss>http://jacky.seezone.net/2008/11/16/2234/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

